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

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

Issue 2814843006: IPH - Added triggers for Download page (Closed)
Patch Set: initial 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 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 <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."> 2902 <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.">
2903 IMAGE 2903 IMAGE
2904 </message> 2904 </message>
2905 <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."> 2905 <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.">
2906 LINK 2906 LINK
2907 </message> 2907 </message>
2908 <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."> 2908 <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.">
2909 VIDEO 2909 VIDEO
2910 </message> 2910 </message>
2911 2911
2912 <!-- In-Product Help strings -->
2913 <message name="IDS_IPH_DOWNLOAD_PAGE_FOR_OFFLINE_USAGE_TEXT" desc="The in- product-help message after a successful navigation.">
2914 Download pages to use them offline
2915 </message>
2916
2912 <!-- Search Widget strings --> 2917 <!-- Search Widget strings -->
2913 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 2918 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
2914 Search 2919 Search
2915 </message> 2920 </message>
2916 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 2921 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
2917 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2922 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2918 </message> 2923 </message>
2919 2924
2920 <!-- Launcher Shortcuts --> 2925 <!-- Launcher Shortcuts -->
2921 <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."> 2926 <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.">
2922 Remove and recreate this shortcut 2927 Remove and recreate this shortcut
2923 </message> 2928 </message>
2924 </messages> 2929 </messages>
2925 </release> 2930 </release>
2926 </grit> 2931 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698