[Pkg-owncloud-commits] [owncloud] 01/38: backport some strings to stable7

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:16:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c494887d98a6a73450947479df0796457de10dba
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Thu Nov 20 15:13:37 2014 +0100

    backport some strings to stable7
---
 core/l10n/az.php        | 3 ++-
 core/l10n/bn_IN.php     | 3 ++-
 lib/l10n/ur.php         | 8 --------
 settings/l10n/bg_BG.php | 2 ++
 settings/l10n/bn_BD.php | 3 ++-
 settings/l10n/cs_CZ.php | 2 ++
 settings/l10n/da.php    | 2 ++
 settings/l10n/de.php    | 2 ++
 settings/l10n/de_DE.php | 2 ++
 settings/l10n/el.php    | 1 +
 settings/l10n/en_GB.php | 2 ++
 settings/l10n/es.php    | 2 ++
 settings/l10n/et_EE.php | 2 ++
 settings/l10n/eu.php    | 1 +
 settings/l10n/fi_FI.php | 1 +
 settings/l10n/fr.php    | 4 +++-
 settings/l10n/gl.php    | 2 ++
 settings/l10n/id.php    | 3 ++-
 settings/l10n/it.php    | 2 ++
 settings/l10n/ja.php    | 2 ++
 settings/l10n/nb_NO.php | 1 +
 settings/l10n/nl.php    | 2 ++
 settings/l10n/pl.php    | 1 +
 settings/l10n/pt_BR.php | 2 ++
 settings/l10n/pt_PT.php | 2 ++
 settings/l10n/ru.php    | 4 +++-
 settings/l10n/sk_SK.php | 2 ++
 settings/l10n/sl.php    | 4 +++-
 settings/l10n/tr.php    | 2 ++
 settings/l10n/uk.php    | 4 +++-
 settings/l10n/zh_CN.php | 3 ++-
 31 files changed, 59 insertions(+), 17 deletions(-)

