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

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

Issue 2640333003: [Downloads UI] Implement search (Closed)
Patch Set: Explicitly handle empty downloads query Created 3 years, 11 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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 </message> 1824 </message>
1825 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page."> 1825 <message name="IDS_DOWNLOAD_PAGE" desc="Download this page.">
1826 Download page 1826 Download page
1827 </message> 1827 </message>
1828 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items."> 1828 <message name="IDS_DOWNLOAD_MANAGER_UI_EMPTY" desc="Indicates that there a re no downloaded items.">
1829 No downloads here 1829 No downloads here
1830 </message> 1830 </message>
1831 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app."> 1831 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app.">
1832 Open with… 1832 Open with…
1833 </message> 1833 </message>
1834 <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads.">
1835 Search your downloads
1836 </message>
1837 <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query.">
1838 No downloads found
1839 </message>
1834 1840
1835 <!-- Browsing History UI --> 1841 <!-- Browsing History UI -->
1836 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items."> 1842 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items.">
1837 No history here 1843 No history here
1838 </message> 1844 </message>
1839 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query."> 1845 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query.">
1840 No history found 1846 No history found
1841 </message> 1847 </message>
1842 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history."> 1848 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history.">
1843 Search your history 1849 Search your history
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2909 </message> 2915 </message>
2910 <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."> 2916 <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.">
2911 Google Chrome feature shortcuts 2917 Google Chrome feature shortcuts
2912 </message> 2918 </message>
2913 <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."> 2919 <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.">
2914 Webpage shortcuts 2920 Webpage shortcuts
2915 </message> 2921 </message>
2916 </messages> 2922 </messages>
2917 </release> 2923 </release>
2918 </grit> 2924 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698