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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 </message> | 352 </message> |
353 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions
asking the user to select one or more devices for use with an app."> | 353 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions
asking the user to select one or more devices for use with an app."> |
354 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>"
is requesting access to one or more of your devices. | 354 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>"
is requesting access to one or more of your devices. |
355 </message> | 355 </message> |
356 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human
-readable product name is available for a device."> | 356 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human
-readable product name is available for a device."> |
357 Product <ph name="PRODUCT_ID">$1<ex>0x1234</ex></ph> | 357 Product <ph name="PRODUCT_ID">$1<ex>0x1234</ex></ph> |
358 </message> | 358 </message> |
359 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human-
readable vendor name is available for a device."> | 359 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human-
readable vendor name is available for a device."> |
360 Vendor <ph name="VENDOR_ID">$1<ex>0x1234</ex></ph> | 360 Vendor <ph name="VENDOR_ID">$1<ex>0x1234</ex></ph> |
361 </message> | 361 </message> |
| 362 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi
ssion string for Networking Config API."> |
| 363 Configure network connections |
| 364 </message> |
362 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm
ission string for Networking Private API."> | 365 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm
ission string for Networking Private API."> |
363 Manage network connections | 366 Manage network connections |
364 </message> | 367 </message> |
365 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> | 368 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
366 Access your serial devices | 369 Access your serial devices |
367 </message> | 370 </message> |
368 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> | 371 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> |
369 Access your network traffic | 372 Access your network traffic |
370 </message> | 373 </message> |
371 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_PRODUCT_NAME_AND_VE
NDOR" desc="USB device name and vendor string, used in various permission messag
es for USB devices."> | 374 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_PRODUCT_NAME_AND_VE
NDOR" desc="USB device name and vendor string, used in various permission messag
es for USB devices."> |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 </message> | 468 </message> |
466 </if> | 469 </if> |
467 <if expr="not is_win"> | 470 <if expr="not is_win"> |
468 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> | 471 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> |
469 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. |
470 </message> | 473 </message> |
471 </if> | 474 </if> |
472 </messages> | 475 </messages> |
473 </release> | 476 </release> |
474 </grit> | 477 </grit> |
OLD | NEW |