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

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, 4 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 3038 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 </message> 3049 </message>
3050 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown."> 3050 <message name="IDS_IPH_DATA_SAVER_PREVIEW_TEXT" desc="In-product help for when a data saver preview page and infobar are shown.">
3051 Chrome is using less data to show you this page 3051 Chrome is using less data to show you this page
3052 </message> 3052 </message>
3053 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver."> 3053 <message name="IDS_IPH_DATA_SAVER_DETAIL_TEXT" desc="The in-product-help m essage to open data saver.">
3054 See how much data you've saved 3054 See how much data you've saved
3055 </message> 3055 </message>
3056 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver."> 3056 <message name="IDS_IPH_DATA_SAVER_DETAIL_ACCESSIBILITY_TEXT" desc="The in- product-help accessibility text to open data saver.">
3057 See how much data you've saved from the More Options button 3057 See how much data you've saved from the More Options button
3058 </message> 3058 </message>
3059 3059 <message name="IDS_IPH_MEDIA_DOWNLOAD_TEXT" desc="The in-product-help mess age to download a video.">
3060 Download videos to watch later
3061 </message>
3062 <message name="IDS_IPH_MEDIA_DOWNLOAD_ACCESSIBILITY_TEXT" desc="The in-pro duct-help accessibility text to download a video.">
3063 Download videos to watch later using the Download button
3064 </message>
3060 <!-- Search Widget strings --> 3065 <!-- Search Widget strings -->
3061 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 3066 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
3062 Search 3067 Search
3063 </message> 3068 </message>
3064 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 3069 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
3065 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 3070 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
3066 </message> 3071 </message>
3067 3072
3068 <!-- Launcher Shortcuts --> 3073 <!-- Launcher Shortcuts -->
3069 <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."> 3074 <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 36 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