Blame view

sources/apps/files_external/l10n/tr.php 4.86 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "İstek belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.",
  "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Erişim belirteçleri alınma işlemi başarısız. Dropbox app anahtarı ve parolasının doğru olduğundan emin olun.",
  "Please provide a valid Dropbox app key and secret." => "Lütfen Dropbox app key ve secret temin ediniz",
  "Step 1 failed. Exception: %s" => "Adım 1 başarısız. Özel durum: %s",
  "Step 2 failed. Exception: %s" => "Adım 2 başarısız. Özel durum: %s",
  "External storage" => "Harici depolama",
  "Local" => "Yerel",
  "Location" => "Konum",
  "Amazon S3" => "Amazon S3",
  "Key" => "Anahtar",
  "Secret" => "Parola",
  "Bucket" => "Bucket",
  "Amazon S3 and compliant" => "Amazon S3 ve uyumlu olanlar",
  "Access Key" => "Erişim Anahtarı",
  "Secret Key" => "Gizli Anahtar",
  "Hostname (optional)" => "Makine Adı (isteğe bağlı)",
  "Port (optional)" => "Bağl. Nok. (isteğe bağlı)",
  "Region (optional)" => "Bölge (isteğe bağlı)",
  "Enable SSL" => "SSL'yi Etkinleştir",
  "Enable Path Style" => "Yol Biçemini Etkinleştir",
  "App key" => "Uyg. anahtarı",
  "App secret" => "Uyg. parolası",
  "Host" => "Sunucu",
  "Username" => "Kullanıcı Adı",
  "Password" => "Parola",
  "Root" => "Kök",
  "Secure ftps://" => "Güvenli ftps://",
  "Client ID" => "İstemci kimliği",
  "Client secret" => "İstemci parolası",
  "OpenStack Object Storage" => "OpenStack Nesne Depolama",
  "Username (required)" => "Kullanıcı adı (gerekli)",
  "Bucket (required)" => "Bucket (gerekli)",
  "Region (optional for OpenStack Object Storage)" => "Bölge (OpenStack Nesne Depolaması için isteğe bağlı)",
  "API Key (required for Rackspace Cloud Files)" => "API Anahtarı (Rackspace Bulut Dosyaları için gerekli)",
  "Tenantname (required for OpenStack Object Storage)" => "Kiracı Adı (OpenStack Nesne Depolaması için gerekli)",
  "Password (required for OpenStack Object Storage)" => "Parola (OpenStack Nesne Depolaması için gerekli)",
  "Service Name (required for OpenStack Object Storage)" => "Hizmet Adı (OpenStack Nesne Depolaması için gerekli)",
  "URL of identity endpoint (required for OpenStack Object Storage)" => "Kimlik uç nokta adresi (OpenStack Nesne Depolaması için gerekli)",
  "Timeout of HTTP requests in seconds (optional)" => "Saniye cinsinden HTTP istek zaman aşımı (isteğe bağlı)",
  "Share" => "Paylaş",
  "SMB / CIFS using OC login" => "OC oturumu kullanarak SMB / CIFS",
  "Username as share" => "Paylaşım olarak kullanıcı adı",
  "URL" => "URL",
  "Secure https://" => "Güvenli https://",
  "Remote subfolder" => "Uzak alt klasör",
03e52840d   Kload   Init
48
  "Access granted" => "Giriş kabul edildi",
31b7f2792   Kload   Upgrade to ownclo...
49
  "Error configuring Dropbox storage" => "Dropbox depo yapılandırma hatası",
6d9380f96   Cédric Dupont   Update sources OC...
50
  "Grant access" => "Erişimi sağla",
31b7f2792   Kload   Upgrade to ownclo...
51
  "Error configuring Google Drive storage" => "Google Drive depo yapılandırma hatası",
6d9380f96   Cédric Dupont   Update sources OC...
52
53
54
55
56
57
58
59
60
61
62
63
  "Personal" => "Kişisel",
  "System" => "Sistem",
  "Saved" => "Kaydedildi",
  "<b>Note:</b> " => "<b>Not:</b> ",
  " and " => "ve",
  "<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.",
  "<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.",
  "<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.",
  "You don't have any external storages" => "Hiç harici depolamanız yok",
  "Name" => "Ad",
  "Storage type" => "Depolama türü",
  "Scope" => "Kapsam",
03e52840d   Kload   Init
64
  "External Storage" => "Harici Depolama",
6d9380f96   Cédric Dupont   Update sources OC...
65
  "Folder name" => "Klasör ismi",
03e52840d   Kload   Init
66
67
  "Configuration" => "Yapılandırma",
  "Options" => "Seçenekler",
6d9380f96   Cédric Dupont   Update sources OC...
68
  "Available for" => "Kullanabilenler",
31b7f2792   Kload   Upgrade to ownclo...
69
  "Add storage" => "Depo ekle",
6d9380f96   Cédric Dupont   Update sources OC...
70
  "No user or group" => "Kullanıcı veya grup yok",
03e52840d   Kload   Init
71
72
73
74
75
  "All Users" => "Tüm Kullanıcılar",
  "Groups" => "Gruplar",
  "Users" => "Kullanıcılar",
  "Delete" => "Sil",
  "Enable User External Storage" => "Kullanıcılar için Harici Depolamayı Etkinleştir",
6d9380f96   Cédric Dupont   Update sources OC...
76
  "Allow users to mount the following external storage" => "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver",
03e52840d   Kload   Init
77
78
79
  "SSL root certificates" => "SSL kök sertifikaları",
  "Import Root Certificate" => "Kök Sertifikalarını İçe Aktar"
  );
31b7f2792   Kload   Upgrade to ownclo...
80
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";