tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
6697eb 1 <?php
2d870d 2 $wb['server_id_txt'] = 'Sunucu';
F 3 $wb['type_txt'] = 'Çeşit';
4 $wb['source_server_txt'] = 'Pop3/Imap Server';
5 $wb['source_username_txt'] = 'Kullanıcı adı';
6 $wb['source_password_txt'] = 'Şifre';
7 $wb['source_delete_txt'] = 'Tekrar gelen mailleri sil';
8 $wb['destination_txt'] = 'Hedef';
9 $wb['active_txt'] = 'Aktif';
10 $wb['limit_fetchmail_txt'] = 'Hesabınızdaki max. Fetchmail kaydı sayısına ulaştınız.';
11 $wb['source_server_error_isempty'] = 'Sunucu boş.';
12 $wb['source_username_error_isempty'] = 'Kullanıcı adı boş.';
13 $wb['source_password_error_isempty'] = 'Şifre boş.';
14 $wb['destination_error_isemail'] = 'Hedef seçilmedi.';
e4aa20 15 $wb['source_server_error_regex'] = 'Pop3/Imap Sunucu geçerli bir domaine sahip değil.';
d6cd45 16 $wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)';
cb9197 17 $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';
6697eb 18 ?>