Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
commit | author | age
6697eb 1 <?php
2d870d 2 $wb['server_id_txt'] = 'Sunucu';
bd12aa 3 $wb['type_txt'] = 'Tip';
TB 4 $wb['source_server_txt'] = 'POP3/IMAP Sunucusu';
5 $wb['source_username_txt'] = 'Kullanıcı Adı';
6 $wb['source_password_txt'] = 'Parola';
7 $wb['source_delete_txt'] = 'E-postalar alındıktan sonra silinsin';
8 $wb['source_delete_note_txt'] = 'Lütfen bu seçeneği etkinleştirmeden önce, e-posta alınabildiğine emin olun.';
9 $wb['source_read_all_txt'] = 'Tüm e-postalar alınsın (okunmuşlar dahil)';
2d870d 10 $wb['destination_txt'] = 'Hedef';
bd12aa 11 $wb['active_txt'] = 'Etkin';
TB 12 $wb['limit_fetchmail_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla posta alma kaydı sayısına ulaştınız.';
13 $wb['source_server_error_isempty'] = 'Sunucu boş olamaz.';
14 $wb['source_username_error_isempty'] = 'Kullanıcı adı boş olamaz.';
15 $wb['source_password_error_isempty'] = 'Parola boş olamaz.';
16 $wb['destination_error_isemail'] = 'Hedef seçilmemiş.';
17 $wb['source_server_error_regex'] = 'POP3/IMAP Sunucu alan adı geçersiz.';
18 $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';
6697eb 19 ?>