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

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

Issue 2861863002: offline_items_collection : Added helper class to determine progress (Closed)
Patch Set: findbugs 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 4463a6515c73b29a04cf0e8e8551332e65fadd9b..b1cd421922c39d28b1c15cad130f7c7b0b6ad6ff 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1926,6 +1926,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