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

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: not on pause. Created 3 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
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 3057 matching lines...) Expand 10 before | Expand all | Expand 10 after
3068 </message> 3068 </message>
3069 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown."> 3069 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown.">
3070 Chrome is using less data to show you this page 3070 Chrome is using less data to show you this page
3071 </message> 3071 </message>
3072 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver."> 3072 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver.">
3073 See how much data you've saved 3073 See how much data you've saved
3074 </message> 3074 </message>
3075 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver."> 3075 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver.">
3076 See how much data you've saved from the More Options button 3076 See how much data you've saved from the More Options button
3077 </message> 3077 </message>
3078 3078 <message name="IDS_IPH_MEDIA_DOWNLOAD_TEXT" desc="The in-product-help mess age to download a video.">
3079 Download videos to watch later
3080 </message>
3081 <message name="IDS_IPH_MEDIA_DOWNLOAD_ACCESSIBILITY_TEXT" desc="The in-pro duct-help accessibility text to download a video.">
3082 Download videos to watch later using the Download button
mlamouri (slow - plz ping) 2017/07/13 21:14:27 Are you showing this only for videos?
Khushal 2017/07/17 17:52:20 Yes. I added an if check for video element in MayB
3083 </message>
3079 <!-- Search Widget strings --> 3084 <!-- Search Widget strings -->
3080 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 3085 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
3081 Search 3086 Search
3082 </message> 3087 </message>
3083 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 3088 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
3084 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 3089 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
3085 </message> 3090 </message>
3086 3091
3087 <!-- Launcher Shortcuts --> 3092 <!-- Launcher Shortcuts -->
3088 <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."> 3093 <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
3119 </message> 3124 </message>
3120 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3125 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3121 History tab selected 3126 History tab selected
3122 </message> 3127 </message>
3123 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3128 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3124 Home tab selected 3129 Home tab selected
3125 </message> 3130 </message>
3126 </messages> 3131 </messages>
3127 </release> 3132 </release>
3128 </grit> 3133 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698