diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-28 01:55:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-28 01:55:09 -0400 |
commit | 84923475c076d8b30d271d2a14862a42d279af27 (patch) | |
tree | 3dfba0defedd2252156927a18b578c762a56bf8d /settings | |
parent | cea70298f276f25c7f3561c9c7622960f4b610b2 (diff) | |
download | nextcloud-server-84923475c076d8b30d271d2a14862a42d279af27.tar.gz nextcloud-server-84923475c076d8b30d271d2a14862a42d279af27.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/bg_BG.php | 2 | ||||
-rw-r--r-- | settings/l10n/fr.php | 2 | ||||
-rw-r--r-- | settings/l10n/ru.php | 1 | ||||
-rw-r--r-- | settings/l10n/tr.php | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php index de33c91ba46..335c81f81f0 100644 --- a/settings/l10n/bg_BG.php +++ b/settings/l10n/bg_BG.php @@ -118,6 +118,8 @@ $TRANSLATIONS = array( "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Силно препоръчваме да инсталираш на сървъра пакетите, които подържат следните местоположения: %s.", "URL generation in notification emails" => "Генериране на URL в имейлите за известяване", "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\")", +"Connectivity checks" => "Проверка за свързаност", +"No problems found" => "Не са открити проблеми", "Please double check the <a href='%s'>installation guides</a>." => "Моля, провери <a href='%s'>ръководството за инсталиране</a> отново.", "Cron" => "Крон", "Last cron was executed at %s." => "Последният cron се изпълни в %s.", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index fecd00e729a..8df2eb3732a 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Invalid value supplied for %s" => "Type de valeur METADATA invalide : \"%s\".", +"Invalid value supplied for %s" => "Valeur fournie pour %s non valable", "Saved" => "Sauvegarder", "test email settings" => "tester les paramètres d'e-mail", "If you received this email, the settings seem to be correct." => "Si vous recevez cet email, c'est que les paramètres sont corrects", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index b7ab48feb83..2e6273e806c 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -115,6 +115,7 @@ $TRANSLATIONS = array( "System locale can not be set to a one which supports UTF-8." => "Невозможно установить системную локаль, поддерживающую UTF-8", "This means that there might be problems with certain characters in file names." => "Это значит, что могут быть проблемы с некоторыми символами в именах файлов.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Мы настоятельно рекомендуем установить требуемые пакеты в систему, для поддержки одной из следующих локалей: %s.", +"URL generation in notification emails" => "Генерирование URL в уведомляющих электронных письмах", "Connectivity checks" => "Проверка соединения", "No problems found" => "Проблемы не найдены", "Please double check the <a href='%s'>installation guides</a>." => "Пожалуйста, дважды просмотрите <a href='%s'>инструкции по установке</a>.", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 2f46f50762c..654a34dad6b 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -118,6 +118,8 @@ $TRANSLATIONS = array( "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.", "URL generation in notification emails" => "Bildirim e-postalarında URL oluşturulması", "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\")", +"Connectivity checks" => "Bağlanabilirlik kontrolleri", +"No problems found" => "Sorun yok", "Please double check the <a href='%s'>installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> iki kez kontrol edin.", "Cron" => "Cron", "Last cron was executed at %s." => "Son cron %s zamanında çalıştırıldı.", |