tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
11b3da 1 <?php
91609a 2 $wb['limit_maildomain_txt'] = 'Max. number of email domains';
T 3 $wb['limit_mailbox_txt'] = 'Max. number of mailboxes';
4 $wb['limit_mailalias_txt'] = 'Max. number of email aliases';
5 $wb['limit_mailforward_txt'] = 'Max. number of email forwarders';
6 $wb['limit_mailcatchall_txt'] = 'Max. number of email catchall accounts';
7 $wb['limit_mailrouting_txt'] = 'Max. number of email routes';
8 $wb['limit_mailfilter_txt'] = 'Max. number of email filters';
9 $wb['limit_fetchmail_txt'] = 'Max. number of fetchmail accounts';
10 $wb['limit_mailquota_txt'] = 'Mailbox quota';
11 $wb['limit_spamfilter_wblist_txt'] = 'Max. number of spamfilter white / blacklist filters';
12 $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
13 $wb['limit_spamfilter_policy_txt'] = 'Max. number of spamfilter policys';
14 $wb['default_mailserver_txt'] = 'Default Mailserver';
15 $wb['company_name_txt'] = 'Company name';
16 $wb['contact_name_txt'] = 'Contact name';
17 $wb['username_txt'] = 'Username';
18 $wb['password_txt'] = 'Password';
19 $wb['password_strength_txt'] = 'Password strength';
20 $wb['language_txt'] = 'Language';
21 $wb['usertheme_txt'] = 'Theme';
22 $wb['street_txt'] = 'Street';
23 $wb['zip_txt'] = 'ZIP';
24 $wb['city_txt'] = 'City';
25 $wb['state_txt'] = 'State';
26 $wb['country_txt'] = 'Country';
27 $wb['telephone_txt'] = 'Telephone';
28 $wb['mobile_txt'] = 'Mobile';
29 $wb['fax_txt'] = 'Fax';
30 $wb['email_txt'] = 'Email';
31 $wb['internet_txt'] = 'Internet';
32 $wb['icq_txt'] = 'ICQ';
33 $wb['notes_txt'] = 'Notes';
34 $wb['company_txt'] = 'Company';
35 $wb['title_txt'] = 'Title';
36 $wb['firstname_txt'] = 'Firstname';
37 $wb['surname_txt'] = 'Surname';
38 $wb['limit_domain_txt'] = 'limit_domain';
39 $wb['limit_subdomain_txt'] = 'limit_subdomain';
40 $wb['limit_webquota_txt'] = 'limit_webquota';
41 $wb['limit_database_txt'] = 'Max. number of Databases';
42 $wb['limit_cron_txt'] = 'Max. number of cron jobs';
43 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
44 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
45 $wb['ip_address_txt'] = 'ip_address';
46 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
47 $wb['firstname_error_empty'] = 'Firstname is empty.';
48 $wb['contact_error_empty'] = 'Contact name is empty.';
49 $wb['default_webserver_txt'] = 'Default Webserver';
50 $wb['limit_web_domain_txt'] = 'Max. number of web domains';
51 $wb['limit_web_aliasdomain_txt'] = 'Max. number of web aliasdomains';
52 $wb['limit_web_subdomain_txt'] = 'Max. number of web subdomains';
53 $wb['limit_ftp_user_txt'] = 'Max. number of FTP users';
54 $wb['default_dnsserver_txt'] = 'Default DNS Server';
55 $wb['limit_dns_zone_txt'] = 'Max. number of DNS zones';
a59731 56 $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones';
91609a 57 $wb['limit_dns_record_txt'] = 'Max. number DNS records';
T 58 $wb['limit_shell_user_txt'] = 'Max. number of Shell users';
59 $wb['limit_client_txt'] = 'Max. number of Clients';
60 $wb['username_error_empty'] = 'Username is empty.';
61 $wb['username_error_unique'] = 'The username must be unique.';
62 $wb['limit_maildomain_error_notint'] = 'The email domain limit must be a number.';
63 $wb['limit_mailbox_error_notint'] = 'The mailbox limit must be a number.';
64 $wb['limit_mailalias_error_notint'] = 'The email alias limit must be a number.';
65 $wb['limit_mailforward_error_notint'] = 'The email forward limit must be a number.';
66 $wb['limit_mailcatchall_error_notint'] = 'The email catchall limit must be a number.';
67 $wb['limit_mailrouting_error_notint'] = 'The email routing limit must be a number.';
68 $wb['limit_mailfilter_error_notint'] = 'The email filter limit must be a number.';
69 $wb['limit_mailfetchmail_error_notint'] = 'The fetchmail limit must be a number.';
70 $wb['limit_mailquota_error_notint'] = 'The email quota limit must be a number.';
71 $wb['limit_spamfilter_wblist_error_notint'] = 'The spamfilter white / blacklist limit must be a number.';
72 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
73 $wb['limit_spamfilter_policy_error_notint'] = 'The spamfilter policy limit must be a number.';
74 $wb['limit_web_domain_error_notint'] = 'The website limit must be a number.';
75 $wb['limit_web_aliasdomain_error_notint'] = 'The website alias domain limit must be a number.';
76 $wb['limit_web_subdomain_error_notint'] = 'The website subdomain limit must be a number.';
77 $wb['limit_ftp_user_error_notint'] = 'The ftp user limit must be a number.';
78 $wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.';
79 $wb['limit_dns_zone_error_notint'] = 'The dns record limit must be a number.';
a59731 80 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
D 81 $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.';
91609a 82 $wb['default_dbserver_txt'] = 'Default Database Server';
T 83 $wb['limit_database_error_notint'] = 'The database limit must be a number.';
84 $wb['limit_cron_error_notint'] = 'The cron limit must be a number.';
85 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
86 $wb['username_error_regex'] = 'The Username contains invalid chracaters.';
87 $wb['template_master_txt'] = 'Master template';
88 $wb['template_additional_txt'] = 'Addon template';
89 $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
90 $wb['web_php_options_txt'] = 'PHP Options';
91 $wb['limit_client_error'] = 'The max. number of clients is reached.';
92 $wb['limit_client_error_positive'] = 'The number of clients must be > 0';
2d870d 93 $wb['limit_web_quota_txt'] = 'Web Quota';
899771 94 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
T 95 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
aa3ea2 96 $wb['customer_no_txt'] = 'Customer No.';
T 97 $wb['vat_id_txt'] = 'VAT ID';
98 $wb['required_fields_txt'] = '* Required fields';
1ca823 99 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 100 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
522ef8 101 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 102 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
103 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
104 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
105 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
106 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
151fac 107 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 108 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e045af 109 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
11b3da 110 ?>