twofactor_totp/l10n/pt_BR.php

10 строки
392 B
PHP

<?php
$TRANSLATIONS = array(
"Enable TOTP" => "Ativar TOTP",
"This is your new TOTP secret:" => "Este é o seu novo segredo TOTP:",
"Scan this QR code with your TOTP app" => "Ler este código QR com o seu app TOTP",
"Authenticate with a TOTP app" => "Autenticar com um aplicativo TOTP",
"TOTP Second-factor Auth" => "TOTP Segundo-fator Auto"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";