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

Unified Diff: chrome/app/generated_resources.grd

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0fe1694fcbbe9cff556ba5c3465d07ca37488ce0..3f7f365bfb9d424bfb7cffa067fe7611694a0079 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1820,10 +1820,26 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
desc="When starting a download, let the user know we're starting the download.">
Starting...
</message>
+ <message name="IDS_DOWNLOAD_STATUS_IN_PROGRESS_TITLE"
+ desc=".">
+ Downloading <ph name="FILE_NAME">$1<ex>somedocument.pdf</ex></ph>
+ </message>
+ <message name="IDS_DOWNLOAD_STATUS_DOWNLOADED_TITLE"
+ desc=".">
+ <ph name="FILE_NAME">$1<ex>somedocument.pdf</ex></ph> downloaded
+ </message>
+ <message name="IDS_DOWNLOAD_STATUS_DOWNLOAD_FAILED_TITLE"
+ desc=".">
+ <ph name="FILE_NAME">$1<ex>somedocument.pdf</ex></ph> download unsuccessful
+ </message>
<message name="IDS_DOWNLOAD_STATUS_IN_PROGRESS"
desc="Size and units downloaded, time remaining.">
<ph name="DOWNLOAD_RECEIVED">$1<ex>54/154 MB</ex></ph>, <ph name="TIME_LEFT">$2<ex>5s</ex></ph>
</message>
+ <message name="IDS_DOWNLOAD_STATUS_IN_PROGRESS_WITH_DOMAIN"
+ desc="Size and units downloaded, time remaining.">
+ <ph name="DOWNLOAD_RECEIVED">$1<ex>54/154 MB</ex></ph> from <ph name="DOWNLOAD_DOMAIN">$2<ex>example.com</ex></ph>, <ph name="TIME_LEFT">$3<ex>5s</ex></ph>
+ </message>
<message name="IDS_DOWNLOAD_STATUS_SIZES"
desc="Size and units downloaded.">
<ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOTAL">$2<ex>154MB</ex></ph>
@@ -6115,6 +6131,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_DOWNLOAD_RESUMPTION_DESCRIPTION" desc="Description for the flag to enable the download resume feature.">
Allow downloads that have been interrupted to be continued or restarted, using the Resume context menu item.
</message>
+ <message name="IDS_FLAGS_ENABLE_DOWNLOAD_NOTIFICATION_NAME" desc="Title for the flag to enable experimental download notification feature.">
+ Download Status in Notification Center
+ </message>
+ <message name="IDS_FLAGS_ENABLE_DOWNLOAD_NOTIFICATION_DESCRIPTION" desc="Description for the flag to enable experimental download notification feature.">
+ If enabled, download status is displayed as a notification, instead of an item in download bar.
+ </message>
<message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer.">
Disable 3D software rasterizer
</message>

Powered by Google App Engine
This is Rietveld 408576698