mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
#84 as plugin
This commit is contained in:
parent
84f3a7dd77
commit
d9bab28bfe
16 changed files with 1206 additions and 0 deletions
32
plugins/two-factor-auth/langs/nl_NL.ini
Normal file
32
plugins/two-factor-auth/langs/nl_NL.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "2-Stap verificatie toestaan"
|
||||
LABEL_FORCE_TWO_STEP = "2-Stap verificatie afdwingen"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stap verificatie"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Gebruik 2-Stap verificatie"
|
||||
LABEL_TWO_FACTOR_USER = "Gebruikersnaam"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Geheime sleutel"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
BUTTON_CREATE = "Nieuwe geheime sleutel aanmaken"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Bekijk geheime sleutel"
|
||||
BUTTON_HIDE_SECRET = "Verberg geheime sleutel"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Uw account vereist 2-Stap verificatie configuratie."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Geconfigureerd"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Niet geconfigureerd"
|
||||
TWO_FACTOR_SECRET_DESC = "Importeer deze informatie in uw Google Authenticator-client (of andere TOTP-client) door gebruik te maken van de QR code hier beneden of door de code handmatig in te voeren."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Als u geen codes ontvangt via de Google Authenticator kunt u de backup codes gebruiken om in te loggen. Na gebruik van de backup code wordt deze inactief."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "U kunt 2-stap verificatie niet activeren voordat u het succesvol getest heeft."
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Stap verificatie test"
|
||||
LABEL_CODE = "Code"
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configureer 2-stap verificatie"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "2-Stap verificatie vereist"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "2-Stap verificatie fout"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Verificatie Code"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "Vraag 2 weken niet naar code"
|
||||
Loading…
Add table
Add a link
Reference in a new issue