OLD | NEW |
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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 Anti-virus software detected a virus. | 1377 Anti-virus software detected a virus. |
1378 </message> | 1378 </message> |
1379 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED" | 1379 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_BLOCKED" |
1380 desc="The download was blocked due to security policy."> | 1380 desc="The download was blocked due to security policy."> |
1381 Blocked | 1381 Blocked |
1382 </message> | 1382 </message> |
1383 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_BLOCKED" | 1383 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_BLOCKED" |
1384 desc="Download page message: The download was blocked due to secu
rity policy on this machine."> | 1384 desc="Download page message: The download was blocked due to secu
rity policy on this machine."> |
1385 Security settings on your computer blocked this file. | 1385 Security settings on your computer blocked this file. |
1386 </message> | 1386 </message> |
| 1387 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_CONTENT_LENGTH_MISMATCH" |
| 1388 desc="Mismatch between content-length header and bytes received."
> |
| 1389 Content length mismatch |
| 1390 </message> |
| 1391 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_CONTENT_LENGTH_MISMATC
H" |
| 1392 desc="Download page message: Reveived fewer bytes than the number
in the content-length header."> |
| 1393 Received fewer bytes than the number in the content-length header. |
| 1394 </message> |
1387 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED" | 1395 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED" |
1388 desc="The security check performed on this download failed unexpe
ctedly"> | 1396 desc="The security check performed on this download failed unexpe
ctedly"> |
1389 Virus scan failed | 1397 Virus scan failed |
1390 </message> | 1398 </message> |
1391 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_SECURITY_CHECK_FAILED" | 1399 <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_SECURITY_CHECK_FAILED" |
1392 desc="Download page message: The security check performed on this
download failed unexpectedly"> | 1400 desc="Download page message: The security check performed on this
download failed unexpectedly"> |
1393 Anti-virus software failed unexpectedly while scanning this file. | 1401 Anti-virus software failed unexpectedly while scanning this file. |
1394 </message> | 1402 </message> |
1395 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT" | 1403 <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_FILE_TOO_SHORT" |
1396 desc="A download resumption was attempted, but the file didn't ex
ist or wasn't as large as expected"> | 1404 desc="A download resumption was attempted, but the file didn't ex
ist or wasn't as large as expected"> |
(...skipping 10977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12374 Your downloads appear here | 12382 Your downloads appear here |
12375 </message> | 12383 </message> |
12376 | 12384 |
12377 <!-- Automation info bar --> | 12385 <!-- Automation info bar --> |
12378 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12386 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
12379 Chrome is being controlled by automated test software. | 12387 Chrome is being controlled by automated test software. |
12380 </message> | 12388 </message> |
12381 </messages> | 12389 </messages> |
12382 </release> | 12390 </release> |
12383 </grit> | 12391 </grit> |
OLD | NEW |