Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
ecb8730e
Commit
ecb8730e
authored
May 28, 2008
by
tbrehm
Browse files
- Added missing error messages in language files.
parent
43ce66dc
Changes
20
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/client.tform.php
View file @
ecb8730e
...
...
@@ -570,7 +570,7 @@ $form["tabs"]['limits'] = array (
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISINT'
,
'errmsg'
=>
'limit_dns_
zone
_error_notint'
),
'errmsg'
=>
'limit_dns_
record
_error_notint'
),
),
'default'
=>
'-1'
,
'value'
=>
''
,
...
...
interface/web/client/lib/lang/en_client.lng
View file @
ecb8730e
...
...
@@ -55,5 +55,27 @@ $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
$wb
[
"limit_dns_record_txt"
]
=
'Max. number DNS records'
;
$wb
[
"limit_shell_user_txt"
]
=
'Max. number of Shell users'
;
$wb
[
"limit_client_txt"
]
=
'Max. number of Clients'
;
$wb
[
"username_error_empty"
]
=
'Username is empty.'
;
$wb
[
"username_error_unique"
]
=
'The username must be unique.'
;
$wb
[
"limit_maildomain_error_notint"
]
=
'The email domain limit must be a number.'
;
$wb
[
"limit_mailbox_error_notint"
]
=
'The mailbox limit must be a number.'
;
$wb
[
"limit_mailalias_error_notint"
]
=
'The email alias limit must be a number.'
;
$wb
[
"limit_mailforward_error_notint"
]
=
'The email forward limit must be a number.'
;
$wb
[
"limit_mailcatchall_error_notint"
]
=
'The email catchall limit must be a number.'
;
$wb
[
"limit_mailrouting_error_notint"
]
=
'The email routing limit must be a number.'
;
$wb
[
"limit_mailfilter_error_notint"
]
=
'The email filter limit must be a number.'
;
$wb
[
"limit_mailfetchmail_error_notint"
]
=
'The fetchmail limit must be a number.'
;
$wb
[
"limit_mailquota_error_notint"
]
=
'The email quota limit must be a number.'
;
$wb
[
"limit_spamfilter_wblist_error_notint"
]
=
'The spamfilter white / blacklist limit must be a number.'
;
$wb
[
"limit_spamfilter_user_error_notint"
]
=
'The spamfilter user limit must be a number.'
;
$wb
[
"limit_spamfilter_policy_error_notint"
]
=
'The spamfilter policy limit must be a number.'
;
$wb
[
"limit_web_domain_error_notint"
]
=
'The website limit must be a number.'
;
$wb
[
"limit_web_aliasdomain_error_notint"
]
=
'The website alias domain limit must be a number.'
;
$wb
[
"limit_web_subdomain_error_notint"
]
=
'The website subdomain limit must be a number.'
;
$wb
[
"limit_ftp_user_error_notint"
]
=
'The ftp user limit must be a number.'
;
$wb
[
"limit_shell_user_error_notint"
]
=
'The shell user limit must be a number.'
;
$wb
[
"limit_dns_zone_error_notint"
]
=
'The dns zone limit must be a number.'
;
$wb
[
"limit_dns_zone_error_notint"
]
=
'The dns record limit must be a number.'
;
$wb
[
"limit_client_error_notint"
]
=
'The sub client limit must be a number.'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_a.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'IP-Address empty'
;
$wb
[
"data_error_regex"
]
=
'IP-Address format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_alias.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Target hostname empty'
;
$wb
[
"data_error_regex"
]
=
'Target hostname format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_cname.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Target hostname empty'
;
$wb
[
"data_error_regex"
]
=
'Target hostname format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_hinfo.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Host information empty'
;
$wb
[
"data_error_regex"
]
=
'Host Information format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_mx.lng
View file @
ecb8730e
...
...
@@ -11,4 +11,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Mailserver hostname empty'
;
$wb
[
"data_error_regex"
]
=
'Mailserver hostname format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_ns.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The zone is empty.'
;
$wb
[
"name_error_regex"
]
=
'The zone has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Nameserver empty'
;
$wb
[
"data_error_regex"
]
=
'Nameserver format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_ptr.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The name is empty.'
;
$wb
[
"name_error_regex"
]
=
'The name has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Canonical hostname empty'
;
$wb
[
"data_error_regex"
]
=
'Canonical hostname format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_rp.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Responsible person field empty'
;
$wb
[
"data_error_regex"
]
=
'Responsible person field format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_soa.lng
View file @
ecb8730e
...
...
@@ -16,4 +16,11 @@ $wb["active_txt"] = 'Active';
$wb
[
"limit_dns_zone_txt"
]
=
'The max. number of DNS zones for your account is reached.'
;
$wb
[
"client_txt"
]
=
'Client'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"server_id_error_empty"
]
=
'No server selected'
;
$wb
[
"origin_error_empty"
]
=
'Zone empty.'
;
$wb
[
"origin_error_unique"
]
=
'There is already a record for this zone.'
;
$wb
[
"origin_error_regex"
]
=
'Zone has a invalid format.'
;
$wb
[
"ns_error_regex"
]
=
'NS has a invalid format.'
;
$wb
[
"mbox_error_empty"
]
=
'Email is empty.'
;
$wb
[
"mbox_error_regex"
]
=
'Email format invalid.'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_srv.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Server record empty'
;
$wb
[
"data_error_regex"
]
=
'Server record format invalid'
;
?>
\ No newline at end of file
interface/web/dns/lib/lang/en_dns_txt.lng
View file @
ecb8730e
...
...
@@ -10,4 +10,8 @@ $wb["btn_save_txt"] = 'Save';
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"limit_dns_record_txt"
]
=
'The max. number of DNS records for your account is reached.'
;
$wb
[
"no_zone_perm"
]
=
'You do not have the permission to add a record to this DNS zone.'
;
$wb
[
"name_error_empty"
]
=
'The hostname is empty.'
;
$wb
[
"name_error_regex"
]
=
'The hostname has the wrong format.'
;
$wb
[
"data_error_empty"
]
=
'Text empty'
;
$wb
[
"data_error_regex"
]
=
'Text format invalid'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/en_mail_content_filter.lng
View file @
ecb8730e
...
...
@@ -7,4 +7,5 @@ $wb["action_txt"] = 'Action';
$wb
[
"active_txt"
]
=
'Active'
;
$wb
[
"btn_save_txt"
]
=
'Save'
;
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"pattern_error_empty"
]
=
'Pattern is empty.'
;
?>
\ No newline at end of file
interface/web/mail/lib/lang/en_mail_user_stats_list.lng
View file @
ecb8730e
<?php
$wb
[
"list_head_txt"
]
=
'Mail traffic
statistic
'
;
$wb
[
"list_head_txt"
]
=
'Mail traffic'
;
$wb
[
"email_txt"
]
=
'Email'
;
$wb
[
"this_month_txt"
]
=
'This month'
;
$wb
[
"last_month_txt"
]
=
'Last month'
;
...
...
interface/web/sites/form/web_subdomain.tform.php
View file @
ecb8730e
...
...
@@ -35,7 +35,7 @@
$form
[
"title"
]
=
"Web Domain"
;
$form
[
"description"
]
=
""
;
$form
[
"name"
]
=
"web_domain"
;
$form
[
"name"
]
=
"web_
sub
domain"
;
$form
[
"action"
]
=
"web_subdomain_edit.php"
;
$form
[
"db_table"
]
=
"web_domain"
;
$form
[
"db_table_idx"
]
=
"domain_id"
;
...
...
interface/web/sites/lib/lang/en_ftp_user.lng
View file @
ecb8730e
...
...
@@ -16,4 +16,11 @@ $wb["password_txt"] = 'Password';
$wb
[
"quota_size_txt"
]
=
'Harddisk-Quota'
;
$wb
[
"active_txt"
]
=
'Active'
;
$wb
[
"limit_ftp_user_txt"
]
=
'The max. number of FTP users for your account is reached.'
;
$wb
[
"username_error_empty"
]
=
'Username is empty.'
;
$wb
[
"username_error_unique"
]
=
'The username must be unique.'
;
$wb
[
"username_error_regex"
]
=
'The username contains charachters that are not allowed.'
;
$wb
[
"quota_size_error_empty"
]
=
'Quota is empty.'
;
$wb
[
"uid_error_empty"
]
=
'UID empty.'
;
$wb
[
"uid_error_empty"
]
=
'GID empty.'
;
$wb
[
"directory_error_empty"
]
=
'Directory empty.'
;
?>
\ No newline at end of file
interface/web/sites/lib/lang/en_shell_user.lng
View file @
ecb8730e
...
...
@@ -11,4 +11,11 @@ $wb["username_txt"] = 'Username';
$wb
[
"password_txt"
]
=
'Password'
;
$wb
[
"quota_size_txt"
]
=
'Quota'
;
$wb
[
"active_txt"
]
=
'Active'
;
$wb
[
"username_error_empty"
]
=
'Username is empty.'
;
$wb
[
"username_error_unique"
]
=
'The username must be unique.'
;
$wb
[
"username_error_regex"
]
=
'The username contains charachters that are not allowed.'
;
$wb
[
"quota_size_error_empty"
]
=
'Quota is empty.'
;
$wb
[
"uid_error_empty"
]
=
'UID empty.'
;
$wb
[
"uid_error_empty"
]
=
'GID empty.'
;
$wb
[
"directory_error_empty"
]
=
'Directory empty.'
;
?>
\ No newline at end of file
interface/web/sites/lib/lang/en_web_aliasdomain_list.lng
View file @
ecb8730e
...
...
@@ -11,4 +11,7 @@ $wb["page_back_txt"] = 'Back';
$wb
[
"delete_txt"
]
=
'Delete'
;
$wb
[
"filter_txt"
]
=
'Filter'
;
$wb
[
"add_new_record_txt"
]
=
'Add new aliasdomain'
;
$wb
[
"domain_error_empty"
]
=
'Domain is empty.'
;
$wb
[
"domain_error_unique"
]
=
'Domain must be unique.'
;
$wb
[
"domain_error_regex"
]
=
'Domain name invalid.'
;
?>
\ No newline at end of file
interface/web/sites/lib/lang/en_web_domain.lng
View file @
ecb8730e
...
...
@@ -34,4 +34,9 @@ $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account i
$wb
[
"limit_web_aliasdomain_txt"
]
=
'The max. number of aliasdomains for your account is reached.'
;
$wb
[
"limit_web_subdomain_txt"
]
=
'The max. number of web subdomains for your account is reached.'
;
$wb
[
"apache_directives_txt"
]
=
'Apache directives'
;
$wb
[
"domain_error_empty"
]
=
'Domain is empty.'
;
$wb
[
"domain_error_unique"
]
=
'Domain must be unique.'
;
$wb
[
"domain_error_regex"
]
=
'Domain name invalid.'
;
$wb
[
"hd_quota_error_empty"
]
=
'Harddisk quota is empty.'
;
$wb
[
"traffic_quota_error_empty"
]
=
'Traffic quota 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