diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd new file mode 100644 index 000000000..36a61cfd9 --- /dev/null +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd @@ -0,0 +1,46 @@ +<!-- 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 savedLogins.title "Saved Logins"> + +<!ENTITY closebutton.label "Close"> +<!ENTITY closebutton.accesskey "C"> + +<!ENTITY treehead.site.label "Site"> +<!ENTITY treehead.username.label "Username"> +<!ENTITY treehead.password.label "Password"> +<!ENTITY treehead.timeCreated.label "First Used"> +<!ENTITY treehead.timeLastUsed.label "Last Used"> +<!ENTITY treehead.timePasswordChanged.label "Last Changed"> +<!ENTITY treehead.timesUsed.label "Times Used"> + +<!ENTITY remove.label "Remove"> +<!ENTITY remove.accesskey "R"> +<!ENTITY removeall.label "Remove All"> +<!ENTITY removeall.accesskey "A"> + +<!ENTITY addLogin.label "Add Login"> +<!ENTITY addLogin.accesskey "L"> + +<!ENTITY import.label "Import…"> +<!ENTITY import.accesskey "I"> + +<!ENTITY filter.label "Search:"> +<!ENTITY filter.accesskey "S"> + +<!ENTITY windowClose.key "w"> +<!ENTITY focusSearch1.key "f"> +<!ENTITY focusSearch2.key "k"> + +<!ENTITY copyPasswordCmd.label "Copy Password"> +<!ENTITY copyPasswordCmd.accesskey "C"> + +<!ENTITY copyUsernameCmd.label "Copy Username"> +<!ENTITY copyUsernameCmd.accesskey "U"> + +<!ENTITY editPasswordCmd.label "Edit Password"> +<!ENTITY editPasswordCmd.accesskey "E"> + +<!ENTITY editUsernameCmd.label "Edit Username"> +<!ENTITY editUsernameCmd.accesskey "d"> |