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

Side by Side Diff: extensions/extensions_strings.grd

Issue 489753002: Added proper extension manifest parser for launcher_page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 Strings for the extensions module. Used mostly for low-level error messages. 4 Strings for the extensions module. Used mostly for low-level error messages.
5 Where possible new strings should be kept in Chrome and the extensions module 5 Where possible new strings should be kept in Chrome and the extensions module
6 should return an error code, message flag, etc. 6 should return an error code, message flag, etc.
7 --> 7 -->
8 8
9 <grit latest_public_release="0" current_release="1" 9 <grit latest_public_release="0" current_release="1"
10 source_lang_id="en" enc_check="möl"> 10 source_lang_id="en" enc_check="möl">
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 </message> 180 </message>
181 <message name="IDS_EXTENSION_LOAD_BACKGROUND_SCRIPT_FAILED" desc=""> 181 <message name="IDS_EXTENSION_LOAD_BACKGROUND_SCRIPT_FAILED" desc="">
182 Could not load background script '<ph name="BACKGROUND_SCRIPT">$1<ex>scr ipt.js</ex></ph>'. 182 Could not load background script '<ph name="BACKGROUND_SCRIPT">$1<ex>scr ipt.js</ex></ph>'.
183 </message> 183 </message>
184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc="">
185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'. 185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
186 </message> 186 </message>
187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> 187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc="">
188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' . 188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' .
189 </message> 189 </message>
190 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc="">
191 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph> '.
192 </message>
190 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> 193 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
191 Localization used, but default_locale wasn't specified in the manifest. 194 Localization used, but default_locale wasn't specified in the manifest.
192 </message> 195 </message>
193 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> 196 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc="">
194 Manifest file is missing or unreadable. 197 Manifest file is missing or unreadable.
195 </message> 198 </message>
196 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> 199 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc="">
197 Manifest file is invalid. 200 Manifest file is invalid.
198 </message> 201 </message>
199 202
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device."> 283 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device.">
281 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> 284 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph>
282 </message> 285 </message>
283 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device."> 286 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device.">
284 Access the USB device 287 Access the USB device
285 </message> 288 </message>
286 289
287 </messages> 290 </messages>
288 </release> 291 </release>
289 </grit> 292 </grit>
OLDNEW
« extensions/common/manifest_handlers/launcher_page_info.cc ('K') | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698