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
|
|
@ -434,12 +434,16 @@ LABEL_SIGNATURE = "Signatur"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Vil du legge til signatur i alle utgående meldinger?"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_SECURITY = "Security"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-stegs verifisering"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Aktiver 2-stegs verifisering"
|
||||
LABEL_TWO_FACTOR_USER = "Bruker"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Secret"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backupkoder"
|
||||
LABEL_AUTOLOGOUT = "Auto Logout"
|
||||
AUTOLOGIN_NEVER_OPTION_NAME = "Never"
|
||||
AUTOLOGIN_MINUTES_OPTION_NAME = "%MINUTES% minute(s)"
|
||||
BUTTON_CREATE = "Lag ny secret"
|
||||
BUTTON_CLEAR = "Tøm"
|
||||
BUTTON_TEST = "Test"
|
||||
|
|
@ -540,6 +544,7 @@ BUTTON_ADD_IDENTITY = "Add an Identity"
|
|||
BUTTON_DELETE = "Slett"
|
||||
LOADING_PROCESS = "Oppdaterer kontoer"
|
||||
DELETING_ASK = "Er du sikker?"
|
||||
DEFAULT_IDENTITY_LABEL = "default"
|
||||
|
||||
[SETTINGS_IDENTITIES]
|
||||
LEGEND_IDENTITY = "Identitet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue