<?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';
|
$wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.';
|
?>
|