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

Unified Diff: chrome/app/generated_resources.grd

Issue 115797: Show the time remaining of download items in the download manager.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 16871)
+++ chrome/app/generated_resources.grd (working copy)
@@ -1553,10 +1553,14 @@
desc="Cancel link text">
Cancelled
</message>
- <message name="IDS_DOWNLOAD_TAB_PROGRESS_SPEED"
- desc="Speed and received byte counts">
+ <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
+ desc="The status text for a download in progress in the download manager. This include information such as speed and received byte counts and is used when we do not know the remaining time">
Peter Kasting 2009/05/26 23:18:30 Nit: include -> includes (two places)
<ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<ex>40kB</ex></ph>
</message>
+ <message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS"
+ desc="The status text for a download in progress in the download manager. This include information such as speed, received byte counts as well as remaining time">
+ <ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<ex>40kB</ex></ph>, <ph name="TIME_REMAINING">$3<ex>42 mins left</ex></ph>
+ </message>
<message name="IDS_DOWNLOAD_TAB_PROGRESS_SIZE"
desc="Speed and received byte counts (with total)">
<ph name="RECEIVED_AMOUNT">$1<ex>40kB</ex></ph> of <ph name="TOTAL_SIZE">$2<ex>250kB</ex></ph>
« no previous file with comments | « no previous file | chrome/browser/dom_ui/downloads_dom_handler.cc » ('j') | chrome/browser/dom_ui/downloads_dom_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698