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

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: mounir's comments. 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 3041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 </message> 3052 </message>
3053 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown."> 3053 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown.">
3054 Chrome is using less data to show you this page 3054 Chrome is using less data to show you this page
3055 </message> 3055 </message>
3056 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver."> 3056 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver.">
3057 See how much data you've saved 3057 See how much data you've saved
3058 </message> 3058 </message>
3059 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver."> 3059 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver.">
3060 See how much data you've saved from the More Options button 3060 See how much data you've saved from the More Options button
3061 </message> 3061 </message>
3062 3062 <message name="IDS_IPH_MEDIA_DOWNLOAD_TEXT" desc="The in-product-help mess age to download a video.">
3063 Download videos to watch later
3064 </message>
3065 <message name="IDS_IPH_MEDIA_DOWNLOAD_ACCESSIBILITY_TEXT" desc="The in-pro duct-help accessibility text to download a video.">
3066 Download videos to watch later using the Download button
3067 </message>
3063 <!-- Search Widget strings --> 3068 <!-- Search Widget strings -->
3064 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 3069 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
3065 Search 3070 Search
3066 </message> 3071 </message>
3067 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 3072 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
3068 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 3073 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
3069 </message> 3074 </message>
3070 3075
3071 <!-- Launcher Shortcuts --> 3076 <!-- Launcher Shortcuts -->
3072 <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."> 3077 <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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 </message> 3111 </message>
3107 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected."> 3112 <message name="IDS_BOTTOM_SHEET_HISTORY_TAB" desc="Accessibility string re ad when the history tab is selected.">
3108 History tab selected 3113 History tab selected
3109 </message> 3114 </message>
3110 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected."> 3115 <message name="IDS_BOTTOM_SHEET_HOME_TAB" desc="Accessibility string read when the home tab is selected.">
3111 Home tab selected 3116 Home tab selected
3112 </message> 3117 </message>
3113 </messages> 3118 </messages>
3114 </release> 3119 </release>
3115 </grit> 3120 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698