Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index a915f9d091c317b701d208fc361a14b101bd4e5d..c085abc73648163551c22b048c8c79e42ef30fc0 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -2283,6 +2283,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=99020&hl=[GRITLANGCODE] |
|
asanka
2011/12/02 22:11:58
This is a general safe browsing help center URL.
|
| + </message> |
| <!-- Download Shelf Items --> |
| <message name="IDS_DOWNLOAD_STATUS_STARTING" |
| @@ -2328,11 +2333,11 @@ are declared in build/common.gypi. |
| </message> |
| <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
| desc="Message shown to the user to validate the download when the download url is classified to lead to malware by the safebrowsing database."> |
| - This file is malicious. Do you want to keep it anyway? |
| + This file appears malicious. |
| </message> |
| <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
| desc="Message shown to the user to validate the download when the download content is classified to lead to malware by safebrowsing."> |
| - This file is malicious. Do you want to keep <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? |
| + <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> appears malicious. |
| </message> |
| <message name="IDS_CONFIRM_DOWNLOAD" |
| desc="Text for the button used to validate the downloading of a dangerous download."> |
| @@ -2449,6 +2454,18 @@ are declared in build/common.gypi. |
| desc="Download context menu resume download"> |
| &Resume |
| </message> |
| + <message name="IDS_DOWNLOAD_MENU_DISCARD" |
| + desc="Download context menu discard malicious download"> |
| + &Discard |
| + </message> |
| + <message name="IDS_DOWNLOAD_MENU_KEEP" |
| + desc="Download context menu keep malicious download"> |
| + &Keep |
| + </message> |
| + <message name="IDS_DOWNLOAD_MENU_LEARN_MORE" |
| + desc="Download context menu show information about download scanning"> |
| + &Learn more |
| + </message> |
| </if> |
| <if expr="pp_ifdef('use_titlecase')"> |
| <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE" |
| @@ -2475,6 +2492,18 @@ are declared in build/common.gypi. |
| desc="In Title Case: Download context menu resume download"> |
| &Resume |
| </message> |
| + <message name="IDS_DOWNLOAD_MENU_DISCARD" |
| + desc="In Title Case: Download context menu discard malicious download"> |
| + &Discard |
| + </message> |
| + <message name="IDS_DOWNLOAD_MENU_KEEP" |
| + desc="In Title Case: Download context menu keep malicious download"> |
| + &Keep |
| + </message> |
| + <message name="IDS_DOWNLOAD_MENU_LEARN_MORE" |
| + desc="In Title Case: Download context menu show information about download scanning"> |
| + &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 --> |