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
ISPConfig
ISPConfig 3
Commits
9f4944b0
Commit
9f4944b0
authored
Jul 08, 2009
by
tbrehm
Browse files
Added missing error messages to firewall language file.
parent
7d5fa885
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/lib/lang/en_firewall.lng
View file @
9f4944b0
...
...
@@ -6,4 +6,7 @@ $wb["tcp_port_help_txt"] = 'Separated by comma';
$wb
[
"udp_port_help_txt"
]
=
'Separated by comma'
;
$wb
[
"active_txt"
]
=
'Active'
;
$wb
[
"firewall_error_unique"
]
=
'There is already a firewall record for this server.'
;
$wb
[
"active_txt"
]
=
'Active'
;
$wb
[
"tcp_ports_error_regex"
]
=
'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".'
;
$wb
[
"udp_ports_error_regex"
]
=
'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".'
;
?>
\ 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