mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Moved the change-password plugin language strings
This commit is contained in:
parent
820994e69e
commit
bba0ac150a
16 changed files with 87 additions and 80 deletions
12
plugins/change-password/langs/nl_NL.ini
Normal file
12
plugins/change-password/langs/nl_NL.ini
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[SETTINGS_CHANGE_PASSWORD]
|
||||
LEGEND_CHANGE_PASSWORD = "Wachtwoord aanpassen"
|
||||
LABEL_CURRENT_PASSWORD = "Huidig wachtwoord"
|
||||
LABEL_NEW_PASSWORD = "Nieuw wachtwoord"
|
||||
LABEL_REPEAT_PASSWORD = "Bevestig wachtwoord"
|
||||
BUTTON_UPDATE_PASSWORD = "Wachtwoord wijzigen"
|
||||
ERROR_PASSWORD_MISMATCH = "Wachtwoorden zijn niet gelijk, probeer opnieuw"
|
||||
[NOTIFICATIONS]
|
||||
COULD_NOT_SAVE_NEW_PASSWORD = "Nieuwe wachtwoord kon niet opgeslagen worden"
|
||||
CURRENT_PASSWORD_INCORRECT = "Huidig wachtwoord onjuist"
|
||||
NEW_PASSWORD_SHORT = "Wachtwoord is te kort"
|
||||
NEW_PASSWORD_WEAK = "Wachtwoord is te makkelijk"
|
||||
Loading…
Add table
Add a link
Reference in a new issue