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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 11150027: Handle the case where IAttachmentExecute::Save() deletes a downloaded file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 2521 matching lines...) Expand 10 before | Expand all | Expand 10 after
2532 Your computer is doing too many things right now. Try again later. 2532 Your computer is doing too many things right now. Try again later.
2533 </message> 2533 </message>
2534 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_VIRUS" 2534 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_VIRUS"
2535 desc="This file contains a virus. We recommend not downloading i t."> 2535 desc="This file contains a virus. We recommend not downloading i t.">
2536 Virus Detected 2536 Virus Detected
2537 </message> 2537 </message>
2538 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_VIRUS" 2538 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_VIRUS"
2539 desc="Download page message: Virus."> 2539 desc="Download page message: Virus.">
2540 This file was blocked by anti-virus software. 2540 This file was blocked by anti-virus software.
2541 </message> 2541 </message>
2542 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED"
2543 desc="The download was blocked due to local policy.">
2544 Blocked
2545 </message>
2546 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_BLOCKED"
2547 desc="Download page message: Blocked.">
2548 The download was blocked due to local security policy.
2549 </message>
2542 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_NETWORK_TIMEOUT" 2550 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_NETWORK_TIMEOUT"
2543 desc="Network Timeout."> 2551 desc="Network Timeout.">
2544 Network Timeout 2552 Network Timeout
2545 </message> 2553 </message>
2546 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_NETWORK_TIMEOUT" 2554 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_NETWORK_TIMEOUT"
2547 desc="Download page message: Network Timeout."> 2555 desc="Download page message: Network Timeout.">
2548 The download was taking too long and was stopped by the network. 2556 The download was taking too long and was stopped by the network.
2549 </message> 2557 </message>
2550 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_NETWORK_DISCONNECTED" 2558 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_NETWORK_DISCONNECTED"
2551 desc="Network Disconnected."> 2559 desc="Network Disconnected.">
(...skipping 12180 matching lines...) Expand 10 before | Expand all | Expand 10 after
14732 14740
14733 <structures fallback_to_english="true"> 14741 <structures fallback_to_english="true">
14734 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14742 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14735 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14743 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14736 </structure> 14744 </structure>
14737 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14745 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14738 </structure> 14746 </structure>
14739 </structures> 14747 </structures>
14740 </release> 14748 </release>
14741 </grit> 14749 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_item_model.cc » ('j') | content/browser/download/base_file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698