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

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

Issue 2291273003: Ntp: show footer with learn more link. (Closed)
Patch Set: 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 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 </message> 1971 </message>
1972 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1972 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1973 Show full history 1973 Show full history
1974 </message> 1974 </message>
1975 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1975 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1976 Remove all 1976 Remove all
1977 </message> 1977 </message>
1978 <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."> 1978 <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 Available offline 1979 Available offline
1980 </message> 1980 </message>
1981 <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.">
1982 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Learn more<ph name="END_LINK">&lt ;/link&gt;</ph> about suggested content
1983 </message>
1981 1984
1982 <!-- Toolbar button strings --> 1985 <!-- Toolbar button strings -->
1983 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1986 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1984 Open tabs 1987 Open tabs
1985 </message> 1988 </message>
1986 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1989 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1987 New tab 1990 New tab
1988 </message> 1991 </message>
1989 1992
1990 <!-- Main menu items --> 1993 <!-- Main menu items -->
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2606 2609
2607 <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."> 2610 <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.">
2608 <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> 2611 <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>
2609 </message> 2612 </message>
2610 <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]"> 2613 <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]">
2611 Open in app 2614 Open in app
2612 </message> 2615 </message>
2613 </messages> 2616 </messages>
2614 </release> 2617 </release>
2615 </grit> 2618 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698