blob: 84e4ff69c4f165129cc53e41caa03095a10e3819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<!-- 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 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">
|