tbrehm
2008-05-28 ecb8730e9133b8744472ef9e4cc460b8b5090ae9
- Added missing error messages in language files.
20 files modified
98 ■■■■■ changed files
interface/web/client/form/client.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/client/lib/lang/en_client.lng 22 ●●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_a.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_alias.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_cname.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_hinfo.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_mx.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_ns.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_ptr.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_rp.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_soa.lng 7 ●●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_srv.lng 4 ●●●● patch | view | raw | blame | history
interface/web/dns/lib/lang/en_dns_txt.lng 4 ●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_mail_content_filter.lng 1 ●●●● patch | view | raw | blame | history
interface/web/mail/lib/lang/en_mail_user_stats_list.lng 2 ●●● patch | view | raw | blame | history
interface/web/sites/form/web_subdomain.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/en_ftp_user.lng 7 ●●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/en_shell_user.lng 7 ●●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/en_web_aliasdomain_list.lng 3 ●●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/en_web_domain.lng 5 ●●●●● patch | view | raw | blame | history
interface/web/client/form/client.tform.php
@@ -570,7 +570,7 @@
            '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
@@ -55,5 +55,27 @@
$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.';
?>
interface/web/dns/lib/lang/en_dns_a.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_alias.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_cname.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_hinfo.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_mx.lng
@@ -11,4 +11,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_ns.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_ptr.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_rp.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_soa.lng
@@ -16,4 +16,11 @@
$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.';
?>
interface/web/dns/lib/lang/en_dns_srv.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/dns/lib/lang/en_dns_txt.lng
@@ -10,4 +10,8 @@
$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';
?>
interface/web/mail/lib/lang/en_mail_content_filter.lng
@@ -7,4 +7,5 @@
$wb["active_txt"] = 'Active';
$wb["btn_save_txt"] = 'Save';
$wb["btn_cancel_txt"] = 'Cancel';
$wb["pattern_error_empty"] = 'Pattern is empty.';
?>
interface/web/mail/lib/lang/en_mail_user_stats_list.lng
@@ -1,5 +1,5 @@
<?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
@@ -35,7 +35,7 @@
$form["title"]             = "Web Domain";
$form["description"]     = "";
$form["name"]             = "web_domain";
$form["name"]             = "web_subdomain";
$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
@@ -16,4 +16,11 @@
$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.';
?>
interface/web/sites/lib/lang/en_shell_user.lng
@@ -11,4 +11,11 @@
$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.';
?>
interface/web/sites/lib/lang/en_web_aliasdomain_list.lng
@@ -11,4 +11,7 @@
$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.';
?>
interface/web/sites/lib/lang/en_web_domain.lng
@@ -34,4 +34,9 @@
$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.';
?>