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

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

Issue 2815183002: IPH - Added triggers to show Download Home message (Closed)
Patch Set: findbugs Created 3 years, 7 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 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 --> 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 prompting user to download th e pages to view offline."> 2928 <message name="IDS_IPH_DOWNLOAD_PAGE_FOR_OFFLINE_USAGE_TEXT" desc="The in- product-help message after a successful navigation prompting user to download th e pages to view offline.">
2929 Download pages to use them offline 2929 Download pages to use them offline
2930 </message> 2930 </message>
2931 <message name="IDS_IPH_DOWNLOAD_HOME_TEXT" desc="The in-product-help messa ge to open download home after a restart.">
2932 Find your files and pages in Downloads
2933 </message>
2931 2934
2932 <!-- Search Widget strings --> 2935 <!-- Search Widget strings -->
2933 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget"> 2936 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
2934 Search 2937 Search
2935 </message> 2938 </message>
2936 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name"> 2939 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
2937 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2940 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2938 </message> 2941 </message>
2939 2942
2940 <!-- Launcher Shortcuts --> 2943 <!-- Launcher Shortcuts -->
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."> 2944 <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.">
2942 Remove and recreate this shortcut 2945 Remove and recreate this shortcut
2943 </message> 2946 </message>
2944 </messages> 2947 </messages>
2945 </release> 2948 </release>
2946 </grit> 2949 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698