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> |