Chromium Code Reviews| 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 9125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9136 Show all files | 9136 Show all files |
| 9137 </message> | 9137 </message> |
| 9138 | 9138 |
| 9139 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> | 9139 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_ONE" desc="Asks the user if they are sure they want to delete a single file."> |
| 9140 Are you sure you want to delete "$1"? | 9140 Are you sure you want to delete "$1"? |
| 9141 </message> | 9141 </message> |
| 9142 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories."> | 9142 <message name="IDS_FILE_BROWSER_CONFIRM_DELETE_SOME" desc="Asks the user if they are sure they want to delete multiple files/directories."> |
| 9143 Are you sure you want to delete $1 items? | 9143 Are you sure you want to delete $1 items? |
| 9144 </message> | 9144 </message> |
| 9145 | 9145 |
| 9146 <message name="IDS_FILE_BROWSER_UNKNOWN_FILESYSTEM_WARNING" desc="Displaye d when device contents cannot be read because filesystem is unknown."> | |
| 9147 This device cannot be opened, because its filesystem was not recognised. | |
|
rginda
2011/08/23 20:23:30
No comma, and use recognized (-ised is the British
sidor
2011/08/23 23:18:47
Done.
| |
| 9148 </message> | |
| 9149 <message name="IDS_FILE_BROWSER_UNSUPPORTED_FILESYSTEM_WARNING" desc="Disp layed when device contents cannot be read because filesystem is unsupported."> | |
| 9150 This device cannot be opened, because its filesystem is not supported on this machine. | |
|
rginda
2011/08/23 20:23:30
No comma, and remove "on this machine".
sidor
2011/08/23 23:18:47
Done.
| |
| 9151 </message> | |
|
rginda
2011/08/23 20:23:30
Please add these strings to mock_chrome too.
sidor
2011/08/23 23:18:47
Done.
| |
| 9146 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device."> | 9152 <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when y ou attempt to format device."> |
| 9147 Formatting the removable media is going to erase all data. Do you wish t o continue? | 9153 Formatting the removable media is going to erase all data. Do you wish t o continue? |
| 9148 </message> | 9154 </message> |
| 9149 | 9155 |
| 9150 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> | 9156 <message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder t itle."> |
| 9151 Select a folder to open | 9157 Select a folder to open |
| 9152 </message> | 9158 </message> |
| 9153 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> | 9159 <message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title."> |
| 9154 Select a file to open | 9160 Select a file to open |
| 9155 </message> | 9161 </message> |
| (...skipping 4291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 13447 </includes> | 13453 </includes> |
| 13448 <structures fallback_to_english="true"> | 13454 <structures fallback_to_english="true"> |
| 13449 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 13455 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 13450 </structure> | 13456 </structure> |
| 13451 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 13457 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 13452 </structure> | 13458 </structure> |
| 13453 </structures> | 13459 </structures> |
| 13454 | 13460 |
| 13455 </release> | 13461 </release> |
| 13456 </grit> | 13462 </grit> |
| OLD | NEW |