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

Unified Diff: chrome/app/generated_resources.grd

Issue 931001: Move more extensions hard coded error messages to .grd file. (Closed)
Patch Set: fix .grd nits Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c7b4fb591fdadb69e9db7649d052703a18180b01..96843bf00c4febd4ea7fd5d3ab437196858d727e 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.">
« no previous file with comments | « no previous file | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698