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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 10 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME
">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME
">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name="
ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". | 301 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME
">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME
">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name="
ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". |
302 </message> | 302 </message> |
303 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> | 303 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me
ssage which indates that an extension got stuck in a reload loop."> |
304 This extension reloaded itself too frequently. | 304 This extension reloaded itself too frequently. |
305 </message> | 305 </message> |
306 | 306 |
307 <!-- Install related messages. Please keep alphabetized. --> | 307 <!-- Install related messages. Please keep alphabetized. --> |
308 <message name="IDS_EXTENSION_INSTALL_PROCESS_CRASHED" desc="Error message
in case package fails to install because a utility process crashed."> | 308 <message name="IDS_EXTENSION_INSTALL_PROCESS_CRASHED" desc="Error message
in case package fails to install because a utility process crashed."> |
309 Could not install package because a utility process crashed. Try restart
ing Chrome and trying again. | 309 Could not install package because a utility process crashed. Try restart
ing Chrome and trying again. |
310 </message> | 310 </message> |
| 311 <if expr="is_posix and not is_macosx"> |
| 312 <message name="IDS_EXTENSION_NPAPI_NOT_SUPPORTED" desc="Error message wh
en an extension has a requirement for plugins that the system does not support."
> |
| 313 NPAPI plugins are not supported. |
| 314 </message> |
| 315 </if> |
311 <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."> | 316 <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."> |
312 Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'. | 317 Package is invalid: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>'. |
313 </message> | 318 </message> |
314 <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."> | 319 <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."> |
315 Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex><
/ph>'. | 320 Package is invalid. Details: '<ph name="ERROR_MESSAGE">$1<ex>error</ex><
/ph>'. |
316 </message> | 321 </message> |
317 <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in
case package fails to install because of some problem with the filesystem."> | 322 <message name="IDS_EXTENSION_PACKAGE_INSTALL_ERROR" desc="Error message in
case package fails to install because of some problem with the filesystem."> |
318 Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>' | 323 Could not install package: '<ph name="ERROR_CODE">$1<ex>error</ex></ph>' |
319 </message> | 324 </message> |
320 <if expr="is_win"> | 325 <if expr="is_win"> |
321 <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 ."> | 326 <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 ."> |
322 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. | 327 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. |
323 </message> | 328 </message> |
324 </if> | 329 </if> |
325 <if expr="not is_win"> | 330 <if expr="not is_win"> |
326 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> | 331 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> |
327 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. | 332 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. |
328 </message> | 333 </message> |
329 </if> | 334 </if> |
| 335 <message name="IDS_EXTENSION_WEBGL_NOT_SUPPORTED" desc="Error message when
an extension has a requirement for WebGL that the system does not support."> |
| 336 WebGL is not supported. |
| 337 </message> |
| 338 <if expr="not use_aura"> |
| 339 <message name="IDS_EXTENSION_WINDOW_SHAPE_NOT_SUPPORTED" desc="Error mes
sage when an extension has a requirement for shaped windows that the system does
not support."> |
| 340 Shaped windows are not supported. |
| 341 </message> |
| 342 </if> |
330 | 343 |
331 <!-- Utility process names. Please keep alphabetized. --> | 344 <!-- Utility process names. Please keep alphabetized. --> |
332 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> | 345 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> |
333 Extension Unpacker | 346 Extension Unpacker |
334 </message> | 347 </message> |
335 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> | 348 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> |
336 Extension Manifest Parser | 349 Extension Manifest Parser |
337 </message> | 350 </message> |
338 </messages> | 351 </messages> |
339 </release> | 352 </release> |
340 </grit> | 353 </grit> |
OLD | NEW |