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/preferences/security.dtd | |
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/preferences/security.dtd')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/preferences/security.dtd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/preferences/security.dtd b/application/basilisk/locales/en-US/chrome/browser/preferences/security.dtd new file mode 100644 index 000000000..401a65c2d --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/preferences/security.dtd @@ -0,0 +1,43 @@ +<!-- 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 general.label "General"> + +<!ENTITY warnOnAddonInstall.label "Warn you when sites try to install add-ons"> +<!ENTITY warnOnAddonInstall.accesskey "W"> + +<!-- LOCALIZATION NOTE (enableSafeBrowsing.label, blockDownloads.label, blockUncommonUnwanted.label): + It is important that wording follows the guidelines outlined on this page: + https://developers.google.com/safe-browsing/developers_guide_v2#AcceptableUsage +--> +<!ENTITY enableSafeBrowsing.label "Block dangerous and deceptive content"> +<!ENTITY enableSafeBrowsing.accesskey "B"> + +<!ENTITY blockDownloads.label "Block dangerous downloads"> +<!ENTITY blockDownloads.accesskey "D"> + +<!ENTITY blockUncommonAndUnwanted.label "Warn you about unwanted and uncommon software"> +<!ENTITY blockUncommonAndUnwanted.accesskey "C"> + +<!ENTITY addonExceptions.label "Exceptions…"> +<!ENTITY addonExceptions.accesskey "E"> + + +<!ENTITY logins.label "Logins"> + +<!ENTITY rememberLogins.label "Remember logins for sites"> +<!ENTITY rememberLogins.accesskey "R"> +<!ENTITY passwordExceptions.label "Exceptions…"> +<!ENTITY passwordExceptions.accesskey "x"> + +<!ENTITY autofillPasswords.label "Automatically fill in log-in details"> +<!ENTITY autofillPasswords.accesskey "A"> + +<!ENTITY useMasterPassword.label "Use a master password"> +<!ENTITY useMasterPassword.accesskey "U"> +<!ENTITY changeMasterPassword.label "Change Master Password…"> +<!ENTITY changeMasterPassword.accesskey "M"> + +<!ENTITY savedLogins.label "Saved Logins…"> +<!ENTITY savedLogins.accesskey "L"> |