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

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

Issue 6378009: Only allow extension pages to be displayed in the sidebar to be consistent... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_sidebar_api.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 3603 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 </message> 3614 </message>
3615 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 3615 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
3616 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 3616 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
3617 </message> 3617 </message>
3618 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 3618 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
3619 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 3619 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
3620 </message> 3620 </message>
3621 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 3621 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
3622 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 3622 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
3623 </message> 3623 </message>
3624 <message name="IDS_EXTENSION_LOAD_SIDEBAR_PAGE_FAILED" desc="">
3625 Could not load sidebar page '<ph name="SIDEBAR_PAGE">$1<ex>page.html</ex ></ph>'.
3626 </message>
3624 <if expr="os == 'win32'"> 3627 <if expr="os == 'win32'">
3625 <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 ."> 3628 <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 .">
3626 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. 3629 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.
3627 </message> 3630 </message>
3628 </if> 3631 </if>
3629 <if expr="os != 'win32'"> 3632 <if expr="os != 'win32'">
3630 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> 3633 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
3631 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. 3634 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.
3632 </message> 3635 </message>
3633 </if> 3636 </if>
(...skipping 7521 matching lines...) Expand 10 before | Expand all | Expand 10 after
11155 </includes> 11158 </includes>
11156 <structures fallback_to_english="true"> 11159 <structures fallback_to_english="true">
11157 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11160 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11158 </structure> 11161 </structure>
11159 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11162 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11160 </structure> 11163 </structure>
11161 </structures> 11164 </structures>
11162 11165
11163 </release> 11166 </release>
11164 </grit> 11167 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_sidebar_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698