summaryrefslogtreecommitdiffstats
path: root/toolkit/locales/en-US/chrome/mozapps/preferences
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/locales/en-US/chrome/mozapps/preferences')
-rw-r--r--toolkit/locales/en-US/chrome/mozapps/preferences/changemp.dtd13
-rw-r--r--toolkit/locales/en-US/chrome/mozapps/preferences/preferences.properties17
-rw-r--r--toolkit/locales/en-US/chrome/mozapps/preferences/removemp.dtd10
3 files changed, 40 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/preferences/changemp.dtd b/toolkit/locales/en-US/chrome/mozapps/preferences/changemp.dtd
new file mode 100644
index 000000000..1cc7b9621
--- /dev/null
+++ b/toolkit/locales/en-US/chrome/mozapps/preferences/changemp.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/. -->
+
+<!ENTITY setPassword.title "Change Master Password">
+<!ENTITY setPassword.tokenName.label "Security Device">
+<!ENTITY setPassword.oldPassword.label "Current password:">
+<!ENTITY setPassword.newPassword.label "Enter new password:">
+<!ENTITY setPassword.reenterPassword.label "Re-enter password:">
+<!ENTITY setPassword.meter.label "Password quality meter">
+<!ENTITY setPassword.meter.loading "Loading">
+<!ENTITY masterPasswordDescription.label "A Master Password is used to protect sensitive information like site passwords. If you create a Master Password you will be asked to enter it once per session when &brandShortName; retrieves saved information protected by the password.">
+<!ENTITY masterPasswordWarning.label "Please make sure you remember the Master Password you have set. If you forget your Master Password, you will be unable to access any of the information protected by it.">
diff --git a/toolkit/locales/en-US/chrome/mozapps/preferences/preferences.properties b/toolkit/locales/en-US/chrome/mozapps/preferences/preferences.properties
new file mode 100644
index 000000000..53750fcf3
--- /dev/null
+++ b/toolkit/locales/en-US/chrome/mozapps/preferences/preferences.properties
@@ -0,0 +1,17 @@
+# 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/.
+
+#### Master Password
+
+password_not_set=(not set)
+failed_pw_change=Unable to change Master Password.
+incorrect_pw=You did not enter the correct current Master Password. Please try again.
+pw_change_ok=Master Password successfully changed.
+pw_erased_ok=You have deleted your Master Password.
+pw_not_wanted=Warning! You have decided not to use a Master Password.
+pw_empty_warning=Your stored web and email passwords, form data, and private keys will not be protected.
+pw_change2empty_in_fips_mode=You are currently in FIPS mode. FIPS requires a non-empty Master Password.
+pw_change_success_title=Password Change Succeeded
+pw_change_failed_title=Password Change Failed
+pw_remove_button=Remove
diff --git a/toolkit/locales/en-US/chrome/mozapps/preferences/removemp.dtd b/toolkit/locales/en-US/chrome/mozapps/preferences/removemp.dtd
new file mode 100644
index 000000000..24f234032
--- /dev/null
+++ b/toolkit/locales/en-US/chrome/mozapps/preferences/removemp.dtd
@@ -0,0 +1,10 @@
+<!-- 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 removePassword.title "Remove Master Password">
+<!ENTITY removeInfo.label "You must enter your current password to proceed:">
+<!ENTITY removeWarning1.label "Your Master Password is used to protect sensitive information like site passwords.">
+<!ENTITY removeWarning2.label "If you remove your Master Password your information will not be protected if your computer is compromised.">
+<!ENTITY setPassword.oldPassword.label "Current password:">
+