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
565785a9
Commit
565785a9
authored
Mar 03, 2009
by
tbrehm
Browse files
Added missing error messages for server config form.
parent
ceccb424
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/lib/lang/en_server_config.lng
View file @
565785a9
...
...
@@ -32,4 +32,9 @@ $wb["gateway_txt"] = 'Gateway';
$wb
[
"hostname_txt"
]
=
'Hostname'
;
$wb
[
"nameservers_txt"
]
=
'Nameservers'
;
$wb
[
"auto_network_configuration_txt"
]
=
'Network Configuration'
;
$wb
[
"ip_address_error_wrong"
]
=
'Invalid IP address format.'
;
$wb
[
"netmask_error_wrong"
]
=
'Invalid Netmask format.'
;
$wb
[
"gateway_error_wrong"
]
=
'Invalid Gateway format.'
;
$wb
[
"hostname_error_empty"
]
=
'Hostname is empty.'
;
$wb
[
"nameservers_error_empty"
]
=
'Nameserver is empty.'
;
?>
\ 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