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

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

Issue 2542203002: [Android History] Add Android history manager UI and bridge (Closed)
Patch Set: Rebase, drop changes to time.* Created 4 years 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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page."> 1786 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page.">
1787 Download page 1787 Download page
1788 </message> 1788 </message>
1789 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items."> 1789 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items.">
1790 No downloads here 1790 No downloads here
1791 </message> 1791 </message>
1792 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app."> 1792 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app.">
1793 Open with… 1793 Open with…
1794 </message> 1794 </message>
1795 1795
1796 <!-- Browsing History UI -->
1797 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items.">
1798 No history here
1799 </message>
1800
1796 <!-- Document mode messages --> 1801 <!-- Document mode messages -->
1797 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1802 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1798 Close all incognito tabs 1803 Close all incognito tabs
1799 </message> 1804 </message>
1800 1805
1801 <!-- Autofill/Wallet integration prompt --> 1806 <!-- Autofill/Wallet integration prompt -->
1802 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code)."> 1807 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code).">
1803 CVC 1808 CVC
1804 </message> 1809 </message>
1805 <message name="IDS_CARD_UNMASK_MONTH_HINT" desc="Hint text for an input fi eld containing a credit card expiration month in two digit format."> 1810 <message name="IDS_CARD_UNMASK_MONTH_HINT" desc="Hint text for an input fi eld containing a credit card expiration month in two digit format.">
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 </message> 2840 </message>
2836 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2841 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2837 Google Chrome feature shortcuts 2842 Google Chrome feature shortcuts
2838 </message> 2843 </message>
2839 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2844 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2840 Webpage shortcuts 2845 Webpage shortcuts
2841 </message> 2846 </message>
2842 </messages> 2847 </messages>
2843 </release> 2848 </release>
2844 </grit> 2849 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698