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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 <if expr="is_win"> | 465 <if expr="is_win"> |
466 <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 ."> | 466 <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 ."> |
467 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. | 467 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. |
468 </message> | 468 </message> |
469 </if> | 469 </if> |
470 <if expr="not is_win"> | 470 <if expr="not is_win"> |
471 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> | 471 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> |
472 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. | 472 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. |
473 </message> | 473 </message> |
474 </if> | 474 </if> |
| 475 |
| 476 <!-- Utility process names. Please keep alphabetized. --> |
| 477 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> |
| 478 Extension Unpacker |
| 479 </message> |
| 480 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> |
| 481 Extension Manifest Parser |
| 482 </message> |
475 </messages> | 483 </messages> |
476 </release> | 484 </release> |
477 </grit> | 485 </grit> |
OLD | NEW |