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

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

Issue 2222013004: Handle both plural and singular tab switcher content descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + add bug reference to comments Created 4 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 | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarTablet.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 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 </message> 2205 </message>
2206 <message name="IDS_ACCESSIBILITY_NEW_INCOGNITO_TAB_PAGE" desc="Accessibili ty text to read aloud when the user focuses the new incognito tab view."> 2206 <message name="IDS_ACCESSIBILITY_NEW_INCOGNITO_TAB_PAGE" desc="Accessibili ty text to read aloud when the user focuses the new incognito tab view.">
2207 New incognito tab 2207 New incognito tab
2208 </message> 2208 </message>
2209 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_TAB" desc="Content descri ption for the new tab button."> 2209 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_TAB" desc="Content descri ption for the new tab button.">
2210 New tab 2210 New tab
2211 </message> 2211 </message>
2212 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_INCOGNITO_TAB" desc="Cont ent description for the new incognito tab button."> 2212 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_INCOGNITO_TAB" desc="Cont ent description for the new incognito tab button.">
2213 New incognito tab 2213 New incognito tab
2214 </message> 2214 </message>
2215 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher."> 2215 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher. [ICU Syn tax]">
2216 <ph name="OPEN_TABS">%1$d<ex>3</ex></ph> open tabs 2216 {OPEN_TABS, plural, =1 {%1$d open tab} other {%1$d open tabs}}
2217 </message>
2218 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE_DEFAULT" d esc="Placeholder content description for the button that enters or leaves the ta b switcher.">
2219 open tabs
2217 </message> 2220 </message>
2218 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button."> 2221 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button.">
2219 Home 2222 Home
2220 </message> 2223 </message>
2221 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button."> 2224 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button.">
2222 Refresh page 2225 Refresh page
2223 </message> 2226 </message>
2224 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button."> 2227 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button.">
2225 Stop page loading 2228 Stop page loading
2226 </message> 2229 </message>
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2569 Tap this button for quick access to your tabs. 2572 Tap this button for quick access to your tabs.
2570 </message> 2573 </message>
2571 2574
2572 <!-- Item Chooser UI strings --> 2575 <!-- Item Chooser UI strings -->
2573 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2576 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2574 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2577 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2575 </message> 2578 </message>
2576 </messages> 2579 </messages>
2577 </release> 2580 </release>
2578 </grit> 2581 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarTablet.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698