10 строки
486 B
PHP
10 строки
486 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Enable TOTP" => "TOTP (zeitgesteuertes Einmalpasswort) aktivieren",
|
|
"This is your new TOTP secret:" => "Dies ist Ihr neuer TOTP-Schlüssel:",
|
|
"Scan this QR code with your TOTP app" => "Scannen Sie diesen QR-Code mit Ihrer TOTP-App",
|
|
"Authenticate with a TOTP app" => "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren",
|
|
"TOTP Second-factor Auth" => "TOTP-Zweifaktorauthentifizierung"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|