diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 02:49:22 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 02:49:22 +0000 |
commit | 2c0879ab5383fdbb854f74e9890e33d1deefdc6a (patch) | |
tree | e60f7eca5ada1aaff38b34963aedb497c3b622e8 /chrome/app | |
parent | 801de6e6705525a26400b5fb4fe3ab8c4352a6a1 (diff) | |
download | chromium_src-2c0879ab5383fdbb854f74e9890e33d1deefdc6a.zip chromium_src-2c0879ab5383fdbb854f74e9890e33d1deefdc6a.tar.gz chromium_src-2c0879ab5383fdbb854f74e9890e33d1deefdc6a.tar.bz2 |
Move more extensions hard coded error messages to .grd file.
Patch from Thiago Farina. Previously reviewed here:
http://codereview.chromium.org/931001
BUG=23086
TEST=Chrome should work as before (no visible change).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c7b4fb59..96843bf 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3415,6 +3415,45 @@ each locale. --> <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning displayed in pack dialog when exporting a public key failed."> Failed to export public key. </message> + <message name="IDS_EXTENSION_MOVE_DIRECTORY_TO_PROFILE_FAILED" desc=""> + Could not move extension directory into profile. + </message> + <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> + Manifest file is missing or unreadable. + </message> + <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> + Manifest file is invalid. + </message> + <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> + Localization used, but default_locale wasn't specified in the manifest. + </message> + <message name="IDS_EXTENSION_LOCALES_TREE_MISSING" desc=""> + Default locale was specified, but _locales subtree is missing. + </message> + <message name="IDS_EXTENSION_INVALID_IMAGE_PATH" desc=""> + Could not load '<ph name="IMAGE_PATH">$1<ex>/path/to/file</ex></ph>' for theme. + </message> + <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> + Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>'. + </message> + <message name="IDS_EXTENSION_LOAD_JAVASCRIPT_FAILED" desc=""> + Could not load javascript '<ph name="RELATIVE_PATH">$1<ex>javas.js</ex></ph>' for content script. + </message> + <message name="IDS_EXTENSION_LOAD_CSS_FAILED" desc=""> + Could not load css '<ph name="RELATIVE_PATH">$1<ex>file.css</ex></ph>' for content script. + </message> + <message name="IDS_EXTENSION_LOAD_PLUGIN_PATH_FAILED" desc=""> + Could not load '<ph name="PLUGIN_PATH">$1<ex>/path/to/file</ex></ph>' for plugin. + </message> + <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc=""> + Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action. + </message> + <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> + Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for browser action. + </message> + <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> + Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.html</ex></ph>'. + </message> <!-- Extension installed bubble --> <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> |