Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
a672b1 1 <?php
F 2 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
3 $wb['limit_maildomain_txt'] = 'Max. number of email domains';
4 $wb['limit_mailbox_txt'] = 'Max. number of mailboxes';
5 $wb['limit_mailalias_txt'] = 'Max. number of email aliases';
6 $wb['limit_mailforward_txt'] = 'Max. number of email forwarders';
7 $wb['limit_mailcatchall_txt'] = 'Max. number of email catchall accounts';
8 $wb['limit_mailrouting_txt'] = 'Max. number of email routes';
9 $wb['limit_mailfilter_txt'] = 'Max. number of email filters';
10 $wb['limit_fetchmail_txt'] = 'Max. number of fetchmail accounts';
11 $wb['limit_mailquota_txt'] = 'Mailbox quota';
12 $wb['limit_spamfilter_wblist_txt'] = 'Max. number of spamfilter white / blacklist filters';
13 $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
945480 14 $wb['limit_spamfilter_policy_txt'] = 'Max. number of spamfilter policies';
a672b1 15 $wb['limit_client_txt'] = 'Max. number of Clients';
F 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'] = 'Max. number of Databases';
20 $wb['limit_web_domain_txt'] = 'Max. number of web domains';
21 $wb['limit_web_aliasdomain_txt'] = 'Max. number of web aliasdomains';
22 $wb['limit_web_subdomain_txt'] = 'Max. number of web subdomains';
23 $wb['limit_ftp_user_txt'] = 'Max. number of FTP users';
24 $wb['limit_dns_zone_txt'] = 'Max. number of DNS zones';
a59731 25 $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones';
a672b1 26 $wb['limit_dns_record_txt'] = 'Max. number DNS records';
F 27 $wb['limit_shell_user_txt'] = 'Max. number of Shell users';
28 $wb['limit_maildomain_error_notint'] = 'The email domain limit must be a number.';
29 $wb['limit_mailbox_error_notint'] = 'The mailbox limit must be a number.';
30 $wb['limit_mailalias_error_notint'] = 'The email alias limit must be a number.';
31 $wb['limit_mailforward_error_notint'] = 'The email forward limit must be a number.';
32 $wb['limit_mailcatchall_error_notint'] = 'The email catchall limit must be a number.';
33 $wb['limit_mailrouting_error_notint'] = 'The email routing limit must be a number.';
34 $wb['limit_mailfilter_error_notint'] = 'The email filter limit must be a number.';
35 $wb['limit_mailfetchmail_error_notint'] = 'The fetchmail limit must be a number.';
36 $wb['limit_mailquota_error_notint'] = 'The email quota limit must be a number.';
37 $wb['limit_spamfilter_wblist_error_notint'] = 'The spamfilter white / blacklist limit must be a number.';
38 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
39 $wb['limit_spamfilter_policy_error_notint'] = 'The spamfilter policy limit must be a number.';
40 $wb['limit_web_domain_error_notint'] = 'The website limit must be a number.';
41 $wb['limit_web_aliasdomain_error_notint'] = 'The website alias domain limit must be a number.';
42 $wb['limit_web_subdomain_error_notint'] = 'The website subdomain limit must be a number.';
43 $wb['limit_ftp_user_error_notint'] = 'The ftp user limit must be a number.';
44 $wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.';
45 $wb['limit_dns_zone_error_notint'] = 'The dns record limit must be a number.';
a59731 46 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
D 47 $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.';
a672b1 48 $wb['limit_database_error_notint'] = 'The database limit must be a number.';
F 49 $wb['error_template_name_empty'] = 'Please enter a Template name';
0b7253 50 $wb['limit_cron_txt'] = 'Max. number of cron jobs';
T 51 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
52 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
53 $wb['limit_cron_error_notint'] = 'The cron limit must be a number.';
54 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
2d870d 55 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
F 56 $wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.';
57 $wb['limit_web_quota_txt'] = 'Web Quota';
899771 58 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
T 59 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
e5f91f 60 $wb['template_del_aborted_txt'] = 'Delete aborted. There is still a client which has this template selected.';
0d9599 61 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 62 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
f40d19 63 $wb['limit_backup_txt'] = 'Backupfunction available';
d7be27 64 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 65 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
522ef8 66 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 67 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
68 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
69 $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
70 $wb['web_php_options_txt'] = 'PHP Options';
d6cd45 71 $wb['template_type_txt'] = 'Template type';
T 72 $wb['template_name_txt'] = 'Template name';
142907 73 $wb['limit_cgi_txt'] = 'CGI available';
T 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';
82 $wb['web_limits_txt'] = 'Web Limits';
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';
cc6568 88 $wb['aps_limits_txt'] = 'APS Installer Limits';
H 89 $wb['limit_aps_txt'] = 'Max. number of APS instances';
90 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
dc9e64 91 $wb['limit_domainmodule_txt'] = 'Domainmodule Limit';
TB 92 $wb['client_limits_txt'] = 'Client Limits';
407003 93 $wb['default_mailserver_txt'] = 'Default Mailserver';
TB 94 $wb['default_webserver_txt'] = 'Default Webserver';
95 $wb['default_dnsserver_txt'] = 'Default DNS Server';
96 $wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server';
97 $wb['default_dbserver_txt'] = 'Default Database Server';
98 $wb['limit_database_quota_txt'] = 'Database quota';
99 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
100 $wb['xmpp_limits_txt'] = 'XMPP Limits';
101 $wb['xmpp_servers_txt'] = 'XMPP Servers';
102 $wb['xmpp_servers_placeholder'] = 'Select XMPP Servers';
103 $wb['no_xmpp_server_error'] = 'At least one XMPP Server must be selected.';
104 $wb['xmpp_servers_used'] = 'The server you are trying to remove from this client is used as a XMPP Server. Be sure that this server is not used by this client before you remove it.';
105 $wb['limit_xmpp_domain_error_notint'] = 'The XMPP domain limit must be a number.';
106 $wb['limit_xmpp_user_error_notint'] = 'The XMPP user limit must be a number.';
107 $wb['limit_xmpp_domain_txt'] = 'Max. number of XMPP domains';
108 $wb['limit_xmpp_user_txt'] = 'Max. number of XMPP accounts';
109 $wb['limit_xmpp_muc_txt'] = 'Multiuser chat available';
110 $wb['limit_xmpp_pastebin_txt'] = 'Pastebin for MUC available';
111 $wb['limit_xmpp_httparchive_txt'] = 'HTTP archive for MUC available';
112 $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
113 $wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
114 $wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
115 $wb['limit_xmpp_status_txt'] = 'Status host available';
116 $wb['dns_servers_txt'] = 'DNS servers';
8d1743 117 $wb['limit_ssl_letsencrypt_txt'] = 'Let\'s Encrypt available';
4bdecc 118 $wb['limit_directive_snippets_txt'] = 'Show web server config selection';
3c6c69 119 $wb['limit_database_user_txt'] = 'Max. Database users';
a672b1 120 ?>