Better white/blacklist handling
This commit is contained in:
@@ -22,8 +22,8 @@ $lang['danger']['object_is_not_numeric'] = "Value %s is not numeric";
|
||||
$lang['success']['domain_added'] = "Added domain %s";
|
||||
$lang['danger']['alias_empty'] = "Alias address must not be empty";
|
||||
$lang['danger']['goto_empty'] = "Goto address must not be empty";
|
||||
$lang['danger']['blacklist_exists'] = "A blacklist record with that name exists";
|
||||
$lang['danger']['blacklist_from_invalid'] = "Blacklist record has invalid format";
|
||||
$lang['danger']['policy_list_from_exists'] = "A record with given name exists";
|
||||
$lang['danger']['policy_list_from_invalid'] = "Record has invalid format";
|
||||
$lang['danger']['whitelist_exists'] = "A whitelist record with that name exists";
|
||||
$lang['danger']['whitelist_from_invalid'] = "Whitelist record has invalid format";
|
||||
$lang['danger']['alias_invalid'] = "Alias address is invalid";
|
||||
@@ -122,6 +122,7 @@ $lang['user']['spamfilter_table_rule'] = 'Rule';
|
||||
$lang['user']['spamfilter_table_action'] = 'Action';
|
||||
$lang['user']['spamfilter_table_empty'] = 'No data to display';
|
||||
$lang['user']['spamfilter_table_remove'] = 'remove';
|
||||
$lang['user']['spamfilter_table_add'] = 'Add item';
|
||||
$lang['user']['spamfilter_default_score'] = 'Spam score:';
|
||||
$lang['user']['spamfilter_green'] = 'Green: this message is not spam';
|
||||
$lang['user']['spamfilter_yellow'] = 'Yellow: this message may be spam, will be tagged as spam and moved to your junk folder';
|
||||
|
Reference in New Issue
Block a user