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

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: Fixing a crash from a second round of manual pass 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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query"> 1855 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query">
1856 No bookmarks found 1856 No bookmarks found
1857 </message> 1857 </message>
1858 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1858 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1859 Open navigation drawer 1859 Open navigation drawer
1860 </message> 1860 </message>
1861 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1861 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1862 Close navigation drawer 1862 Close navigation drawer
1863 </message> 1863 </message>
1864 1864
1865 <!-- Offline pages free up space -->
1866 <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]">
1867 Free up space
1868 </message>
1869 <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.">
1870 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.
1871 </message>
1872 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_TITLE" desc="Title of the p romo header for managing offline pages storage. [CHAR-LIMIT=32]">
1873 Storage space
1874 </message>
1875 <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_MESSAGE" desc="Text explain ing how much storage is currently used for offline copies of saved pages.">
1876 Saved pages are currently taking up <ph name="TOTAL_OFFLINE_STORAGE_SIZE ">%1$s<ex>780 MB</ex></ph>.
1877 </message>
1878
1865 <!-- Find in page --> 1879 <!-- Find in page -->
1866 <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."> 1880 <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.">
1867 Find in page 1881 Find in page
1868 </message> 1882 </message>
1869 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false"> 1883 <message name="IDS_FIND_IN_PAGE_COUNT" translateable="false">
1870 %1$d/%2$d 1884 %1$d/%2$d
1871 </message> 1885 </message>
1872 <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."> 1886 <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.">
1873 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph> 1887 Result <ph name="RESULT_NUMBER">%1$d<ex>3</ex></ph> of <ph name="TOTAL_R ESULTS">%2$d<ex>10</ex></ph>
1874 </message> 1888 </message>
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 </message> 2263 </message>
2250 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2264 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2251 send_crash_report 2265 send_crash_report
2252 </message> 2266 </message>
2253 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2267 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2254 mobile_awsnap 2268 mobile_awsnap
2255 </message> 2269 </message>
2256 </messages> 2270 </messages>
2257 </release> 2271 </release>
2258 </grit> 2272 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698