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

Unified Diff: chrome/app/generated_resources.grd

Issue 365008: Grouping the extensions and calling out the disabled ones more prominently (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 30835)
+++ chrome/app/generated_resources.grd (working copy)
@@ -2590,14 +2590,14 @@
</message>
<!-- chrome://extensions page -->
- <message name="IDS_EXTENSIONS_DEVELOPER_TOOLS_LINK" desc="Text of the link for developer tools.">
- Developer tools
+ <message name="IDS_EXTENSIONS_DEVELOPER_MODE_LINK" desc="Text of the link for developer mode.">
+ Developer mode
</message>
- <message name="IDS_EXTENSIONS_DEVELOPER_TOOLS_PREFIX" desc="Text of the prefix for the developer tools buttons.">
- Developer tools:
+ <message name="IDS_EXTENSIONS_DEVELOPER_MODE_PREFIX" desc="Text of the prefix for the developer mode buttons.">
+ Developer mode:
</message>
- <message name="IDS_EXTENSIONS_LOAD_UNPACKED_BUTTON" desc="Text of the 'Load unpacked Extension' button.">
- Load unpacked Extension...
+ <message name="IDS_EXTENSIONS_LOAD_UNPACKED_BUTTON" desc="Text of the 'Load Extension' button.">
+ Load Extension...
</message>
<message name="IDS_EXTENSIONS_PACK_BUTTON" desc="Text for the 'Pack Extension' button.">
Pack Extension...
@@ -2611,6 +2611,9 @@
<message name="IDS_EXTENSIONS_DISABLED_EXTENSION" desc="Text that signifies that the extension is currently disabled.">
(Disabled)
</message>
+ <message name="IDS_EXTENSIONS_IN_DEVELOPMENT" desc="Text that signifies that the extension is currently in development.">
+ (Development Mode)
+ </message>
<message name="IDS_EXTENSIONS_ID" desc="The ID label in front if the extension ID.">
ID:
</message>
@@ -2635,6 +2638,9 @@
<message name="IDS_EXTENSIONS_OPTIONS" desc="The button text for the options button.">
Options
</message>
+ <message name="IDS_GET_MORE_EXTENSIONS" desc="The link for getting more extensions.">
+ Get more extensions >>
+ </message>
<message name="IDS_EXTENSION_LOAD_FROM_DIRECTORY" desc="Title of directory browse dialog when user wants to load an extension from a directory.">
Select the extension directory.
</message>
« no previous file with comments | « no previous file | chrome/browser/extensions/extensions_ui.cc » ('j') | chrome/browser/resources/extensions_ui.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698