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

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

Issue 1812293002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + CR comments + added background color to new NTP Created 4 years, 9 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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs"> 1823 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs">
1824 Recently closed 1824 Recently closed
1825 </message> 1825 </message>
1826 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1826 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1827 Show full history 1827 Show full history
1828 </message> 1828 </message>
1829 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1829 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1830 Remove all 1830 Remove all
1831 </message> 1831 </message>
1832 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets"> 1832 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets">
1833 For readers of <ph name="PUBLISHER">%1$s<ex>The New York Times</ex></ph> 1833 Articles for you
1834 </message>
1835 <message name="IDS_SNIPPETS_NTP_READ_MORE_LINK_TEXT" desc="Link to an arti cle this snippet is describing">
1836 Read more
1837 </message> 1834 </message>
1838 1835
1839 <!-- Toolbar button strings --> 1836 <!-- Toolbar button strings -->
1840 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1837 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1841 Open tabs 1838 Open tabs
1842 </message> 1839 </message>
1843 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1840 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1844 New tab 1841 New tab
1845 </message> 1842 </message>
1846 1843
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 <!-- Password Manager strings --> 2396 <!-- Password Manager strings -->
2400 <message name="IDS_UPDATE_PASSWORD" desc="A message shown to users to allo w updating a saved password for a site, shown in an infobar that appears after t he user uses a different password to sign in to the site or uses a password chan ge form."> 2397 <message name="IDS_UPDATE_PASSWORD" desc="A message shown to users to allo w updating a saved password for a site, shown in an infobar that appears after t he user uses a different password to sign in to the site or uses a password chan ge form.">
2401 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site? 2398 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update your password for this site?
2402 </message> 2399 </message>
2403 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to u sers to allow updating a saved password for a site, where user has multiple cred entials saved, shown in an infobar that appears after user uses new password to sign in to the site or uses a password change form."> 2400 <message name="IDS_UPDATE_PASSWORD_FOR_ACCOUNT" desc="A message shown to u sers to allow updating a saved password for a site, where user has multiple cred entials saved, shown in an infobar that appears after user uses new password to sign in to the site or uses a password change form.">
2404 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update the password for <ph name="USERNAME">^2<ex>don.john.lemon@example. com</ex></ph> for this site? 2401 Do you want <ph name="PASSWORD_MANAGER_BRAND">^1<ex>Google Chrome</ex></ ph> to update the password for <ph name="USERNAME">^2<ex>don.john.lemon@example. com</ex></ph> for this site?
2405 </message> 2402 </message>
2406 </messages> 2403 </messages>
2407 </release> 2404 </release>
2408 </grit> 2405 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698