10 строки
396 B
PHP
10 строки
396 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Enable TOTP" => "Habilitar TOTP",
|
|
"This is your new TOTP secret:" => "Este es su nuevo secreto TOTP:",
|
|
"Scan this QR code with your TOTP app" => "Escane este código QR con su app TOTP",
|
|
"Authenticate with a TOTP app" => "Autenticar con la app TOTP",
|
|
"TOTP Second-factor Auth" => "Autorización de 2 factores TOTP"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|