tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Tipe';
$wb['source_server_txt'] = 'Server Pop3/Imap';
$wb['source_username_txt'] = 'Nama Pengguna';
$wb['source_password_txt'] = 'Kata Sandi';
$wb['source_delete_txt'] = 'Hapus email setelah pengambilan';
$wb['destination_txt'] = 'Tujuan';
$wb['active_txt'] = 'Aktif';
$wb['limit_fetchmail_txt'] = 'Jumlah maks record Fetchmail untuk akun Anda telah tercapai.';
$wb['source_server_error_isempty'] = 'Server kosong.';
$wb['source_username_error_isempty'] = 'Nama Pengguna kosong.';
$wb['source_password_error_isempty'] = 'Kata Sandi kosong.';
$wb['destination_error_isemail'] = 'Tidak ada tujuan yang dipilih.';
$wb['source_server_error_regex'] = 'Server Pop3/Imap bukan merupakan nama domain yang valid.';
$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';
?>