[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2014-06-12 00:48:19 -04:00
Родитель 93ddfc1a03
Коммит aa8c5a1d00
2 изменённых файлов: 25 добавлений и 2 удалений

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

@ -1,5 +1,12 @@
<?php
$TRANSLATIONS = array(
"Clean" => "Llimpiu",
"Infected" => "Infestáu",
"Unchecked" => "Ensin comprobar",
"Scanner exit status" => "Estáu de salida del escáner",
"Scanner output" => "Salida del escáner",
"Malware detected" => "Malware deteutáu",
"Virus detected! Can't upload the file %s" => "¡Virus deteutáu! Nun pue xubise'l ficheru %s",
"Greetings {user}," => "Hola {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sentímoslo, pero deteutóse un malware nun ficheru que quies xubir y tuvo que desaniciase.",
"This email is a notification from {host}. Please, do not reply." => "Esti corréu-e ye una notificación de {host}. Por favor, nun contestes al mensaxe.",
@ -26,6 +33,13 @@ $TRANSLATIONS = array(
"Delete file" => "Desanciar ficheru",
"Save" => "Guardar",
"Advanced" => "Avanzáu",
"Description" => "Descripción"
"Rules" => "Regles",
"Clear All" => "Llimpiar too",
"Reset to defaults" => "Reafitar valores",
"Match by" => "Que concasen por",
"Scanner exit status or signature to search" => "Estáu de salida del escáner o robla pa guetar",
"Description" => "Descripción",
"Mark as" => "Conseñar como",
"Add a rule" => "Amestar regla"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

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

@ -1,5 +1,10 @@
<?php
$TRANSLATIONS = array(
"Clean" => "Čisté",
"Infected" => "Infikováno",
"Unchecked" => "Nezkontrolováno",
"Malware detected" => "Detekován škodlivý software",
"Virus detected! Can't upload the file %s" => "Byl detekován virus! Nelze nahrát soubor %s",
"Greetings {user}," => "Vítejte {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Bohužel byl v odeslaném souboru nalezen malware, soubor musel být odstraněn.",
"This email is a notification from {host}. Please, do not reply." => "Tento e-mail je oznámení od {host}. Prosím, neodpovídejte na něj.",
@ -26,6 +31,10 @@ $TRANSLATIONS = array(
"Delete file" => "Smazat soubor",
"Save" => "Uložit",
"Advanced" => "Pokročilé",
"Description" => "Popis"
"Rules" => "Pravidla",
"Clear All" => "Vyčistit Vše",
"Description" => "Popis",
"Mark as" => "Označit jako",
"Add a rule" => "Přidat pravidlo"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";