Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-17 16:08:45 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-17 16:08:45 +0300
commit7b432cbbf7ce5d9a22881ba959261f6c2a21ce5e (patch)
tree3306da78b401b9e4302002627c3f28f9c652e777
parent01cede4511c521d1a5af6f6011690ba3495b3b70 (diff)
parentc494887d98a6a73450947479df0796457de10dba (diff)
Merge pull request #12327 from owncloud/stable7l10nbport
backport some strings to stable7
-rw-r--r--core/l10n/az.php3
-rw-r--r--core/l10n/bn_IN.php3
-rw-r--r--lib/l10n/ur.php8
-rw-r--r--settings/l10n/bg_BG.php2
-rw-r--r--settings/l10n/bn_BD.php3
-rw-r--r--settings/l10n/cs_CZ.php2
-rw-r--r--settings/l10n/da.php2
-rw-r--r--settings/l10n/de.php2
-rw-r--r--settings/l10n/de_DE.php2
-rw-r--r--settings/l10n/el.php1
-rw-r--r--settings/l10n/en_GB.php2
-rw-r--r--settings/l10n/es.php2
-rw-r--r--settings/l10n/et_EE.php2
-rw-r--r--settings/l10n/eu.php1
-rw-r--r--settings/l10n/fi_FI.php1
-rw-r--r--settings/l10n/fr.php4
-rw-r--r--settings/l10n/gl.php2
-rw-r--r--settings/l10n/id.php3
-rw-r--r--settings/l10n/it.php2
-rw-r--r--settings/l10n/ja.php2
-rw-r--r--settings/l10n/nb_NO.php1
-rw-r--r--settings/l10n/nl.php2
-rw-r--r--settings/l10n/pl.php1
-rw-r--r--settings/l10n/pt_BR.php2
-rw-r--r--settings/l10n/pt_PT.php2
-rw-r--r--settings/l10n/ru.php4
-rw-r--r--settings/l10n/sk_SK.php2
-rw-r--r--settings/l10n/sl.php4
-rw-r--r--settings/l10n/tr.php2
-rw-r--r--settings/l10n/uk.php4
-rw-r--r--settings/l10n/zh_CN.php3
31 files changed, 59 insertions, 17 deletions
diff --git a/core/l10n/az.php b/core/l10n/az.php
index ffcdde48d47..79ec0227bd2 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 ffcdde48d47..0ed86414f20 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 15f78e0bce6..00000000000
--- 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 5e94a8a5071..1f8b3c52481 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 пътя (Препоръчително: \"%s\")",
"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 a5f52992ebe..be622c75ac1 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 0b871af91ce..51f857492e2 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 souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")",
"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 72fe2f7b95b..64070e51089 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\" i din fil config.php til webrodens sti for din installation (foreslået værdi: \"%s\")",
"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 aa73c3981bc..b9064c589fd 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 die \"overwritewebroot\"-Option in Deiner config.php auf das Web-Wurzelverzeichnis Deiner Installation (Vorschlag: \"%s\").",
"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 2d1bb1b11d0..405ceb1f863 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 bitte die \"overwritewebroot\"-Option in Ihrer config.php auf das Web-Wurzelverzeichnis Ihrer Installation (Vorschlag: \"%s\").",
"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 39e87e89577..53ffaa83c1f 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. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwritewebroot\" στον config.php φάκελό σας στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")",
"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 2d53e2a811d..e0ade118454 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 your config.php file to the webroot path of your installation (Suggested: \"%s\")",
"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 39df2caf727..0bfe8902814 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 config.php para que use la ruta de la raíz del sitio web de su instalación (sugerencia: \"%s\")",
"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 a18e4523969..70d55a3981f 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 valikusse \"overwritewebroot\" oma veebiserveri juurkaust (Soovituslik: \"%s\")",
"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 c8a1d8fb47b..8b8e01db488 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.php fitxategian zure instalazioaren webroot bidera (Proposatua: \"%s\")",
"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 5dc9eb7c8b2..f40283453c9 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 60ed4da5067..4ae2c662c46 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 a4bc043ab64..8a8439cbaff 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.php ás ruta de webroot da súa instalación (suxírese: «%s»)",
"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 b472693a9be..3bc920a1cb6 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 f8fb8d7db94..8fabbecdc1a 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 \"overwritewebroot\" nel file config.php al percorso della radice del sito della tua installazione (Suggerito: \"%s\")",
"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 21097f5ef36..69723cb722a 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 91cc35f88e2..b1d2fdea2b2 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.php til webroot-stien for installasjonen din (Forslag: \"%s\")",
"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 7df05abd61e..905701f28a4 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 \"overwritewebroot\" optie in config.php moeten instellen op het webroot pad van uw ownCloud (aanbevolen: \"%s\") ",
"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 1bc693ff76f..01e6ef08de4 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ę \"overwritewebroot\" w pliku config.php na ścieżkę z adresu www Twojej instalacji (Sugerowane: \"%s\")",
"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 25762aacbd0..82322870c7d 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\" em seu arquivo config.php para o caminho webroot de sua instalação (Sugestão: \"%s\")",
"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 73ed2aede14..e3cf47e3f07 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 ficheiro config.php para o caminho webroot da sua instalação (sugestão: \"%s\")",
"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 360263a63fc..7130f75fedc 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 3061107cd2c..86262ceb0ba 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 config.php súbore pre hodnotu \"overwritewebroot\" (Doporučujeme: \"%s\")",
"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 7af3265a9e3..af77dddd81e 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 f8ca41eb882..b8bf2fd98c8 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 dosyasında \"overwritewebroot\" seçeneğini ayarlayın (Önerilen: \"%s\")",
"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 1a4d48feb7d..6cac5afecea 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 e3dfcfaf7fb..982f50164dc 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;";