Blame view

sources/apps/admin_dependencies_chk/l10n/tr.php 1.82 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
  "The php-json module is needed by the many applications for inter communications" => "php-json modülü bir çok uygulamanın birlikte çalışması için gereklidir",
6d9380f96   Cédric Dupont   Update sources OC...
4
  "The php-curl module is needed to fetch the page title when adding a bookmark" => "php-curl modülü yer imi eklerken sayfa başlığının getirilmesi için gereklidir",
d1bafeea1   Kload   [fix] Upgrade to ...
5
6
7
8
9
10
  "The php-gd module is needed to create thumbnails of your images" => "php-gd modülü resimlerinize önizlemeler hazırlamak için gereklidir",
  "The php-ldap module is needed connect to your ldap server" => "php-ldap modülü ldap sunucunuza bağlanmak için gereklidir",
  "The php-zip module is needed download multiple files at once" => "php-zip modülü bir seferde çoklu dosya indirmek için gereklidir",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "Php-mb_multibyte modülü karakter kodlamasını yönetebilmek için gereklidir.",
  "The php-ctype module is needed validate data." => "php-ctype modülü veri doğrulamak için gereklidir.",
  "The php-xml module is needed to share files with webdav." => "php-xml modülü dosyaları webdav ile paylaşmak için gereklidir.",
6d9380f96   Cédric Dupont   Update sources OC...
11
  "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "OCS sunucularından bilgi bankasını getirebilmek için allow_url_fopen ayarı php.ini dosyanızda 1 olarak ayarlanmalıdır",
d1bafeea1   Kload   [fix] Upgrade to ...
12
13
14
  "The php-pdo module is needed to store owncloud data into a database." => "php-pdo modülü owncloud verisini bir veritabanında tutmak için gereklidir.",
  "The iconv module is needed to convert data into the correct charset." => "Iconv modülü veriyi doğru karakter kümesine dönüştürmek için gereklidir.",
  "Dependencies status" => "Bağımlılık durumu",
6d9380f96   Cédric Dupont   Update sources OC...
15
  "Used by :" => "Kullanan:"
d1bafeea1   Kload   [fix] Upgrade to ...
16
  );
6d9380f96   Cédric Dupont   Update sources OC...
17
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";