summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-08-13 01:54:44 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-08-13 01:54:44 -0400
commit609a52ebe2e249be88e11c55ba606dce7e6bf1da (patch)
tree92da77fd9f247502425f3528055e185a93ecaa74 /settings
parentb4fd5fb275f0946a1aa0a598ee74e54256cbaf6c (diff)
downloadnextcloud-server-609a52ebe2e249be88e11c55ba606dce7e6bf1da.tar.gz
nextcloud-server-609a52ebe2e249be88e11c55ba606dce7e6bf1da.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/bg_BG.php2
-rw-r--r--settings/l10n/cs_CZ.php2
-rw-r--r--settings/l10n/es.php2
-rw-r--r--settings/l10n/eu.php2
-rw-r--r--settings/l10n/fa.php5
-rw-r--r--settings/l10n/fi_FI.php2
-rw-r--r--settings/l10n/gl.php2
-rw-r--r--settings/l10n/ja.php2
-rw-r--r--settings/l10n/nl.php2
-rw-r--r--settings/l10n/pt_BR.php2
10 files changed, 23 insertions, 0 deletions
diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php
index e2f097bb5f0..c385606ebd1 100644
--- a/settings/l10n/bg_BG.php
+++ b/settings/l10n/bg_BG.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP модулът 'fileinfo' липсва. Силно препоръчваме този модъл да бъде добавен, за да бъдат постигнати най-добри резултати при mime-type откриването.",
"Your PHP version is outdated" => "PHP версията е остаряла.",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "PHP версията е остаряла. Силно препоръчваме да я обновиш на 5.3.8 или по-нова, защото по-старите версии създават проблеми. Възможно е тази инсталация да не работи правилно.",
+"PHP charset is not set to UTF-8" => "PHP таблицата от символи не е настроена за UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP таблицата от символи не е настроена за UTF-8. Това може да доведе до големи проблеми при употребата на не ascii символи в имената на файлове. Силно препоръчваме да промените стойността на default_charset' в php.ini на 'UTF-8'.",
"Locale not working" => "Местоположението не работи",
"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." => "Това означва, че може да има проблеми с определини символи в имената на файловете.",
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index 425210103c1..a75ea63aa42 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.",
"Your PHP version is outdated" => "Vaše verze PHP je zastaralá",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Vámi používaná verze PHP je zastaralá. Důrazně doporučujeme aktualizovat na verzi 5.3.8 nebo novější, protože starší verze obsahují chyby. Je možné, že tato instalace nebude fungovat správně.",
+"PHP charset is not set to UTF-8" => "Znaková sada PHP není nastavena na UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "Znaková sada PHP není nastavena na UTF-8. Toto může způsobit závažné problémy ve jménech souborů se znaky neobsaženými v ascii. Doporučujeme změnit hodnotu 'default_charset' v php.ini na 'UTF-8'.",
"Locale not working" => "Lokalizace nefunguje",
"System locale can not be set to a one which supports UTF-8." => "Není možné nastavit znakovou sadu, která podporuje UTF-8.",
"This means that there might be problems with certain characters in file names." => "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.",
diff --git a/settings/l10n/es.php b/settings/l10n/es.php
index 85f4902b2c3..80036a1de0e 100644
--- a/settings/l10n/es.php
+++ b/settings/l10n/es.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.",
"Your PHP version is outdated" => "Su versión de PHP no está actualizada",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Su versión de PHP ha caducado. Le sugerimos encarecidamente que la actualize a 5.3.8 o a una más nueva porque normalmente las versiones antiguas no funcionan bien. Puede ser que esta instalación no esté funcionando bien por ello.",
+"PHP charset is not set to UTF-8" => "El conjunto de caracteres de PHP no está establecido en UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "El conjunto de caracteres de PHP no está establecido en UTF-8. Esto puede causar errores con caracteres no ASCII en nombres de archivos. Recomendamos altamente cambiar el valor de 'default_charset' en php.ini a 'UTF-8'.",
"Locale not working" => "La configuración regional no está funcionando",
"System locale can not be set to a one which supports UTF-8." => "No se puede escoger una configuración regional que soporte UTF-8.",
"This means that there might be problems with certain characters in file names." => "Esto significa que puede haber problemas con ciertos caracteres en los nombres de los archivos.",
diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php
index b67f83ea156..0f78f0a738f 100644
--- a/settings/l10n/eu.php
+++ b/settings/l10n/eu.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.",
"Your PHP version is outdated" => "Zure PHP bertsioa zaharkituta dago",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Zure PHP bertsioa zaharkituta dago. Gure aholkua 5.3.8 edo bertsio berriago batera eguneratzea da, bertsio zaharragoak arazoak ematen baitituzte. Posible da instalazio honek ez funtzionatzea ongi.",
+"PHP charset is not set to UTF-8" => "PHP charset ez da UTF-8 gisa ezartzen",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP charset ez da UTF-8 gisa ezartzen. Honek arazo larriak sor ditzake fitxategien izenetan ascii ez diren karaktereekin. Gomendatzen dizugu php.ini-ko 'default_charset'-en ordez 'UTF-8' ezartzea.",
"Locale not working" => "Lokala ez dabil",
"System locale can not be set to a one which supports UTF-8." => "Eskualdeko ezarpena ezin da UTF-8 onartzen duen batera ezarri.",
"This means that there might be problems with certain characters in file names." => "Honek esan nahi du fitxategien izenetako karaktere batzuekin arazoak egon daitezkeela.",
diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php
index c9790db43c2..c63c1946b3e 100644
--- a/settings/l10n/fa.php
+++ b/settings/l10n/fa.php
@@ -100,16 +100,21 @@ $TRANSLATIONS = array(
"Internet connection not working" => "اتصال اینترنت کار نمی کند",
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "این سرور ارتباط اینترنتی ندارد. این بدین معناست که بعضی از امکانات نظیر مرتبط سازی یک منبع ذخیره‌ی خارجی، اطلاعات رسانی در مورد بروزرسانی‌ها یا نصب برنامه های جانبی کار نمی‌کنند. دسترسی به فایل ها از راه دور و ارسال اطلاع رسانی توسط ایمیل ممکن است همچنان کار نکند. ما پیشنهاد می‌کنیم که ارتباط اینترنتی مربوط به این سرور را فعال کنید تا تمامی امکانات را در اختیار داشته باشید.",
"Cron" => "زمانبند",
+"Last cron was executed at %s." => "کران قبلی در %s اجرا شد.",
+"Cron was not executed yet!" => "کران هنوز اجرا نشده است!",
"Execute one task with each page loaded" => "اجرای یک وظیفه با هر بار بارگذاری صفحه",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.",
"Sharing" => "اشتراک گذاری",
"Allow apps to use the Share API" => "اجازه ی برنامه ها برای استفاده از API اشتراک گذاری",
+"Allow users to share via link" => "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند",
+"Enforce password protection" => "اجبار برای محافظت توسط رمز عبور",
"Allow public uploads" => "اجازه بارگذاری عمومی",
"Set default expiration date" => "اعمال تاریخ اتمام پیش فرض",
"Expire after " => "اتمام اعتبار بعد از",
"days" => "روز",
"Enforce expiration date" => "اعمال تاریخ اتمام اشتراک گذاری",
"Allow resharing" => "مجوز اشتراک گذاری مجدد",
+"Exclude groups from sharing" => "مستثنی شدن گروه ها از اشتراک گذاری",
"Security" => "امنیت",
"Enforce HTTPS" => "وادار کردن HTTPS",
"Forces the clients to connect to %s via an encrypted connection." => "کلاینت‌ها را مجبور کن که از یک ارتباط رمزنگاری شده برای اتصال به %s استفاده کنند.",
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php
index c6fb3bee723..c87c25227bc 100644
--- a/settings/l10n/fi_FI.php
+++ b/settings/l10n/fi_FI.php
@@ -104,6 +104,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.",
"Your PHP version is outdated" => "Käytössä oleva PHP-versio on vanhentunut",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Käytössä oleva PHP on vanhentunut. Päivitä versioon 5.3.8 tai uudempaan, koska aiemmat versiot eivät ole toimivia. On mahdollista, että tämä ownCloud-asennus ei toimi kunnolla.",
+"PHP charset is not set to UTF-8" => "PHP:n merkistöä ei ole asetettu UTF-8:ksi",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP:n merkistö ei ole asetettu UTF-8:ksi. Tämä saattaa aiheuttaa suuria ongelmia sellaisten tiedostojen kanssa, jotka on nimetty ei-ascii-merkein. Suosittelemme vaihtamaan php.ini-tiedoston asetuksen 'default_charset' arvoksi 'UTF-8'.",
"Locale not working" => "Maa-asetus ei toimi",
"System locale can not be set to a one which supports UTF-8." => "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"This means that there might be problems with certain characters in file names." => "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.",
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php
index 76613687bd5..733a938e344 100644
--- a/settings/l10n/gl.php
+++ b/settings/l10n/gl.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.",
"Your PHP version is outdated" => "A versión de PHP está desactualizada",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "A versión de PHP está desactualizada. Recomendámoslle que a actualice á versión 5.3.8 ou posterior xa que as versións anteriores son coñecidas por estragarse. É probábel que esta instalación no estea a funcionar correctamente.",
+"PHP charset is not set to UTF-8" => "O xogo de caracteres de PHP non está estabelecido a UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "O xogo de caracteres de PHP non está estabelecido a UTF-8. Isto pode causar problemas importantes con caracteres non-ASCII nos nomes de ficheiro. Recomendámoslle que cambie o valor de php.ini «default_charset» a «UTF-8».",
"Locale not working" => "A configuración rexional non funciona",
"System locale can not be set to a one which supports UTF-8." => "Non é posíbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.",
"This means that there might be problems with certain characters in file names." => "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.",
diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php
index 2d941e8a483..5d04cfd2226 100644
--- a/settings/l10n/ja.php
+++ b/settings/l10n/ja.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
"Your PHP version is outdated" => "PHPバーションが古くなっています。",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "PHPバーションが古くなっています。古いバージョンには既知の問題があるため、5.3.8以降のバージョンにアップデートすることを強く推奨します。このインストール状態では正常に動作しない可能性があります。",
+"PHP charset is not set to UTF-8" => "PHP の文字コードは UTF-8 に設定されていません",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP の文字コードは UTF-8 に設定されていません。ファイル名に非アスキー文字が含まれる場合は、大きな問題となる可能性があります。php.ini の 'default_charset' の値を 'UTF-8' に変更することを強くお勧めします。",
"Locale not working" => "ロケールが動作していません",
"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." => "これは、ファイル名の特定の文字に問題があることを意味しています。",
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php
index 40f2e4c5410..da9a25e4a16 100644
--- a/settings/l10n/nl.php
+++ b/settings/l10n/nl.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.",
"Your PHP version is outdated" => "Uw PHP versie is verouderd",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Uw PHP versie is verouderd. We adviseren met klem om bij te werken naar versie 5.3.8 of later, omdat oudere versies corrupt kunnen zijn. Het is mogelijk dat deze installatie niet goed werkt.",
+"PHP charset is not set to UTF-8" => "PHP characterset is niet ingesteld op UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP characterset is niet ingesteld op UTF-8. Dit kan flinke problemen opleveren met niet-ascii tekens in bestandsnamen. We adviseren om de waarde van 'default_charset' in php.ini te wijzigen in 'UTF-8'.",
"Locale not working" => "Taalbestand werkt niet",
"System locale can not be set to a one which supports UTF-8." => "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.",
"This means that there might be problems with certain characters in file names." => "Dat betekent dat er problemen kunnen optreden met bepaalde tekens in bestandsnamen.",
diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php
index 62b5116a4c2..666d32d1827 100644
--- a/settings/l10n/pt_BR.php
+++ b/settings/l10n/pt_BR.php
@@ -108,6 +108,8 @@ $TRANSLATIONS = array(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mídia (mime-type).",
"Your PHP version is outdated" => "Sua versão de PHP está desatualizada",
"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "A sua versão do PHP está desatualizada. Recomendamos a atualização para 5.3.8 ou mais recente, pois as versões mais antigas são conhecidas por serem quebradas. É possível que esta instalação não esteja funcionando corretamente.",
+"PHP charset is not set to UTF-8" => "A configuração de caracteres no PHP não está definida para UTF-8",
+"PHP charset is not set to UTF-8. This can cause major issues with non-acsii characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "A configuração de caracteres no PHP não está definida como UTF-8. Isso pode causar grandes problemas com caracteres não-ACSII em nomes de arquivos. Recomendamos alterar o valor no php.ini 'default_charset' para 'UTF-8'.",
"Locale not working" => "Localização não funcionando",
"System locale can not be set to a one which supports UTF-8." => "Localidade do sistema não pode ser definido como um que suporta UTF-8.",
"This means that there might be problems with certain characters in file names." => "Isso significa que pode haver problemas com certos caracteres nos nomes de arquivo.",