| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc=
"Permission string for access to any computer within multiple domains on the loc
al network or internet."> | 257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc=
"Permission string for access to any computer within multiple domains on the loc
al network or internet."> |
| 258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> | 258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> |
| 259 </message> | 259 </message> |
| 260 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe
rmission string for access to a single specific computers on the local network o
r internet."> | 260 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe
rmission string for access to a single specific computers on the local network o
r internet."> |
| 261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> | 261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> |
| 262 </message> | 262 </message> |
| 263 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P
ermission string for access to multiple specific computers on the local network
or internet."> | 263 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P
ermission string for access to multiple specific computers on the local network
or internet."> |
| 264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> | 264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> |
| 265 </message> | 265 </message> |
| 266 | 266 |
| 267 <!-- USB API strings. Please keep alphabetized. --> | 267 <!-- Device API strings. Please keep alphabetized. --> |
| 268 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> |
| 269 Access your input devices |
| 270 </message> |
| 268 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> | 271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> |
| 269 Access your USB devices | 272 Access your USB devices |
| 270 </message> | 273 </message> |
| 271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
| 272 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> | 275 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
| 273 </message> | 276 </message> |
| 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de
sc="Permission string for access to a specific USB device when a product name ca
nnot be established for a USB device."> | 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de
sc="Permission string for access to a specific USB device when a product name ca
nnot be established for a USB device."> |
| 275 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> | 278 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
| 276 </message> | 279 </message> |
| 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des
c="Permission string for access to a specific USB device when a vendor name cann
ot be established for a USB device."> | 280 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des
c="Permission string for access to a specific USB device when a vendor name cann
ot be established for a USB device."> |
| 278 Access the USB device | 281 Access the USB device |
| 279 </message> | 282 </message> |
| 280 | 283 |
| 281 </messages> | 284 </messages> |
| 282 </release> | 285 </release> |
| 283 </grit> | 286 </grit> |
| OLD | NEW |