Blame view

sources/settings/l10n/tr.php 18.3 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
  "Invalid value supplied for %s" => "%s için geçersiz değer sağlandı",
  "Saved" => "Kaydedildi",
  "test email settings" => "e-posta ayarlarını sına",
  "If you received this email, the settings seem to be correct." => "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.",
  "A problem occurred while sending the e-mail. Please revisit your settings." => "E-posta gönderilirken bir hata oluştu. Lütfen ayarlarınıza tekrar bakın.",
  "Email sent" => "E-posta gönderildi",
  "You need to set your user email before being able to send test emails." => "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.",
  "Send mode" => "Gönderme kipi",
  "Encryption" => "Şifreleme",
  "Authentication method" => "Kimlik doğrulama yöntemi",
  "Unable to load list from App Store" => "Uygulama Mağazası'ndan liste yüklenemiyor",
31b7f2792   Kload   Upgrade to ownclo...
14
15
16
  "Authentication error" => "Kimlik doğrulama hatası",
  "Your full name has been changed." => "Tam adınız değiştirildi.",
  "Unable to change full name" => "Tam adınız değiştirilirken hata",
03e52840d   Kload   Init
17
  "Group already exists" => "Grup zaten mevcut",
6d9380f96   Cédric Dupont   Update sources OC...
18
19
20
21
22
23
24
  "Unable to add group" => "Grup eklenemiyor",
  "Files decrypted successfully" => "Dosyaların şifrelemesi başarıyla kaldırıldı",
  "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "Dosyalarınızın şifrelemesi kaldırılamadı, lütfen owncloud.log dosyasına bakın veya yöneticinizle iletişime geçin",
  "Couldn't decrypt your files, check your password and try again" => "Dosyalarınızın şifrelemesi kaldırılamadı, parolanızı denetleyip yeniden deneyin",
  "Encryption keys deleted permanently" => "Şifreleme anahtarları kalıcı olarak silindi",
  "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Şifreleme anahtarlarınız kalıcı olarak silinemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın",
  "Couldn't remove app." => "Uygulama kaldırılamadı.",
31b7f2792   Kload   Upgrade to ownclo...
25
26
  "Email saved" => "E-posta kaydedildi",
  "Invalid email" => "Geçersiz e-posta",
03e52840d   Kload   Init
27
28
  "Unable to delete group" => "Grup silinemiyor",
  "Unable to delete user" => "Kullanıcı silinemiyor",
6d9380f96   Cédric Dupont   Update sources OC...
29
30
  "Backups restored successfully" => "Yedekler başarıyla geri yüklendi",
  "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "Şifreleme anahtarlarınız geri yüklenemedi, lütfen owncloud.log dosyasını denetleyin veya yöneticinize danışın",
03e52840d   Kload   Init
31
32
  "Language changed" => "Dil değiştirildi",
  "Invalid request" => "Geçersiz istek",
6d9380f96   Cédric Dupont   Update sources OC...
33
  "Admins can't remove themself from the admin group" => "Yöneticiler kendilerini admin grubundan kaldıramaz",
03e52840d   Kload   Init
34
35
36
  "Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor",
  "Unable to remove user from group %s" => "%s grubundan kullanıcı kaldırılamıyor",
  "Couldn't update app." => "Uygulama güncellenemedi.",
31b7f2792   Kload   Upgrade to ownclo...
37
38
  "Wrong password" => "Hatalı parola",
  "No user supplied" => "Kullanıcı girilmedi",
6d9380f96   Cédric Dupont   Update sources OC...
39
  "Please provide an admin recovery password, otherwise all user data will be lost" => "Lütfen yönetici kurtarma parolasını girin, aksi takdirde tüm kullanıcı verisi kaybedilecek",
31b7f2792   Kload   Upgrade to ownclo...
40
41
42
  "Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.",
  "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.",
  "Unable to change password" => "Parola değiştirilemiyor",
6d9380f96   Cédric Dupont   Update sources OC...
43
44
45
46
47
48
  "Sending..." => "Gönderiliyor...",
  "User Documentation" => "Kullanıcı Belgelendirmesi",
  "Admin Documentation" => "Yönetici Belgelendirmesi",
  "Update to {appversion}" => "{appversion} sürümüne güncelle",
  "Uninstall App" => "Uygulamayı Kaldır",
  "Disable" => "Devre Dışı Bırak",
31b7f2792   Kload   Upgrade to ownclo...
49
  "Enable" => "Etkinleştir",
03e52840d   Kload   Init
50
  "Please wait...." => "Lütfen bekleyin....",
31b7f2792   Kload   Upgrade to ownclo...
51
52
  "Error while disabling app" => "Uygulama devre dışı bırakılırken hata",
  "Error while enabling app" => "Uygulama etkinleştirilirken hata",
03e52840d   Kload   Init
53
54
55
  "Updating...." => "Güncelleniyor....",
  "Error while updating app" => "Uygulama güncellenirken hata",
  "Error" => "Hata",
6d9380f96   Cédric Dupont   Update sources OC...
56
  "Update" => "Güncelle",
03e52840d   Kload   Init
57
  "Updated" => "Güncellendi",
6d9380f96   Cédric Dupont   Update sources OC...
58
59
60
  "Uninstalling ...." => "Kaldırılıyor ....",
  "Error while uninstalling app" => "Uygulama kaldırılırken hata",
  "Uninstall" => "Kaldır",
31b7f2792   Kload   Upgrade to ownclo...
61
  "Select a profile picture" => "Bir profil fotoğrafı seçin",
6d9380f96   Cédric Dupont   Update sources OC...
62
63
64
65
66
67
68
69
70
71
72
73
  "Very weak password" => "Çok güçsüz parola",
  "Weak password" => "Güçsüz parola",
  "So-so password" => "Normal parola",
  "Good password" => "İyi parola",
  "Strong password" => "Güçlü parola",
  "Decrypting files... Please wait, this can take some time." => "Dosyaların şifrelemesi kaldırılıyor... Lütfen bekleyin, bu biraz zaman alabilir.",
  "Delete encryption keys permanently." => "Şifreleme anahtarlarını kalıcı olarak sil.",
  "Restore encryption keys." => "Şifreleme anahtarlarını geri yükle.",
  "Unable to delete {objName}" => "{objName} silinemiyor",
  "Error creating group" => "Grup oluşturulurken hata",
  "A valid group name must be provided" => "Geçerli bir grup adı mutlaka sağlanmalı",
  "deleted {groupName}" => "{groupName} silindi",
03e52840d   Kload   Init
74
  "undo" => "geri al",
03e52840d   Kload   Init
75
  "Groups" => "Gruplar",
6d9380f96   Cédric Dupont   Update sources OC...
76
  "Group Admin" => "Grup Yöneticisi",
03e52840d   Kload   Init
77
  "Delete" => "Sil",
6d9380f96   Cédric Dupont   Update sources OC...
78
79
  "never" => "hiçbir zaman",
  "deleted {userName}" => "{userName} silindi",
03e52840d   Kload   Init
80
81
82
83
  "add group" => "grup ekle",
  "A valid username must be provided" => "Geçerli bir kullanıcı adı mutlaka sağlanmalı",
  "Error creating user" => "Kullanıcı oluşturulurken hata",
  "A valid password must be provided" => "Geçerli bir parola mutlaka sağlanmalı",
31b7f2792   Kload   Upgrade to ownclo...
84
85
  "Warning: Home directory for user \"{user}\" already exists" => "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut",
  "__language_name__" => "Türkçe",
