[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-07-10 04:38:06 -04:00
Родитель de251ccf69
Коммит 73611a9cc4
3 изменённых файлов: 24 добавлений и 0 удалений

9
l10n/nn_NO.js Normal file
Просмотреть файл

@ -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);");

7
l10n/nn_NO.json Normal file
Просмотреть файл

@ -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);"
}

8
l10n/nn_NO.php Normal file
Просмотреть файл

@ -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);";