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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 4953002: Move more extensions hard coded error messages to .grd file.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « AUTHORS ('k') | chrome/browser/extensions/sandboxed_extension_unpacker.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 3684 matching lines...) Expand 10 before | Expand all | Expand 10 after
3695 </message> 3695 </message>
3696 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 3696 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
3697 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 3697 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
3698 </message> 3698 </message>
3699 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 3699 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
3700 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 3700 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
3701 </message> 3701 </message>
3702 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 3702 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
3703 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 3703 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
3704 </message> 3704 </message>
3705 <if expr="os == 'win32'">
3706 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss ible to mount a disk without the root of that disk having a drive letter. The s andbox does not support this. See crbug/49530 .">
3707 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profi le.
3708 </message>
3709 </if>
3710 <if expr="os != 'win32'">
3711 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
3712 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile.
3713 </message>
3714 </if>
3715 <message name="IDS_EXTENSION_PACKAGE_ERROR_MESSAGE" desc="The cases where we get an error message string back from some other component. The message might be in English, but these are typically developer errors, and the extension SDK is English.">
3716 Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex>< /ph>'.
3717 </message>
3718 <message name="IDS_EXTENSION_PACKAGE_ERROR_CODE" desc="Error message in ca ses where we fail to install the extension because the crx file is invalid. For example, because the crx header or signature is invalid.">
3719 Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'.
3720 </message>
3721 <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in case package fails to install because of some problem with the filesystem.">
3722 Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'
3723 </message>
3705 3724
3706 <!-- Extension installed bubble --> 3725 <!-- Extension installed bubble -->
3707 <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."> 3726 <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.">
3708 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed . 3727 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> is now installed .
3709 </message> 3728 </message>
3710 3729
3711 <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."> 3730 <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.">
3712 This icon will be visible when the extension can act on the current page . 3731 This icon will be visible when the extension can act on the current page .
3713 </message> 3732 </message>
3714 <message name="IDS_EXTENSION_INSTALLED_OMNIBOX_KEYWORD_INFO" desc="Text di splayed in the InfoBubble which explains that this extension has an keyword that can be used with the omnibox."> 3733 <message name="IDS_EXTENSION_INSTALLED_OMNIBOX_KEYWORD_INFO" desc="Text di splayed in the InfoBubble which explains that this extension has an keyword that can be used with the omnibox.">
(...skipping 7321 matching lines...) Expand 10 before | Expand all | Expand 10 after
11036 11055
11037 </messages> 11056 </messages>
11038 11057
11039 <structures fallback_to_english="true"> 11058 <structures fallback_to_english="true">
11040 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11059 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11041 </structure> 11060 </structure>
11042 </structures> 11061 </structures>
11043 11062
11044 </release> 11063 </release>
11045 </grit> 11064 </grit>
OLDNEW
« no previous file with comments | « AUTHORS ('k') | chrome/browser/extensions/sandboxed_extension_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698