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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> | 298 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> |
299 </message> | 299 </message> |
300 <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."> | 300 <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."> |
301 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> | 301 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> |
302 </message> | 302 </message> |
303 <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."> | 303 <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."> |
304 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> | 304 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> |
305 </message> | 305 </message> |
306 | 306 |
307 <!-- Device API strings. Please keep alphabetized. --> | 307 <!-- Device API strings. Please keep alphabetized. --> |
| 308 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_HEADING" desc="Title of the d
evice selection dialog."> |
| 309 USB Devices |
| 310 </message> |
| 311 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions as
king the user to select one device for use with an app."> |
| 312 Select a device to use with <ph name="APP_NAME">$1<ex>Chrome Dev Editor<
/ex></ph>. |
| 313 </message> |
| 314 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions
asking the user to select one or more devices for use with an app."> |
| 315 Select devices to use with <ph name="APP_NAME">$1<ex>Chrome Dev Editor</
ex></ph>. |
| 316 </message> |
| 317 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_DEVICE_NAME" desc="String des
cribing a device in a list of devices."> |
| 318 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> |
| 319 </message> |
| 320 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_DEVICE_TOOLTIP" desc="String
providing device vendor and product ID details in a tooltip."> |
| 321 <ph name="VENDOR_NAME">$1<ex>Griffin Technology</ex></ph> (<ph name="VEN
DOR_ID">$2<ex>0x1234</ex></ph>), <ph name="PRODUCT_NAME">$3<ex>SoundKnob</ex></p
h> (<ph name="PRODUCT_ID">$4<ex>0x5678</ex></ph>) |
| 322 </message> |
| 323 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human
-readable product name is available for a device."> |
| 324 Unknown Product |
| 325 </message> |
| 326 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human-
readable vendor name is available for a device."> |
| 327 Unknown Vendor |
| 328 </message> |
308 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> | 329 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> |
309 Access your input devices | 330 Access your input devices |
310 </message> | 331 </message> |
311 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> | 332 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
312 Access your serial devices | 333 Access your serial devices |
313 </message> | 334 </message> |
314 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> | 335 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> |
315 Access your USB devices | 336 Access your USB devices |
316 </message> | 337 </message> |
317 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 338 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 <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."> | 394 <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."> |
374 Access your Universal 2nd Factor devices | 395 Access your Universal 2nd Factor devices |
375 </message> | 396 </message> |
376 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> | 397 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> |
377 Communicate with cooperating websites | 398 Communicate with cooperating websites |
378 </message> | 399 </message> |
379 | 400 |
380 </messages> | 401 </messages> |
381 </release> | 402 </release> |
382 </grit> | 403 </grit> |
OLD | NEW |