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

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

Issue 2814843006: IPH - Added triggers for Download page (Closed)
Patch Set: rebase Created 3 years, 8 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 2906 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 <message name="IDS_CONTEXTMENU_IMAGE_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to the image."> 2917 <message name="IDS_CONTEXTMENU_IMAGE_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to the image.">
2918 IMAGE 2918 IMAGE
2919 </message> 2919 </message>
2920 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2920 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2921 LINK 2921 LINK
2922 </message> 2922 </message>
2923 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2923 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2924 VIDEO 2924 VIDEO
2925 </message> 2925 </message>
2926 2926
2927 <!-- In-Product Help strings -->
2928 <message name="IDS_IPH_DOWNLOAD_PAGE_FOR_OFFLINE_USAGE_TEXT" desc="The in- product-help message after a successful navigation.">
David Trainor- moved to gerrit 2017/04/17 23:03:41 Should this description say something about using
shaktisahu 2017/04/19 02:39:11 Done.
2929 Download pages to use them offline
2930 </message>
2931
2927 <!-- Search Widget strings --> 2932 <!-- Search Widget strings -->
2928 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 2933 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
2929 Search 2934 Search
2930 </message> 2935 </message>
2931 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 2936 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2937 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2933 </message> 2938 </message>
2934 2939
2935 <!-- Launcher Shortcuts --> 2940 <!-- Launcher Shortcuts -->
2936 <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."> 2941 <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.">
2937 Remove and recreate this shortcut 2942 Remove and recreate this shortcut
2938 </message> 2943 </message>
2939 </messages> 2944 </messages>
2940 </release> 2945 </release>
2941 </grit> 2946 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698