mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
[Toolkit] Change button labels in password manager
This commit is contained in:
parent
55ac29aa10
commit
f26ad69a6c
4 changed files with 17 additions and 3 deletions
|
|
@ -17,8 +17,6 @@
|
|||
|
||||
<!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">
|
||||
|
|
|
|||
|
|
@ -68,3 +68,14 @@ duplicateLogin=A duplicate login already exists.
|
|||
|
||||
insecureFieldWarningDescription = This connection is not secure. Logins entered here could be compromised.
|
||||
insecureFieldWarningLearnMore = Learn More
|
||||
|
||||
# LOCALIZATION NOTE (removeAll, removeAllShown):
|
||||
# removeAll and removeAllShown are both used on the same one button,
|
||||
# never displayed together and can share the same accesskey.
|
||||
# When only partial sites are shown as a result of keyword search,
|
||||
# removeAllShown is displayed as button label.
|
||||
# removeAll is displayed when no keyword search and all sites are shown.
|
||||
removeAll.label=Remove All
|
||||
removeAll.accesskey=A
|
||||
removeAllShown.label=Remove All Shown
|
||||
removeAllShown.accesskey=A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue