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

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

Issue 2807613002: Add a disabled message for the static incognito launcher shortcut (Closed)
Patch Set: 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
« no previous file with comments | « chrome/android/java/res_template/xml/launchershortcuts.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 IMAGE 2845 IMAGE
2846 </message> 2846 </message>
2847 <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."> 2847 <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.">
2848 LINK 2848 LINK
2849 </message> 2849 </message>
2850 <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."> 2850 <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.">
2851 VIDEO 2851 VIDEO
2852 </message> 2852 </message>
2853 2853
2854 <!-- Search Widget strings --> 2854 <!-- Search Widget strings -->
2855 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the sear ch widget"> 2855 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the searc h widget">
2856 Search 2856 Search
2857 </message> 2857 </message>
2858 <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name"> 2858 <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
2859 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2859 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2860 </message> 2860 </message>
2861
2862 <!-- Launcher Shortcuts -->
2863 <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.">
2864 Remove and recreate this shortcut
2865 </message>
2861 </messages> 2866 </messages>
2862 </release> 2867 </release>
2863 </grit> 2868 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/res_template/xml/launchershortcuts.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698