199 lines
9.5 KiB
PHP
199 lines
9.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Error (de)activating addressbook." => "Adres defteri etkisizleştirilirken hata oluştu.",
|
||
"id is not set." => "id atanmamış.",
|
||
"Cannot update addressbook with an empty name." => "Adres defterini boş bir isimle güncelleyemezsiniz.",
|
||
"Error updating addressbook." => "Adres defteri güncellenirken hata oluştu.",
|
||
"No ID provided" => "ID verilmedi",
|
||
"Error setting checksum." => "İmza oluşturulurken hata.",
|
||
"No categories selected for deletion." => "Silmek için bir kategori seçilmedi.",
|
||
"No address books found." => "Adres defteri bulunamadı.",
|
||
"No contacts found." => "Bağlantı bulunamadı.",
|
||
"There was an error adding the contact." => "Kişi eklenirken hata oluştu.",
|
||
"element name is not set." => "eleman ismi atanmamış.",
|
||
"Could not parse contact: " => "Kişi bilgisi ayrıştırılamadı.",
|
||
"Cannot add empty property." => "Boş özellik eklenemiyor.",
|
||
"At least one of the address fields has to be filled out." => "En az bir adres alanı doldurulmalı.",
|
||
"Trying to add duplicate property: " => "Yinelenen özellik eklenmeye çalışılıyor: ",
|
||
"Error adding contact property: " => "Kişi özelliği eklenirken hata oluştu.",
|
||
"Information about vCard is incorrect. Please reload the page." => "vCard bilgileri doğru değil. Lütfen sayfayı yenileyin.",
|
||
"Error deleting contact property." => "Kişi özelliği silinirken hata oluştu.",
|
||
"Missing ID" => "Eksik ID",
|
||
"Error parsing VCard for ID: \"" => "ID için VCard ayrıştırılamadı:\"",
|
||
"checksum is not set." => "checksum atanmamış.",
|
||
"Information about vCard is incorrect. Please reload the page: " => "vCard hakkındaki bilgi hatalı. Lütfen sayfayı yeniden yükleyin: ",
|
||
"Something went FUBAR. " => "Bir şey FUBAR gitti.",
|
||
"Error updating contact property." => "Kişi özelliği güncellenirken hata oluştu.",
|
||
"No contact ID was submitted." => "Bağlantı ID'si girilmedi.",
|
||
"Error reading contact photo." => "Bağlantı fotoğrafı okunamadı.",
|
||
"Error saving temporary file." => "Geçici dosya kaydetme hatası.",
|
||
"The loading photo is not valid." => "Yüklenecek fotograf geçerli değil.",
|
||
"Contact ID is missing." => "Bağlantı ID'si eksik.",
|
||
"No photo path was submitted." => "Fotoğraf girilmedi.",
|
||
"File doesn't exist:" => "Dosya mevcut değil:",
|
||
"Error loading image." => "İmaj yükleme hatası.",
|
||
"Error getting contact object." => "Bağlantı nesnesini kaydederken hata.",
|
||
"Error getting PHOTO property." => "Resim özelleğini alırken hata oluştu.",
|
||
"Error saving contact." => "Bağlantıyı kaydederken hata",
|
||
"Error resizing image" => "Görüntü yeniden boyutlandırılamadı.",
|
||
"Error cropping image" => "Görüntü kırpılamadı.",
|
||
"Error creating temporary image" => "Geçici resim oluştururken hata oluştu",
|
||
"Error finding image: " => "Resim ararken hata oluştu:",
|
||
"Error uploading contacts to storage." => "Bağlantıları depoya yükleme hatası",
|
||
"There is no error, the file uploaded with success" => "Dosya başarıyla yüklendi, hata oluşmadı",
|
||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Dosyanın boyutu php.ini dosyasındaki upload_max_filesize limitini aşıyor",
|
||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Yüklenecek dosyanın boyutu HTML formunda belirtilen MAX_FILE_SIZE limitini aşıyor",
|
||
"The uploaded file was only partially uploaded" => "Dosya kısmen karşıya yüklenebildi",
|
||
"No file was uploaded" => "Hiç dosya gönderilmedi",
|
||
"Missing a temporary folder" => "Geçici dizin eksik",
|
||
"Couldn't save temporary image: " => "Geçici resmi saklayamadı : ",
|
||
"Couldn't load temporary image: " => "Geçici resmi yükleyemedi :",
|
||
"No file was uploaded. Unknown error" => "Dosya yüklenmedi. Bilinmeyen hata",
|
||
"Contacts" => "Kişiler",
|
||
"Sorry, this functionality has not been implemented yet" => "Üzgünüz, bu özellik henüz tamamlanmadı.",
|
||
"Not implemented" => "Tamamlanmadı.",
|
||
"Couldn't get a valid address." => "Geçerli bir adres alınamadı.",
|
||
"Error" => "Hata",
|
||
"This property has to be non-empty." => "Bu özellik boş bırakılmamalı.",
|
||
"Couldn't serialize elements." => "Öğeler seri hale getiremedi",
|
||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' tip argümanı olmadan çağrıldı. Lütfen bugs.owncloud.org a rapor ediniz.",
|
||
"Edit name" => "İsmi düzenle",
|
||
"No files selected for upload." => "Yükleme için dosya seçilmedi.",
|
||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Yüklemeye çalıştığınız dosya sunucudaki dosya yükleme maksimum boyutunu aşmaktadır. ",
|
||
"Select type" => "Tür seç",
|
||
"Result: " => "Sonuç: ",
|
||
" imported, " => " içe aktarıldı, ",
|
||
" failed." => " hatalı.",
|
||
"This is not your addressbook." => "Bu sizin adres defteriniz değil.",
|
||
"Contact could not be found." => "Kişi bulunamadı.",
|
||
"Address" => "Adres",
|
||
"Telephone" => "Telefon",
|
||
"Email" => "Eposta",
|
||
"Organization" => "Organizasyon",
|
||
"Work" => "İş",
|
||
"Home" => "Ev",
|
||
"Mobile" => "Mobil",
|
||
"Text" => "Metin",
|
||
"Voice" => "Ses",
|
||
"Message" => "mesaj",
|
||
"Fax" => "Faks",
|
||
"Video" => "Video",
|
||
"Pager" => "Sayfalayıcı",
|
||
"Internet" => "İnternet",
|
||
"Birthday" => "Doğum günü",
|
||
"Business" => "İş",
|
||
"Call" => "Çağrı",
|
||
"Clients" => "Müşteriler",
|
||
"Deliverer" => "Dağıtıcı",
|
||
"Holidays" => "Tatiller",
|
||
"Ideas" => "Fikirler",
|
||
"Journey" => "Seyahat",
|
||
"Jubilee" => "Yıl Dönümü",
|
||
"Meeting" => "Toplantı",
|
||
"Other" => "Diğer",
|
||
"Personal" => "Kişisel",
|
||
"Projects" => "Projeler",
|
||
"Questions" => "Sorular",
|
||
"{name}'s Birthday" => "{name}'nin Doğumgünü",
|
||
"Contact" => "Kişi",
|
||
"Add Contact" => "Kişi Ekle",
|
||
"Import" => "İçe aktar",
|
||
"Addressbooks" => "Adres defterleri",
|
||
"Close" => "Kapat",
|
||
"Keyboard shortcuts" => "Klavye kısayolları",
|
||
"Navigation" => "Dolaşım",
|
||
"Next contact in list" => "Listedeki sonraki kişi",
|
||
"Previous contact in list" => "Listedeki önceki kişi",
|
||
"Expand/collapse current addressbook" => "Şuanki adres defterini genişlet/daralt",
|
||
"Actions" => "Eylemler",
|
||
"Refresh contacts list" => "Kişi listesini tazele",
|
||
"Add new contact" => "Yeni kişi ekle",
|
||
"Add new addressbook" => "Yeni adres defteri ekle",
|
||
"Delete current contact" => "Şuanki kişiyi sil",
|
||
"Drop photo to upload" => "Fotoğrafı yüklenmesi için bırakın",
|
||
"Delete current photo" => "Mevcut fotoğrafı sil",
|
||
"Edit current photo" => "Mevcut fotoğrafı düzenle",
|
||
"Upload new photo" => "Yeni fotoğraf yükle",
|
||
"Select photo from ownCloud" => "ownCloud'dan bir fotoğraf seç",
|
||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Biçin özel, Kısa isim, Tam isim, Ters veya noktalı ters",
|
||
"Edit name details" => "İsim detaylarını düzenle",
|
||
"Delete" => "Sil",
|
||
"Nickname" => "Takma ad",
|
||
"Enter nickname" => "Takma adı girin",
|
||
"Web site" => "Web sitesi",
|
||
"http://www.somesite.com" => "http://www.somesite.com",
|
||
"Go to web site" => "Web sitesine git",
|
||
"dd-mm-yyyy" => "gg-aa-yyyy",
|
||
"Groups" => "Gruplar",
|
||
"Separate groups with commas" => "Grupları birbirinden virgülle ayırın",
|
||
"Edit groups" => "Grupları düzenle",
|
||
"Preferred" => "Tercih edilen",
|
||
"Please specify a valid email address." => "Lütfen geçerli bir eposta adresi belirtin.",
|
||
"Enter email address" => "Eposta adresini girin",
|
||
"Mail to address" => "Eposta adresi",
|
||
"Delete email address" => "Eposta adresini sil",
|
||
"Enter phone number" => "Telefon numarasını gir",
|
||
"Delete phone number" => "Telefon numarasını sil",
|
||
"View on map" => "Haritada gör",
|
||
"Edit address details" => "Adres detaylarını düzenle",
|
||
"Add notes here." => "Notları buraya ekleyin.",
|
||
"Add field" => "Alan ekle",
|
||
"Phone" => "Telefon",
|
||
"Note" => "Not",
|
||
"Download contact" => "Kişiyi indir",
|
||
"Delete contact" => "Kişiyi sil",
|
||
"The temporary image has been removed from cache." => "Geçici resim ön bellekten silinmiştir.",
|
||
"Edit address" => "Adresi düzenle",
|
||
"Type" => "Tür",
|
||
"PO Box" => "Posta Kutusu",
|
||
"Street address" => "Sokak adresi",
|
||
"Street and number" => "Sokak ve Numara",
|
||
"Extended" => "Uzatılmış",
|
||
"Apartment number etc." => "Apartman numarası vb.",
|
||
"City" => "Şehir",
|
||
"Region" => "Bölge",
|
||
"E.g. state or province" => "Örn. eyalet veya il",
|
||
"Zipcode" => "Posta kodu",
|
||
"Postal code" => "Posta kodu",
|
||
"Country" => "Ülke",
|
||
"Addressbook" => "Adres defteri",
|
||
"Hon. prefixes" => "Kısaltmalar",
|
||
"Miss" => "Bayan",
|
||
"Ms" => "Bayan",
|
||
"Mr" => "Bay",
|
||
"Sir" => "Bay",
|
||
"Mrs" => "Bayan",
|
||
"Dr" => "Dr",
|
||
"Given name" => "Verilen isim",
|
||
"Additional names" => "İlave isimler",
|
||
"Family name" => "Soyad",
|
||
"Hon. suffixes" => "Kısaltmalar",
|
||
"J.D." => "J.D.",
|
||
"M.D." => "Dr.",
|
||
"D.O." => "D.O.",
|
||
"D.C." => "D.C.",
|
||
"Ph.D." => "Dr.",
|
||
"Esq." => "Esq.",
|
||
"Jr." => "Jr.",
|
||
"Sn." => "Sn.",
|
||
"Import a contacts file" => "Bağlantı dosyasını içeri aktar",
|
||
"Please choose the addressbook" => "Yeni adres defterini seç",
|
||
"create a new addressbook" => "Yeni adres defteri oluştur",
|
||
"Name of new addressbook" => "Yeni adres defteri için isim",
|
||
"Importing contacts" => "Bağlantıları içe aktar",
|
||
"You have no contacts in your addressbook." => "Adres defterinizde hiç bağlantı yok.",
|
||
"Add contact" => "Bağlatı ekle",
|
||
"Configure addressbooks" => "Adres defterini yapılandır",
|
||
"Select Address Books" => "Adres deftelerini seçiniz",
|
||
"Enter name" => "İsim giriniz",
|
||
"Enter description" => "Tanım giriniz",
|
||
"CardDAV syncing addresses" => "CardDAV adresleri eşzamanlıyor",
|
||
"more info" => "daha fazla bilgi",
|
||
"Primary address (Kontact et al)" => "Birincil adres (Bağlantı ve arkadaşları)",
|
||
"iOS/OS X" => "iOS/OS X",
|
||
"Download" => "İndir",
|
||
"Edit" => "Düzenle",
|
||
"New Address Book" => "Yeni Adres Defteri",
|
||
"Save" => "Kaydet",
|
||
"Cancel" => "İptal"
|
||
);
|