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

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: Add OWNERS files 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 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page."> 1777 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page.">
1778 Download page 1778 Download page
1779 </message> 1779 </message>
1780 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items."> 1780 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items.">
1781 No downloads here 1781 No downloads here
1782 </message> 1782 </message>
1783 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app."> 1783 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app.">
1784 Open with... 1784 Open with...
1785 </message> 1785 </message>
1786 1786
1787 <!-- Browsing History UI -->
1788 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items.">
1789 No history here
1790 </message>
1791
1787 <!-- Document mode messages --> 1792 <!-- Document mode messages -->
1788 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1793 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1789 Close all incognito tabs 1794 Close all incognito tabs
1790 </message> 1795 </message>
1791 1796
1792 <!-- Autofill/Wallet integration prompt --> 1797 <!-- Autofill/Wallet integration prompt -->
1793 <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)."> 1798 <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).">
1794 CVC 1799 CVC
1795 </message> 1800 </message>
1796 <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."> 1801 <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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 </message> 2822 </message>
2818 <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."> 2823 <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.">
2819 Google Chrome feature shortcuts 2824 Google Chrome feature shortcuts
2820 </message> 2825 </message>
2821 <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."> 2826 <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.">
2822 Webpage shortcuts 2827 Webpage shortcuts
2823 </message> 2828 </message>
2824 </messages> 2829 </messages>
2825 </release> 2830 </release>
2826 </grit> 2831 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698