Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
interface/web/mail/lib/lang/tr_mail_get.lng
@@ -1,19 +1,19 @@
<?php
$wb['server_id_txt'] = 'Sunucu';
$wb['type_txt'] = 'Çeşit';
$wb['source_server_txt'] = 'Pop3/Imap Server';
$wb['source_username_txt'] = 'Kullanıcı adı';
$wb['source_password_txt'] = 'Şifre';
$wb['source_delete_txt'] = 'Tekrar gelen mailleri sil';
$wb['type_txt'] = 'Tip';
$wb['source_server_txt'] = 'POP3/IMAP Sunucusu';
$wb['source_username_txt'] = 'Kullanıcı Adı';
$wb['source_password_txt'] = 'Parola';
$wb['source_delete_txt'] = 'E-postalar alındıktan sonra silinsin';
$wb['source_delete_note_txt'] = 'Lütfen bu seçeneği etkinleştirmeden önce, e-posta alınabildiğine emin olun.';
$wb['source_read_all_txt'] = 'Tüm e-postalar alınsın (okunmuşlar dahil)';
$wb['destination_txt'] = 'Hedef';
$wb['active_txt'] = 'Aktif';
$wb['limit_fetchmail_txt'] = 'Hesabınızdaki max. Fetchmail kaydı sayısına ulaştınız.';
$wb['source_server_error_isempty'] = 'Sunucu boş.';
$wb['source_username_error_isempty'] = 'Kullanıcı adı boş.';
$wb['source_password_error_isempty'] = 'Şifre boş.';
$wb['destination_error_isemail'] = 'Hedef seçilmedi.';
$wb['source_server_error_regex'] = 'Pop3/Imap Sunucu geçerli bir domaine sahip değil.';
$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)';
$wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes';
$wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.';
$wb['active_txt'] = 'Etkin';
$wb['limit_fetchmail_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla posta alma kaydı sayısına ulaştınız.';
$wb['source_server_error_isempty'] = 'Sunucu boş olamaz.';
$wb['source_username_error_isempty'] = 'Kullanıcı adı boş olamaz.';
$wb['source_password_error_isempty'] = 'Parola boş olamaz.';
$wb['destination_error_isemail'] = 'Hedef seçilmemiş.';
$wb['source_server_error_regex'] = 'POP3/IMAP Sunucu alan adı geçersiz.';
$wb['error_delete_read_all_combination'] = 'Seçenek kombinasyonu geçersiz. You can not use "E-postalar alındıktan sonra silinsin" = Hayır iken "Tüm e-postalar alınsın" = Evet olamaz';
?>