1- <?php
2-
3- $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
4- $wb["limit_maildomain_txt"] = 'Max. number of email domains';
5- $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
6- $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
7- $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
8- $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
9- $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
10- $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
11- $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
12- $wb["limit_mailquota_txt"] = 'Mailbox quota';
13- $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
14- $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
15- $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policys';
16- $wb["limit_domain_txt"] = 'limit_domain';
17- $wb["limit_subdomain_txt"] = 'limit_subdomain';
18- $wb["limit_webquota_txt"] = 'limit_webquota';
19- $wb["limit_database_txt"] = 'limit_database';
20- $wb["limit_cron_txt"] = 'Max. number of cron jobs';
21- $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
22- $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
23- $wb["limit_web_domain_txt"] = 'Max. number of web domains';
24- $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
25- $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
26- $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
27- $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
28- $wb["limit_dns_record_txt"] = 'Max. number DNS records';
29- $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
30- $wb["limit_client_txt"] = 'Max. number of Clients';
31- $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
32- $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
33- $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
34- $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
35- $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
36- $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
37- $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
38- $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
39- $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
40- $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
41- $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
42- $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
43- $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
44- $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
45- $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
46- $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
47- $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
48- $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
49- $wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.';
50- $wb["limit_database_txt"] = 'Max. number of Databases';
51- $wb["limit_database_error_notint"] = 'The database limit must be a number.';
52- $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
53- $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
54- $wb["error_template_name_empty"] = 'Please enter a Template name';
1+ <?php
2+
3+ $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
4+ $wb["limit_maildomain_txt"] = 'Max. number of email domains';
5+ $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
6+ $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
7+ $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases';
8+ $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
9+ $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
10+ $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
11+ $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
12+ $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
13+ $wb["limit_mailquota_txt"] = 'Mailbox quota';
14+ $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
15+ $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
16+ $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policys';
17+ $wb["limit_domain_txt"] = 'limit_domain';
18+ $wb["limit_subdomain_txt"] = 'limit_subdomain';
19+ $wb["limit_webquota_txt"] = 'limit_webquota';
20+ $wb["limit_database_txt"] = 'limit_database';
21+ $wb["limit_cron_txt"] = 'Max. number of cron jobs';
22+ $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
23+ $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
24+ $wb["limit_web_domain_txt"] = 'Max. number of web domains';
25+ $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
26+ $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
27+ $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
28+ $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
29+ $wb["limit_dns_record_txt"] = 'Max. number DNS records';
30+ $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
31+ $wb["limit_client_txt"] = 'Max. number of Clients';
32+ $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
33+ $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
34+ $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
35+ $wb["limit_mailaliasdomain_error_notint"] = 'The email domain alias limit must be a number.';
36+ $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
37+ $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
38+ $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
39+ $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
40+ $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
41+ $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
42+ $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
43+ $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
44+ $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
45+ $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
46+ $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
47+ $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
48+ $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
49+ $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
50+ $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
51+ $wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.';
52+ $wb["limit_database_txt"] = 'Max. number of Databases';
53+ $wb["limit_database_error_notint"] = 'The database limit must be a number.';
54+ $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
55+ $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
56+ $wb["error_template_name_empty"] = 'Please enter a Template name';
5557?>
0 commit comments