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/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build & test errors on non-ChromeOS platform. Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/downloads/delete-icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1ade4bac952047f8574c053115d9c899938c8ae8..dc97cb8e2897bba32a504825e2ae8bc4eacc7b36 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1857,10 +1857,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>
@@ -6212,6 +6228,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>
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/downloads/delete-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698