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_PRIVATE" desc="Perm
ission string for Networking Private API."> |
| 363 Manage network connections |
| 364 </message> |
362 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> | 365 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
363 Access your serial devices | 366 Access your serial devices |
364 </message> | 367 </message> |
365 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> | 368 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> |
366 Access your network traffic | 369 Access your network traffic |
367 </message> | 370 </message> |
368 <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."> | 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."> |
369 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> | 372 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> |
370 </message> | 373 </message> |
371 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 374 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes
sage which indicates that an extension has access to Universal 2nd Factor device
s."> | 439 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes
sage which indicates that an extension has access to Universal 2nd Factor device
s."> |
437 Access your Universal 2nd Factor devices | 440 Access your Universal 2nd Factor devices |
438 </message> | 441 </message> |
439 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> | 442 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> |
440 Communicate with cooperating websites | 443 Communicate with cooperating websites |
441 </message> | 444 </message> |
442 | 445 |
443 </messages> | 446 </messages> |
444 </release> | 447 </release> |
445 </grit> | 448 </grit> |
OLD | NEW |