diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 03:35:06 -0500 |
commit | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (patch) | |
tree | 6efefe6a09feb09d965932b24e10436b9ac8189c /application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd | |
parent | e72ef92b5bdc43cd2584198e2e54e951b70299e8 (diff) | |
download | UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.gz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.lz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.xz UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.zip |
Add Pale Moon
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd new file mode 100644 index 000000000..2bd3b3aec --- /dev/null +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/security.dtd @@ -0,0 +1,45 @@ +<!-- 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 addons.label "Add-ons"> + +<!ENTITY warnAddonInstall.label "Warn me when sites try to install add-ons"> +<!ENTITY warnAddonInstall.accesskey "W"> + +<!ENTITY addonExceptions.label "Exceptions…"> +<!ENTITY addonExceptions.accesskey "E"> + +<!ENTITY addonSecuritylevel "Add-on security level:"> +<!ENTITY addonSecurityLevel_Off "Off: No add-ons will be blocked (dangerous)"> +<!ENTITY addonSecurityLevel_Low "Low: Block only add-ons with severe security and stability issues"> +<!ENTITY addonSecurityLevel_High "Medium: Block all harmful add-ons (default, recommended)"> +<!ENTITY addonSecurityLevel_Extreme "High: Block all add-ons with known issues"> + +<!ENTITY passwords.label "Passwords"> + +<!ENTITY rememberPasswords.label "Remember passwords for sites"> +<!ENTITY rememberPasswords.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 savedPasswords.label "Saved Passwords…"> +<!ENTITY savedPasswords.accesskey "P"> + +<!ENTITY SecProto.label "Security Protocols"> +<!ENTITY enableHSTS.label "Enable Strict Transport Security (HSTS)"> +<!ENTITY enableHSTS.accesskey "S"> +<!ENTITY enableHPKP.label "Enable Certificate Key Pinning (HPKP)"> +<!ENTITY enableHPKP.accesskey "C"> + +<!ENTITY XSSFilt.label "XSS Filter"> +<!ENTITY enableXSSFilt.label "Enable XSS filter"> +<!ENTITY enableXSSFilt.accesskey "f"> |