diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 19:42:59 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 19:42:59 +0000 |
commit | ea7763a4811a83a78085e8abd3784f634589949e (patch) | |
tree | d095e60070e436752cda2efdd6501133b5e198c4 /chrome/app/generated_resources.grd | |
parent | 391681a8132c34092e58e7d6152364d76deb8ac3 (diff) | |
download | chromium_src-ea7763a4811a83a78085e8abd3784f634589949e.zip chromium_src-ea7763a4811a83a78085e8abd3784f634589949e.tar.gz chromium_src-ea7763a4811a83a78085e8abd3784f634589949e.tar.bz2 |
Strings for future chrome://plugins changes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1604006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 56823fb..bb90fca 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3591,9 +3591,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user know that no plug-ins are installed."> No plug-ins installed. </message> + <message name="IDS_PLUGINS_RUNNING_PLUGIN" desc="Text that signifies that the plug-in is currently running."> + (Running) + </message> <message name="IDS_PLUGINS_DISABLED_PLUGIN" desc="Text that signifies that the plug-in is currently disabled."> (Disabled) </message> + <message name="IDS_PLUGINS_DISABLED_RUNNING_PLUGIN" desc="Text that signifies that the plug-in is disabled but still running, and that it will be fully disabled after a browser restart."> + (Still running; will be fully disabled after browser restart) + </message> <message name="IDS_PLUGINS_VERSION" desc="The label in front of a plug-in version number."> Version: </message> |