summaryrefslogtreecommitdiffstats
path: root/apps/contacts/l10n/tr.php
blob: 71d3c42ff682a4148199aa5eddbda80fe2185da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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ı.",
"Error adding contact property." => "Kişi özelliği eklenirken hata oluştu.",
"Error adding addressbook." => "Adres defteri eklenirken hata oluştu.",
"Error activating addressbook." => "Adres defteri etkinleştirilirken 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.",
"Error updating contact property." => "Kişi özelliği güncellenirken hata oluştu.",
"Error updating addressbook." => "Adres defteri güncellenirken hata oluştu.",
"Contacts" => "Kişiler",
"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",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Sayfalayıcı",
"Contact" => "Kişi",
"Add Contact" => "Kişi Ekle",
"Addressbooks" => "Adres defterleri",
"New Address Book" => "Yeni Adres Defteri",
"CardDav Link" => "CardDav Bağlantısı",
"Download" => "İndir",
"Edit" => "Düzenle",
"Delete" => "Sil",
"Download contact" => "Kişiyi indir",
"Delete contact" => "Kişiyi sil",
"Birthday" => "Doğum günü",
"Preferred" => "Tercih edilen",
"Phone" => "Telefon",
"Type" => "Tür",
"PO Box" => "Posta Kutusu",
"Extended" => "Uzatılmış",
"Street" => "Sokak",
"City" => "Şehir",
"Region" => "Bölge",
"Zipcode" => "Posta kodu",
"Country" => "Ülke",
"Add" => "Ekle",
"Addressbook" => "Adres defteri",
"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"
);