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

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

Issue 1221693002: Fix accessibility issues in custom tab UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new string Created 5 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/toolbar/ToolbarPhone.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 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 </message> 2010 </message>
2011 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_INCOGNITO_TAB" desc="Cont ent description for the new incognito tab button."> 2011 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_NEW_INCOGNITO_TAB" desc="Cont ent description for the new incognito tab button.">
2012 New incognito tab 2012 New incognito tab
2013 </message> 2013 </message>
2014 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher."> 2014 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher.">
2015 <ph name="OPEN_TABS">%1$d<ex>3</ex></ph> open tabs 2015 <ph name="OPEN_TABS">%1$d<ex>3</ex></ph> open tabs
2016 </message> 2016 </message>
2017 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button."> 2017 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button.">
2018 Home 2018 Home
2019 </message> 2019 </message>
2020 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_CLOSE_WEBPAGE" desc="Content description for the button that closes the webpage.">
2021 Close webpage
newt (away) 2015/06/30 18:44:58 Should this be "Close tab?" We've already got a st
Yusuf 2015/06/30 19:52:30 Yeah, I think that also makes sense in this contex
Ian Wen 2015/06/30 20:14:38 Done.
2022 </message>
2020 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_CUSTOM" desc="Content descrip tion for the custom action button."> 2023 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_CUSTOM" desc="Content descrip tion for the custom action button.">
2021 Custom action button 2024 Custom action button
2022 </message> 2025 </message>
2023 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button."> 2026 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button.">
2024 Refresh page 2027 Refresh page
2025 </message> 2028 </message>
2026 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button."> 2029 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button.">
2027 Stop page loading 2030 Stop page loading
2028 </message> 2031 </message>
2029 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_NEXT" desc="Content desc ription for the button to go to the next find in page result."> 2032 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_NEXT" desc="Content desc ription for the button to go to the next find in page result.">
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 </message> 2204 </message>
2202 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2205 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2203 send_crash_report 2206 send_crash_report
2204 </message> 2207 </message>
2205 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2208 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2206 mobile_awsnap 2209 mobile_awsnap
2207 </message> 2210 </message>
2208 </messages> 2211 </messages>
2209 </release> 2212 </release>
2210 </grit> 2213 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarPhone.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698