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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2285373002: Fix plural syntax for downloads accessibility strings (Closed)
Patch Set: Fix plural syntax for downloads accessibility strings Created 4 years, 3 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 | « no previous file | 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 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 Open navigation drawer 2291 Open navigation drawer
2292 </message> 2292 </message>
2293 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_CLOSE" desc="Content de scription for the button to close the navigation drawer."> 2293 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_CLOSE" desc="Content de scription for the button to close the navigation drawer.">
2294 Close navigation drawer 2294 Close navigation drawer
2295 </message> 2295 </message>
2296 <message name="IDS_ACCESSIBILITY_TOOLBAR_SCREEN_POSITION" desc="Accessibil ity announcement to inform users about a toolbar's location."> 2296 <message name="IDS_ACCESSIBILITY_TOOLBAR_SCREEN_POSITION" desc="Accessibil ity announcement to inform users about a toolbar's location.">
2297 Options available near top of the screen 2297 Options available near top of the screen
2298 </message> 2298 </message>
2299 <message name="IDS_ACCESSIBILITY_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]"> 2299 <message name="IDS_ACCESSIBILITY_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]">
2300 {NUM_SELECTED, plural, 2300 {NUM_SELECTED, plural,
2301 =1 {1 item selected}, 2301 =1 {1 item selected}
2302 other {# items selected}} 2302 other {# items selected}}
2303 </message> 2303 </message>
2304 <message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content descr iption for the button to share selected items. [ICU Syntax]"> 2304 <message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content descr iption for the button to share selected items. [ICU Syntax]">
2305 {NUM_SELECTED, plural, 2305 {NUM_SELECTED, plural,
2306 =1 {Share 1 selected item}, 2306 =1 {Share 1 selected item}
2307 other {Share # selected items}} 2307 other {Share # selected items}}
2308 </message> 2308 </message>
2309 <message name="IDS_ACCESSIBILITY_REMOVE_SELECTED_ITEMS" desc="Content desc ription for the button to remove selected items. [ICU Syntax]"> 2309 <message name="IDS_ACCESSIBILITY_REMOVE_SELECTED_ITEMS" desc="Content desc ription for the button to remove selected items. [ICU Syntax]">
2310 {NUM_SELECTED, plural, 2310 {NUM_SELECTED, plural,
2311 =1 {Remove 1 selected item}, 2311 =1 {Remove 1 selected item}
2312 other {Remove # selected items}} 2312 other {Remove # selected items}}
2313 </message> 2313 </message>
2314 2314
2315 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress."> 2315 <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress.">
2316 Accessing video input 2316 Accessing video input
2317 </message> 2317 </message>
2318 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress"> 2318 <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress">
2319 Accessing audio input 2319 Accessing audio input
2320 </message> 2320 </message>
2321 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress"> 2321 <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress">
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 2607
2608 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2608 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2609 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2609 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2610 </message> 2610 </message>
2611 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2611 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2612 Open in app 2612 Open in app
2613 </message> 2613 </message>
2614 </messages> 2614 </messages>
2615 </release> 2615 </release>
2616 </grit> 2616 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698