[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-06-17 00:42:39 -04:00
Родитель bab0dce0e0
Коммит db6f9e81d3
3 изменённых файлов: 27 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
OC.L10N.register(
"twofactor_totp",
{
"Enable TOTP" : "Inschakelen TOTP",
"This is your new TOTP secret:" : "Dit is uw nieuwe TOTP geheim:",
"Scan this QR code with your TOTP app" : "Scan deze QR code met uw TOTP app",
"Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
"TOTP Second-factor Auth" : "TOTP tweede factor Auth"
},
"nplurals=2; plural=(n != 1);");

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

@ -0,0 +1,8 @@
{ "translations": {
"Enable TOTP" : "Inschakelen TOTP",
"This is your new TOTP secret:" : "Dit is uw nieuwe TOTP geheim:",
"Scan this QR code with your TOTP app" : "Scan deze QR code met uw TOTP app",
"Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
"TOTP Second-factor Auth" : "TOTP tweede factor Auth"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

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

@ -0,0 +1,9 @@
<?php
$TRANSLATIONS = array(
"Enable TOTP" => "Inschakelen TOTP",
"This is your new TOTP secret:" => "Dit is uw nieuwe TOTP geheim:",
"Scan this QR code with your TOTP app" => "Scan deze QR code met uw TOTP app",
"Authenticate with a TOTP app" => "Authenticeren met een TOTP app",
"TOTP Second-factor Auth" => "TOTP tweede factor Auth"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";