Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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> |
| OLD | NEW |