mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
[plugins][two-factor-auth] rename language files names (rfc5646)
This commit is contained in:
parent
336f7d482e
commit
bdd9a80db1
10 changed files with 0 additions and 0 deletions
20
plugins/two-factor-auth/langs/cs.ini
Normal file
20
plugins/two-factor-auth/langs/cs.ini
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[PLUGIN_2FA]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Dvoufázové ověření"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Povolit dvoufázové ověření"
|
||||
LABEL_TWO_FACTOR_USER = "Uživatel"
|
||||
LABEL_TWO_FACTOR_STATUS = "Stav"
|
||||
LABEL_TWO_FACTOR_SECRET = "Tajný klíč"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
BUTTON_CREATE = "Create a secret"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
LINK_TEST = "test"
|
||||
BUTTON_SHOW_SECRET = "Show Secret"
|
||||
BUTTON_HIDE_SECRET = "Hide Secret"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC = "Import this info into your Google Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually.\n"
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator (or other TOTP client), you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive.\n"
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
TITLE_TEST_CODE = "2-Step verification test"
|
||||
LABEL_CODE = "Code"
|
||||
LABEL_TWO_FACTOR_CODE = "Verification Code"
|
||||
Loading…
Add table
Add a link
Reference in a new issue