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

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

Issue 1307753002: [Offline pages] Adding capability to free up space used by Offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Converting jlongarray to std::vector<int64> Created 5 years, 3 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 name="IDS_ENHANCED_BOOKMARK_VIEWING_OFFLINE_PAGE" desc="Text expl aining that the user is viewing an offline copy of a web page."> 1849 <message name="IDS_ENHANCED_BOOKMARK_VIEWING_OFFLINE_PAGE" desc="Text expl aining that the user is viewing an offline copy of a web page.">
1850 Viewing an offline copy of this page 1850 Viewing an offline copy of this page
1851 </message> 1851 </message>
1852 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1852 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1853 Open navigation drawer 1853 Open navigation drawer
1854 </message> 1854 </message>
1855 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1855 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1856 Close navigation drawer 1856 Close navigation drawer
1857 </message> 1857 </message>
1858 1858
1859 <!-- Offline pages free up space -->
1860 <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_TITLE" desc="Text on a butt on and title of the dialog offering to remove offline pages to free up storage s pace. [CHAR-LIMIT=32]">
1861 Free up space
1862 </message>
1863 <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_MESSAGE" desc="Text explain ing how many pages are going to be removed and how much storage is going to be f reed.">
1864 Delete <ph name="PAGES_NUMBER">%1$d<ex>8</ex></ph> saved pages that are older than 1 month? This will clear <ph name="TOTAL_PAGE_SIZE">%2$s<ex>8.3 MB</e x></ph> of space.
1865 </message>
1866 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_TITLE" desc="Title of the p romo header for managing offline pages storage. [CHAR-LIMIT=32]">
1867 Storage space
1868 </message>
1869 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_MESSAGE" desc="Text explain ing how much storage is currently used for offline copies of saved pages.">
1870 Saved pages are currently taking up <ph name="TOTAL_OFFLINE_STORAGE_SIZE ">%1$s<ex>780 MB</ex></ph>.
1871 </message>
1872
1859 <!-- Find in page --> 1873 <!-- Find in page -->
1860 <message name="IDS_HINT_FIND_IN_PAGE" desc="Hint text to show for the find in page search field when the search field is empty."> 1874 <message name="IDS_HINT_FIND_IN_PAGE" desc="Hint text to show for the find in page search field when the search field is empty.">
1861 Find in page 1875 Find in page
1862 </message> 1876 </message>
1863 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false"> 1877 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false">
1864 %1$d/%2$d 1878 %1$d/%2$d
1865 </message> 1879 </message>
1866 <message name="IDS_ACCESSIBLE_FIND_IN_PAGE_COUNT" desc="Accessible text to be spoken when the user is doing a find in page so they know how many results a re on the page and which one is active."> 1880 <message name="IDS_ACCESSIBLE_FIND_IN_PAGE_COUNT" desc="Accessible text to be spoken when the user is doing a find in page so they know how many results a re on the page and which one is active.">
1867 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph> 1881 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph>
1868 </message> 1882 </message>
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2240 </message> 2254 </message>
2241 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2255 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2242 send_crash_report 2256 send_crash_report
2243 </message> 2257 </message>
2244 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2258 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2245 mobile_awsnap 2259 mobile_awsnap
2246 </message> 2260 </message>
2247 </messages> 2261 </messages>
2248 </release> 2262 </release>
2249 </grit> 2263 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698