mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-11-03 19:15:33 +08:00
Added Italian translation
This commit is contained in:
parent
8b5a2dfb6b
commit
2f442e68a7
1 changed files with 12 additions and 0 deletions
12
plugins/change-password/langs/it_IT.ini
Normal file
12
plugins/change-password/langs/it_IT.ini
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[SETTINGS_CHANGE_PASSWORD]
|
||||
LEGEND_CHANGE_PASSWORD = "Cambia password"
|
||||
LABEL_CURRENT_PASSWORD = "Password attuale"
|
||||
LABEL_NEW_PASSWORD = "Nuova password"
|
||||
LABEL_REPEAT_PASSWORD = "Conferma nuova password"
|
||||
BUTTON_UPDATE_PASSWORD = "Imposta nuova password"
|
||||
ERROR_PASSWORD_MISMATCH = "Le password non corrispondono, riprova"
|
||||
[NOTIFICATIONS]
|
||||
COULD_NOT_SAVE_NEW_PASSWORD = "Non è stato possibile salvare la nuova password"
|
||||
CURRENT_PASSWORD_INCORRECT = "La password attuale non è corretta"
|
||||
NEW_PASSWORD_SHORT = "La password scelta è troppo breve"
|
||||
NEW_PASSWORD_WEAK = "La password scelta non è abbastanza complessa"
|
||||
Loading…
Add table
Reference in a new issue