6d9380f96   Cédric Dupont   Update sources OC...
86
87
88
89
90
91
92
93
94
95
96
97
98
99
  "Everything (fatal issues, errors, warnings, info, debug)" => "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)",
  "Info, warnings, errors and fatal issues" => "Bilgi, uyarılar, hatalar ve ciddi sorunlar",
  "Warnings, errors and fatal issues" => "Uyarılar, hatalar ve ciddi sorunlar",
  "Errors and fatal issues" => "Hatalar ve ciddi sorunlar",
  "Fatal issues only" => "Sadece ciddi sorunlar",
  "None" => "Hiçbiri",
  "Login" => "Oturum Aç",
  "Plain" => "Düz",
  "NT LAN Manager" => "NT Ağ Yöneticisi",
  "SSL" => "SSL",
  "TLS" => "TLS",
  "Security Warning" => "Güvenlik Uyarısı",
  "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s erişiminiz HTTP aracılığıyla yapılıyor. Sunucunuzu, HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
  "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "data dizininiz ve dosyalarınız büyük ihtimalle internet üzerinden erişilebilir. .htaccess  dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge kök dizini dışına almanızı şiddetle tavsiye ederiz.",
03e52840d   Kload   Init
100
  "Setup Warning" => "Kurulum Uyarısı",
6d9380f96   Cédric Dupont   Update sources OC...
101
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya eşitlemesine izin vermek üzere düzgün bir şekilde yapılandırılmamış. WebDAV arayüzü sorunlu görünüyor.",
31b7f2792   Kload   Upgrade to ownclo...
102
  "Please double check the <a href=\"%s\">installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> tekrar kontrol edin.",
6d9380f96   Cédric Dupont   Update sources OC...
103
104
105
106
  "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını erişilemez yapacak.",
  "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleşir.",
  "Database Performance Info" => "Veritabanı Başarım Bilgisi",
  "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için bunu değiştirmenizi öneririz. Farklı bir veritabanına geçiş yapmak için komut satırı aracını kullanın: 'occ db:convert-type'",
03e52840d   Kload   Init
107
  "Module 'fileinfo' missing" => "Modül 'fileinfo' kayıp",
6d9380f96   Cédric Dupont   Update sources OC...
108
109
110
111
112
  "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.",
  "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ı.",
31b7f2792   Kload   Upgrade to ownclo...
113
114
115
116
117
  "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.",
  "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.",
  "Internet connection not working" => "İnternet bağlantısı çalışmıyor",
  "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." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.",
  "Cron" => "Cron",
6d9380f96   Cédric Dupont   Update sources OC...
118
119
120
  "Last cron was executed at %s." => "Son cron %s zamanında çalıştırıldı.",
  "Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Son cron %s zamanında çalıştırıldı. Bu bir saatten daha uzun bir süre, bir şeyler yanlış gibi görünüyor.",
  "Cron was not executed yet!" => "Cron henüz çalıştırılmadı!",
31b7f2792   Kload   Upgrade to ownclo...
121
  "Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır",
6d9380f96   Cédric Dupont   Update sources OC...
122
123
  "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedilir.",
  "Use system's cron service to call the cron.php file every 15 minutes." => "cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.",
31b7f2792   Kload   Upgrade to ownclo...
124
  "Sharing" => "Paylaşım",
31b7f2792   Kload   Upgrade to ownclo...
125
  "Allow apps to use the Share API" => "Uygulamaların paylaşım API'sini kullanmasına izin ver",
6d9380f96   Cédric Dupont   Update sources OC...
126
127
  "Allow users to share via link" => "Kullanıcıların bağlantı ile paylaşmasına izin ver",
  "Enforce password protection" => "Parola korumasını zorla",
31b7f2792   Kload   Upgrade to ownclo...
128
  "Allow public uploads" => "Herkes tarafından yüklemeye izin ver",
