diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 22:29:24 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 22:29:24 +0000 |
commit | b53ca567382de02e7a7d511cc03324bef39cb4c9 (patch) | |
tree | acc3e223d91482e0b33d6a7f19e33e2d0149a580 /chrome/app | |
parent | 80a19e459880c82eec00d3b52f76ce4c162ca4ee (diff) | |
download | chromium_src-b53ca567382de02e7a7d511cc03324bef39cb4c9.zip chromium_src-b53ca567382de02e7a7d511cc03324bef39cb4c9.tar.gz chromium_src-b53ca567382de02e7a7d511cc03324bef39cb4c9.tar.bz2 |
Grouping the extensions and calling out the disabled
ones more prominently.
Also added an unused string for 'getting more extensions',
so we can translate.
Converted 'Developer Tools' references to 'Developer Mode',
to avoid confusion with Chrome's developer tools.
TEST=Load extension b_foo through --load-extension.
Open chrome://extensions/ and notice extension b_foo is
on top, even though another extension a_foo normally would
appear at the top due to alphabetical sorting. Then disable
an extension and notice it should turn all gray. Enable,
and it should no longer be gray.
BUG=http://crbug.com/26699, http://crbug.com/25850
Review URL: http://codereview.chromium.org/365008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3520ec7..c205d5d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2590,14 +2590,14 @@ each locale. --> </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 @@ each locale. --> <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 @@ each locale. --> <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> |