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

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

Issue 2275693003: Ntp: show footer with learn more link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9patches
Patch Set: Use the intended url. Created 4 years, 3 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 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 </message> 1972 </message>
1973 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1973 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1974 Show full history 1974 Show full history
1975 </message> 1975 </message>
1976 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1976 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1977 Remove all 1977 Remove all
1978 </message> 1978 </message>
1979 <message name="IDS_ACCESSIBILITY_NTP_OFFLINE_BADGE" desc="Content descript ion for the badge that indicates offline availability of a most visited item on the new tab page."> 1979 <message name="IDS_ACCESSIBILITY_NTP_OFFLINE_BADGE" desc="Content descript ion for the badge that indicates offline availability of a most visited item on the new tab page.">
1980 Available offline 1980 Available offline
1981 </message> 1981 </message>
1982 <message name="IDS_NTP_LEARN_MORE_ABOUT_SUGGESTED_CONTENT" desc="Text in t he footer of the New Tab Page. Part of the text is a link to a help center page where the user can learn more about suggested content.">
1983 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn more<ph name="END_LINK">&lt ;/link&gt;</ph> about suggested content
1984 </message>
1982 1985
1983 <!-- Toolbar button strings --> 1986 <!-- Toolbar button strings -->
1984 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1987 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1985 Open tabs 1988 Open tabs
1986 </message> 1989 </message>
1987 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1990 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1988 New tab 1991 New tab
1989 </message> 1992 </message>
1990 1993
1991 <!-- Main menu items --> 1994 <!-- Main menu items -->
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 2610
2608 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2611 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2609 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2612 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2610 </message> 2613 </message>
2611 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2614 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2612 Open in app 2615 Open in app
2613 </message> 2616 </message>
2614 </messages> 2617 </messages>
2615 </release> 2618 </release>
2616 </grit> 2619 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698