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

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

Issue 2670083002: [Download Home] Displaying offline page bundle per day (Closed)
Patch Set: Created 3 years, 10 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 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 </message> 1848 </message>
1849 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app."> 1849 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app.">
1850 Open with… 1850 Open with…
1851 </message> 1851 </message>
1852 <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads."> 1852 <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads.">
1853 Search your downloads 1853 Search your downloads
1854 </message> 1854 </message>
1855 <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query."> 1855 <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query.">
1856 No downloads found 1856 No downloads found
1857 </message> 1857 </message>
1858 <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_TITLE" desc="Text expla ining the number of suggested offline pages.">
1859 %1$s Chrome suggestions
1860 </message>
1861 <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_DESCRIPTION" desc="Text containing the offline pages description.">
1862 Pages updated regularly
1863 </message>
1858 1864
1859 <!-- Browsing History UI --> 1865 <!-- Browsing History UI -->
1860 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items."> 1866 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items.">
1861 No history here 1867 No history here
1862 </message> 1868 </message>
1863 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query."> 1869 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query.">
1864 No history found 1870 No history found
1865 </message> 1871 </message>
1866 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history."> 1872 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history.">
1867 Search your history 1873 Search your history
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 </message> 2933 </message>
2928 <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."> 2934 <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.">
2929 Google Chrome feature shortcuts 2935 Google Chrome feature shortcuts
2930 </message> 2936 </message>
2931 <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."> 2937 <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.">
2932 Webpage shortcuts 2938 Webpage shortcuts
2933 </message> 2939 </message>
2934 </messages> 2940 </messages>
2935 </release> 2941 </release>
2936 </grit> 2942 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698