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

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

Issue 9150008: Introduce background.scripts feature for extension manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to land Created 8 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/automation/testing_automation_provider.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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4165 </message> 4165 </message>
4166 <message name="IDS_EXTENSION_LOAD_PLUGIN_PATH_FAILED" desc=""> 4166 <message name="IDS_EXTENSION_LOAD_PLUGIN_PATH_FAILED" desc="">
4167 Could not load '<ph name="PLUGIN_PATH">$1<ex>/path/to/file</ex></ph>' fo r plugin. 4167 Could not load '<ph name="PLUGIN_PATH">$1<ex>/path/to/file</ex></ph>' fo r plugin.
4168 </message> 4168 </message>
4169 <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc=""> 4169 <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc="">
4170 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action. 4170 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action.
4171 </message> 4171 </message>
4172 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 4172 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
4173 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 4173 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
4174 </message> 4174 </message>
4175 <message name="IDS_EXTENSION_LOAD_BACKGROUND_SCRIPT_FAILED" desc="">
4176 Could not load background script '<ph name="BACKGROUND_SCRIPT">$1<ex>scr ipt.js</ex></ph>'.
4177 </message>
4175 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 4178 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
4176 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 4179 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
4177 </message> 4180 </message>
4178 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 4181 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
4179 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 4182 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
4180 </message> 4183 </message>
4181 <if expr="is_win"> 4184 <if expr="is_win">
4182 <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 ."> 4185 <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 .">
4183 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. 4186 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.
4184 </message> 4187 </message>
(...skipping 10618 matching lines...) Expand 10 before | Expand all | Expand 10 after
14803 </messages> 14806 </messages>
14804 <structures fallback_to_english="true"> 14807 <structures fallback_to_english="true">
14805 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14808 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14806 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14809 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14807 </structure> 14810 </structure>
14808 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14811 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14809 </structure> 14812 </structure>
14810 </structures> 14813 </structures>
14811 </release> 14814 </release>
14812 </grit> 14815 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698