diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:32:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:32:58 -0500 |
commit | e72ef92b5bdc43cd2584198e2e54e951b70299e8 (patch) | |
tree | 01ceb4a897c33eca9e7ccf2bc3aefbe530169fe5 /application/basilisk/locales/en-US/chrome/browser/safebrowsing | |
parent | 0d19b77d3eaa5b8d837bf52c19759e68e42a1c4c (diff) | |
download | UXP-e72ef92b5bdc43cd2584198e2e54e951b70299e8.tar UXP-e72ef92b5bdc43cd2584198e2e54e951b70299e8.tar.gz UXP-e72ef92b5bdc43cd2584198e2e54e951b70299e8.tar.lz UXP-e72ef92b5bdc43cd2584198e2e54e951b70299e8.tar.xz UXP-e72ef92b5bdc43cd2584198e2e54e951b70299e8.zip |
Add Basilisk
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/safebrowsing')
2 files changed, 45 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd b/application/basilisk/locales/en-US/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd new file mode 100644 index 000000000..33d2202b3 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd @@ -0,0 +1,32 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY safeb.palm.accept.label "Get me out of here!"> +<!ENTITY safeb.palm.decline.label "Ignore this warning"> +<!-- Localization note (safeb.palm.notdeceptive.label) - Label of the Help menu + item. Either this or reportDeceptiveSiteMenu.label from report-phishing.dtd is + shown. --> +<!ENTITY safeb.palm.notdeceptive.label "This isn’t a deceptive site…"> +<!-- Localization note (safeb.palm.notdeceptive.accesskey) - Because + safeb.palm.notdeceptive.label and reportDeceptiveSiteMenu.title from + report-phishing.dtd are never shown at the same time, the same accesskey can + be used for them. --> +<!ENTITY safeb.palm.notdeceptive.accesskey "d"> +<!ENTITY safeb.palm.reportPage.label "Why was this page blocked?"> + +<!ENTITY safeb.blocked.malwarePage.title "Reported Attack Page!"> +<!-- Localization note (safeb.blocked.malwarePage.shortDesc) - Please don't translate the contents of the <span id="malware_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) --> +<!ENTITY safeb.blocked.malwarePage.shortDesc "This web page at <span id='malware_sitename'/> has been reported as an attack page and has been blocked based on your security preferences."> +<!ENTITY safeb.blocked.malwarePage.longDesc "<p>Attack pages try to install programs that steal private information, use your computer to attack others, or damage your system.</p><p>Some attack pages intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.</p>"> + +<!ENTITY safeb.blocked.unwantedPage.title "Reported Unwanted Software Page!"> +<!-- Localization note (safeb.blocked.unwantedPage.shortDesc) - Please don't translate the contents of the <span id="unwanted_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) --> +<!ENTITY safeb.blocked.unwantedPage.shortDesc "This web page at <span id='unwanted_sitename'/> has been reported to contain unwanted software and has been blocked based on your security preferences."> +<!ENTITY safeb.blocked.unwantedPage.longDesc "<p>Unwanted software pages try to install software that can be deceptive and affect your system in unexpected ways.</p>"> + +<!ENTITY safeb.blocked.phishingPage.title2 "Deceptive Site!"> +<!-- Localization note (safeb.blocked.phishingPage.shortDesc2) - Please don't translate the contents of the <span id="phishing_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) --> +<!ENTITY safeb.blocked.phishingPage.shortDesc2 "This web page at <span id='phishing_sitename'/> has been reported as a deceptive site and has been blocked based on your security preferences."> +<!ENTITY safeb.blocked.phishingPage.longDesc2 "<p>Deceptive sites are designed to trick you into doing something dangerous, like installing software, or revealing your personal information, like passwords, phone numbers or credit cards.</p><p>Entering any information on this web page may result in identity theft or other fraud.</p>"> + diff --git a/application/basilisk/locales/en-US/chrome/browser/safebrowsing/report-phishing.dtd b/application/basilisk/locales/en-US/chrome/browser/safebrowsing/report-phishing.dtd new file mode 100644 index 000000000..7444bcbf3 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/safebrowsing/report-phishing.dtd @@ -0,0 +1,13 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Localization note (reportDeceptiveSiteMenu.title) - Label of the Help menu + item. Either this or safeb.palm.notdeceptive.label from + phishing-afterload-warning-message.dtd is shown. --> +<!ENTITY reportDeceptiveSiteMenu.title "Report deceptive site…"> +<!-- Localization note (reportDeceptiveSiteMenu.accesskey) - Because + safeb.palm.notdeceptive.label from phishing-afterload-warning-message.dtd and + reportDeceptiveSiteMenu.title are never shown at the same time, the same + accesskey can be used for them. --> +<!ENTITY reportDeceptiveSiteMenu.accesskey "D"> |