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 4299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4310 </message> | 4310 </message> |
| 4311 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_COULD_NOT_LOAD_MANIFEST" des c="The text to indicate that an extension's manifest could not be loaded."> | 4311 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_COULD_NOT_LOAD_MANIFEST" des c="The text to indicate that an extension's manifest could not be loaded."> |
| 4312 Could not load manifest. | 4312 Could not load manifest. |
| 4313 </message> | 4313 </message> |
| 4314 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_CANCEL" desc="The text on th e button to close the dialog when an unpacked extension failed to load."> | 4314 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_CANCEL" desc="The text on th e button to close the dialog when an unpacked extension failed to load."> |
| 4315 Cancel | 4315 Cancel |
| 4316 </message> | 4316 </message> |
| 4317 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_RETRY" desc="The text on the button to retry loading an unpacked extension after a failed load."> | 4317 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_RETRY" desc="The text on the button to retry loading an unpacked extension after a failed load."> |
| 4318 Retry | 4318 Retry |
| 4319 </message> | 4319 </message> |
| 4320 <message name="IDS_MD_EXTENSIONS_MSG_NO_EXT_OR_APP" desc="The text to di splay when there are no extensions installed."> | |
|
Devlin
2017/07/07 00:48:07
nit: to display where?
scottchen
2017/07/07 23:08:42
Done.
| |
| 4321 Find extensions and apps in the <ph name="BEGIN_LINK"><a target="_b lank" href="https://chrome.google.com/webstore/category/extensions"></ph>Chro me Web Store<ph name="END_LINK"></a><ex></a></ex></ph> | |
| 4322 </message> | |
| 4323 <message name="IDS_MD_EXTENSIONS_MSG_NOT_FOUND" desc="The text to displa y when there are no search results"> | |
|
Devlin
2017/07/07 00:48:07
similarly, no search results where?
scottchen
2017/07/07 23:08:42
Done.
| |
| 4324 Search results not found | |
|
Devlin
2017/07/07 00:48:07
nit: "Search results not found" sounds funny to me
scottchen
2017/07/07 23:08:42
Settings and downloads both say "No Search Results
Devlin
2017/07/10 20:23:53
Yep, consistency is always good. :)
| |
| 4325 </message> | |
| 4320 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_TITLE" desc="The title of t he dialog to pack an extension."> | 4326 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_TITLE" desc="The title of t he dialog to pack an extension."> |
| 4321 Pack extension | 4327 Pack extension |
| 4322 </message> | 4328 </message> |
| 4323 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_BROWSE_BUTTON" desc="The la bel of the button to browse the file system to select an extension directory or file."> | 4329 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_BROWSE_BUTTON" desc="The la bel of the button to browse the file system to select an extension directory or file."> |
| 4324 Browse | 4330 Browse |
| 4325 </message> | 4331 </message> |
| 4326 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_EXTENSION_ROOT_LABEL" desc= "The label of the input field for specifying the root directory to pack an exten sion from."> | 4332 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_EXTENSION_ROOT_LABEL" desc= "The label of the input field for specifying the root directory to pack an exten sion from."> |
| 4327 Extension root directory | 4333 Extension root directory |
| 4328 </message> | 4334 </message> |
| 4329 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_KEY_FILE_LABEL" desc="The l abel of the input field for specifying the private key file for an extension bei ng packed."> | 4335 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_KEY_FILE_LABEL" desc="The l abel of the input field for specifying the private key file for an extension bei ng packed."> |
| (...skipping 8043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12373 | 12379 |
| 12374 <!-- Experimental Fullscreen Exit Control strings --> | 12380 <!-- Experimental Fullscreen Exit Control strings --> |
| 12375 <if expr="toolkit_views"> | 12381 <if expr="toolkit_views"> |
| 12376 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode."> | 12382 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode."> |
| 12377 Exit Fullscreen | 12383 Exit Fullscreen |
| 12378 </message> | 12384 </message> |
| 12379 </if> | 12385 </if> |
| 12380 </messages> | 12386 </messages> |
| 12381 </release> | 12387 </release> |
| 12382 </grit> | 12388 </grit> |
| OLD | NEW |