From 2e30eb9848b22bf0e9560d16701cdb3e019ef3ba Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sun, 4 Aug 2019 00:24:49 +0200 Subject: [PATCH] add english translations --- .../translations/de/d3_totp_lang.php | 22 ++++---- .../translations/en/d3_totp_lang.php | 52 +++++++++++++++++++ .../views/admin/de/d3totp_lang.php | 2 +- 3 files changed, 64 insertions(+), 12 deletions(-) create mode 100644 src/Application/translations/en/d3_totp_lang.php diff --git a/src/Application/translations/de/d3_totp_lang.php b/src/Application/translations/de/d3_totp_lang.php index 78c204d..30705e1 100644 --- a/src/Application/translations/de/d3_totp_lang.php +++ b/src/Application/translations/de/d3_totp_lang.php @@ -18,23 +18,23 @@ $sLangName = "Deutsch"; $aLang = [ - 'charset' => 'UTF-8', + 'charset' => 'UTF-8', - 'D3_TOTP_INPUT' => 'Authentisierungscode', - 'D3_TOTP_INPUT_HELP' => 'Das Einmalpasswort erhalten Sie von der Zwei-Faktor-Authentisierungs-App auf Ihrem Gerät.', - 'D3_TOTP_SUBMIT_LOGIN' => 'Anmelden', - 'D3_TOTP_CANCEL_LOGIN' => 'Anmeldung abbrechen', - 'D3_TOTP_BREADCRUMB' => 'Einmalpasswort-Anmeldung', - 'D3_TOTP_ERROR_UNVALID' => 'Das Einmalpasswort ist ungültig.', - 'D3_TOTP_ACCOUNT' => '2-Faktor-Authentisierung', + 'D3_TOTP_INPUT' => 'Authentisierungscode', + 'D3_TOTP_INPUT_HELP' => 'Das Einmalpasswort erhalten Sie von der Zwei-Faktor-Authentisierungs-App auf Ihrem Gerät.', + 'D3_TOTP_SUBMIT_LOGIN' => 'Anmelden', + 'D3_TOTP_CANCEL_LOGIN' => 'Anmeldung abbrechen', + 'D3_TOTP_BREADCRUMB' => 'Einmalpasswort-Anmeldung', + 'D3_TOTP_ERROR_UNVALID' => 'Das Einmalpasswort ist ungültig.', + 'D3_TOTP_ACCOUNT' => '2-Faktor-Authentisierung', - 'D3_TOTP_ACCOUNT_USE' => '2-Faktor-Authentisierung verwenden', + 'D3_TOTP_ACCOUNT_USE' => '2-Faktor-Authentisierung verwenden', 'D3_TOTP_REGISTERNEW' => 'neue Registrierung erstellen', 'D3_TOTP_QRCODE' => 'QR-Code', 'D3_TOTP_QRCODE_HELP' => 'Scannen Sie diesen QR-Code mit Ihrer Authentisierungs-App, um dieses Benutzerkonto dort zu hinterlegen.', 'D3_TOTP_SECRET' => 'QR-Code kann nicht gescannt werden?', - 'D3_TOTP_SECRET_HELP' => 'Setzen Sie keine App ein, die den QR-Code scannen kann, können Sie diese Zeichenkette auch in Ihr Authentisierungstool kopieren. Stellen Sie bitte zusätzlich die Passwortlänge auf 6 Zeichen und das Zeitinterval auf 30 Sekunden ein.', + 'D3_TOTP_SECRET_HELP' => 'Setzen Sie keine App ein, die den QR-Code scannen kann, können Sie diese Zeichenkette auch in Ihr Authentisierungstool kopieren. Stellen Sie bitte die Passwortlänge auf 6 Zeichen und das Zeitinterval auf 30 Sekunden ein.', 'D3_TOTP_CURROTP' => 'Bestätigung mit Einmalpasswort', 'D3_TOTP_CURROTP_HELP' => 'Haben Sie dieses Kundenkonto in Ihrer Authentisierungs-App registriert, generieren Sie damit ein Einmalpasswort, tragen Sie es hier ein und senden das Formular direkt darauf hin ab.', @@ -47,6 +47,6 @@ $aLang = [ 'D3_TOTP_AVAILBACKUPCODECOUNT' => 'noch %1$s Backupcodes verfügbar', 'D3_TOTP_AVAILBACKUPCODECOUNT_DESC' => 'Um neue Backupcodes zu erstellen, löschen Sie die bestehende Registrierung und legen diese bitte neu an.', - 'D3_TOTP_ACCOUNT_SAVE' => 'Einstellungen übernehmen', + 'D3_TOTP_ACCOUNT_SAVE' => 'Einstellungen übernehmen', ]; diff --git a/src/Application/translations/en/d3_totp_lang.php b/src/Application/translations/en/d3_totp_lang.php new file mode 100644 index 0000000..1d6975a --- /dev/null +++ b/src/Application/translations/en/d3_totp_lang.php @@ -0,0 +1,52 @@ + + * @link http://www.oxidmodule.com + */ + +$sLangName = "English"; + +$aLang = [ + 'charset' => 'UTF-8', + + 'D3_TOTP_INPUT' => 'authentication code', + 'D3_TOTP_INPUT_HELP' => 'You get the one-time password from the two-factor authentication app on your device.', + 'D3_TOTP_SUBMIT_LOGIN' => 'Log in', + 'D3_TOTP_CANCEL_LOGIN' => 'Cancel login', + 'D3_TOTP_BREADCRUMB' => 'one-time password login', + 'D3_TOTP_ERROR_UNVALID' => 'The one-time password is invalid.', + 'D3_TOTP_ACCOUNT' => '2-factor authentication', + + 'D3_TOTP_ACCOUNT_USE' => 'Use 2-factor authentication', + + 'D3_TOTP_REGISTERNEW' => 'create a new registration', + 'D3_TOTP_QRCODE' => 'QR code', + 'D3_TOTP_QRCODE_HELP' => 'Scan this QR code with your authentication app to store this user account there.', + 'D3_TOTP_SECRET' => 'QR code cannot be scanned?', + 'D3_TOTP_SECRET_HELP' => 'If you do not use an app that can scan the QR code, you can also copy this string into your authentication tool. Please set the password length to 6 characters and the time interval to 30 seconds.', + 'D3_TOTP_CURROTP' => 'Confirmation with one-time password', + 'D3_TOTP_CURROTP_HELP' => 'If you have registered this customer account in your authentication app, use it to generate a one-time password, enter it here and send the form directly afterwards.', + + 'D3_TOTP_REGISTEREXIST' => 'existing registration', + 'D3_TOTP_REGISTERDELETE_DESC' => 'To change the registration, please delete it first. You can then create a new registration immediately.
If you delete the registration, the account is no longer protected by two-factor authentication.', + 'D3_TOTP_REGISTERDELETE_CONFIRM' => 'Should the existing 2-factor authentication be deleted?', + + 'D3_TOTP_BACKUPCODES' => 'backup codes', + 'D3_TOTP_BACKUPCODES_DESC' => 'You can use these backup codes to log on if it is not possible to generate the one-time password (e.g. device lost or newly installed). You can then change the settings to use 2-factor authentication or create a new account. Please save these codes securely at this moment. After leaving this page, these codes cannot be displayed again.', + 'D3_TOTP_AVAILBACKUPCODECOUNT' => 'still %1$s backup codes available', + 'D3_TOTP_AVAILBACKUPCODECOUNT_DESC' => 'To create new backup codes, delete the existing registry and create a new one.', + + 'D3_TOTP_ACCOUNT_SAVE' => 'Confirm settings', + +]; diff --git a/src/Application/views/admin/de/d3totp_lang.php b/src/Application/views/admin/de/d3totp_lang.php index be7d798..0705402 100644 --- a/src/Application/views/admin/de/d3totp_lang.php +++ b/src/Application/views/admin/de/d3totp_lang.php @@ -30,7 +30,7 @@ $aLang = [ 'D3_TOTP_QRCODE' => 'QR-Code', 'D3_TOTP_QRCODE_HELP' => 'Scannen Sie diesen QR-Code mit Ihrer Authentisierungs-App, um dieses Benutzerkonto dort zu hinterlegen.', 'D3_TOTP_SECRET' => 'QR-Code kann nicht gescannt werden?', - 'D3_TOTP_SECRET_HELP' => 'Setzen Sie keine App ein, die den QR-Code scannen kann, können Sie diese Zeichenkette auch in Ihr Authentisierungstool kopieren. Stellen Sie bitte zusätzlich die Passwortlänge auf 6 Zeichen und das Zeitinterval auf 30 Sekunden ein.', + 'D3_TOTP_SECRET_HELP' => 'Setzen Sie keine App ein, die den QR-Code scannen kann, können Sie diese Zeichenkette auch in Ihr Authentisierungstool kopieren. Stellen Sie bitte die Passwortlänge auf 6 Zeichen und das Zeitinterval auf 30 Sekunden ein.', 'D3_TOTP_CURRPWD' => 'Anmeldepasswort des Benutzerkontos', 'D3_TOTP_CURRPWD_HELP' => 'Dies stellt sicher, dass nur Berechtigte Änderungen an diesen Einstellungen vornehmen dürfen.', 'D3_TOTP_CURROTP' => 'Bestätigung mit Einmalpasswort',