[tx-robot] updated from transifex
This commit is contained in:
Родитель
de251ccf69
Коммит
73611a9cc4
|
@ -0,0 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"twofactor_totp",
|
||||
{
|
||||
"Enable TOTP" : "Aktivere to-faktor pålogging",
|
||||
"This is your new TOTP secret:" : "Din hemmelige nøkkel for to-faktor:",
|
||||
"Scan this QR code with your TOTP app" : "Skan QR kode med ditt to-faktor program",
|
||||
"Authenticate with a TOTP app" : "Autentiser med to-faktor program"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,7 @@
|
|||
{ "translations": {
|
||||
"Enable TOTP" : "Aktivere to-faktor pålogging",
|
||||
"This is your new TOTP secret:" : "Din hemmelige nøkkel for to-faktor:",
|
||||
"Scan this QR code with your TOTP app" : "Skan QR kode med ditt to-faktor program",
|
||||
"Authenticate with a TOTP app" : "Autentiser med to-faktor program"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Enable TOTP" => "Aktivere to-faktor pålogging",
|
||||
"This is your new TOTP secret:" => "Din hemmelige nøkkel for to-faktor:",
|
||||
"Scan this QR code with your TOTP app" => "Skan QR kode med ditt to-faktor program",
|
||||
"Authenticate with a TOTP app" => "Autentiser med to-faktor program"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
Загрузка…
Ссылка в новой задаче