| | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/tr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | $messages['errorsavingsent'] = 'Gönderilen postayı kaydederken hata oluştu'; |
| | | $messages['errorsaving'] = 'Kaydederken bir hata oluştu'; |
| | | $messages['errormoving'] = 'Posta taşınamadı'; |
| | | $messages['errorcopying'] = 'Posta kopyalanamadı'; |
| | | $messages['errordeleting'] = 'Posta silinemedi'; |
| | | $messages['errormarking'] = 'Posta işaretlenemedi'; |
| | | $messages['deletecontactconfirm'] = 'Seçili kişileri silmek istediğinizden emin misiniz?'; |
| | |
| | | $messages['sourceisreadonly'] = 'Adres kaynağı salt okunur durumda'; |
| | | $messages['errorsavingcontact'] = 'Kişinin adresi kaydedilemedi'; |
| | | $messages['movingmessage'] = 'Posta taşınıyor...'; |
| | | $messages['copyingmessage'] = 'Posta kopyalanıyor...'; |
| | | $messages['receiptsent'] = 'Okundu onayı gönderildi'; |
| | | $messages['errorsendingreceipt'] = 'Okundu onayı gönderilemedi'; |
| | | $messages['nodeletelastidentity'] = 'Son kimliğiniz olduğu için bu kimliği silemezsiniz'; |
| | |
| | | $messages['forbiddencharacter'] = 'Klasör ismi yasaklanmış bir karakter içeriyor'; |
| | | $messages['selectimportfile'] = 'Lütfen yüklenecek dosyayı seçin'; |
| | | $messages['addresswriterror'] = 'Seçili adres defterine yazılamaz'; |
| | | $messages['contactaddedtogroup'] = 'Kişiler bu gruba eklendi'; |
| | | $messages['contactremovedfromgroup'] = 'Kişiler bu gruptan çıkarıldı'; |
| | | $messages['importwait'] = 'Aktarılıyor, lütfen bekleyin...'; |
| | | $messages['importerror'] = 'İçe aktarma başarısız! Yüklenen dosya geçerli bir vCard dosyası değil'; |
| | | $messages['importconfirm'] = '<b>$inserted kişi başarıyla aktarıldı, halihazırda var olan $skipped kişi atlandı</b>:<p><em>$names</em></p>'; |
| | |
| | | $messages['httpreceivedencrypterror'] = 'Ayarlarda bir hata oluştu. Sistem yöneticinize haber verin. <b>Postanız gönderilemedi</b>'; |
| | | $messages['smtpconnerror'] = 'SMTP Hatası ($code): Sunucuya bağlanılamadı'; |
| | | $messages['smtpautherror'] = 'SMTP Hatası ($code): Kimlik doğrulama başarısız oldu'; |
| | | $messages['smtpfromerror'] = 'SMTP Hatası ($code): Gönderen adresi "$from" olarak ayarlanamadı'; |
| | | $messages['smtptoerror'] = 'SMTP Hatası ($code): "$to" alıcısı eklenemedi'; |
| | | $messages['smtpfromerror'] = 'SMTP Hatası ($code): Gönderen adresi "$from" olarak ayarlanamadı ($msg)'; |
| | | $messages['smtptoerror'] = 'SMTP Hatası ($code): "$to" alıcısı eklenemedi ($msg)'; |
| | | $messages['smtprecipientserror'] = 'SMTP Hatası: Posta alıcılarının listesi ayrıştırılamadı'; |
| | | $messages['smtperror'] = 'SMTP Hatası: $msg'; |
| | | $messages['emailformaterror'] = 'Hatalı e-posta adresi: $email'; |
| | | $messages['toomanyrecipients'] = 'Çok fazla alıcı. En fazla $max alıcı girebilirsiniz.'; |
| | | $messages['maxgroupmembersreached'] = 'Grup üyelerinin sayısı $max sınırını aşıyor.'; |
| | | $messages['internalerror'] = 'Bir hata oluştu. Lütfen tekrar deneyin.'; |
| | | |
| | | ?> |