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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: Created 3 years, 6 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 3055 matching lines...) Expand 10 before | Expand all | Expand 10 after
3066 </message> 3066 </message>
3067 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown."> 3067 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown.">
3068 Chrome is using less data to show you this page 3068 Chrome is using less data to show you this page
3069 </message> 3069 </message>
3070 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver."> 3070 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver.">
3071 See how much data you've saved 3071 See how much data you've saved
3072 </message> 3072 </message>
3073 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver."> 3073 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver.">
3074 See how much data you've saved from the More Options button 3074 See how much data you've saved from the More Options button
3075 </message> 3075 </message>
3076 3076 <message name="IDS_IPH_MEDIA_DOWNLOAD_TEXT" desc="The in-product-help mess age to download a video.">
3077 Download videos to watch later
3078 </message>
3079 <message name="IDS_IPH_MEDIA_DOWNLOAD_ACCESSIBILITY_TEXT" desc="The in-pro duct-help accessibility text to download a video.">
3080 Download videos to watch later using the Download button
3081 </message>
3077 <!-- Search Widget strings --> 3082 <!-- Search Widget strings -->
3078 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 3083 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
3079 Search 3084 Search
3080 </message> 3085 </message>
3081 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 3086 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
3082 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 3087 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
3083 </message> 3088 </message>
3084 3089
3085 <!-- Launcher Shortcuts --> 3090 <!-- Launcher Shortcuts -->
3086 <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."> 3091 <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.">
(...skipping 30 matching lines...) Expand all
3117 </message> 3122 </message>
3118 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3123 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3119 History tab selected 3124 History tab selected
3120 </message> 3125 </message>
3121 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3126 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3122 Home tab selected 3127 Home tab selected
3123 </message> 3128 </message>
3124 </messages> 3129 </messages>
3125 </release> 3130 </release>
3126 </grit> 3131 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698