OLD | NEW |
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 Loading... |
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 <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."> | 294 <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."> |
292 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> | 295 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
293 </message> | 296 </message> |
294 <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."> | 297 <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."> |
295 Access the USB device | 298 Access the USB device |
296 </message> | 299 </message> |
297 | 300 |
298 </messages> | 301 </messages> |
299 </release> | 302 </release> |
300 </grit> | 303 </grit> |
OLD | NEW |