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

Side by Side Diff: extensions/extensions_strings.grd

Issue 1103293004: Use ICU plural syntax in more place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: recently_closed.js restored per estade Created 5 years, 7 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/browser/api/device_permissions_prompt.cc ('k') | no next file » | 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_MULTIPLE" desc="Instructions asking the user to select one or more devices for use with an app.">
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 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one or more of your devices.
370 </message> 370 </message>
371 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions as king the user to select one device for use with an app."> 371 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions as king the user to select one device for use with an app.">
372 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one of your devices. 372 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one of your devices.
373 </message> 373 </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."> 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. If a langugage has a generic plural (larger than one), use that for all sub- messages other than '=1'. [ICU Syntax]">
375 Select HID devices 375 Select HID devices
376 {NUM_DEVICE, plural,
377 =1 {Select a HID device} other {Select HID devices}}
376 </message> 378 </message>
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. "> 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. If a langugage has a generic plural (larger than one), use that for all sub- messages other than '=1'. [ICU Syntax]">
378 Select a HID device 380 {NUM_DEVICE, plural,
379 </message> 381 =1 {Select a USB device} other {Select USB devices}}
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> 382 </message>
386 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi ssion string for Networking Config API."> 383 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_CONFIG" desc="Permi ssion string for Networking Config API.">
387 Configure network connections 384 Configure network connections
388 </message> 385 </message>
389 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm ission string for Networking Private API."> 386 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm ission string for Networking Private API.">
390 Manage network connections 387 Manage network connections
391 </message> 388 </message>
392 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> 389 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices.">
393 Access your serial devices 390 Access your serial devices
394 </message> 391 </message>
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 <!-- Utility process names. Please keep alphabetized. --> 497 <!-- 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."> 498 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name of the utility process used for unpacking extensions.">
502 Extension Unpacker 499 Extension Unpacker
503 </message> 500 </message>
504 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests."> 501 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests.">
505 Extension Manifest Parser 502 Extension Manifest Parser
506 </message> 503 </message>
507 </messages> 504 </messages>
508 </release> 505 </release>
509 </grit> 506 </grit>
OLDNEW
« no previous file with comments | « extensions/browser/api/device_permissions_prompt.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698