twofactor_totp/l10n/de.php

10 строки
483 B
PHP

<?php
$TRANSLATIONS = array(
"Enable TOTP" => "TOTP (zeitgesteuertes Einmalpasswort) aktivieren",
"This is your new TOTP secret:" => "Dies ist dein neuer TOTP-Schlüssel:",
"Scan this QR code with your TOTP app" => "Scanne diesen QR-Code mit deiner 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);";