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

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

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: fix tests Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/download/download_item_model.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 Anti-virus software detected a virus. 1375 Anti-virus software detected a virus.
1376 </message> 1376 </message>
1377 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED" 1377 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED"
1378 desc="The download was blocked due to security policy."> 1378 desc="The download was blocked due to security policy.">
1379 Blocked 1379 Blocked
1380 </message> 1380 </message>
1381 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_BLOCKED" 1381 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_BLOCKED"
1382 desc="Download page message: The download was blocked due to secu rity policy on this machine."> 1382 desc="Download page message: The download was blocked due to secu rity policy on this machine.">
1383 Security settings on your computer blocked this file. 1383 Security settings on your computer blocked this file.
1384 </message> 1384 </message>
1385 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_CONTENT_LENGTH_MISMATCH"
1386 desc="The download is incomplete as not all the data are received .">
1387 File incomplete
1388 </message>
1389 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_CONTENT_LENGTH_MISMATC H"
1390 desc="Download page message: Reveived fewer bytes than expected a nd the download was incomplete.">
1391 Destination file was incomplete due to a connection issue.
1392 </message>
1385 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED" 1393 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED"
1386 desc="The security check performed on this download failed unexpe ctedly"> 1394 desc="The security check performed on this download failed unexpe ctedly">
1387 Virus scan failed 1395 Virus scan failed
1388 </message> 1396 </message>
1389 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_SECURITY_CHECK_FAILED" 1397 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_SECURITY_CHECK_FAILED"
1390 desc="Download page message: The security check performed on this download failed unexpectedly"> 1398 desc="Download page message: The security check performed on this download failed unexpectedly">
1391 Anti-virus software failed unexpectedly while scanning this file. 1399 Anti-virus software failed unexpectedly while scanning this file.
1392 </message> 1400 </message>
1393 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT" 1401 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT"
1394 desc="A download resumption was attempted, but the file didn't ex ist or wasn't as large as expected"> 1402 desc="A download resumption was attempted, but the file didn't ex ist or wasn't as large as expected">
(...skipping 10975 matching lines...) Expand 10 before | Expand all | Expand 10 after
12370 Your downloads appear here 12378 Your downloads appear here
12371 </message> 12379 </message>
12372 12380
12373 <!-- Automation info bar --> 12381 <!-- Automation info bar -->
12374 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12382 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12375 Chrome is being controlled by automated test software. 12383 Chrome is being controlled by automated test software.
12376 </message> 12384 </message>
12377 </messages> 12385 </messages>
12378 </release> 12386 </release>
12379 </grit> 12387 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_item_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698