diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-26 16:46:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 16:46:59 +0200 |
commit | 54eab91ef1c908e2ff192d6eb58e1d4e7cca13ae (patch) | |
tree | 8239115c3d04da51a628f166c9896cba3bb6dde6 /toolkit/locales | |
parent | b35d359516f5877e16479e01456aae33795ab88f (diff) | |
parent | d39bc2a7d84948cd08bb2e46c0758a932ee91110 (diff) | |
download | aura-central-54eab91ef1c908e2ff192d6eb58e1d4e7cca13ae.tar.gz |
Merge pull request %269 from adeshkp/button_messages
Improve some button labels in preferences
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd | 2 | ||||
-rw-r--r-- | toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd index 36a61cfd9..84e4ff69c 100644 --- a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd @@ -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"> diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties index 96190a2d7..6a399bbfc 100644 --- a/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties @@ -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 |