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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2861863002: offline_items_collection : Added helper class to determine progress (Closed)
Patch Set: comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
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 09d3e740cf36745dc661615efe02ca014e8c4966..6a410447e516d67567bc3209468fb6ed17014be4 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1929,6 +1929,12 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_FILE_SIZE_DOWNLOADED_MB" desc="Notification message showing how many MBs have been downloaded.">
Downloaded <ph name="MBS">%1$.1f<ex>10.1</ex></ph> MB
</message>
+ <message name="IDS_ONE_FILE_LEFT" desc="Message showing 1 file left">
+ 1 file left
+ </message>
+ <message name="IDS_FILES_LEFT" desc="Message showing how many files are left.">
+ <ph name="FILES">%1$d<ex>10</ex></ph> files left
+ </message>
<message name="IDS_FILE_SIZE_DOWNLOADED_GB" desc="Notification message showing how many GBs have been downloaded.">
Downloaded <ph name="GBS">%1$.1f<ex>10.1</ex></ph> GB
</message>

Powered by Google App Engine
This is Rietveld 408576698