158 lines
7.4 KiB
PHP
158 lines
7.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Error (de)activating addressbook." => "Adres defteri etkisizleştirilirken hata oluştu.",
|
||
"There was an error adding the contact." => "Kişi eklenirken hata oluştu.",
|
||
"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.",
|
||
"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ı.",
|
||
"Missing ID" => "Eksik ID",
|
||
"Error parsing VCard for ID: \"" => "ID için VCard ayrıştırılamadı:\"",
|
||
"Cannot add addressbook with an empty name." => "Adres defterini isimsiz ekleyemezsiniz.",
|
||
"Error adding addressbook." => "Adres defteri eklenirken hata oluştu.",
|
||
"Error activating addressbook." => "Adres defteri etkinleştirilirken 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.",
|
||
"id is not set." => "id atanmamış.",
|
||
"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.",
|
||
"Contact ID is missing." => "Bağlantı ID'si eksik.",
|
||
"Missing contact id." => "Eksik bağlantı id'si.",
|
||
"No photo path was submitted." => "Fotoğraf girilmedi.",
|
||
"File doesn't exist:" => "Dosya mevcut değil:",
|
||
"Error loading image." => "İmaj yükleme hatası.",
|
||
"element name is not set." => "eleman ismi atanmamış.",
|
||
"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.",
|
||
"Cannot update addressbook with an empty name." => "Adres defterini boş bir isimle güncelleyemezsiniz.",
|
||
"Error updating addressbook." => "Adres defteri güncellenirken 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",
|
||
"Contacts" => "Kişiler",
|
||
"Drop a VCF file to import contacts." => "Bağlantıları içe aktarmak için bir VCF dosyası bırakın.",
|
||
"Addressbook not found." => "Adres defteri bulunamadı.",
|
||
"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",
|
||
"{name}'s Birthday" => "{name}'nin Doğumgünü",
|
||
"Contact" => "Kişi",
|
||
"Add Contact" => "Kişi Ekle",
|
||
"Addressbooks" => "Adres defterleri",
|
||
"Configure Address Books" => "Adres Defterlerini Yapılandır",
|
||
"New Address Book" => "Yeni Adres Defteri",
|
||
"Import from VCF" => "VCF'den içeri aktar",
|
||
"CardDav Link" => "CardDav Bağlantısı",
|
||
"Download" => "İndir",
|
||
"Edit" => "Düzenle",
|
||
"Delete" => "Sil",
|
||
"Download contact" => "Kişiyi indir",
|
||
"Delete contact" => "Kişiyi sil",
|
||
"Drop photo to upload" => "Fotoğrafı yüklenmesi için bırakın",
|
||
"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",
|
||
"Nickname" => "Takma ad",
|
||
"Enter nickname" => "Takma adı girin",
|
||
"Birthday" => "Doğum günü",
|
||
"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",
|
||
"Profile picture" => "Profil resmi",
|
||
"Phone" => "Telefon",
|
||
"Note" => "Not",
|
||
"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ç",
|
||
"Edit address" => "Adresi düzenle",
|
||
"Type" => "Tür",
|
||
"PO Box" => "Posta Kutusu",
|
||
"Extended" => "Uzatılmış",
|
||
"Street" => "Sokak",
|
||
"City" => "Şehir",
|
||
"Region" => "Bölge",
|
||
"Zipcode" => "Posta kodu",
|
||
"Country" => "Ülke",
|
||
"Edit categories" => "Kategorileri düzenle",
|
||
"Add" => "Ekle",
|
||
"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.",
|
||
"New Addressbook" => "Yeni Adres defteri",
|
||
"Edit Addressbook" => "Adres Defterini Düzenle",
|
||
"Displayname" => "Görünen adı",
|
||
"Active" => "Aktif",
|
||
"Save" => "Kaydet",
|
||
"Submit" => "Gönder",
|
||
"Cancel" => "İptal",
|
||
"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",
|
||
"Import" => "İçe aktar",
|
||
"Importing contacts" => "Bağlantıları içe aktar",
|
||
"Select address book to import to:" => "İçe aktarılacak adres defterini seçin:",
|
||
"Select from HD" => "HD'den seç",
|
||
"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",
|
||
"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"
|
||
);
|