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

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

Issue 2974583003: MD Extensions: Show messages for no extensions, and for no search results (Closed)
Patch Set: update tests Created 3 years, 5 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
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 4299 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 on the list page when there are no extensions installed.">
Devlin 2017/07/10 20:29:18 nit: I'd slightly prefer to avoid abbreviation lik
Devlin 2017/07/10 20:29:18 description nit: maybe "The message shown to the u
scottchen 2017/07/10 22:13:40 Done.
scottchen 2017/07/10 22:13:40 Done.
4321 Find extensions and apps in the <ph name="BEGIN_LINK">&lt;a target="_b lank" href="https://chrome.google.com/webstore/category/extensions"&gt;</ph>Chro me Web Store<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
4322 </message>
4323 <message name="IDS_MD_EXTENSIONS_MSG_NOT_FOUND" desc="The text to displa y on the list page when there are no search results">
Devlin 2017/07/10 20:29:18 similarly, maybe "The message shown to the user wh
Devlin 2017/07/10 20:29:19 similarly, maybe IDS_MD_EXTENSIONS_NO_SEARCH_RESUL
scottchen 2017/07/10 22:13:40 Done.
scottchen 2017/07/10 22:13:40 Done.
4324 No search results found
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 8030 matching lines...) Expand 10 before | Expand all | Expand 10 after
12360 12366
12361 <!-- Experimental Fullscreen Exit Control strings --> 12367 <!-- Experimental Fullscreen Exit Control strings -->
12362 <if expr="toolkit_views"> 12368 <if expr="toolkit_views">
12363 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode."> 12369 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode.">
12364 Exit Fullscreen 12370 Exit Fullscreen
12365 </message> 12371 </message>
12366 </if> 12372 </if>
12367 </messages> 12373 </messages>
12368 </release> 12374 </release>
12369 </grit> 12375 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698