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 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2296 </message> | 2296 </message> |
2297 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under
the downloaded files that have been canceled."> | 2297 <message name="IDS_DOWNLOAD_STATUS_CANCELED" desc="Text that appears under
the downloaded files that have been canceled."> |
2298 Canceled | 2298 Canceled |
2299 </message> | 2299 </message> |
2300 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under
the downloaded files that have been removed."> | 2300 <message name="IDS_DOWNLOAD_STATUS_REMOVED" desc="Text that appears under
the downloaded files that have been removed."> |
2301 Removed | 2301 Removed |
2302 </message> | 2302 </message> |
2303 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t
he unconfirmed download file."> | 2303 <message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in t
he unconfirmed download file."> |
2304 Unconfirmed | 2304 Unconfirmed |
2305 </message> | 2305 </message> |
2306 | |
2307 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" | 2306 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD" |
2308 desc="Message shown to the user to validate the download of a dan
gerous file."> | 2307 desc="Message shown to the user to validate the download of a dan
gerous file."> |
2309 This type of file can harm your computer. Do you want to keep <ph name="
FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? | 2308 This type of file can harm your computer. Do you want to keep <ph name="
FILE_NAME">$1<ex>malware.exe</ex></ph> anyway? |
2310 </message> | 2309 </message> |
2311 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" | 2310 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION" |
2312 desc="Message shown to the user to validate the download of an extensio
n file."> | 2311 desc="Message shown to the user to validate the download of an extensio
n file."> |
2313 Extensions, apps, and themes can harm your computer. Are you sure you wa
nt to continue? | 2312 Extensions, apps, and themes can harm your computer. Are you sure you wa
nt to continue? |
2314 </message> | 2313 </message> |
2315 <message name="IDS_PROMPT_UNSAFE_DOWNLOAD_URL" | 2314 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
2316 desc="Message shown to the user to validate the download when the downl
oad url is classified to lead to malware by the safebrowsing database."> | 2315 desc="Message shown to the user to validate the download when the downl
oad url is classified to lead to malware by the safebrowsing database."> |
2317 This file is malicious. Do you want to keep it anyway? | 2316 This file is malicious. Do you want to keep it anyway? |
2318 </message> | 2317 </message> |
| 2318 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
| 2319 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> |
| 2320 This file is malicious. Do you want to keep <ph name="FILE_NAME">$1<ex>m
alware.exe</ex></ph> anyway? |
| 2321 </message> |
2319 <message name="IDS_CONFIRM_DOWNLOAD" | 2322 <message name="IDS_CONFIRM_DOWNLOAD" |
2320 desc="Text for the button used to validate the downloading of a d
angerous download."> | 2323 desc="Text for the button used to validate the downloading of a d
angerous download."> |
2321 Keep | 2324 Keep |
2322 </message> | 2325 </message> |
2323 <message name="IDS_CONTINUE_EXTENSION_DOWNLOAD" | 2326 <message name="IDS_CONTINUE_EXTENSION_DOWNLOAD" |
2324 desc="Text for the button used to validate the installation of an
extension."> | 2327 desc="Text for the button used to validate the installation of an
extension."> |
2325 Continue | 2328 Continue |
2326 </message> | 2329 </message> |
2327 <message name="IDS_DISCARD_DOWNLOAD" | 2330 <message name="IDS_DISCARD_DOWNLOAD" |
2328 desc="Text for the button used to stop a dangerous download."> | 2331 desc="Text for the button used to stop a dangerous download."> |
(...skipping 12295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14624 </messages> | 14627 </messages> |
14625 <structures fallback_to_english="true"> | 14628 <structures fallback_to_english="true"> |
14626 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14629 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14627 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14630 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14628 </structure> | 14631 </structure> |
14629 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14632 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14630 </structure> | 14633 </structure> |
14631 </structures> | 14634 </structures> |
14632 </release> | 14635 </release> |
14633 </grit> | 14636 </grit> |
OLD | NEW |