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_NAME_WITH_UNKNOWN_PRODUCT_VENDOR_SERIAL" desc="S tring describing a device by its vendor name and serial number when only the num eric product ID is available."> | 359 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_VENDOR_SERIAL" desc="S tring describing a device by its vendor name and serial number when only the num eric product ID is available."> |
360 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from <ph name ="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> (serial number <ph name="SERIA L_NUMBER">$3<ex>00001</ex></ph>) | 360 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from <ph name ="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> (serial number <ph name="SERIA L_NUMBER">$3<ex>00001</ex></ph>) |
361 </message> | 361 </message> |
362 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR" desc=" String describing a device when only numeric vendor and product IDs are availabl e."> | 362 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR" desc=" String describing a device when only numeric vendor and product IDs are availabl e."> |
363 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor < ph name="VENDOR_ID">$2<ex>abcd</ex></ph> | 363 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor < ph name="VENDOR_ID">$2<ex>abcd</ex></ph> |
364 </message> | 364 </message> |
365 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR_SERIAL" desc="String describing a device by its serial number when only numeric vendor and product IDs are available."> | 365 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR_SERIAL" desc="String describing a device by its serial number when only numeric vendor and product IDs are available."> |
366 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor < ph name="VENDOR_ID">$2<ex>abcd</ex></ph> (serial number <ph name="SERIAL_NUMBER" >$3<ex>00001</ex></ph>) | 366 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor < ph name="VENDOR_ID">$2<ex>abcd</ex></ph> (serial number <ph name="SERIAL_NUMBER" >$3<ex>00001</ex></ph>) |
367 </message> | 367 </message> |
368 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions asking the user to select one or more devices for use with an app."> | 368 <message name="IDS_DEVICE_PERMISSIONS_PROMPT" desc="Instructions asking th e user to select one or more devices for use with an app. [ICU Syntax]"> |
369 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one or more of your devices. | 369 {0, select, |
370 single {The application "<ph name="APP_NAME">{1}<ex>Chrome Dev Editor</e x></ph>" is requesting access to one of your devices.} | |
371 multiple {The application "<ph name="APP_NAME">{1}<ex>Chrome Dev Editor< /ex></ph>" is requesting access to one or more of your devices.} | |
Avi (use Gerrit)
2015/07/30 19:19:49
Don't we know that it's more than one? "One of mor
Reilly Grant (use Gerrit)
2015/07/30 19:22:07
No, this is the message for a selection dialog tha
jungshik at Google
2015/07/31 21:36:15
Yeah.... There are cases where we need to have 'tw
| |
372 other {UNUSED}} | |
370 </message> | 373 </message> |
371 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions as king the user to select one device for use with an app."> | 374 <message name="IDS_HID_DEVICE_PERMISSIONS_PROMPT_TITLE" desc="Title of the HID device selection dialog when the app will accept one or more selected devic es. [ICU Syntax]"> |
372 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one of your devices. | 375 {1, select, |
376 single {Select a HID device} multiple {Select HID devices} | |
377 other {UNUSED}} | |
373 </message> | 378 </message> |
374 <message name="IDS_HID_DEVICE_PERMISSIONS_PROMPT_TITLE_MULTIPLE" desc="Tit le of the HID device selection dialog when the app will accept one or more selec ted devices."> | 379 <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE" desc="Title of the USB device selection dialog when the app will accept one or more selected devic es. [ICU Syntax]"> |
375 Select HID devices | 380 {1, select, |
376 </message> | 381 single {Select a USB device} multiple {Select USB devices} |
377 <message name="IDS_HID_DEVICE_PERMISSIONS_PROMPT_TITLE_SINGLE" desc="Title of the HID device selection dialog when the app wants only one device selected. "> | 382 other {UNUSED}} |
378 Select a HID device | |
379 </message> | |
380 <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE_MULTIPLE" desc="Tit le of the USB device selection dialog when the app will accept one or more selec ted devices."> | |
381 Select USB devices | |
382 </message> | |
383 <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE_SINGLE" desc="Title of the USB device selection dialog when the app wants only one device selected. "> | |
384 Select a USB device | |
385 </message> | 383 </message> |
386 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi ssion string for Networking Config API."> | 384 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi ssion string for Networking Config API."> |
387 Configure network connections | 385 Configure network connections |
388 </message> | 386 </message> |
389 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm ission string for Networking Private API."> | 387 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm ission string for Networking Private API."> |
390 Manage network connections | 388 Manage network connections |
391 </message> | 389 </message> |
392 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> | 390 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> |
393 Access your serial devices | 391 Access your serial devices |
394 </message> | 392 </message> |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
500 <!-- Utility process names. Please keep alphabetized. --> | 498 <!-- Utility process names. Please keep alphabetized. --> |
501 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name of the utility process used for unpacking extensions."> | 499 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name of the utility process used for unpacking extensions."> |
502 Extension Unpacker | 500 Extension Unpacker |
503 </message> | 501 </message> |
504 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests."> | 502 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests."> |
505 Extension Manifest Parser | 503 Extension Manifest Parser |
506 </message> | 504 </message> |
507 </messages> | 505 </messages> |
508 </release> | 506 </release> |
509 </grit> | 507 </grit> |
OLD | NEW |