OLD | NEW |
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 11707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11718 </if> | 11718 </if> |
11719 | 11719 |
11720 <!-- Status Area Strings (not ChromeOS specific) --> | 11720 <!-- Status Area Strings (not ChromeOS specific) --> |
11721 <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item
in the clock menu button for opening the options dialog"> | 11721 <message name="IDS_STATUSBAR_CLOCK_OPEN_OPTIONS_DIALOG" desc="The menu item
in the clock menu button for opening the options dialog"> |
11722 Open date and time settings... | 11722 Open date and time settings... |
11723 </message> | 11723 </message> |
11724 <message name="IDS_STATUSBAR_CLOCK_TOOLTIP" desc="Tooltip for the clock in t
he status bar."> | 11724 <message name="IDS_STATUSBAR_CLOCK_TOOLTIP" desc="Tooltip for the clock in t
he status bar."> |
11725 <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph> | 11725 <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph> |
11726 </message> | 11726 </message> |
11727 | 11727 |
| 11728 <!-- Idle Logout Dialog Strings --> |
| 11729 <if expr="pp_ifdef('chromeos')"> |
| 11730 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logo
ut dialog"> |
| 11731 Are you still there? |
| 11732 </message> |
| 11733 <message name="IDS_IDLE_LOGOUT_WARNING" desc="Warning for the idle logout
dialog"> |
| 11734 This Chromebook is now idle and the current user will be logged out. |
| 11735 Press any key or move the pointer to continue exploring. |
| 11736 <ph name="LINE_BREAK"><br><br></ph> |
| 11737 <ph name="BEGIN_BOLD"><strong></ph> |
| 11738 Restarting in: <ph name="END_BOLD"></strong></ph> |
| 11739 <ph name="TIME_LEFT">$1<ex>20</ex></ph> seconds. |
| 11740 </message> |
| 11741 </if> |
| 11742 |
11728 <!-- Imageburn Strings --> | 11743 <!-- Imageburn Strings --> |
11729 <if expr="pp_ifdef('chromeos')"> | 11744 <if expr="pp_ifdef('chromeos')"> |
11730 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f
or update"> | 11745 <message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking f
or update"> |
11731 Checking for updates... | 11746 Checking for updates... |
11732 </message> | 11747 </message> |
11733 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o
n image burning webpage "> | 11748 <message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed o
n image burning webpage "> |
11734 Create OS Recovery Media | 11749 Create OS Recovery Media |
11735 </message> | 11750 </message> |
11736 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under
image burning page title"> | 11751 <message name="IDS_IMAGEBURN_HEADER_DESCRIPTION" desc="Text diplayed under
image burning page title"> |
11737 If you ever need to restore your computer's operating system you'll need
a recovery SD card or USB memory stick. | 11752 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 Loading... |
15134 </messages> | 15149 </messages> |
15135 <structures fallback_to_english="true"> | 15150 <structures fallback_to_english="true"> |
15136 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 15151 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
15137 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 15152 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
15138 </structure> | 15153 </structure> |
15139 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 15154 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
15140 </structure> | 15155 </structure> |
15141 </structures> | 15156 </structures> |
15142 </release> | 15157 </release> |
15143 </grit> | 15158 </grit> |
OLD | NEW |