| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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."> | 362 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi
ssion string for Networking Config API."> |
| 363 Configure network connections | 363 Configure network connections |
| 364 </message> | 364 </message> |
| 365 <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."> |
| 366 Manage network connections | 366 Manage network connections |
| 367 </message> | 367 </message> |
| 368 <message name="IDS_EXTENSION_PROMPT_WARNING_PRINTER_PROVIDER" desc="Permis
sion string for Printer Provider API."> |
| 369 Add printing destinations and access any jobs you submit to them |
| 370 </message> |
| 368 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> | 371 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
| 369 Access your serial devices | 372 Access your serial devices |
| 370 </message> | 373 </message> |
| 371 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> | 374 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f
or access to VPN API."> |
| 372 Access your network traffic | 375 Access your network traffic |
| 373 </message> | 376 </message> |
| 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."> | 377 <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."> |
| 375 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> | 378 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> |
| 376 </message> | 379 </message> |
| 377 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 380 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 </message> | 471 </message> |
| 469 </if> | 472 </if> |
| 470 <if expr="not is_win"> | 473 <if expr="not is_win"> |
| 471 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> | 474 <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. | 475 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> | 476 </message> |
| 474 </if> | 477 </if> |
| 475 </messages> | 478 </messages> |
| 476 </release> | 479 </release> |
| 477 </grit> | 480 </grit> |
| OLD | NEW |