Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index 49b997d1f8a49d4df3b772a1d57415be24a385e6..880d3fa48fb2fd98fea469f006e4be15251989ae 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -1856,6 +1856,20 @@ Just open Chrome on your computer, go to the menu, and select “Sign in to Chro |
Close navigation drawer |
</message> |
+ <!-- Offline pages free up space --> |
+ <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_TITLE" desc="Title of the dialog offering to remove offline pages, to clean up storage and text on a button triggering that dialog. [CHAR-LIMIT=32]"> |
newt (away)
2015/08/24 22:37:08
This description is quite confusing. How about "Ti
fgorski
2015/08/25 18:25:25
Done.
|
+ Free up space |
+ </message> |
+ <message name="IDS_OFFLINE_PAGES_FREE_UP_SPACE_MESSAGE" desc="Text explaining how many pages are going to be removed and how much storage is going to be freed."> |
+ 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</ex></ph> of space. |
+ </message> |
+ <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_TITLE" desc="Title of the promo header for managing offline pages storage. [CHAR-LIMIT=32]"> |
+ Storage space |
+ </message> |
+ <message name="IDS_OFFLINE_PAGES_STORAGE_SPACE_MESSAGE" desc="Text explaining how much storage is currently used for offline copies of saved pages."> |
+ Saved pages are currently taking up <ph name="TOTAL_OFFLINE_STORAGE_SIZE">%1$s<ex>780 MB</ex></ph>. |
+ </message> |
+ |
<!-- Find in page --> |
<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."> |
Find in page |