From 91f62c71ede7784bd074c6050c95bde8476de9b9 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Wed, 25 Jun 2014 06:28:20 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/es.php | 1 + l10n/sl.php | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/l10n/es.php b/l10n/es.php index 581a4d8..1de6eab 100644 --- a/l10n/es.php +++ b/l10n/es.php @@ -36,6 +36,7 @@ $TRANSLATIONS = array( "Rules" => "Reglas", "Clear All" => "Todo limpio", "Reset to defaults" => "Reset a valores por defecto", +"Match by" => "Detectado por", "Scanner exit status or signature to search" => "Estado de la salida de escáner o firma a buscar", "Description" => "Descripción", "Mark as" => "Marcar como", diff --git a/l10n/sl.php b/l10n/sl.php index 2bf1cec..a9c1e02 100644 --- a/l10n/sl.php +++ b/l10n/sl.php @@ -1,5 +1,10 @@ "Počisti", +"Infected" => "Okuženo", +"Unchecked" => "Neizbrano", +"Scanner exit status" => "Stanje izhoda preiskovalnika", +"Scanner output" => "Odvod preiskovalnika", "Greetings {user}," => "Pozdravljeni, {user},", "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "V poslani datoteki je bila zaznana zlonamerna vsebina, zato je ta datoteka izbrisana.", "This email is a notification from {host}. Please, do not reply." => "To sporočilo je obvestilo z gostitelja {host} in nanj ne odgovarjajte.", @@ -26,6 +31,11 @@ $TRANSLATIONS = array( "Delete file" => "Izbriši datoteko", "Save" => "Shrani", "Advanced" => "Napredne možnosti", -"Description" => "Opis" +"Rules" => "Pravila", +"Clear All" => "Počisti vse", +"Reset to defaults" => "Povrni na privzeto", +"Description" => "Opis", +"Mark as" => "Označi kot", +"Add a rule" => "Dodaj pravilo" ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";