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

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: Addressing code review feedback from Kibeom and Jian Created 5 years, 4 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 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 <message name="IDS_ENHANCED_BOOKMARK_VIEWING_OFFLINE_PAGE" desc="Text expl aining that the user is viewing an offline copy of a web page."> 1843 <message name="IDS_ENHANCED_BOOKMARK_VIEWING_OFFLINE_PAGE" desc="Text expl aining that the user is viewing an offline copy of a web page.">
1844 Viewing an offline copy of this page 1844 Viewing an offline copy of this page
1845 </message> 1845 </message>
1846 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1846 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1847 Open navigation drawer 1847 Open navigation drawer
1848 </message> 1848 </message>
1849 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1849 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1850 Close navigation drawer 1850 Close navigation drawer
1851 </message> 1851 </message>
1852 1852
1853 <!-- Offline pages free up space -->
1854 <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_TITLE" desc="Title of the d ialog offering to remove offline pages, to clean up storage and text on a button triggering that dialog. [CHAR-LIMIT=32]">
1855 Free up space
1856 </message>
1857 <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.">
1858 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.
1859 </message>
1860 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_TITLE" desc="Title of the p romo header for managing offline pages storage. [CHAR-LIMIT=32]">
1861 Storage space
1862 </message>
1863 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_MESSAGE" desc="Text explain ing how much storage is currently used for offline copies of saved pages.">
1864 Saved pages are currently taking up <ph name="TOTAL_OFFLINE_STORAGE_SIZE ">%1$s<ex>780 MB</ex></ph>.
1865 </message>
1866
1853 <!-- Find in page --> 1867 <!-- Find in page -->
1854 <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."> 1868 <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.">
1855 Find in page 1869 Find in page
1856 </message> 1870 </message>
1857 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false"> 1871 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false">
1858 %1$d/%2$d 1872 %1$d/%2$d
1859 </message> 1873 </message>
1860 <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."> 1874 <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.">
1861 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph> 1875 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph>
1862 </message> 1876 </message>
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2237 </message> 2251 </message>
2238 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2252 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2239 send_crash_report 2253 send_crash_report
2240 </message> 2254 </message>
2241 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2255 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2242 mobile_awsnap 2256 mobile_awsnap
2243 </message> 2257 </message>
2244 </messages> 2258 </messages>
2245 </release> 2259 </release>
2246 </grit> 2260 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698