diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/en_GB.php | 2 | ||||
-rw-r--r-- | settings/l10n/sl.php | 2 | ||||
-rw-r--r-- | settings/l10n/tr.php | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 398746ee3a7..eee15d7b602 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.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." => "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Your PHP version is outdated" => "Your PHP version is outdated", "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." => "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 charset is not set to UTF-8" => "PHP charset is not set to 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 charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.", "Locale not working" => "Locale not working", "System locale can not be set to a one which supports UTF-8." => "System locale can not be set to a one which supports UTF-8.", "This means that there might be problems with certain characters in file names." => "This means that there might be problems with certain characters in file names.", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 95c59e00232..1cc29fad30d 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -111,7 +111,9 @@ $TRANSLATIONS = array( "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Datoteka cron.php je vpisana v storitvi webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", "Sharing" => "Souporaba", "Allow apps to use the Share API" => "Dovoli programom uporabo vmesnika API souporabe", +"Enforce password protection" => "Vsili zaščito z geslom", "Allow public uploads" => "Dovoli javno pošiljanje datotek v oblak", +"Set default expiration date" => "Nastavitev privzetega datuma poteka", "Allow resharing" => "Dovoli nadaljnjo souporabo", "Allow users to send mail notification for shared files" => "Dovoli uporabnikom pošiljati obvestila o souporabi datotek po elektronski pošti.", "Security" => "Varnost", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 4e724e371f1..3ecc0a6f23e 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.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 modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.", "Your PHP version is outdated" => "PHP sürümünüz eski", "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 sürümünüz eski. Eski sürümlerde sorun olduğundan 5.3.8 veya daha yeni bir sürüme güncellemenizi şiddetle tavsiye ederiz. Bu kurulumun da doğru çalışmaması da olasıdır.", +"PHP charset is not set to UTF-8" => "PHP karakter kümesi UTF-8 olarak ayarlı değil", +"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 karakter kümesi UTF-8 olarak ayarlı değil. Bu, dosya isimlerindeki ASCII olmayan karakterler için büyük sorunlara yol açabilir. php.ini içerisindeki 'default_charset' ayarını 'UTF-8' olarak ayarlamanızı şiddetle tavsiye ediyoruz.", "Locale not working" => "Yerel çalışmıyor", "System locale can not be set to a one which supports UTF-8." => "Sistem yereli, UTF-8 destekleyenlerden biri olarak ayarlanamadı.", "This means that there might be problems with certain characters in file names." => "Bu, dosya adlarında belirli karakterlerde problem olabileceği anlamına gelir.", |