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

Unified Diff: chrome/app/generated_resources.grd

Issue 6905049: Detect removed files and reflect the state in chrome://downloads and the download shelf (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge with the latest revision Created 9 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('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 b8b6d9784d490d18ded5867bc2140183234ed90e..cf995e302804bb7558e9360c74f3df7957ec005c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2181,9 +2181,12 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
desc="Temporary status shown when a user has clicked to open a downloaded file.">
Opening <ph name="FILE">$1<ex>image.jpg</ex></ph>...
</message>
- <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Canceled text.">
+ <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under the downloaded files that have been canceled.">
Canceled
</message>
+ <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under the downloaded files that have been removed.">
+ Removed
+ </message>
<message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in the unconfirmed download file.">
Unconfirmed
</message>
@@ -2253,9 +2256,13 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
</message>
</if>
<message name="IDS_DOWNLOAD_TAB_CANCELED"
- desc="Cancel link text">
+ desc="Text that appears next to the downloaded files that have been canceled">
Canceled
</message>
+ <message name="IDS_DOWNLOAD_FILE_REMOVED"
+ desc="Text that appears next to the downloaded files that have been removed">
+ Removed
+ </message>
<message name="IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN"
desc="The status text for a download in progress in the download manager. This includes information such as speed and received byte counts and is used when we do not know the remaining time">
<ph name="SPEED">$1<ex>10kB/s</ex></ph> - <ph name="RECEIVED_AMOUNT">$2<ex>40kB</ex></ph>
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698