mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Added new language constants (#467)
This commit is contained in:
parent
bb551e4ec8
commit
cf284f31f9
26 changed files with 132 additions and 2 deletions
|
|
@ -435,12 +435,16 @@ LABEL_SIGNATURE = "Firma"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Aggiungi la firma a tutti i messaggi in uscita"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_SECURITY = "Security"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Autenticazione a due fattori"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Abilita autenticazione a due fattori"
|
||||
LABEL_TWO_FACTOR_USER = "Utente"
|
||||
LABEL_TWO_FACTOR_STATUS = "Stato"
|
||||
LABEL_TWO_FACTOR_SECRET = "Codice segreto"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Codici di riserva"
|
||||
LABEL_AUTOLOGOUT = "Auto Logout"
|
||||
AUTOLOGIN_NEVER_OPTION_NAME = "Never"
|
||||
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minute(s)"
|
||||
BUTTON_CREATE = "Crea un nuovo codice segreto"
|
||||
BUTTON_CLEAR = "Pulisci"
|
||||
BUTTON_TEST = "Esegui test"
|
||||
|
|
@ -541,6 +545,7 @@ BUTTON_ADD_IDENTITY = "Add an Identity"
|
|||
BUTTON_DELETE = "Elimina"
|
||||
LOADING_PROCESS = "Aggiornamento della lista degli account..."
|
||||
DELETING_ASK = "Sei sicuro?"
|
||||
DEFAULT_IDENTITY_LABEL = "default"
|
||||
|
||||
[SETTINGS_IDENTITIES]
|
||||
LEGEND_IDENTITY = "Identità"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue