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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 <!-- Device 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."> | 268 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> |
269 Access your input devices | 269 Access your input devices |
270 </message> | 270 </message> |
| 271 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
| 272 Access your serial devices |
| 273 </message> |
271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> | 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> |
272 Access your USB devices | 275 Access your USB devices |
273 </message> | 276 </message> |
274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
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> | 278 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
276 </message> | 279 </message> |
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."> | 280 <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."> |
278 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> | 281 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
279 </message> | 282 </message> |
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."> | 283 <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."> |
281 Access the USB device | 284 Access the USB device |
282 </message> | 285 </message> |
283 | 286 |
284 </messages> | 287 </messages> |
285 </release> | 288 </release> |
286 </grit> | 289 </grit> |
OLD | NEW |