[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-06-19 00:48:55 -04:00
Родитель 6661792797
Коммит 97dbc2a527
2 изменённых файлов: 30 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,12 @@
<?php
$TRANSLATIONS = array(
"Clean" => "Neteja",
"Infected" => "Infectat",
"Unchecked" => "No comprovat",
"Scanner exit status" => "Estat de sortida de l'escànner",
"Scanner output" => "Sortida de l'escànner",
"Malware detected" => "S'ha detectat programari maliciós",
"Virus detected! Can't upload the file %s" => "S'ha detectat un virus! El fitxer %s no es pot pujar",
"Greetings {user}," => "Benvingut {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "S'ha detectar programari maliciós en un fitxer que heu intentat pujar i s'ha hagut d'eliminar.",
"This email is a notification from {host}. Please, do not reply." => "Aquest correu és uan notificació de {host}. No el respongueu.",
@ -26,6 +33,13 @@ $TRANSLATIONS = array(
"Delete file" => "Elimina el fitxer",
"Save" => "Desa",
"Advanced" => "Avançat",
"Description" => "Descripció"
"Rules" => "Regles",
"Clear All" => "Neteja-ho tot",
"Reset to defaults" => "Restableix als valors per defecte",
"Match by" => "Coincideix amb",
"Scanner exit status or signature to search" => "Estat de sortida de l'escànner o signatura a cercar",
"Description" => "Descripció",
"Mark as" => "Marca com a",
"Add a rule" => "Afegeix una regla"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

Просмотреть файл

@ -1,5 +1,12 @@
<?php
$TRANSLATIONS = array(
"Clean" => "Puhas",
"Infected" => "Nakatunud",
"Unchecked" => "Kontrollimata",
"Scanner exit status" => "Skaneerija lõpetamise staatus",
"Scanner output" => "Skaneerija väljund",
"Malware detected" => "Leitud nuhkvara",
"Virus detected! Can't upload the file %s" => "Leitud viirus! Ei saa üles laadida faili %s",
"Greetings {user}," => "Tere {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Kahju, kuid üleslaetavast failist leiti pahavara ning fail tuli kustutada.",
"This email is a notification from {host}. Please, do not reply." => "Käesolev email on teavitus masinast {host}. Palun ära vasta.",
@ -26,6 +33,13 @@ $TRANSLATIONS = array(
"Delete file" => "Kustuta fail",
"Save" => "Salvesta",
"Advanced" => "Täpsem",
"Description" => "Kirjeldus"
"Rules" => "Reeglid",
"Clear All" => "Puhasta kõik",
"Reset to defaults" => "Lähtesta vaikimisi seaded",
"Match by" => "Sobivus",
"Scanner exit status or signature to search" => "Skaneerija lõpetamise staatus või tunnusmärk, mida otsida",
"Description" => "Kirjeldus",
"Mark as" => "Märgi kui",
"Add a rule" => "Lisa reegel"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";