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

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

Issue 1956833002: Improve android tab content description (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback Created 4 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
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 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 </message> 2160 </message>
2161 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_EMPTY_NEW_TAB" desc="Content description for the new tab button."> 2161 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_EMPTY_NEW_TAB" desc="Content description for the new tab button.">
2162 New tab 2162 New tab
2163 </message> 2163 </message>
2164 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_INCOGNITO_TOGGLE_STANDARD" d esc="Content description for the incognito tabs toggle button when viewing stand ard tabs."> 2164 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_INCOGNITO_TOGGLE_STANDARD" d esc="Content description for the incognito tabs toggle button when viewing stand ard tabs.">
2165 Enter incognito mode 2165 Enter incognito mode
2166 </message> 2166 </message>
2167 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_INCOGNITO_TOGGLE_INCOGNITO" desc="Content description for the incognito tabs toggle button when viewing inco gnito tabs."> 2167 <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_INCOGNITO_TOGGLE_INCOGNITO" desc="Content description for the incognito tabs toggle button when viewing inco gnito tabs.">
2168 Leave incognito mode 2168 Leave incognito mode
2169 </message> 2169 </message>
2170 <message name="IDS_ACCESSIBILITY_TABSTRIP_IDENTIFIER" desc="Content descri ption for tabs that are not selected">
2171 Tab
2172 </message>
2173 <message name="IDS_ACCESSIBILITY_TABSTRIP_IDENTIFIER_SELECTED" desc="Conte nt description for the tab that is selected">
2174 Selected Tab
2175 </message>
2176 <message name="IDS_ACCESSIBILITY_TABSTRIP_INCOGNITO_IDENTIFIER" desc="Cont ent description for tabs that are not selected in incognito mode">
2177 Incognito Tab
2178 </message>
2179 <message name="IDS_ACCESSIBILITY_TABSTRIP_INCOGNITO_IDENTIFIER_SELECTED" d esc="Content description for the tab that is selected in incognito mode">
2180 Selected Incognito Tab
2181 </message>
2170 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_BOOKMARKS" desc="Content description for the bookmarks tab of the new tab page."> 2182 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_BOOKMARKS" desc="Content description for the bookmarks tab of the new tab page.">
2171 Bookmarks 2183 Bookmarks
2172 </message> 2184 </message>
2173 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_INTERESTS" desc="Content description for the interests section of the new tab page."> 2185 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_INTERESTS" desc="Content description for the interests section of the new tab page.">
2174 Interests 2186 Interests
2175 </message> 2187 </message>
2176 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_RECENT_TABS" desc="Conten t description for the recent tabs section of the new tab page."> 2188 <message name="IDS_ACCESSIBILITY_NTP_TOOLBAR_BTN_RECENT_TABS" desc="Conten t description for the recent tabs section of the new tab page.">
2177 Recent tabs 2189 Recent tabs
2178 </message> 2190 </message>
2179 <message name="IDS_ACCESSIBILITY_OMNIBOX_BTN_REFINE" desc="Content descrip tion for the omnibox refine button."> 2191 <message name="IDS_ACCESSIBILITY_OMNIBOX_BTN_REFINE" desc="Content descrip tion for the omnibox refine button.">
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2389 <!-- Migration strings --> 2401 <!-- Migration strings -->
2390 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2402 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2391 Quickly switch tabs 2403 Quickly switch tabs
2392 </message> 2404 </message>
2393 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2405 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2394 Tap this button for quick access to your tabs. 2406 Tap this button for quick access to your tabs.
2395 </message> 2407 </message>
2396 </messages> 2408 </messages>
2397 </release> 2409 </release>
2398 </grit> 2410 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698