Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory-plugins
Commits
029986db
Commit
029986db
authored
Dec 16, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Dec 16, 2014
Browse files
Fixes
#3514
fixed some string in mail plugin
parent
a5908299
Changes
2
Hide whitespace changes
Inline
Side-by-side
mail/admin/systems/services/spam/class_serviceSpamAssassin.inc
View file @
029986db
...
@@ -113,7 +113,7 @@ class serviceSpamAssassin extends simpleService {
...
@@ -113,7 +113,7 @@ class serviceSpamAssassin extends simpleService {
'attrs'
=>
array
(
'attrs'
=>
array
(
new
SetAttribute
(
new
SetAttribute
(
new
CompositeAttribute
(
new
CompositeAttribute
(
_
(
'Edit spam
ruleEdit spam
rule'
),
_
(
'Edit spam rule'
),
'saRule'
,
'saRule'
,
array
(
array
(
new
StringAttribute
(
_
(
'Name'
),
''
,
'ruleName'
),
new
StringAttribute
(
_
(
'Name'
),
''
,
'ruleName'
),
...
...
mail/admin/systems/services/virus/class_serviceAntiVirus.inc
View file @
029986db
...
@@ -65,7 +65,7 @@ class serviceAntiVirus extends simpleService {
...
@@ -65,7 +65,7 @@ class serviceAntiVirus extends simpleService {
5
5
),
),
new
IntAttribute
(
new
IntAttribute
(
_
(
'Max directory recursions'
),
_
(
'Max directory recursions'
),
_
(
'Max directory recursions'
),
_
(
'Max
imum number of
directory recursions'
),
'avMaxDirectoryRecursions'
,
FALSE
,
'avMaxDirectoryRecursions'
,
FALSE
,
0
,
FALSE
,
4
0
,
FALSE
,
4
),
),
...
@@ -110,7 +110,7 @@ class serviceAntiVirus extends simpleService {
...
@@ -110,7 +110,7 @@ class serviceAntiVirus extends simpleService {
0
,
FALSE
,
5
0
,
FALSE
,
5
),
),
new
IntAttribute
(
new
IntAttribute
(
_
(
'Maximum compression ratio'
),
_
(
'
'
),
_
(
'Maximum compression ratio'
),
_
(
'
Maximum compression ratio
'
),
'avArchiveMaxCompressionRatio'
,
FALSE
,
'avArchiveMaxCompressionRatio'
,
FALSE
,
0
,
FALSE
,
95
0
,
FALSE
,
95
),
),
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#1064 (closed)
·
Sep 02, 2017
mentioned in issue
#1064 (closed)
mentioned in issue #1064
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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