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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 351863002: Added SERVER_UNAUTHORIZED download interrupt reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new download interrupt reason SERVER_CERT_PROBLEM. Created 6 years, 5 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 82b3691e2fa116848db97a49ee57b3ddbdbf0f15..3e51014e4675a7bb91839046f8eb680ef353d82c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1766,6 +1766,22 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
desc="Download page message: Browser Crash.">
The browser crashed before the download completed.
</message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_UNAUTHORIZED"
+ desc="Not authorized.">
+ Not authorized
asanka 2014/07/11 18:13:53 "Needs authorization"
+ </message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_UNAUTHORIZED"
+ desc="Download page message: Not authorized.">
+ Server did not authorize you to access this resource.
+ </message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SERVER_CERT_PROBLEM"
+ desc="Server cert problem.">
asanka 2014/07/11 18:13:53 Nit: spell out certificate.
+ Server certificate problem
asanka 2014/07/11 18:13:53 "Bad certificate"
+ </message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_SERVER_CERT_PROBLEM"
+ desc="Download page message: Server cert problem.">
+ There was a problem with server's certificate.
+ </message>
<!-- Download Shelf Items -->
<message name="IDS_DOWNLOAD_STATUS_STARTING"
« no previous file with comments | « no previous file | chrome/browser/download/download_item_model.cc » ('j') | content/browser/download/download_resource_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698