Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['email_txt'] = 'Email';
T 3 $wb['spam_rewrite_score_int_txt'] = 'Rewrite score';
4 $wb['spam_redirect_score_int_txt'] = 'Redirect score';
5 $wb['spam_delete_score_int_txt'] = 'Delete score';
6 $wb['spam_rewrite_subject_txt'] = 'Rewrite subject';
7 $wb['spam_redirect_maildir_txt'] = 'Redirect mailbox';
8cf78b 8 $wb['active_txt'] = 'Aktivno';
b51db0 9 $wb['spam_rewrite_txt'] = 'Rewrite email subject above this score.';
T 10 $wb['spam_redirect_txt'] = 'Redirect email above this score to the selected mailbox.';
11 $wb['spam_delete_txt'] = 'Delete email above this score.';
12 $wb['disable_txt'] = 'Hint: To disable a filtering option, set the score to 0.00.';
13 $wb['email_error_isemail'] = 'Email address is invalid.';
14 $wb['email_error_unique'] = 'There is already an spamfilter record for this email address.';
15 $wb['spam_redirect_maildir_purge_txt'] = 'Purge Maildir after';
16 $wb['days_txt'] = 'Days.';
f99b12 17 ?>