adjust translation files

This commit is contained in:
Daniel Seifert 2024-09-06 15:54:24 +02:00
bovenliggende 5ee8e18e89
commit d93e1517aa
4 gewijzigde bestanden met toevoegingen van 6 en 10 verwijderingen

Bestand weergeven

@ -13,9 +13,7 @@
declare(strict_types=1);
$sLangName = "Deutsch";
$aLang = [
return [
'charset' => 'UTF-8',
'D3_TOTP_INPUT' => 'Authentisierungscode',

Bestand weergeven

@ -13,9 +13,7 @@
declare(strict_types=1);
$sLangName = "English";
$aLang = [
return [
'charset' => 'UTF-8',
'D3_TOTP_INPUT' => 'authentication code',

Bestand weergeven

@ -11,9 +11,9 @@
* @link https://www.oxidmodule.com
*/
$sLangName = "Deutsch";
declare(strict_types=1);
$aLang = [
return [
'charset' => 'UTF-8',
'TOTP_INPUT' => 'Authentisierungscode',

Bestand weergeven

@ -11,9 +11,9 @@
* @link https://www.oxidmodule.com
*/
$sLangName = "English";
declare(strict_types=1);
$aLang = [
return [
'charset' => 'UTF-8',
'TOTP_INPUT' => 'authentication code',