37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"This is not your addressbook." => "Bu sizin adres defteriniz değil.",
|
||
"Contact could not be found." => "Kişi bulunamadı.",
|
||
"vCard could not be read." => "vCard okunamadı.",
|
||
"Information about vCard is incorrect. Please reload the page." => "vCard bilgileri doğru değil. Lütfen sayfayı yenileyin.",
|
||
"Address" => "Adres",
|
||
"Telephone" => "Telefon",
|
||
"Email" => "Eposta",
|
||
"Organization" => "Organizasyon",
|
||
"Work" => "İş",
|
||
"Home" => "Ev",
|
||
"Mobile" => "Mobil",
|
||
"Text" => "Metin",
|
||
"Voice" => "Ses",
|
||
"Fax" => "Faks",
|
||
"Video" => "Video",
|
||
"Pager" => "Sayfalayıcı",
|
||
"This is not your contact." => "Bu sizin kişiniz değil.",
|
||
"This card is not RFC compatible." => "Bu kart RFC uyumlu değil.",
|
||
"This card does not contain a photo." => "Bu kart resim içermiyor.",
|
||
"Add Contact" => "Kişi Ekle",
|
||
"Group" => "Grup",
|
||
"Name" => "Ad",
|
||
"PO Box" => "Posta Kutusu",
|
||
"Extended" => "Uzatılmış",
|
||
"Street" => "Sokak",
|
||
"City" => "Şehir",
|
||
"Region" => "Bölge",
|
||
"Zipcode" => "Posta kodu",
|
||
"Country" => "Ülke",
|
||
"Create Contact" => "Kişi Oluştur",
|
||
"Edit" => "Düzenle",
|
||
"Delete" => "Sil",
|
||
"Birthday" => "Doğum günü",
|
||
"Phone" => "Telefon"
|
||
);
|