зеркало из https://github.com/mozilla/gecko-dev.git
Bug 456904 - Strings to allow adding logins to the password manager
--HG-- extra : commitid : JOtXjQKPYhI
This commit is contained in:
Родитель
25d128cd61
Коммит
9c00c18b95
|
@ -22,6 +22,9 @@
|
|||
<!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">
|
||||
|
||||
|
|
|
@ -54,6 +54,8 @@ showPasswordsAccessKey=P
|
|||
noMasterPasswordPrompt=Are you sure you wish to show your passwords?
|
||||
removeAllPasswordsPrompt=Are you sure you wish to remove all passwords?
|
||||
removeAllPasswordsTitle=Remove all passwords
|
||||
removeLoginPrompt=Are you sure you wish to remove this login?
|
||||
removeLoginTitle=Remove login
|
||||
loginsSpielAll=Passwords for the following sites are stored on your computer:
|
||||
loginsSpielFiltered=The following passwords match your search:
|
||||
# LOCALIZATION NOTE (loginHostAge):
|
||||
|
@ -63,3 +65,5 @@ loginHostAge=%1$S (%2$S)
|
|||
# LOCALIZATION NOTE (noUsername):
|
||||
# String is used on the context menu when a login doesn't have a username.
|
||||
noUsername=No username
|
||||
duplicateLoginTitle=Login already exists
|
||||
duplicateLogin=A duplicate login already exists.
|
||||
|
|
Загрузка…
Ссылка в новой задаче