You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tr.php 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Local" => "Yerel",
  4. "Location" => "Konum",
  5. "Amazon S3" => "Amazon S3",
  6. "Key" => "Anahtar",
  7. "Secret" => "Parola",
  8. "Bucket" => "Bucket",
  9. "Amazon S3 and compliant" => "Amazon S3 ve uyumlu olanlar",
  10. "Access Key" => "Erişim Anahtarı",
  11. "Secret Key" => "Gizli Anahtar",
  12. "Hostname (optional)" => "Makine Adı (isteğe bağlı)",
  13. "Port (optional)" => "Bağl. Nok. (isteğe bağlı)",
  14. "Region (optional)" => "Bölge (isteğe bağlı)",
  15. "Enable SSL" => "SSL'yi Etkinleştir",
  16. "Enable Path Style" => "Yol Biçemini Etkinleştir",
  17. "App key" => "Uyg. anahtarı",
  18. "App secret" => "Uyg. parolası",
  19. "URL" => "URL",
  20. "Username" => "Kullanıcı Adı:",
  21. "Password" => "Parola:",
  22. "Root" => "Kök",
  23. "Secure ftps://" => "Güvenli ftps://",
  24. "Client ID" => "İstemci Kimliğ",
  25. "Client secret" => "İstemci parolası",
  26. "OpenStack Object Storage" => "OpenStack Nesne Depolama",
  27. "Username (required)" => "Kullanıcı adı (gerekli)",
  28. "Bucket (required)" => "Bucket (gerekli)",
  29. "Region (optional for OpenStack Object Storage)" => "Bölge (OpenStack Nesne Depolaması için isteğe bağlı)",
  30. "API Key (required for Rackspace Cloud Files)" => "API Anahtarı (Rackspace Bulut Dosyaları için gerekli)",
  31. "Tenantname (required for OpenStack Object Storage)" => "Kiracı Adı (OpenStack Nesne Depolaması için gerekli)",
  32. "Password (required for OpenStack Object Storage)" => "Parola (OpenStack Nesne Depolaması için gerekli)",
  33. "Service Name (required for OpenStack Object Storage)" => "Hizmet Adı (OpenStack Nesne Depolaması için gerekli)",
  34. "URL of identity endpoint (required for OpenStack Object Storage)" => "Kimlik uç nokta adresi (OpenStack Nesne Depolaması için gerekli)",
  35. "Timeout of HTTP requests in seconds (optional)" => "Saniye cinsinden HTTP istek zaman aşımı (isteğe bağlı)",
  36. "Share" => "Paylaş",
  37. "SMB / CIFS using OC login" => "OC oturumu kullanarak SMB / CIFS",
  38. "Username as share" => "Paylaşım olarak kullanıcı adı",
  39. "Secure https://" => "Güvenli https://",
  40. "Remote subfolder" => "Uzak alt klasör",
  41. "Access granted" => "Giriş kabul edildi",
  42. "Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası",
  43. "Grant access" => "Erişim sağlandı",
  44. "Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz",
  45. "Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası",
  46. "Saved" => "Kaydedildi",
  47. "<b>Note:</b> " => "<b>Not:</b> ",
  48. " and " => "ve",
  49. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  50. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  51. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Not:</b> \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  52. "External Storage" => "Harici Depolama",
  53. "Folder name" => "Klasör ismi",
  54. "External storage" => "Harici depolama",
  55. "Configuration" => "Yapılandırma",
  56. "Options" => "Seçenekler",
  57. "Available for" => "Kullanabilenler",
  58. "Add storage" => "Depo ekle",
  59. "No user or group" => "Kullanıcı veya grup yok",
  60. "All Users" => "Tüm Kullanıcılar",
  61. "Groups" => "Gruplar",
  62. "Users" => "Kullanıcılar",
  63. "Delete" => "Sil",
  64. "Enable User External Storage" => "Kullanıcılar için Harici Depolamayı Etkinleştir",
  65. "Allow users to mount the following external storage" => "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver",
  66. "SSL root certificates" => "SSL kök sertifikaları",
  67. "Import Root Certificate" => "Kök Sertifikalarını İçe Aktar"
  68. );
  69. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";