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

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

Issue 2895223003: [Home] Add some accessibility support (Closed)
Patch Set: Add content description to toolbar Created 3 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentController.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 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 3041
3042 <!-- Launcher Shortcuts --> 3042 <!-- Launcher Shortcuts -->
3043 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 3043 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
3044 Remove and recreate this shortcut 3044 Remove and recreate this shortcut
3045 </message> 3045 </message>
3046 3046
3047 <!-- Chrome Home --> 3047 <!-- Chrome Home -->
3048 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 3048 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
3049 Pull up to see bookmarks and more 3049 Pull up to see bookmarks and more
3050 </message> 3050 </message>
3051 <message name="IDS_BOTTOM_SHEET_ACCESSIBILITY_HELP_BUBBLE_MESSAGE" desc="T ext displayed in a help bubble above the bottom navigation sheet prompting users to pull the sheet up to see their bookmarks and other content when accessibilit y is enabled.">
3052 Pull up on the address bar to see bookmarks, downloads, and history
3053 </message>
3054 <message name="IDS_BOTTOM_SHEET_ACCESSIBILITY_TOOLBAR" desc="Accessibilty string read when the bottom toolbar, containing the adddress bar and some button s, is focused. Informs users that they can pull up on the address bar to see the ir bookmarks and other content.">
3055 Address bar. Pull up to see bookmarks, downloads, and history.
3056 </message>
3057 <message name="IDS_BOTTOM_SHEET_EXPAND_BUTTON_HELP_BUBBLE_MESSAGE" desc="T ext displayed in a help bubble above the toolbar expand button prompting users t o tap the button to see their bookmarks and other content.">
3058 Tap to see bookmarks and more
3059 </message>
3060 <message name="IDS_BOTTOM_SHEET_ACCESSIBILITY_EXPAND_BUTTON_HELP_BUBBLE_ME SSAGE" desc="Text displayed in a help bubble above the toolbar expand button pro mpting users to tap the button to see their bookmarks and other content when acc essibility is enabled.">
3061 Tap to see bookmarks, downloads, and history
3062 </message>
3063 <message name="IDS_BOTTOM_SHEET_OPENED" desc="Accessibility string read wh en the bottom navigation panel is opened.">
3064 Navigation panel opened
3065 </message>
3066 <message name="IDS_BOTTOM_SHEET_CLOSED" desc="Accessibility string read wh en the bottom navigation panel is closed.">
3067 Navigation panel closed
3068 </message>
3069 <message name="IDS_BOTTOM_SHEET_BOOKMARKS_TAB" desc="Accessibility string read when the bookmarks tab is selected.">
3070 Bookmarks tab selected
3071 </message>
3072 <message name="IDS_BOTTOM_SHEET_DOWNLOADS_TAB" desc="Accessibility string read when the downloads tab is selected.">
3073 Downloads tab selected
3074 </message>
3075 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3076 History tab selected
3077 </message>
3078 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3079 Home tab selected
3080 </message>
3051 </messages> 3081 </messages>
3052 </release> 3082 </release>
3053 </grit> 3083 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698