Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
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 ?>
21c8aa 18
TB 19