Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9568038: Implement the auto-logout on idle feature for Kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 11706 matching lines...) Expand 10 before | Expand all | Expand 10 after
11717 </if> 11717 </if>
11718 11718
11719 <!-- Status Area Strings (not ChromeOS specific) --> 11719 <!-- Status Area Strings (not ChromeOS specific) -->
11720 <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item in the clock menu button for opening the options dialog"> 11720 <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item in the clock menu button for opening the options dialog">
11721 Open date and time settings... 11721 Open date and time settings...
11722 </message> 11722 </message>
11723 <message name="IDS_STATUSBAR_CLOCK_TOOLTIP" desc="Tooltip for the clock in t he status bar."> 11723 <message name="IDS_STATUSBAR_CLOCK_TOOLTIP" desc="Tooltip for the clock in t he status bar.">
11724 <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph> 11724 <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph>
11725 </message> 11725 </message>
11726 11726
11727 <!-- Idle Logout Dialog Strings -->
11728 <if expr="pp_ifdef('chromeos')">
11729 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logo ut dialog">
11730 Are you still there?
11731 </message>
11732 <message name="IDS_IDLE_LOGOUT_WARNING" desc="Warning for the idle logout dialog">
11733 This Chromebook is now idle and will be restarted.
11734 Press any key or move the pointer to continue exploring.
11735 <ph name="LINE_BREAK">&lt;br&gt;&lt;br&gt;</ph>
11736 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
11737 Restarting in: <ph name="END_BOLD">&lt;/strong&gt;</ph>
11738 <ph name="TIME_LEFT">$1<ex>20</ex></ph> seconds.
11739 </message>
11740 </if>
11741
11727 <!-- Imageburn Strings --> 11742 <!-- Imageburn Strings -->
11728 <if expr="pp_ifdef('chromeos')"> 11743 <if expr="pp_ifdef('chromeos')">
11729 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f or update"> 11744 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f or update">
11730 Checking for updates... 11745 Checking for updates...
11731 </message> 11746 </message>
11732 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o n image burning webpage "> 11747 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o n image burning webpage ">
11733 Create OS Recovery Media 11748 Create OS Recovery Media
11734 </message> 11749 </message>
11735 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under image burning page title"> 11750 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under image burning page title">
11736 If you ever need to restore your computer's operating system you'll need a recovery SD card or USB memory stick. 11751 If you ever need to restore your computer's operating system you'll need a recovery SD card or USB memory stick.
(...skipping 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after
15133 </messages> 15148 </messages>
15134 <structures fallback_to_english="true"> 15149 <structures fallback_to_english="true">
15135 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15150 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15136 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15151 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15137 </structure> 15152 </structure>
15138 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15153 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15139 </structure> 15154 </structure>
15140 </structures> 15155 </structures>
15141 </release> 15156 </release>
15142 </grit> 15157 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698