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

Side by Side 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, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 </message> 3408 </message>
3409 <message name="IDS_EXTENSION_FAILED_DURING_PACKAGING" desc="Warning displa yed in pack dialog when was not possible to create a zip file."> 3409 <message name="IDS_EXTENSION_FAILED_DURING_PACKAGING" desc="Warning displa yed in pack dialog when was not possible to create a zip file.">
3410 Failed to create temporary zip file during packaging. 3410 Failed to create temporary zip file during packaging.
3411 </message> 3411 </message>
3412 <message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed in pack dialog when occurred an error while signing an extension."> 3412 <message name="IDS_EXTENSION_ERROR_WHILE_SIGNING" desc="Warning displayed in pack dialog when occurred an error while signing an extension.">
3413 Error while signing extension. 3413 Error while signing extension.
3414 </message> 3414 </message>
3415 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed."> 3415 <message name="IDS_EXTENSION_PUBLIC_KEY_FAILED_TO_EXPORT" desc="Warning di splayed in pack dialog when exporting a public key failed.">
3416 Failed to export public key. 3416 Failed to export public key.
3417 </message> 3417 </message>
3418 <message name="IDS_EXTENSION_MOVE_DIRECTORY_TO_PROFILE_FAILED" desc="">
3419 Could not move extension directory into profile.
3420 </message>
3421 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc="">
3422 Manifest file is missing or unreadable.
3423 </message>
3424 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc="">
3425 Manifest file is invalid.
3426 </message>
3427 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
3428 Localization used, but default_locale wasn't specified in the manifest.
3429 </message>
3430 <message name="IDS_EXTENSION_LOCALES_TREE_MISSING" desc="">
3431 Default locale was specified, but _locales subtree is missing.
3432 </message>
3433 <message name="IDS_EXTENSION_INVALID_IMAGE_PATH" desc="">
3434 Could not load '<ph name="IMAGE_PATH">$1<ex>/path/to/file</ex></ph>' for theme.
3435 </message>
3436 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc="">
3437 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' .
3438 </message>
3439 <message name="IDS_EXTENSION_LOAD_JAVASCRIPT_FAILED" desc="">
3440 Could not load javascript '<ph name="RELATIVE_PATH">$1<ex>javas.js</ex>< /ph>' for content script.
3441 </message>
3442 <message name="IDS_EXTENSION_LOAD_CSS_FAILED" desc="">
3443 Could not load css '<ph name="RELATIVE_PATH">$1<ex>file.css</ex></ph>' f or content script.
3444 </message>
3445 <message name="IDS_EXTENSION_LOAD_PLUGIN_PATH_FAILED" desc="">
3446 Could not load '<ph name="PLUGIN_PATH">$1<ex>/path/to/file</ex></ph>' fo r plugin.
3447 </message>
3448 <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc="">
3449 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action.
3450 </message>
3451 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
3452 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
3453 </message>
3454 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
3455 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
3456 </message>
3418 3457
3419 <!-- Extension installed bubble --> 3458 <!-- Extension installed bubble -->
3420 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled."> 3459 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled.">
3421 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed . 3460 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed .
3422 </message> 3461 </message>
3423 3462
3424 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa yed in the InfoBubble which explains that the UI of this extension is a Page Act ion icon which may appear for some pages."> 3463 <message name="IDS_EXTENSION_INSTALLED_PAGE_ACTION_INFO" desc="Text displa yed in the InfoBubble which explains that the UI of this extension is a Page Act ion icon which may appear for some pages.">
3425 This icon will be visible when the extension can act on the current page . 3464 This icon will be visible when the extension can act on the current page .
3426 </message> 3465 </message>
3427 3466
(...skipping 4151 matching lines...) Expand 10 before | Expand all | Expand 10 after
7579 7618
7580 </messages> 7619 </messages>
7581 7620
7582 <structures first_id="50000" fallback_to_english="true"> 7621 <structures first_id="50000" fallback_to_english="true">
7583 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7622 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7584 </structure> 7623 </structure>
7585 </structures> 7624 </structures>
7586 7625
7587 </release> 7626 </release>
7588 </grit> 7627 </grit>
OLDNEW
« 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