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

Unified Diff: chrome/app/generated_resources.grd

Issue 8757007: Implement additional UI changes for dangerous download warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 1 month 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
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2bafc30025867ad2456b9e56fe19115ad0c5bb1a..e45a73f65a996915882799f238602c600f6fc127 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2280,6 +2280,11 @@ are declared in build/common.gypi.
desc="The download experienced an error and was interrupted, size downloaded/total.">
<ph name="DOWNLOAD_RECEIVED">$1<ex>54kB</ex></ph>/<ph name="DOWNLOAD_TOTAL">$2<ex>154MB</ex></ph>, Interrupted
</message>
+ <message name="IDS_DOWNLOAD_SAFE_BROWSING_LEARN_MORE_URL"
+ desc="URL of help center page that explains download scanning by the safe browsing service."
+ translateable="false">
+ http://www.google.com/support/chrome/bin/answer.py?answer=TODO&amp;hl=[GRITLANGCODE]
asanka 2011/11/30 23:39:13 TODO: This will be fixed before commit once I have
+ </message>
<!-- Download Shelf Items -->
<message name="IDS_DOWNLOAD_STATUS_STARTING"
@@ -2446,6 +2451,18 @@ are declared in build/common.gypi.
desc="Download context menu resume download">
&amp;Resume
</message>
+ <message name="IDS_DOWNLOAD_MENU_DISCARD"
+ desc="Download context menu discard malicious download">
+ &amp;Discard
+ </message>
+ <message name="IDS_DOWNLOAD_MENU_KEEP"
+ desc="Download context menu keep malicious download">
+ &amp;Keep
+ </message>
+ <message name="IDS_DOWNLOAD_MENU_LEARN_MORE"
+ desc="Download context menu show information about download scanning">
+ &amp;Learn more
+ </message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE"
@@ -2472,6 +2489,18 @@ are declared in build/common.gypi.
desc="In Title Case: Download context menu resume download">
&amp;Resume
</message>
+ <message name="IDS_DOWNLOAD_MENU_DISCARD"
+ desc="In Title Case: Download context menu discard malicious download">
+ &amp;Discard
+ </message>
+ <message name="IDS_DOWNLOAD_MENU_KEEP"
+ desc="In Title Case: Download context menu keep malicious download">
+ &amp;Keep
+ </message>
+ <message name="IDS_DOWNLOAD_MENU_LEARN_MORE"
+ desc="In Title Case: Download context menu show information about download scanning">
+ &amp;Learn More
+ </message>
</if>
<!-- GRIT doesn't support nesting <if>...</if> blocks, so these can't -->
<!-- go within the above titlecase checks, instead markup must use -->

Powered by Google App Engine
This is Rietveld 408576698