Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
commit | author | age
1ca823 1 <?php
T 2 $wb['custom_mailfilter_txt'] = 'Resep penyaringan email kastem';
3 $wb['email_txt'] = 'Email';
4 $wb['cryptpwd_txt'] = 'Kata Sandi';
5 $wb['password_strength_txt'] = 'Kekuatan Sandi';
6 $wb['active_txt'] = 'Aktif';
7 $wb['email_error_isemail'] = 'Alamat email tidak valid.';
8 $wb['email_error_unique'] = 'Alamat Email Ganda.';
9 $wb['autoresponder_text_txt'] = 'Teks';
10 $wb['autoresponder_txt'] = 'Aktif';
11 $wb['autoresponder_start_date_txt'] = 'Dimulai pada';
b67344 12 $wb['autoresponder_start_date_ispast'] = 'Tanggal mulai tidak boleh sebelum tanggal hari ini.';
1ca823 13 $wb['autoresponder_end_date_txt'] = 'Selesai pada';
T 14 $wb['autoresponder_end_date_isgreater'] = 'Tanggal selesai harus diset dan harus lebih dari tanggal mulai.';
15 $wb['no_domain_perm'] = 'Anda tidak memiliki hak untuk domain ini.';
16 $wb['error_no_pwd'] = 'Kata sandi kosong.';
17 $wb['quota_error_isint'] = 'Ukuran Mailbox harus berupa angka.';
18 $wb['quota_txt'] = 'Kuota';
19 $wb['server_id_txt'] = 'id_server';
20 $wb['password_txt'] = 'Kata Sandi';
229a3f 21 $wb['password_click_to_set_txt'] = 'Click to set';
1ca823 22 $wb['maildir_txt'] = 'Maildir';
T 23 $wb['postfix_txt'] = 'Dapat Menerima';
f665ce 24 $wb['greylisting_txt'] = 'Enable greylisting';
1ca823 25 $wb['access_txt'] = 'Dapat Mengakses';
T 26 $wb['policy_txt'] = 'Spamfilter';
27 $wb['no_policy'] = '- tidak diaktifkan -';
28 $wb['limit_mailbox_txt'] = 'Jumlah maks mailbox untuk akun Anda sudah tercapai.';
29 $wb['limit_mailquota_txt'] = 'Ruang maks untuk mailbox sudah tercapai. Ruang maks yang tersedia dalam MB adalah';
30 $wb['disableimap_txt'] = 'Nonaktifkan IMAP';
31 $wb['disablepop3_txt'] = 'Nonaktifkan POP3';
32 $wb['duplicate_alias_or_forward_txt'] = 'Sudah ada alias atau forward untuk alamat email ini.';
33 $wb['quota_error_value'] = 'Nilai kuota tidak valid. Nilai yang diperbolehkan adalah: 0 untuk tak terbatas atau angka > 1';
34 $wb['move_junk_txt'] = 'Pindahkan Email Spam ke direktori Junk';
35 $wb['name_txt'] = 'Nama Lengkap';
36 $wb['name_optional_txt'] = '(Opsional)';
37 $wb['autoresponder_active'] = 'Aktifkan Penjawab Otomatis';
38 $wb['cc_txt'] = 'Kirim salinan ke';
39 $wb['cc_error_isemail'] = 'Kolom Kirim salinan ke tidak berisi alamat email yang valid';
d7be27 40 $wb['domain_txt'] = 'Domain';
T 41 $wb['now_txt'] = 'Now';
42 $wb['login_error_unique'] = 'Login is already taken.';
43 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
44 $wb['login_txt'] = 'Login (optional)';
45 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 46 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 47 $wb['autoresponder_subject'] = 'Out of office reply';
48 $wb['generate_password_txt'] = 'Generate Password';
49 $wb['repeat_password_txt'] = 'Repeat Password';
50 $wb['password_mismatch_txt'] = 'The passwords do not match.';
51 $wb['password_match_txt'] = 'The passwords do match.';
407003 52 $wb['backup_interval_txt'] = 'Backup interval';
TB 53 $wb['backup_copies_txt'] = 'Number of backup copies';
71144c 54 $wb['no_backup_txt'] = 'No backup';
FS 55 $wb['daily_backup_txt'] = 'Daily';
56 $wb['weekly_backup_txt'] = 'Weekly';
57 $wb['monthly_backup_txt'] = 'Monthly';
dc9e64 58 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 59 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 60 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
407003 61 $wb['autoresponder_start_date_is_required'] = 'Start date must be set when Autoresponder is enabled.';
TB 62 $wb['sender_cc_txt'] = 'Send outgoing copy to';
63 $wb['sender_cc_error_isemail'] = 'The -Send outgoing copy to- field does not contain a valid email address';
64 $wb['sender_cc_note_txt'] = '(Separate multiple email addresses with commas)';
1ca823 65 ?>