tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
3d229b 1 <?php
dc3477 2 $wb["template_type_txt"] = 'Template type';
T 3 $wb["template_name_txt"] = 'Template name';
3d229b 4 $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
T 5 $wb["limit_maildomain_txt"] = 'Max. number of email domains';
6 $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
7 $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
8 $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases';
074056 9 $wb["limit_mailmailinglist_txt"] = 'Max. number of mailing lists';
3d229b 10 $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
T 11 $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
12 $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
13 $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
14 $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
15 $wb["limit_mailquota_txt"] = 'Mailbox quota';
16 $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
17 $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
10b4c8 18 $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policies';
3d229b 19 $wb["limit_domain_txt"] = 'limit_domain';
T 20 $wb["limit_subdomain_txt"] = 'limit_subdomain';
21 $wb["limit_webquota_txt"] = 'limit_webquota';
22 $wb["limit_database_txt"] = 'limit_database';
23 $wb["limit_cron_txt"] = 'Max. number of cron jobs';
24 $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
25 $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
26 $wb["limit_web_domain_txt"] = 'Max. number of web domains';
27 $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
28 $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
29 $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
30 $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
a59731 31 $wb["limit_dns_slave_zone_txt"] = 'Max. number of secondary DNS zones';
3d229b 32 $wb["limit_dns_record_txt"] = 'Max. number DNS records';
T 33 $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
a892b8 34 $wb["limit_webdav_user_txt"] = 'Max. number of Webdav users';
3d229b 35 $wb["limit_client_txt"] = 'Max. number of Clients';
T 36 $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
074056 37 $wb["limit_mailmailinglist_error_notint"] = 'The mailing list record limit must be a number.';
3d229b 38 $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
T 39 $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
40 $wb["limit_mailaliasdomain_error_notint"] = 'The email domain alias limit must be a number.';
41 $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
42 $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
43 $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
44 $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
45 $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
46 $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
47 $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
48 $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
49 $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
50 $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
51 $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
52 $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
53 $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
54 $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
a892b8 55 $wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.';
3d229b 56 $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
a59731 57 $wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.';
D 58 $wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.';
3d229b 59 $wb["limit_database_txt"] = 'Max. number of Databases';
T 60 $wb["limit_database_error_notint"] = 'The database limit must be a number.';
61 $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
62 $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
63 $wb["error_template_name_empty"] = 'Please enter a Template name';
4a5426 64 $wb["limit_web_quota_txt"] = 'Web Quota';
8d0c6b 65 $wb["limit_traffic_quota_txt"] = 'Traffic Quota';
T 66 $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.';
c86da3 67 $wb["template_del_aborted_txt"] = 'Delete aborted. There is still a client which has this template selected.';
f414ab 68 $wb["limit_openvz_vm_txt"] = 'Max. number of virtual servers';
T 69 $wb["limit_openvz_vm_template_id_txt"] = 'Force virtual server template';
70 $wb["limit_openvz_vm_error_notint"] = 'The virtual server limit must be a number.';
b2ea52 71 $wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
T 72 $wb["web_php_options_txt"] = 'PHP Options';
ac099e 73 $wb["limit_cgi_txt"] = "CGI available";
M 74 $wb["limit_ssi_txt"] = "SSI available";
75 $wb["limit_perl_txt"] = "Perl available";
76 $wb["limit_ruby_txt"] = "Ruby available";
77 $wb["limit_python_txt"] = "Python available";
78 $wb["force_suexec_txt"] = "SuEXEC forced";
79 $wb["limit_hterror_txt"] = "Custom error docs available";
80 $wb["limit_wildcard_txt"] = "Wildcard subdomain available";
81 $wb["limit_ssl_txt"] = "SSL available";
02820e 82 $wb["web_limits_txt"] = 'Web Limits';
F 83 $wb["email_limits_txt"] = 'Email Limits';
84 $wb["database_limits_txt"] = 'Database Limits';
85 $wb["cron_job_limits_txt"] = 'Cron Job Limits';
86 $wb["dns_limits_txt"] = 'DNS Limits';
87 $wb["virtualization_limits_txt"] = 'Virtualization Limits';
526b99 88 $wb['aps_limits_txt'] = 'APS Installer Limits';
T 89 $wb['limit_aps_txt'] = 'Max. number of APS instances';
90 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
7ce09d 91 ?>