6d9380f96   Cédric Dupont   Update sources OC...
129
130
131
132
133
134
135
136
137
  "Set default expiration date" => "Öntanımlı son kullanma tarihini ayarla",
  "Expire after " => "Süre",
  "days" => "gün sonra dolsun",
  "Enforce expiration date" => "Son kullanma tarihini zorla",
  "Allow resharing" => "Yeniden paylaşıma izin ver",
  "Restrict users to only share with users in their groups" => "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına sınırla",
  "Allow users to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcıların posta bildirimi göndermesine izin ver",
  "Exclude groups from sharing" => "Grupları paylaşma eyleminden hariç tut",
  "These groups will still be able to receive shares, but not to initiate them." => "Bu gruplar hala paylaşımları alabilecek, ancak başlatamayacaktır.",
03e52840d   Kload   Init
138
  "Security" => "Güvenlik",
31b7f2792   Kload   Upgrade to ownclo...
139
  "Enforce HTTPS" => "HTTPS bağlantısına zorla",
6d9380f96   Cédric Dupont   Update sources OC...
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
  "Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.",
  "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen %s'a HTTPS ile bağlanın.",
  "Email Server" => "E-Posta Sunucusu",
  "This is used for sending out notifications." => "Bu, bildirimler gönderilirken kullanılır.",
  "From address" => "Kimden adresi",
  "mail" => "posta",
  "Authentication required" => "Kimlik doğrulama gerekli",
  "Server address" => "Sunucu adresi",
  "Port" => "Port",
  "Credentials" => "Kimlik Bilgileri",
  "SMTP Username" => "SMTP Kullanıcı Adı",
  "SMTP Password" => "SMTP Parolası",
  "Test email settings" => "E-posta ayarlarını sına",
  "Send email" => "E-posta gönder",
  "Log" => "Günlük",
31b7f2792   Kload   Upgrade to ownclo...
155
  "Log level" => "Günlük seviyesi",
03e52840d   Kload   Init
156
  "More" => "Daha fazla",
6d9380f96   Cédric Dupont   Update sources OC...
157
  "Less" => "Daha az",
03e52840d   Kload   Init
158
  "Version" => "Sürüm",
31b7f2792   Kload   Upgrade to ownclo...
159
160
161
162
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud topluluğu</a> tarafından geliştirilmiş olup, <a href=\"https://github.com/owncloud\" target=\"_blank\">kaynak kodu</a>, <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> altında lisanslanmıştır.",
  "Add your App" => "Uygulamanızı Ekleyin",
  "More Apps" => "Daha Fazla Uygulama",
  "Select an App" => "Bir Uygulama Seçin",
6d9380f96   Cédric Dupont   Update sources OC...
163
  "Documentation:" => "Belgelendirme:",
03e52840d   Kload   Init
164
  "See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ",
6d9380f96   Cédric Dupont   Update sources OC...
165
166
167
168
  "See application website" => "Uygulama web sitesine bakın",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span> ile lisanslayan: <span class=\"author\"></span>",
  "Enable only for specific groups" => "Sadece belirli gruplar için etkinleştir",
  "All" => "Tümü",
03e52840d   Kload   Init
169
170
171
172
173
  "Administrator Documentation" => "Yönetici Belgelendirmesi",
  "Online Documentation" => "Çevrimiçi Belgelendirme",
  "Forum" => "Forum",
  "Bugtracker" => "Hata Takip Sistemi",
  "Commercial Support" => "Ticari Destek",
6d9380f96   Cédric Dupont   Update sources OC...
174
175
176
  "Get the apps to sync your files" => "Dosyalarınızı eşitlemek için uygulamaları indirin",
  "Show First Run Wizard again" => "İlk Çalıştırma Sihirbazı'nı yeniden göster",
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Kullandığınız: <strong>%s</strong>. Kullanılabilir alan: <strong>%s</strong>",
03e52840d   Kload   Init
177
  "Password" => "Parola",
6d9380f96   Cédric Dupont   Update sources OC...
178
  "Your password was changed" => "Parolanız değiştirildi",
03e52840d   Kload   Init
179
180
181
182
  "Unable to change your password" => "Parolanız değiştirilemiyor",
  "Current password" => "Mevcut parola",
  "New password" => "Yeni parola",
  "Change password" => "Parola değiştir",
