10 строки
428 B
PHP
10 строки
428 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Enable TOTP" => "Aktivizo TOTP",
|
|
"This is your new TOTP secret:" => "Kjo është e fshehta juaj TOTP e re:",
|
|
"Scan this QR code with your TOTP app" => "Skanojeni këtë kod QR me aplikacionin tuaj TOTP",
|
|
"Authenticate with a TOTP app" => "Mirëfilltësimin kryejeni me një aplikacion TOTP",
|
|
"TOTP Second-factor Auth" => "TOTP Second-factor Auth"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|