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

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

Issue 1378883002: [Offline pages] Selecting pages for clean up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Further simplifying the string Created 5 years, 2 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
« no previous file with comments | « no previous file | components/offline_pages/offline_page_model.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 </message> 1867 </message>
1868 <message name="IDS_OFFLINE_PAGES_ALL_ITEMS" desc="Title button and text fo r showing the list of web pages that have been saved/bookmarked. [CHAR-LIMIT=32] "> 1868 <message name="IDS_OFFLINE_PAGES_ALL_ITEMS" desc="Title button and text fo r showing the list of web pages that have been saved/bookmarked. [CHAR-LIMIT=32] ">
1869 All saved pages 1869 All saved pages
1870 </message> 1870 </message>
1871 <message name="IDS_OFFLINE_PAGES_EDIT_ITEM" desc="The string prompting the user to edit the content of a saved page. [CHAR-LIMIT=32]"> 1871 <message name="IDS_OFFLINE_PAGES_EDIT_ITEM" desc="The string prompting the user to edit the content of a saved page. [CHAR-LIMIT=32]">
1872 Edit saved page 1872 Edit saved page
1873 </message> 1873 </message>
1874 <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]"> 1874 <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]">
1875 Free up space 1875 Free up space
1876 </message> 1876 </message>
1877 <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."> 1877 <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_MESSAGE" desc="Text explain ing how many offline copies of saved pages are going to be removed and how much storage is going to be freed.">
1878 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. 1878 Delete <ph name="PAGES_NUMBER">%1$d<ex>8</ex></ph> offline copies not us ed in the past month? This will clear <ph name="TOTAL_PAGE_SIZE">%2$s<ex>8.3 MB< /ex></ph> of space.
1879 </message> 1879 </message>
1880 <message name="IDS_OFFLINE_PAGES_FOLDER_EMPTY" desc="Text explaining that the currently selected saved pages folder is empty."> 1880 <message name="IDS_OFFLINE_PAGES_FOLDER_EMPTY" desc="Text explaining that the currently selected saved pages folder is empty.">
1881 No saved pages here 1881 No saved pages here
1882 </message> 1882 </message>
1883 <message name="IDS_OFFLINE_PAGES_NTP_BUTTON_NAME" desc="Text for saved pag es button on the new tab page [CHAR-LIMIT=20]"> 1883 <message name="IDS_OFFLINE_PAGES_NTP_BUTTON_NAME" desc="Text for saved pag es button on the new tab page [CHAR-LIMIT=20]">
1884 Saved pages 1884 Saved pages
1885 </message> 1885 </message>
1886 <message name="IDS_OFFLINE_PAGES_OPEN_STORAGE_SETTINGS_DIALOG_TEXT" desc=" Text of the dialog asking if the user wants to open storage settings to remove f iles to make space."> 1886 <message name="IDS_OFFLINE_PAGES_OPEN_STORAGE_SETTINGS_DIALOG_TEXT" desc=" Text of the dialog asking if the user wants to open storage settings to remove f iles to make space.">
1887 Your device storage is full. Please remove other media to make space. 1887 Your device storage is full. Please remove other media to make space.
1888 </message> 1888 </message>
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 2284
2285 <!-- Physical Web strings --> 2285 <!-- Physical Web strings -->
2286 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> 2286 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2287 {NUM_URLS, plural, 2287 {NUM_URLS, plural,
2288 =1 {1 URL nearby} 2288 =1 {1 URL nearby}
2289 other {# URLs nearby}} 2289 other {# URLs nearby}}
2290 </message> 2290 </message>
2291 </messages> 2291 </messages>
2292 </release> 2292 </release>
2293 </grit> 2293 </grit>
OLDNEW
« no previous file with comments | « no previous file | components/offline_pages/offline_page_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698