Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: extensions/extensions_strings.grd

Issue 1140153005: ICU msg format support with more than one arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark's review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/extensions.gyp ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.}
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
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>
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698