diff --git a/core/l10n/az.php b/core/l10n/az.php
index ffcdde4..79ec022 100644
--- a/core/l10n/az.php
+++ b/core/l10n/az.php
@@ -4,6 +4,7 @@ $TRANSLATIONS = array(
 "_%n hour ago_::_%n hours ago_" => array("",""),
 "_%n day ago_::_%n days ago_" => array("",""),
 "_%n month ago_::_%n months ago_" => array("",""),
-"_{count} file conflict_::_{count} file conflicts_" => array("","")
+"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Username" => "İstifadəçi adı",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/bn_IN.php b/core/l10n/bn_IN.php
index ffcdde4..0ed8641 100644
--- a/core/l10n/bn_IN.php
+++ b/core/l10n/bn_IN.php
@@ -4,6 +4,7 @@ $TRANSLATIONS = array(
 "_%n hour ago_::_%n hours ago_" => array("",""),
 "_%n day ago_::_%n days ago_" => array("",""),
 "_%n month ago_::_%n months ago_" => array("",""),
-"_{count} file conflict_::_{count} file conflicts_" => array("","")
+"_{count} file conflict_::_{count} file conflicts_" => array("",""),
+"Username" => "ইউজারনেম",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/ur.php b/lib/l10n/ur.php
deleted file mode 100644
index 15f78e0..0000000
--- a/lib/l10n/ur.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%n minute ago_::_%n minutes ago_" => array("",""),
-"_%n hour ago_::_%n hours ago_" => array("",""),
-"_%n day go_::_%n days ago_" => array("",""),
-"_%n month ago_::_%n months ago_" => array("","")
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php
index 5e94a8a..1f8b3c5 100644
--- a/settings/l10n/bg_BG.php
+++ b/settings/l10n/bg_BG.php
@@ -64,5 +64,7 @@ $TRANSLATIONS = array(
 "Default" => "По подразбиране",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Ако инсталацията не e инсталиранa в root на домейна и използва cron, може да има проблеми с генерирането на URL. За да избегнеш тези проблеми, моля, промени \"overwritewebroot\" в config.php с webroot п [...]
 "URL generation in notification emails" => "Генериране на URL в имейлите за известяване",
+"Connectivity Checks" => "Проверки за свързаност",
+"No problems found" => "Не са открити проблеми",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php
index a5f5299..be622c7 100644
--- a/settings/l10n/bn_BD.php
+++ b/settings/l10n/bn_BD.php
@@ -63,6 +63,7 @@ $TRANSLATIONS = array(
 "Unlimited" => "অসীম",
 "Other" => "অন্যান্য",
 "Username" => "ব্যবহারকারী",
-"Default" => "পূর্বনির্ধারিত"
+"Default" => "পূর্বনির্ধারিত",
+"No problems found" => "কোন সমস্যা পাওয়া গেল না",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index 0b871af..51f8574 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Výchozí",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php  [...]
 "URL generation in notification emails" => "Generování adresy URL v oznamovacích e-mailech",
+"Connectivity Checks" => "Ověřování připojení",
+"No problems found" => "Nebyly nalezeny žádné problémy",
 );
 $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/settings/l10n/da.php b/settings/l10n/da.php
index 72fe2f7..64070e5 100644
--- a/settings/l10n/da.php
+++ b/settings/l10n/da.php
@@ -192,5 +192,7 @@ $TRANSLATIONS = array(
 "Default" => "Standard",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Hvis din installation ikke er installeret i roden af domænet, og bruger systemets cron, så kan der være problemer med URL-oprettelsen. For at undgå disse problemer, så angiv tilvalget \"overwritewebroot [...]
 "URL generation in notification emails" => "URL-oprettelse i email-notifikationer.",
+"Connectivity Checks" => "Forbindelsestjek",
+"No problems found" => "Der blev ikke fundet problemer",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/de.php b/settings/l10n/de.php
index aa73c39..b9064c5 100644
--- a/settings/l10n/de.php
+++ b/settings/l10n/de.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Standard",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Wenn sich Deine Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setze bitte di [...]
 "URL generation in notification emails" => "URL-Generierung in Mail-Benachrichtungen",
+"Connectivity Checks" => "Verbindungsüberprüfungen",
+"No problems found" => "Keine Probleme gefunden",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php
index 2d1bb1b..405ceb1 100644
--- a/settings/l10n/de_DE.php
+++ b/settings/l10n/de_DE.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Standard",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Wenn sich Ihre Installation nicht im Wurzelverzeichnis der Domain befindet und Cron aus dem System genutzt wird, kann es zu Fehlern bei der URL-Generierung kommen. Um dies zu verhindern, setzen Sie bitt [...]
 "URL generation in notification emails" => "URL-Generierung in Mail-Benachrichtungen",
+"Connectivity Checks" => "Verbindungsüberprüfungen",
+"No problems found" => "Keine Probleme gefunden",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/el.php b/settings/l10n/el.php
index 39e87e8..53ffaa8 100644
--- a/settings/l10n/el.php
+++ b/settings/l10n/el.php
@@ -222,5 +222,6 @@ $TRANSLATIONS = array(
 "Default" => "Προκαθορισμένο",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Αν η εγκατάστασή σας δεν είναι εγκατεστημένη στη ρίζα της περιοχής και χρησιμοποιεί το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλ [...]
 "URL generation in notification emails" => "Δημιουργία URL στις ειδοποιήσεις ηλεκτρονικού ταχυδρομείου",
+"No problems found" => "Δεν βρέθηκαν προβλήματα",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php
index 2d53e2a..e0ade11 100644
--- a/settings/l10n/en_GB.php
+++ b/settings/l10n/en_GB.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Default",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in  [...]
 "URL generation in notification emails" => "URL generation in notification emails",
+"Connectivity Checks" => "Connectivity Checks",
+"No problems found" => "No problems found",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/es.php b/settings/l10n/es.php
index 39df2ca..0bfe890 100644
--- a/settings/l10n/es.php
+++ b/settings/l10n/es.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Predeterminado",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Si su instalación no está ubicada en la raíz del dominio y usa el cron del sistema, puede haber problemas al generarse los URL. Para evitarlos, configure la opción \"overwritewebroot\" en su archivo con [...]
 "URL generation in notification emails" => "Generación de URL en mensajes de notificación",
+"Connectivity Checks" => "Probar la Conectividad",
+"No problems found" => "No se han encontrado problemas",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php
index a18e452..70d55a3 100644
--- a/settings/l10n/et_EE.php
+++ b/settings/l10n/et_EE.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Vaikeväärtus",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Kui sinu sait pole paigaldatud domeeni juurkausta ja see kasutab ajastatud tegevusi, siis võib tekkide probleeme URL-ide loomisega. Nende probleemide vältimiseks sisesta palun failis config.php valikuss [...]
 "URL generation in notification emails" => "URL-ide loomine teavituskirjades",
+"Connectivity Checks" => "Ühenduse kontrollid",
+"No problems found" => "Ühtegi probleemi ei leitud",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php
index c8a1d8f..8b8e01d 100644
--- a/settings/l10n/eu.php
+++ b/settings/l10n/eu.php
@@ -222,5 +222,6 @@ $TRANSLATIONS = array(
 "Default" => "Lehenetsia",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Zure instalazioa ez badago domeinuaren sustraian egina eta erabiltzen badu sistemaren cron-a, arazoak izan daitezke URL sorreran. Arazo horiek saihesteko ezarri  \"overwritewebroot\" opzioa zure config. [...]
 "URL generation in notification emails" => "URL sorrera jakinarazpen mezuetan",
+"No problems found" => "Ez da problemarik aurkitu",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php
index 5dc9eb7..f402834 100644
--- a/settings/l10n/fi_FI.php
+++ b/settings/l10n/fi_FI.php
@@ -213,5 +213,6 @@ $TRANSLATIONS = array(
 "set new password" => "aseta uusi salasana",
 "Default" => "Oletus",
 "URL generation in notification emails" => "Verkko-osoitteiden luominen sähköposti-ilmoituksissa",
+"No problems found" => "Ongelmia ei löytynyt",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index 9145260..f075ff1 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -219,6 +219,8 @@ $TRANSLATIONS = array(
 "Last Login" => "Dernière Connexion",
 "change full name" => "Modifier le nom complet",
 "set new password" => "Changer le mot de passe",
-"Default" => "Défaut"
+"Default" => "Défaut",
+"Connectivity Checks" => "Vérification de la connectivité",
+"No problems found" => "Aucun problème trouvé",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php
index a4bc043..8a8439c 100644
--- a/settings/l10n/gl.php
+++ b/settings/l10n/gl.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Predeterminado",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se a instalación non foi feita na raíz do dominio e usa o sistema de cron, poden xurdir problemas coa xeración dos URL. Para evitar estes problemas, axuste a opción «overwritewebroot» no ficheiro config [...]
 "URL generation in notification emails" => "Xeración dos URL nos correos de notificación",
+"Connectivity Checks" => "Comprobacións de conectividade",
+"No problems found" => "Non se atoparon problemas",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/id.php b/settings/l10n/id.php
index b472693..3bc920a 100644
--- a/settings/l10n/id.php
+++ b/settings/l10n/id.php
@@ -170,6 +170,7 @@ $TRANSLATIONS = array(
 "Quota" => "Quota",
 "change full name" => "ubah nama lengkap",
 "set new password" => "setel sandi baru",
-"Default" => "Baku"
+"Default" => "Baku",
+"No problems found" => "Masalah tidak ditemukan",
 );
 $PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/settings/l10n/it.php b/settings/l10n/it.php
index f8fb8d7..8fabbec 100644
--- a/settings/l10n/it.php
+++ b/settings/l10n/it.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Predefinito",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"ov [...]
 "URL generation in notification emails" => "Generazione di URL nelle email di notifica",
+"Connectivity Checks" => "Controlli di connettività",
+"No problems found" => "Nessun problema trovato",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php
index 21097f5..69723cb 100644
--- a/settings/l10n/ja.php
+++ b/settings/l10n/ja.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "デフォルト",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "もし、URLがドメインのルート(/)で終わっていない場合で、システムのcronを利用している場合、URLの生成に問題が発生します。その場合は、config.php ファイルの中の \"overwritewebroot\" オプションをインストールしたパスに設定してください。(推奨: \"%s\")",
 "URL generation in notification emails" => "通知メールにURLを生成",
+"Connectivity Checks" => "接続の確認",
+"No problems found" => "問題は見つかりませんでした",
 );
 $PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php
index 91cc35f..b1d2fde 100644
--- a/settings/l10n/nb_NO.php
+++ b/settings/l10n/nb_NO.php
@@ -222,5 +222,6 @@ $TRANSLATIONS = array(
 "Default" => "Standard",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config. [...]
 "URL generation in notification emails" => "URL-generering i varsel-eposter",
+"No problems found" => "Ingen problemer funnet",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php
index 7df05ab..905701f 100644
--- a/settings/l10n/nl.php
+++ b/settings/l10n/nl.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Standaard",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Als uw installatie niet in de hoofddirectory van het domein staat, maar wel cron gebruikt, dan kunnen er problemen ontstaan bij het genereren van URL's. Om deze problemen te voorkomen zou u de \"overwri [...]
 "URL generation in notification emails" => "URL genereren in notificatie e-mails",
+"Connectivity Checks" => "Verbindingscontroles",
+"No problems found" => "Geen problemen gevonden",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php
index 1bc693f..01e6ef0 100644
--- a/settings/l10n/pl.php
+++ b/settings/l10n/pl.php
@@ -222,5 +222,6 @@ $TRANSLATIONS = array(
 "Default" => "Domyślny",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Jeśli Twoja instalacja nie jest zainstalowana w katalogu głównym serwera www, a system używa cron-a, mogą występować problemy z generowaniem URL-i. Aby uniknąć tych problemów, proszę  ustawić opcję \"ov [...]
 "URL generation in notification emails" => "Generowanie URL w powiadomieniach email",
+"No problems found" => "Nie ma żadnych problemów",
 );
 $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php
index 25762aa..8232287 100644
--- a/settings/l10n/pt_BR.php
+++ b/settings/l10n/pt_BR.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Padrão",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se a sua instalação não estiver instalada na raiz do domínio e usa cron do sistema, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" [...]
 "URL generation in notification emails" => "Geração de URL em e-mails de notificação",
+"Connectivity Checks" => "Verificações de Conectividade",
+"No problems found" => "Nenhum problema encontrado",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php
index 73ed2ae..e3cf47e 100644
--- a/settings/l10n/pt_PT.php
+++ b/settings/l10n/pt_PT.php
@@ -211,5 +211,7 @@ $TRANSLATIONS = array(
 "Default" => "Padrão",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Se a sua instalação não está instalada na raiz do domínio e usa o sistema cron, pode haver problemas com a geração de URL. Para evitar esses problemas, por favor, defina a opção \"overwritewebroot\" no  [...]
 "URL generation in notification emails" => "Geração URL em e-mails de notificação",
+"Connectivity Checks" => "Verificações de Conetividade",
+"No problems found" => "Nenhum problema encontrado",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php
index 360263a..7130f75 100644
--- a/settings/l10n/ru.php
+++ b/settings/l10n/ru.php
@@ -215,6 +215,8 @@ $TRANSLATIONS = array(
 "Last Login" => "Последний вход",
 "change full name" => "изменить полное имя",
 "set new password" => "установить новый пароль",
-"Default" => "По умолчанию"
+"Default" => "По умолчанию",
+"Connectivity Checks" => "Проверка соединения",
+"No problems found" => "Проблемы не найдены",
 );
 $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php
index 3061107..86262ce 100644
--- a/settings/l10n/sk_SK.php
+++ b/settings/l10n/sk_SK.php
@@ -221,5 +221,7 @@ $TRANSLATIONS = array(
 "Default" => "Predvolené",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Inštalácia mimo koreňový priečinok domény a používanie systémového príkazu cron môže spôsobiť problém s generovaním správnej URL. Pre zabránenie týmto chybám nastavte prosím správnu cestu v svojom confi [...]
 "URL generation in notification emails" => "Generovanie adresy URL v oznamovacích emailoch",
+"Connectivity Checks" => "Overovanie pripojenia",
+"No problems found" => "Nenašli sa žiadne problémy",
 );
 $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php
index 7af3265..af77ddd 100644
--- a/settings/l10n/sl.php
+++ b/settings/l10n/sl.php
@@ -179,6 +179,8 @@ $TRANSLATIONS = array(
 "Quota" => "Količinska omejitev",
 "change full name" => "Spremeni polno ime",
 "set new password" => "nastavi novo geslo",
-"Default" => "Privzeto"
+"Default" => "Privzeto",
+"Connectivity Checks" => "Preverjanje povezav",
+"No problems found" => "Ni zaznanih težav",
 );
 $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php
index f8ca41e..b8bf2fd 100644
--- a/settings/l10n/tr.php
+++ b/settings/l10n/tr.php
@@ -222,5 +222,7 @@ $TRANSLATIONS = array(
 "Default" => "Öntanımlı",
 "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Eğer kurulumunuz alan adının köküne yapılmamışsa ve sistem cron'u kullanıyorsa, URL oluşturma ile ilgili sorunlar olabilir. Bu sorunların önüne geçmek için, kurulumunuzun web kök yolundaki config.php do [...]
 "URL generation in notification emails" => "Bildirim e-postalarında URL oluşturulması",
+"Connectivity Checks" => "Bağlantı Kontrolleri",
+"No problems found" => "Sorun bulunamadı",
 );
 $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php
index 1a4d48f..6cac5af 100644
--- a/settings/l10n/uk.php
+++ b/settings/l10n/uk.php
@@ -98,6 +98,8 @@ $TRANSLATIONS = array(
 "Username" => "Ім'я користувача",
 "Quota" => "Квота",
 "set new password" => "встановити новий пароль",
-"Default" => "За замовчуванням"
+"Default" => "За замовчуванням",
+"Connectivity Checks" => "Перевірка З'єднання",
+"No problems found" => "Проблем не виявленно",
 );
 $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php
index e3dfcfa..982f501 100644
--- a/settings/l10n/zh_CN.php
+++ b/settings/l10n/zh_CN.php
@@ -183,6 +183,7 @@ $TRANSLATIONS = array(
 "Quota" => "配额",
 "change full name" => "更改全名",
 "set new password" => "设置新密码",
-"Default" => "默认"
+"Default" => "默认",
+"No problems found" => "未发现问题",
 );
 $PLURAL_FORMS = "nplurals=1; plural=0;";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list