Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
93ef0067
Commit
93ef0067
authored
Feb 05, 2014
by
Marius Cramer
Browse files
Implemented: FS#3150 - Add description text to spamfilter levels
parent
0d68e921
Changes
9
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/spamfilter_blacklist.tform.php
View file @
93ef0067
...
...
@@ -101,7 +101,7 @@ $form["tabs"]['blacklist'] = array (
'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
View file @
93ef0067
...
...
@@ -73,7 +73,7 @@ $form["tabs"]['users'] = array (
'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
View file @
93ef0067
...
...
@@ -108,7 +108,7 @@ $form["tabs"]['whitelist'] = array (
'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
View file @
93ef0067
...
...
@@ -6,4 +6,7 @@ $wb['email_txt'] = 'E-Mail Adresse';
$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'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/de_spamfilter_users.lng
View file @
93ef0067
...
...
@@ -7,4 +7,7 @@ $wb['fullname_txt'] = 'Name';
$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'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/de_spamfilter_whitelist.lng
View file @
93ef0067
...
...
@@ -6,4 +6,7 @@ $wb['email_txt'] = 'E-Mail';
$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'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/en_spamfilter_blacklist.lng
View file @
93ef0067
...
...
@@ -6,4 +6,7 @@ $wb["email_txt"] = 'Email';
$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'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/en_spamfilter_users.lng
View file @
93ef0067
...
...
@@ -7,4 +7,7 @@ $wb["fullname_txt"] = 'Name';
$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'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/en_spamfilter_whitelist.lng
View file @
93ef0067
...
...
@@ -6,4 +6,7 @@ $wb["email_txt"] = 'Email';
$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'
;
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment