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

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

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: add extension api change Created 3 years, 8 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
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="Mismatch between content-length header and bytes received." >
1387 Content length mismatch
asanka 2017/04/26 21:17:33 Nit: This phrase is going to be confusing for user
qinmin 2017/04/27 18:20:53 Done.
1388 </message>
1389 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_CONTENT_LENGTH_MISMATC H"
1390 desc="Download page message: Reveived fewer bytes than the number in the content-length header.">
1391 Received fewer bytes than the number in the content-length header.
asanka 2017/04/26 21:17:33 While we use "bytes" to explain how big the downlo
qinmin 2017/04/27 18:20:54 Done.
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') | content/browser/download/download_item_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698