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

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: FindBugs fix 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 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 </message> 1849 </message>
1850 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app."> 1850 <message name="IDS_DOWNLOAD_MANAGER_OPEN_WITH" desc="Menu item to open an item with another app.">
1851 Open with… 1851 Open with…
1852 </message> 1852 </message>
1853 <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads."> 1853 <message name="IDS_DOWNLOAD_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search downloads.">
1854 Search your downloads 1854 Search your downloads
1855 </message> 1855 </message>
1856 <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query."> 1856 <message name="IDS_DOWNLOAD_MANAGER_NO_RESULTS" desc="Text explaining that no download items matched a search query.">
1857 No downloads found 1857 No downloads found
1858 </message> 1858 </message>
1859 <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_TITLE" desc="Text expla ining the number of suggested offline pages.">
1860 %1$s Chrome suggestions
1861 </message>
1862 <message name="IDS_DOWNLOAD_MANAGER_OFFLINE_HEADER_DESCRIPTION" desc="Text containing the offline pages description.">
1863 Pages updated regularly
1864 </message>
1865 <message name="IDS_ACCESSIBILITY_EXPAND_OFFLINE_PAGES" desc="Content descr iption for the suggested section header expand button.">
1866 Tap to expand
1867 </message>
1868 <message name="IDS_ACCESSIBILITY_COLLAPSE_OFFLINE_PAGES" desc="Content des cription for the suggested section header collapse button.">
1869 Tap to collapse
1870 </message>
1859 1871
1860 <!-- Browsing History UI --> 1872 <!-- Browsing History UI -->
1861 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items."> 1873 <message name="IDS_HISTORY_MANAGER_EMPTY" desc="Indicates that there are n o browsing history items.">
1862 No history here 1874 No history here
1863 </message> 1875 </message>
1864 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query."> 1876 <message name="IDS_HISTORY_MANAGER_NO_RESULTS" desc="Text explaining that no browsing history items match a search query.">
1865 No history found 1877 No history found
1866 </message> 1878 </message>
1867 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history."> 1879 <message name="IDS_HISTORY_MANAGER_SEARCH" desc="Placeholder text for the input field that allows users to search browsing history.">
1868 Search your history 1880 Search your history
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2757 </message> 2769 </message>
2758 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2770 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2759 Install 2771 Install
2760 </message> 2772 </message>
2761 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2773 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2762 Update 2774 Update
2763 </message> 2775 </message>
2764 </messages> 2776 </messages>
2765 </release> 2777 </release>
2766 </grit> 2778 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/DateDividedAdapter.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698