Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 committed Jun 23, 2022
1 parent c8bdc9f commit 5d1e48d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions administrator/language/de-DE/com_users.ini
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ COM_USERS_USERS_TABLE_CAPTION="Tabelle der Benutzer"
COM_USERS_USER_ACCOUNT_DETAILS="Benutzerkontodetails"
COM_USERS_USER_BACKUPCODE="Backup Code"
COM_USERS_USER_BACKUPCODES="Backup Codes"
COM_USERS_USER_BACKUPCODES_CAPTIVE_PROMPT="If you do not have access to your usual Multi-factor Authentication method use any of your Backup Codes in the field below. Please remember that this emergency backup code cannot be reused."
COM_USERS_USER_BACKUPCODES_DESC="Lets you access the site if all other Multi-factor Authentication methods you have set up fail."
COM_USERS_USER_BATCH_FAILED="Ein Fehler trat auf beim Ausführen der Stapelverarbeitung: %s."
COM_USERS_USER_BATCH_SUCCESS="Stapelverarbeitung ausgeführt."
Expand Down
1 change: 1 addition & 0 deletions administrator/language/de-DE/plg_multifactorauth_totp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
; Note : All ini files need to be saved as UTF-8

PLG_MULTIFACTORAUTH_TOTP="Multi-Faktor-Authentifizierung - Verifizierungscode"
PLG_MULTIFACTORAUTH_TOTP_CAPTIVE_PROMPT="Please open your authenticator application or password manager and copy the six digit code for this site in the text box below, then click on the Validate button. If this code has been automatically filled in for you just click on the Validate button."
PLG_MULTIFACTORAUTH_TOTP_ERR_VALIDATIONFAILED="Es wurde kein gültiger Verifizierungscode eingegeben. Bitte die Einstellungen der Authentifizierungs-App überprüfen und sicherstellen, dass die Zeit und die Zeitzone auf dem Gerät richtig eingestellt sind."
PLG_MULTIFACTORAUTH_TOTP_LBL_LABEL="Den sechsstelligen Verifizierungscode eingeben"
PLG_MULTIFACTORAUTH_TOTP_LBL_SETUP_INSTRUCTIONS="Verifizierungscode (auch "Authentifizierungscode" genannt) anhand der unten stehenden Informationen einrichten. Es kann eine Authentifizierungs-App (z. B. Google Authenticator, Authy, LastPass Authenticator usw.), der bevorzugte Passwortmanager (1Password, BitWarden, Keeper, KeePassXC, Strongbox usw.) oder in einigen Fällen der Browser verwendet werden."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
; Note : All ini files need to be saved as UTF-8

PLG_MULTIFACTORAUTH_YUBIKEY="Multi-Faktor-Authentifizierung - YubiKey"
PLG_MULTIFACTORAUTH_YUBIKEY_CAPTIVE_PROMPT="Please click in the text box below. Then insert your YubiKey into the USB port of your device and touch its golden disk or golden pad (depending on your model) to make it produce a YubiKey code. If you are on an NFC-capable phone or tablet with an NFC-enabled YubiKey you need to instead approach your YubiKey to the NFC reader area of your phone or tablet."
PLG_MULTIFACTORAUTH_YUBIKEY_CODE_LABEL="YubiKey-Code"
PLG_MULTIFACTORAUTH_YUBIKEY_ERR_VALIDATIONFAILED="Es wurde kein gültiger YubiKey-Geheimcode eingegeben oder die YubiCloud-Server sind zu diesem Zeitpunkt nicht erreichbar."
PLG_MULTIFACTORAUTH_YUBIKEY_LBL_AFTERSETUP_INSTRUCTIONS="Dieser YubiKey (welcher den Code erzeugt, der mit <code>%s</code> beginnt) wurde bereits eingerichtet. Auf dieser Seite kann nur der Titel geändert werden."
Expand Down
1 change: 1 addition & 0 deletions language/de-DE/com_users.ini
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ COM_USERS_RESET_REQUEST_LABEL="Bitte die E-Mail-Adresse des Benutzerkontos einge
COM_USERS_SETTINGS_FIELDSET_LABEL="Basiseinstellungen"
COM_USERS_USER_BACKUPCODE="Backup Code"
COM_USERS_USER_BACKUPCODES="Backup Codes"
COM_USERS_USER_BACKUPCODES_CAPTIVE_PROMPT="If you do not have access to your usual Multi-factor Authentication method use any of your Backup Codes in the field below. Please remember that this emergency backup code cannot be reused."
COM_USERS_USER_BACKUPCODES_DESC="If you do not have access to your Multi-factor Authentication device you can use any of the following passwords instead of a regular security code. Each one of these emergency codes is immediately destroyed upon use. We recommend printing these codes out and keeping the printout in a safe and accessible location, eg your wallet or a safety deposit box."
COM_USERS_USER_BLOCKED="Dieser Benutzer ist gesperrt. Falls dies ein Fehler ist, so ist die Administration zu kontaktieren."
COM_USERS_USER_FIELD_BACKEND_LANGUAGE_LABEL="Admin-Sprache"
Expand Down

0 comments on commit 5d1e48d

Please sign in to comment.