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

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

Issue 2968203003: Photo Picker dialog: Flesh out the number roll string a bit. (Closed)
Patch Set: Address feedback from Theresa Created 3 years, 5 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 | « chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java ('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 <!-- 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 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2679 </message> 2679 </message>
2680 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_OPEN" desc="Content des cription for the button to show the navigation drawer."> 2680 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_OPEN" desc="Content des cription for the button to show the navigation drawer.">
2681 Open navigation drawer 2681 Open navigation drawer
2682 </message> 2682 </message>
2683 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_CLOSE" desc="Content de scription for the button to close the navigation drawer."> 2683 <message name="IDS_ACCESSIBILITY_DRAWER_TOGGLE_BTN_CLOSE" desc="Content de scription for the button to close the navigation drawer.">
2684 Close navigation drawer 2684 Close navigation drawer
2685 </message> 2685 </message>
2686 <message name="IDS_ACCESSIBILITY_TOOLBAR_SCREEN_POSITION" desc="Accessibil ity announcement to inform users about a toolbar's location."> 2686 <message name="IDS_ACCESSIBILITY_TOOLBAR_SCREEN_POSITION" desc="Accessibil ity announcement to inform users about a toolbar's location.">
2687 Options available near top of the screen 2687 Options available near top of the screen
2688 </message> 2688 </message>
2689 <message name="IDS_ACCESSIBILITY_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]"> 2689 <message name="IDS_ACCESSIBILITY_SELECTED_ITEMS" desc="Content description for a number indicating how many items are selected. [ICU Syntax]">
Bernhard Bauer 2017/07/06 21:08:28 Nit: This string now isn't really used for accessi
2690 {NUM_SELECTED, plural, 2690 {NUM_SELECTED, plural,
2691 =1 {1 item selected} 2691 =1 {1 selected}
2692 other {# items selected}} 2692 other {# selected}}
2693 </message> 2693 </message>
2694 <message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content descr iption for the button to share selected items. [ICU Syntax]"> 2694 <message name="IDS_ACCESSIBILITY_SHARE_SELECTED_ITEMS" desc="Content descr iption for the button to share selected items. [ICU Syntax]">
2695 {NUM_SELECTED, plural, 2695 {NUM_SELECTED, plural,
2696 =1 {Share 1 selected item} 2696 =1 {Share 1 selected item}
2697 other {Share # selected items}} 2697 other {Share # selected items}}
2698 </message> 2698 </message>
2699 <message name="IDS_ACCESSIBILITY_REMOVE_SELECTED_ITEMS" desc="Content desc ription for the button to remove selected items. [ICU Syntax]"> 2699 <message name="IDS_ACCESSIBILITY_REMOVE_SELECTED_ITEMS" desc="Content desc ription for the button to remove selected items. [ICU Syntax]">
2700 {NUM_SELECTED, plural, 2700 {NUM_SELECTED, plural,
2701 =1 {Remove 1 selected item} 2701 =1 {Remove 1 selected item}
2702 other {Remove # selected items}} 2702 other {Remove # selected items}}
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
3119 </message> 3119 </message>
3120 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3120 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3121 History tab selected 3121 History tab selected
3122 </message> 3122 </message>
3123 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3123 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3124 Home tab selected 3124 Home tab selected
3125 </message> 3125 </message>
3126 </messages> 3126 </messages>
3127 </release> 3127 </release>
3128 </grit> 3128 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698