31b7f2792   Kload   Upgrade to ownclo...
183
  "Full Name" => "Tam Adı",
6d9380f96   Cédric Dupont   Update sources OC...
184
  "Email" => "E-posta",
31b7f2792   Kload   Upgrade to ownclo...
185
  "Your email address" => "E-posta adresiniz",
6d9380f96   Cédric Dupont   Update sources OC...
186
  "Fill in an email address to enable password recovery and receive notifications" => "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin",
31b7f2792   Kload   Upgrade to ownclo...
187
188
189
190
191
192
  "Profile picture" => "Profil resmi",
  "Upload new" => "Yeni yükle",
  "Select new from Files" => "Dosyalardan seç",
  "Remove image" => "Resmi kaldır",
  "Either png or jpg. Ideally square but you will be able to crop it." => "PNG veya JPG. Genellikle karedir ancak kesebileceksiniz.",
  "Your avatar is provided by your original account." => "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.",
6d9380f96   Cédric Dupont   Update sources OC...
193
  "Cancel" => "İptal",
31b7f2792   Kload   Upgrade to ownclo...
194
  "Choose as profile image" => "Profil resmi olarak seç",
03e52840d   Kload   Init
195
196
  "Language" => "Dil",
  "Help translate" => "Çevirilere yardım edin",
6d9380f96   Cédric Dupont   Update sources OC...
197
  "The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, lütfen tüm dosyalarınızın şifrelemesini kaldırın",
31b7f2792   Kload   Upgrade to ownclo...
198
  "Log-in password" => "Oturum açma parolası",
6d9380f96   Cédric Dupont   Update sources OC...
199
200
201
202
  "Decrypt all Files" => "Tüm Dosyaların Şifrelemesini Kaldır",
  "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "Şifreleme anahtarlarınız yedek bir konuma taşındı. Eğer bir şeyler yanlış gittiyse, anahtarlarınızı geri yükleyebilirsiniz. Bu anahtarları, sadece tüm dosyalarınızın şifrelemelerinin düzgün bir şekilde kaldırıldığından eminseniz kalıcı olarak silin.",
  "Restore Encryption Keys" => "Şifreleme Anahtarlarını Geri Yükle",
  "Delete Encryption Keys" => "Şifreleme Anahtarlarını Sil",
03e52840d   Kload   Init
203
204
  "Login Name" => "Giriş Adı",
  "Create" => "Oluştur",
6d9380f96   Cédric Dupont   Update sources OC...
205
206
207
208
209
210
211
212
213
214
  "Admin Recovery Password" => "Yönetici Kurtarma Parolası",
  "Enter the recovery password in order to recover the users files during password change" => "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için kurtarma parolasını girin",
  "Search Users and Groups" => "Kullanıcı ve Grupları Ara",
  "Add Group" => "Grup Ekle",
  "Group" => "Grup",
  "Everyone" => "Herkes",
  "Admins" => "Yöneticiler",
  "Default Quota" => "Öntanımlı Kota",
  "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")",
  "Unlimited" => "Sınırsız",
03e52840d   Kload   Init
215
  "Other" => "Diğer",
31b7f2792   Kload   Upgrade to ownclo...
216
  "Username" => "Kullanıcı Adı",
6d9380f96   Cédric Dupont   Update sources OC...
217
218
219
  "Quota" => "Kota",
  "Storage Location" => "Depolama Konumu",
  "Last Login" => "Son Giriş",
31b7f2792   Kload   Upgrade to ownclo...
220
  "change full name" => "tam adı değiştir",
03e52840d   Kload   Init
221
  "set new password" => "yeni parola belirle",
6d9380f96   Cédric Dupont   Update sources OC...
222
  "Default" => "Öntanımlı"
03e52840d   Kload   Init
223
  );
31b7f2792   Kload   Upgrade to ownclo...
224
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";