Marius Cramer
2014-02-05 93ef006753cd5b04f55225120bd183076cfc460d
Implemented: FS#3150 - Add description text to spamfilter levels
9 files modified
24 ■■■■ changed files
interface/web/mail/form/spamfilter_blacklist.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/form/spamfilter_users.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/form/spamfilter_whitelist.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/de_spamfilter_blacklist.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/de_spamfilter_users.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/de_spamfilter_whitelist.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_spamfilter_blacklist.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_spamfilter_users.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_spamfilter_whitelist.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/mail/form/spamfilter_blacklist.tform.php
@@ -101,7 +101,7 @@
            'datatype' => 'INTEGER',
            'formtype' => 'SELECT',
            'default' => 5,
            'value'  => array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10)
            'value'  => array(1 => '1 - lowest', 2 => 2, 3 => 3, 4 => 4, 5 => '5 - medium', 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => '10 - highest')
        ),
        'active' => array (
            'datatype' => 'VARCHAR',
interface/web/mail/form/spamfilter_users.tform.php
@@ -73,7 +73,7 @@
            'datatype' => 'INTEGER',
            'formtype' => 'SELECT',
            'default' => 5,
            'value'  => array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10)
            'value'  => array(1 => '1 - lowest', 2 => 2, 3 => 3, 4 => 4, 5 => '5 - medium', 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => '10 - highest')
        ),
        'policy_id' => array (
            'datatype' => 'INTEGER',
interface/web/mail/form/spamfilter_whitelist.tform.php
@@ -108,7 +108,7 @@
            'datatype' => 'INTEGER',
            'formtype' => 'SELECT',
            'default' => 5,
            'value'  => array(1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10)
            'value'  => array(1 => '1 - lowest', 2 => 2, 3 => 3, 4 => 4, 5 => '5 - medium', 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => '10 - highest')
        ),
        'active' => array (
            'datatype' => 'VARCHAR',
interface/web/mail/lib/lang/de_spamfilter_blacklist.lng
@@ -6,4 +6,7 @@
$wb['priority_txt'] = 'Priorität';
$wb['active_txt'] = 'Aktiv';
$wb['limit_spamfilter_wblist_txt'] = 'Die maximale Anzahl an White- oder Blacklist Einträgen für ihr Konto wurde erreicht.';
$wb['10 - highest'] = '10 - höchste';
$wb['5 - medium'] = '5 - normal';
$wb['1 - lowest'] = '1 - niedrigste';
?>
interface/web/mail/lib/lang/de_spamfilter_users.lng
@@ -7,4 +7,7 @@
$wb['local_txt'] = 'Lokal';
$wb['email_error_notempty'] = 'Die E-Mail-Adresse darf nicht leer sein.';
$wb['fullname_error_notempty'] = 'Der Name darf nicht leer sein.';
$wb['10 - highest'] = '10 - höchste';
$wb['5 - medium'] = '5 - normal';
$wb['1 - lowest'] = '1 - niedrigste';
?>
interface/web/mail/lib/lang/de_spamfilter_whitelist.lng
@@ -6,4 +6,7 @@
$wb['priority_txt'] = 'Priorität';
$wb['active_txt'] = 'Aktiv';
$wb['limit_spamfilter_wblist_txt'] = 'Die maximale Anzahl an White- oder Blacklist Einträgen für Ihr Konto wurde erreicht.';
$wb['10 - highest'] = '10 - höchste';
$wb['5 - medium'] = '5 - normal';
$wb['1 - lowest'] = '1 - niedrigste';
?>
interface/web/mail/lib/lang/en_spamfilter_blacklist.lng
@@ -6,4 +6,7 @@
$wb["priority_txt"] = 'Priority';
$wb["active_txt"] = 'Active';
$wb["limit_spamfilter_wblist_txt"] = 'The max. number of White- or Blacklist records for your account is reached.';
$wb['10 - highest'] = '10 - highest';
$wb['5 - medium'] = '5 - medium';
$wb['1 - lowest'] = '1 - lowest';
?>
interface/web/mail/lib/lang/en_spamfilter_users.lng
@@ -7,4 +7,7 @@
$wb["local_txt"] = 'Local';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
$wb['10 - highest'] = '10 - highest';
$wb['5 - medium'] = '5 - medium';
$wb['1 - lowest'] = '1 - lowest';
?>
interface/web/mail/lib/lang/en_spamfilter_whitelist.lng
@@ -6,4 +6,7 @@
$wb["priority_txt"] = 'Priority';
$wb["active_txt"] = 'Active';
$wb["limit_spamfilter_wblist_txt"] = 'The max. number of White- or Blacklist records for your account is reached.';
$wb['10 - highest'] = '10 - highest';
$wb['5 - medium'] = '5 - medium';
$wb['1 - lowest'] = '1 - lowest';
?>