2012-01-11 01:06:59 +01:00
< ? php $TRANSLATIONS = array (
2012-05-09 12:41:01 +02:00
" Error (de)activating addressbook. " => " Adres defteri etkisizleştirilirken hata oluştu. " ,
2012-08-04 02:04:21 +02:00
" id is not set. " => " id atanmamı ş. " ,
2012-08-02 02:06:16 +02:00
" Cannot update addressbook with an empty name. " => " Adres defterini boş bir isimle güncelleyemezsiniz. " ,
2012-12-28 00:19:49 +01:00
" No category name given. " => " Kategori ismi girilmedi. " ,
" Error adding group. " => " Grup eklerken hata. " ,
2013-01-23 00:04:26 +01:00
" Group ID missing from request. " => " İstekde Group IP eksik " ,
" Contact ID missing from request. " => " İstekde Contact IP eksik " ,
2012-05-13 19:59:44 +02:00
" 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ı . " ,
2012-08-04 02:04:21 +02:00
" element name is not set. " => " eleman ismi atanmamı ş. " ,
" checksum is not set. " => " checksum atanmamı ş. " ,
2012-11-25 00:02:56 +01:00
" Information about vCard is incorrect. Please reload the page. " => " vCard bilgileri doğru değil. Lütfen sayfayı yenileyin. " ,
2012-12-28 00:19:49 +01:00
" Couldn't find vCard for %d. " => " %d için vCard bulunamadı . " ,
2012-08-04 02:04:21 +02:00
" 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. " ,
2013-01-23 00:04:26 +01:00
" Cannot save property of type \" %s \" as array " => " \" %s \" tipinin özellikleri dizi olarak kaydedilemedi " ,
2012-11-25 00:02:56 +01:00
" Missing IM parameter. " => " IM parametersi kayı p. " ,
" Unknown IM: " => " Bilinmeyen IM: " ,
2012-05-13 19:59:44 +02:00
" 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: " ,
2012-06-06 00:29:28 +02:00
" Error loading image. " => " İmaj yükleme hatası . " ,
2012-07-31 22:57:24 +02:00
" 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: " ,
2012-12-28 00:19:49 +01:00
" Key is not set for: " => " Anahtar bunun için ayarlı değil: " ,
" Value is not set for: " => " Değer bunun için ayarlı değil: " ,
2012-12-30 00:04:12 +01:00
" Could not set preference: " => " Özellik atanamadı : " ,
2012-05-13 19:59:44 +02:00
" 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 " ,
2012-07-31 22:57:24 +02:00
" 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 " ,
2012-05-09 12:41:01 +02:00
" Contacts " => " Kişiler " ,
2012-12-28 00:19:49 +01:00
" %d_selected_contacts " => " %d_selected_contacts " ,
" Add to... " => " Ekle... " ,
" Remove from... " => " Sil... " ,
" Add group... " => " Grup ekle... " ,
2013-01-26 00:08:22 +01:00
" Indexing contacts " => " Bağlantı lar listeleniyor " ,
2012-11-16 00:04:07 +01:00
" Select photo " => " Fotograf seç " ,
2012-12-28 00:19:49 +01:00
" Network or server error. Please inform administrator. " => " Ağ veya sunucu hatası . Lütfen sistem yöneticisini bilgilendirin. " ,
" Error adding to group. " => " Grup eklenirken hata. " ,
" Error removing from group. " => " Grup çı kartı lı rken hata. " ,
2013-01-23 00:04:26 +01:00
" There was an error opening a mail composer. " => " Bir posta bestecisi açarken bir hata oluştu. " ,
2012-12-28 00:19:49 +01:00
" Deleting done. Click here to cancel reloading. " => " Silme tamamlandı . Yeniden yüklemeyi iptal etmek için buraya tı klayı n. " ,
" Add address book " => " Adres defteri ekle " ,
" Import done. Click here to cancel reloading. " => " İçe aktarma tamamlandı . Yeniden yüklemeyi iptal etmek için buraya tı klayı n. " ,
" Not all files uploaded. Retrying... " => " Tüm dosyalar yüklenemedi. Yeniden deneniyor... " ,
2013-01-23 00:04:26 +01:00
" Something went wrong with the upload, please retry. " => " Yükleme yaparken birşeyler yanlı ş gitti. Lütfen tekrar deneyin. " ,
2012-12-08 00:08:12 +01:00
" Error " => " Hata " ,
2012-12-28 00:19:49 +01:00
" Importing from { filename}... " => " { filename} dosyası ndan içe aktarı lı yor... " ,
" { success} imported, { failed} failed. " => " { success} içe aktarı ldı , { failed} başarı sı z oldu. " ,
2012-12-09 00:09:39 +01:00
" Importing... " => " İçeri aktarı lı yor... " ,
" Unable to upload your file as it is a directory or has 0 bytes " => " Dosyanı zı n boyutu 0 byte olduğundan veya bir dizin olduğundan yüklenemedi " ,
" Upload Error " => " Yükleme Hatası " ,
2012-07-31 22:57:24 +02:00
" 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. " ,
2012-12-09 00:09:39 +01:00
" Upload too large " => " Yükleme çok büyük " ,
" Pending " => " Bekliyor " ,
2012-12-28 00:19:49 +01:00
" Add group " => " Grup ekle " ,
2012-12-08 00:08:12 +01:00
" No files selected for upload. " => " Yükleme için dosya seçilmedi. " ,
2012-12-28 00:19:49 +01:00
" Edit profile picture " => " Profil fotografı ekle " ,
2012-09-02 02:09:59 +02:00
" Error loading profile picture. " => " Profil resmi yüklenirken hata oluştu. " ,
2012-11-25 00:02:56 +01:00
" Enter name " => " İsim giriniz " ,
" Enter description " => " Tanı m giriniz " ,
2012-12-28 00:19:49 +01:00
" Select addressbook " => " Adres defterini sil " ,
2012-12-05 00:03:40 +01:00
" The address book name cannot be empty. " => " Adres defterinde adı boş olamaz. " ,
2012-12-28 00:19:49 +01:00
" Is this correct? " => " Doğru mu? " ,
2013-01-23 00:04:26 +01:00
" There was an unknown error when trying to delete this contact " => " Bu kişiyi silerken bilinmeyen bir hata oluştu. " ,
" # groups " => " # gruplar " ,
2012-09-02 02:09:59 +02:00
" Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted. " => " Bazı kişiler silinmek için işaretlendi, hala silinmedi. Silinmesi için bekleyin. " ,
2013-01-23 00:04:26 +01:00
" Click to undo deletion of { num} contacts " => " { num} kişinin silinmesini geri almak için tı klayı n " ,
" Cancelled deletion of { num} " => " { num} silinmesi iptal edildi " ,
2013-01-03 00:04:07 +01:00
" Contact is already in this group. " => " Bağlantı zaten bu grupta. " ,
" Contacts are already in this group. " => " Bağlantı lar zaten bu gruptalar. " ,
" Couldn't get contact list. " => " Bağlantı listesi alı namadı . " ,
" Contact is not in this group. " => " Bağlantı bu grupta değil. " ,
" Contacts are not in this group. " => " Bağlantı lar bu grupta değiller. " ,
" A group named { group} already exists " => " { group} isimli bir grup zaten mevcut " ,
2013-01-23 00:04:26 +01:00
" You can drag groups to \n arrange them as you like. " => " Groupları sürükleyerek \n istediğiniz gibi düzenleyebilirsiniz " ,
2013-01-03 00:04:07 +01:00
" All " => " Tümü " ,
" Favorites " => " Favoriler " ,
" Shared by { owner} " => " { owner} tarafı ndan paylaşı lmı ş " ,
2012-07-31 22:57:24 +02:00
" Result: " => " Sonuç: " ,
" imported, " => " içe aktarı ldı , " ,
" failed. " => " hatalı . " ,
2012-09-02 02:09:59 +02:00
" Displayname cannot be empty. " => " GörünenAd boş olamaz. " ,
2012-09-26 13:27:02 +02:00
" Show CardDav link " => " CardDav bağlantı sı göster " ,
" Show read-only VCF link " => " Salt-okur VCF bağlantı sı göster " ,
" Download " => " İndir " ,
" Edit " => " Düzenle " ,
" Delete " => " Sil " ,
" Cancel " => " İptal " ,
" More... " => " Devamı ... " ,
2012-12-05 00:03:40 +01:00
" Less... " => " daha küçük " ,
" You do not have the permissions to read this addressbook. " => " Adres defterini okumanı z için izininiz yok " ,
2012-09-02 02:09:59 +02:00
" You do not have the permissions to update this addressbook. " => " Bu adresdefterini güncellemek için yetkiniz yok. " ,
" There was an error updating the addressbook. " => " Adresdefteri güncellenirken hata oluştu. " ,
" You do not have the permissions to delete this addressbook. " => " Bu adresdefterini silmek için yetkiniz yok. " ,
" There was an error deleting this addressbook. " => " Adresdefteri silinirken hata oluştu. " ,
" Jabber " => " Jabber " ,
" AIM " => " AIM " ,
" MSN " => " MSN " ,
" Twitter " => " Twitter " ,
" GoogleTalk " => " GoogleTalk " ,
" Facebook " => " Facebook " ,
" XMPP " => " XMPP " ,
" ICQ " => " ICQ " ,
" Yahoo " => " Yahoo " ,
" Skype " => " Skype " ,
" QQ " => " QQ " ,
" GaduGadu " => " GaduGadu " ,
2012-01-11 01:06:59 +01:00
" Work " => " İş " ,
" Home " => " Ev " ,
2012-08-23 02:07:35 +02:00
" Other " => " Diğer " ,
2012-01-11 01:06:59 +01:00
" Mobile " => " Mobil " ,
" Text " => " Metin " ,
" Voice " => " Ses " ,
2012-05-13 19:59:44 +02:00
" Message " => " mesaj " ,
2012-01-11 01:06:59 +01:00
" Fax " => " Faks " ,
" Video " => " Video " ,
" Pager " => " Sayfalayı cı " ,
2012-05-13 19:59:44 +02:00
" Internet " => " İnternet " ,
2012-12-05 00:03:40 +01:00
" Friends " => " Arkadaşlar " ,
" Family " => " Aile " ,
2013-01-23 00:04:26 +01:00
" There was an error deleting properties for this contact. " => " Bu kişinin özelliklerini silerken bir hata oluştu " ,
2012-05-13 19:59:44 +02:00
" { name}'s Birthday " => " { name}'nin Doğumgünü " ,
2012-05-09 12:41:01 +02:00
" Contact " => " Kişi " ,
2012-10-23 02:11:00 +02:00
" You do not have the permissions to add contacts to this addressbook. " => " Bu adres defterine kişi eklemek için yetkiniz yok. " ,
2012-12-05 00:03:40 +01:00
" Could not find the vCard with ID. " => " vCard kimliği bulunamadı . " ,
2012-09-02 02:09:59 +02:00
" You do not have the permissions to edit this contact. " => " Bu kişiyi düzenlemek için yetkiniz yok. " ,
2012-12-05 00:03:40 +01:00
" Could not find the vCard with ID: " => " vCard kimliği bulunamadı . " ,
2012-12-28 00:19:49 +01:00
" Could not find the Addressbook with ID: " => " Adres defterinde bu ID bulunamadı : " ,
2012-09-02 02:09:59 +02:00
" You do not have the permissions to delete this contact. " => " Bu kişiyi silmek için yetkiniz yok. " ,
" There was an error deleting this contact. " => " Kişi silinirken hata oluştu. " ,
2012-12-28 00:19:49 +01:00
" Contact not found. " => " Bağlantı bulunamadı . " ,
" HomePage " => " Ev Sayfası " ,
" New Group " => " Yeni Grup " ,
2012-09-02 02:09:59 +02:00
" Settings " => " Ayarlar " ,
2012-12-28 00:19:49 +01:00
" Address books " => " Adres defterleri " ,
2012-11-25 00:02:56 +01:00
" Import " => " İçe aktar " ,
2012-12-28 00:19:49 +01:00
" Select files to import " => " İçe aktarı lacak dosyarı seçin " ,
" Select files " => " Dosyaları seçin " ,
" Import into: " => " İçe aktar: " ,
2012-12-09 00:09:39 +01:00
" OK " => " OK " ,
2013-01-23 00:04:26 +01:00
" (De-)select all " => " Hepsini seç(me) " ,
2012-11-26 00:03:41 +01:00
" New Contact " => " Yeni Kişi " ,
2012-12-28 00:19:49 +01:00
" Download Contact(s) " => " Bağlantı (ları ) İndir " ,
2012-11-25 00:02:56 +01:00
" Groups " => " Gruplar " ,
2012-12-28 00:19:49 +01:00
" Favorite " => " Favori " ,
" Delete Contact " => " Bağlantı yı Sil " ,
2012-07-31 22:57:24 +02:00
" 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 " ,
2012-09-02 02:09:59 +02:00
" Next addressbook " => " Sonraki adresdefteri " ,
" Previous addressbook " => " Önceki adresdefteri " ,
2012-07-31 22:57:24 +02:00
" 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 " ,
2012-12-30 00:04:12 +01:00
" <h3>You have no contacts in your addressbook.</h3><p>Add a new contact or import existing contacts from a VCF file.</p> " => " <h3>Adres defterinizde hiç bağlantı nı z yok.</h3><p>yeni bir bağlantı ekleyin veya bir VCF dosyası ndan içe aktarı n.</p> " ,
2012-11-25 00:02:56 +01:00
" Add contact " => " Bağlatı ekle " ,
2012-12-28 00:19:49 +01:00
" Compose mail " => " Posta oluştur " ,
" Delete group " => " Grubu sil " ,
2012-07-31 22:57:24 +02:00
" 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ç " ,
2012-12-28 00:19:49 +01:00
" First name " => " İsim " ,
2012-11-25 00:02:56 +01:00
" Additional names " => " İlave isimler " ,
2012-12-28 00:19:49 +01:00
" Last name " => " Soyisim " ,
2013-01-23 00:04:26 +01:00
" Select groups " => " Grupları seç " ,
2012-05-13 19:59:44 +02:00
" Nickname " => " Takma ad " ,
2012-12-11 00:03:50 +01:00
" Enter nickname " => " Takma adı girin " ,
2012-11-26 00:03:41 +01:00
" Title " => " Başlı k " ,
2012-12-28 00:19:49 +01:00
" Enter title " => " Başlı k girin " ,
2012-11-25 00:02:56 +01:00
" Organization " => " Organizasyon " ,
2012-12-28 00:19:49 +01:00
" Enter organization " => " Organizasyonu girin " ,
2012-11-15 00:03:39 +01:00
" Birthday " => " Doğum günü " ,
2012-12-30 00:04:12 +01:00
" Notes go here... " => " Notlar buraya gidiyor... " ,
2012-12-28 00:19:49 +01:00
" Export as VCF " => " VCF olarak dı şa aktar " ,
2012-11-26 00:03:41 +01:00
" Add " => " Ekle " ,
2012-11-25 00:02:56 +01:00
" Phone " => " Telefon " ,
" Email " => " Eposta " ,
" Instant Messaging " => " Anı nda Mesajlaşma " ,
" Address " => " Adres " ,
" Note " => " Not " ,
" Web site " => " Web sitesi " ,
2012-12-12 00:10:33 +01:00
" Delete contact " => " Kişiyi sil " ,
2012-05-09 12:41:01 +02:00
" Preferred " => " Tercih edilen " ,
2012-05-13 19:59:44 +02:00
" Please specify a valid email address. " => " Lütfen geçerli bir eposta adresi belirtin. " ,
2012-12-28 00:19:49 +01:00
" someone@example.com " => " someone@example.com " ,
2012-05-13 19:59:44 +02:00
" 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 " ,
2012-11-25 00:02:56 +01:00
" Go to web site " => " Web sitesine git " ,
2012-12-28 00:19:49 +01:00
" Delete URL " => " URL'yi sil " ,
2012-11-25 00:02:56 +01:00
" View on map " => " Haritada gör " ,
2012-12-28 00:19:49 +01:00
" Delete address " => " Adresi sil " ,
" 1 Main Street " => " 1 Main Street " ,
2012-12-11 00:03:50 +01:00
" Street address " => " Sokak adresi " ,
2012-12-28 00:19:49 +01:00
" 12345 " => " 12345 " ,
2012-12-11 00:03:50 +01:00
" Postal code " => " Posta kodu " ,
2012-12-28 00:19:49 +01:00
" Your city " => " Şehriniz " ,
2012-12-11 00:03:50 +01:00
" City " => " Şehir " ,
2012-12-28 00:19:49 +01:00
" Some region " => " Bölge " ,
" State or province " => " Eyalet " ,
" Your country " => " Ükleniz " ,
2012-12-11 00:03:50 +01:00
" Country " => " Ülke " ,
2012-09-02 02:09:59 +02:00
" Instant Messenger " => " Instant Messenger " ,
" Delete IM " => " IM Sil " ,
2012-12-08 00:08:12 +01:00
" Share " => " Paylaş " ,
" Export " => " Dı şa aktar " ,
2012-12-28 00:19:49 +01:00
" CardDAV link " => " CardDAV bağlantı sı " ,
2012-07-31 22:57:24 +02:00
" The temporary image has been removed from cache. " => " Geçici resim ön bellekten silinmiştir. " ,
2012-05-13 19:59:44 +02:00
" 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ı ) " ,
2012-07-31 22:57:24 +02:00
" iOS/OS X " => " iOS/OS X " ,
2012-09-07 02:10:31 +02:00
" Addressbooks " => " Adres defterleri " ,
2012-08-03 02:04:12 +02:00
" New Address Book " => " Yeni Adres Defteri " ,
2012-09-02 02:09:59 +02:00
" Name " => " Ad " ,
" Description " => " Tanı mlama " ,
2012-09-26 13:27:02 +02:00
" Save " => " Kaydet "
2012-01-11 01:06:59 +01:00
);