nextcloud/settings/l10n/tr.php

109 lines
6.8 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-12-05 03:04:55 +04:00
"Unable to load list from App Store" => "App Store'dan liste yüklenemiyor",
2013-04-27 04:24:29 +04:00
"Authentication error" => "Kimlik doğrulama hatası",
2013-05-02 04:19:04 +04:00
"Your display name has been changed." => "Görüntülenen isminiz değiştirildi.",
2013-02-20 03:03:28 +04:00
"Unable to change display name" => "Ekran adı değiştirilemiyor",
2012-12-05 03:04:55 +04:00
"Group already exists" => "Grup zaten mevcut",
"Unable to add group" => "Gruba eklenemiyor",
"Could not enable app. " => "Uygulama devreye alınamadı",
2012-07-27 04:04:26 +04:00
"Email saved" => "Eposta kaydedildi",
"Invalid email" => "Geçersiz eposta",
2012-12-05 03:04:55 +04:00
"Unable to delete group" => "Grup silinemiyor",
"Unable to delete user" => "Kullanıcı silinemiyor",
2012-01-11 04:06:59 +04:00
"Language changed" => "Dil değiştirildi",
2013-01-12 03:10:58 +04:00
"Invalid request" => "Geçersiz istek",
2013-02-20 03:03:28 +04:00
"Admins can't remove themself from the admin group" => "Yöneticiler kendilerini yönetici grubundan kaldıramaz",
2012-12-05 03:04:55 +04:00
"Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor",
2013-02-20 03:03:28 +04:00
"Unable to remove user from group %s" => "%s grubundan kullanıcı kaldırılamıyor",
"Couldn't update app." => "Uygulama güncellenemedi.",
"Update to {appversion}" => "{appversion} Güncelle",
2012-07-27 04:04:26 +04:00
"Disable" => "Etkin değil",
2013-04-27 04:24:29 +04:00
"Enable" => "Etkinleştir",
2013-02-20 03:03:28 +04:00
"Please wait...." => "Lütfen bekleyin....",
2013-04-09 04:14:02 +04:00
"Error" => "Hata",
2013-02-20 03:03:28 +04:00
"Updating...." => "Güncelleniyor....",
"Error while updating app" => "Uygulama güncellenirken hata",
"Updated" => "Güncellendi",
2012-07-27 04:04:26 +04:00
"Saving..." => "Kaydediliyor...",
2013-02-13 03:05:40 +04:00
"deleted" => "silindi",
"undo" => "geri al",
2013-02-20 03:03:28 +04:00
"Unable to remove user" => "Kullanıcı kaldırılamıyor",
2013-02-12 18:12:46 +04:00
"Groups" => "Gruplar",
"Group Admin" => "Yönetici Grubu ",
"Delete" => "Sil",
2013-02-20 03:03:28 +04:00
"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ı",
2013-04-04 02:06:51 +04:00
"__language_name__" => "Türkçe",
2013-02-13 03:05:40 +04:00
"Security Warning" => "Güvenlik Uyarisi",
2013-02-20 03:03:28 +04:00
"Setup Warning" => "Kurulum Uyarısı",
2013-03-15 03:06:36 +04:00
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
2013-02-20 03:03:28 +04:00
"Module 'fileinfo' missing" => "Modül 'fileinfo' kayıp",
2013-03-27 03:11:05 +04:00
"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-tip tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
2013-03-15 03:06:36 +04:00
"Locale not working" => "Locale çalışmıyor.",
"Internet connection not working" => "İnternet bağlantısı çalışmıyor",
"Cron" => "Cron",
2013-04-04 02:06:51 +04:00
"Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır",
2013-03-15 03:06:36 +04:00
"Sharing" => "Paylaşım",
"Enable Share API" => "Paylaşım API'sini etkinleştir.",
"Allow apps to use the Share API" => "Uygulamaların paylaşım API'sini kullanmasına izin ver",
"Allow links" => "Bağlantıları izin ver.",
"Allow users to share items to the public with links" => "Kullanıcıların nesneleri paylaşımı için herkese açık bağlantılara izin ver",
2013-02-27 03:09:33 +04:00
"Allow resharing" => "Paylaşıma izin ver",
2013-04-04 02:06:51 +04:00
"Allow users to share items shared with them again" => "Kullanıcıların kendileri ile paylaşılan öğeleri yeniden paylaşmasına izin ver",
2013-03-27 03:11:05 +04:00
"Allow users to share with anyone" => "Kullanıcıların herşeyi paylaşmalarına izin ver",
2013-04-04 02:06:51 +04:00
"Allow users to only share with users in their groups" => "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına izin ver",
2013-02-27 03:09:33 +04:00
"Security" => "Güvenlik",
2013-03-15 03:06:36 +04:00
"Enforce HTTPS" => "HTTPS bağlantısına zorla",
2013-02-27 03:09:33 +04:00
"Log" => "Kayıtlar",
2013-03-15 03:06:36 +04:00
"Log level" => "Günlük seviyesi",
2013-02-13 03:05:40 +04:00
"More" => "Daha fazla",
2013-03-31 03:03:46 +04:00
"Less" => "Az",
2013-02-12 18:12:46 +04:00
"Version" => "Sürüm",
"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>." => "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
2012-05-13 21:59:44 +04:00
"Add your App" => "Uygulamanı Ekle",
2013-02-27 03:09:33 +04:00
"More Apps" => "Daha fazla uygulama",
2012-01-11 04:06:59 +04:00
"Select an App" => "Bir uygulama seçin",
2012-07-27 04:04:26 +04:00
"See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ",
2013-02-20 03:03:28 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lisanslayan <span class=\"author\"></span>",
2013-02-02 03:08:15 +04:00
"Update" => "Güncelleme",
2012-12-28 03:20:34 +04:00
"User Documentation" => "Kullanıcı Belgelendirmesi",
"Administrator Documentation" => "Yönetici Belgelendirmesi",
"Online Documentation" => "Çevrimiçi Belgelendirme",
"Forum" => "Forum",
"Bugtracker" => "Hata Takip Sistemi",
"Commercial Support" => "Ticari Destek",
2013-02-19 03:06:51 +04:00
"Get the apps to sync your files" => "Dosyalarınızı senkronize etmek için uygulamayı indirin",
2013-02-20 03:03:28 +04:00
"Show First Run Wizard again" => "İlk Çalıştırma Sihirbazını yeniden göster",
2013-06-15 04:07:18 +04:00
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Kullandığınız:<strong>%s</strong> seçilebilecekler: <strong>%s</strong>",
2012-12-20 03:13:09 +04:00
"Password" => "Parola",
2012-12-05 03:04:55 +04:00
"Your password was changed" => "Şifreniz değiştirildi",
2012-01-11 04:06:59 +04:00
"Unable to change your password" => "Parolanız değiştirilemiyor",
"Current password" => "Mevcut parola",
"New password" => "Yeni parola",
"Change password" => "Parola değiştir",
2013-02-20 03:03:28 +04:00
"Display Name" => "Ekran Adı",
2012-05-09 14:41:01 +04:00
"Email" => "Eposta",
"Your email address" => "Eposta adresiniz",
2013-04-04 02:06:51 +04:00
"Fill in an email address to enable password recovery" => "Parola kurtarmayı etkinleştirmek için bir eposta adresi girin",
2012-01-11 04:06:59 +04:00
"Language" => "Dil",
2012-05-09 14:41:01 +04:00
"Help translate" => "Çevirilere yardım edin",
2012-12-28 03:20:34 +04:00
"WebDAV" => "WebDAV",
2013-07-21 10:02:41 +04:00
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">access your Files via WebDAV</a>" => " <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">Dosyalarınıza WebDAV üzerinen erişme </a> için bu adresi kullanın",
2013-02-20 03:03:28 +04:00
"Login Name" => "Giriş Adı",
2012-01-11 04:06:59 +04:00
"Create" => "Oluştur",
2013-06-07 04:17:50 +04:00
"Admin Recovery Password" => "Yönetici kurtarma parolası",
2013-07-21 10:02:41 +04:00
"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 bir kurtarma paroalsı girin",
2013-02-20 03:03:28 +04:00
"Default Storage" => "Varsayılan Depolama",
"Unlimited" => "Limitsiz",
"Other" => "Diğer",
2013-06-21 10:53:57 +04:00
"Username" => "Kullanıcı Adı",
2013-02-20 03:03:28 +04:00
"Storage" => "Depolama",
"change display name" => "ekran adını değiştir",
"set new password" => "yeni parola belirle",
"Default" => "Varsayılan"
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";