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 12201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12212 Take picture. | 12212 Take picture. |
12213 </message> | 12213 </message> |
12214 | 12214 |
12215 <!-- Removable device notifications --> | 12215 <!-- Removable device notifications --> |
12216 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notific ation message which is shown when user inserts removable device (SD card, USB ke y...)"> | 12216 <message name="IDS_REMOVABLE_DEVICE_DETECTION_TITLE" desc="Text of notific ation message which is shown when user inserts removable device (SD card, USB ke y...)"> |
12217 Removable device detected | 12217 Removable device detected |
12218 </message> | 12218 </message> |
12219 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notifi cation message which is shown when user inserts removable device (SD card, USB k ey...)"> | 12219 <message name="IDS_REMOVABLE_DEVICE_SCANNING_MESSAGE" desc="Text of notifi cation message which is shown when user inserts removable device (SD card, USB k ey...)"> |
12220 Scanning content... | 12220 Scanning content... |
12221 </message> | 12221 </message> |
12222 <message name="IDS_DEVICE_UNSUPPORTED_MESSAGE" desc="Text of notification message which is shown when user inserts removable device (SD card, USB key...)" > | |
12223 Sorry, <ph name="DEVICE_LABEL">$1<ex>SD card</ex></ph> is not supported o n your Chromebook at this time. | |
zel
2011/08/08 18:47:19
string changes can't be in for M14. please take a
tbarzic
2011/08/09 00:03:34
Done.
| |
12224 </message> | |
12225 <message name="IDS_DEVICE_UNSUPPORTED_DEFAULT_MESSAGE" desc="Text of notif ication message which is shown when user inserts removable device (SD card, USB key...)"> | |
12226 Sorry, the external storage device is not supported on your Chromebook at this time. | |
12227 </message> | |
12222 | 12228 |
12223 <!-- Formatting device notifications --> | 12229 <!-- Formatting device notifications --> |
12224 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_TITLE" desc="Text of notif ication message which is shown when formatting process of some device is pending "> | 12230 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_TITLE" desc="Text of notif ication message which is shown when formatting process of some device is pending "> |
12225 Formatting pending | 12231 Formatting pending |
12226 </message> | 12232 </message> |
12227 <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Text of noti fication message which is shown when formatting process finshes"> | 12233 <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Text of noti fication message which is shown when formatting process finshes"> |
12228 Formatting finished | 12234 Formatting finished |
12229 </message> | 12235 </message> |
12230 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_MESSAGE" desc="Text of not ification message which is shown when formatting process of some device is pendi ng"> | 12236 <message name="IDS_FORMATTING_OF_DEVICE_PENDING_MESSAGE" desc="Text of not ification message which is shown when formatting process of some device is pendi ng"> |
12231 The formatting process can take a couple of seconds. Please wait. | 12237 The formatting process can take a couple of seconds. Please wait. |
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13309 </includes> | 13315 </includes> |
13310 <structures fallback_to_english="true"> | 13316 <structures fallback_to_english="true"> |
13311 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13317 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
13312 </structure> | 13318 </structure> |
13313 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13319 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
13314 </structure> | 13320 </structure> |
13315 </structures> | 13321 </structures> |
13316 | 13322 |
13317 </release> | 13323 </release> |
13318 </grit> | 13324 </grit> |
OLD | NEW |