tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
be7d7f 1 <?php
T 2 $wb["limit_maildomain_txt"] = 'Max. number of email domains';
074056 3 $wb["limit_mailmailinglist_txt"] = 'Max. number of mailing lists';
be7d7f 4 $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
T 5 $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
13b41c 6 $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases';
be7d7f 7 $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
T 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';
13b41c 15 $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policies';
be7d7f 16 $wb["default_mailserver_txt"] = 'Default Mailserver';
T 17 $wb["company_name_txt"] = 'Company name';
18 $wb["contact_name_txt"] = 'Contact name';
19 $wb["username_txt"] = 'Username';
20 $wb["password_txt"] = 'Password';
21 $wb["password_strength_txt"] = 'Password strength';
22 $wb["language_txt"] = 'Language';
23 $wb["usertheme_txt"] = 'Theme';
24 $wb["street_txt"] = 'Street';
25 $wb["zip_txt"] = 'ZIP';
26 $wb["city_txt"] = 'City';
27 $wb["state_txt"] = 'State';
28 $wb["country_txt"] = 'Country';
29 $wb["telephone_txt"] = 'Telephone';
30 $wb["mobile_txt"] = 'Mobile';
31 $wb["fax_txt"] = 'Fax';
32 $wb["email_txt"] = 'Email';
33 $wb["internet_txt"] = 'Internet';
34 $wb["icq_txt"] = 'ICQ';
35 $wb["notes_txt"] = 'Notes';
36 $wb["company_txt"] = 'Company';
37 $wb["title_txt"] = 'Title';
38 $wb["firstname_txt"] = 'Firstname';
39 $wb["surname_txt"] = 'Surname';
40 $wb["limit_domain_txt"] = 'limit_domain';
41 $wb["limit_subdomain_txt"] = 'limit_subdomain';
42 $wb["limit_webquota_txt"] = 'limit_webquota';
43 $wb["limit_database_txt"] = 'limit_database';
44 $wb["limit_cron_txt"] = 'Max. number of cron jobs';
45 $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
46 $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
47 $wb["ip_address_txt"] = 'ip_address';
48 $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
49 $wb["firstname_error_empty"] = 'Firstname is empty.';
50 $wb["contact_error_empty"] = 'Contact name is empty.';
51 $wb["default_webserver_txt"] = 'Default Webserver';
52 $wb["limit_web_domain_txt"] = 'Max. number of web domains';
53 $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
54 $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
55 $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
56 $wb["default_dnsserver_txt"] = 'Default DNS Server';
57 $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
a59731 58 $wb["limit_dns_slave_zone_txt"] = 'Max. number of secondary DNS zones';
be7d7f 59 $wb["limit_dns_record_txt"] = 'Max. number DNS records';
T 60 $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
1ca823 61 $wb["limit_webdav_user_txt"] = 'Max. number of Webdav users';
be7d7f 62 $wb["limit_client_txt"] = 'Max. number of Clients';
T 63 $wb["username_error_empty"] = 'Username is empty.';
64 $wb["username_error_unique"] = 'The username must be unique.';
65 $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
074056 66 $wb["limit_mailmailinglist_error_notint"] = 'The mailing list record limit must be a number.';
be7d7f 67 $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
T 68 $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
69 $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
70 $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
71 $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
72 $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
73 $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
74 $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
75 $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
76 $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
77 $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
78 $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
79 $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
80 $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
81 $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
1ca823 82 $wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.';
be7d7f 83 $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
T 84 $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
a59731 85 $wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.';
D 86 $wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.';
be7d7f 87 $wb["limit_client_error_notint"] = 'The sub client limit must be a number.';
T 88 $wb["default_dbserver_txt"] = 'Default Database Server';
89 $wb["limit_database_txt"] = 'Max. number of Databases';
90 $wb["limit_database_error_notint"] = 'The database limit must be a number.';
91 $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
92 $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
93 $wb["username_error_regex"] = 'The Username contains invalid chracaters.';
94 $wb["template_master_txt"] = 'Master template';
95 $wb["template_additional_txt"] = 'Addon template';
9d02f3 96 $wb["add_additional_template_txt"] = 'Add additional template';
C 97 $wb["delete_additional_template_txt"] = 'Delete additional template';
be7d7f 98 $wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
T 99 $wb["web_php_options_txt"] = 'PHP Options';
ac099e 100 $wb["limit_cgi_txt"] = "CGI available";
M 101 $wb["limit_ssi_txt"] = "SSI available";
102 $wb["limit_perl_txt"] = "Perl available";
103 $wb["limit_ruby_txt"] = "Ruby available";
104 $wb["limit_python_txt"] = "Python available";
105 $wb["force_suexec_txt"] = "SuEXEC forced";
106 $wb["limit_hterror_txt"] = "Custom error docs available";
107 $wb["limit_wildcard_txt"] = "Wildcard subdomain available";
108 $wb["limit_ssl_txt"] = "SSL available";
be7d7f 109 $wb["limit_client_error"] = 'The max. number of clients is reached.';
T 110 $wb["limit_client_error_positive"] = 'The number of clients must be > 0';
4a5426 111 $wb["limit_web_quota_txt"] = 'Web Quota';
8d0c6b 112 $wb["limit_traffic_quota_txt"] = 'Traffic Quota';
T 113 $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.';
aa3ea2 114 $wb["customer_no_txt"] = 'Customer No.';
T 115 $wb["vat_id_txt"] = 'VAT ID';
116 $wb["required_fields_txt"] = '* Required fields';
f414ab 117 $wb["limit_openvz_vm_txt"] = 'Max. number of virtual servers';
T 118 $wb["limit_openvz_vm_template_id_txt"] = 'Force virtual server template';
119 $wb["limit_openvz_vm_error_notint"] = 'The virtual server limit must be a number.';
8cf78b 120 $wb["web_php_options_notempty"] = 'No PHP option(s) selected. Select at least one PHP option.';
T 121 $wb["ssh_chroot_notempty"] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 122 $wb["username_error_collision"] = 'The username may not start with the word -web- or -web- followed by a number.';
02820e 123 $wb["web_limits_txt"] = 'Web Limits';
F 124 $wb["email_limits_txt"] = 'Email Limits';
125 $wb["database_limits_txt"] = 'Database Limits';
126 $wb["cron_job_limits_txt"] = 'Cron Job Limits';
127 $wb["dns_limits_txt"] = 'DNS Limits';
128 $wb["virtualization_limits_txt"] = 'Virtualization Limits';
726cfa 129 $wb['generate_password_txt'] = 'Generate Password';
2a1893 130 $wb['repeat_password_txt'] = 'Repeat Password';
F 131 $wb['password_mismatch_txt'] = 'The passwords do not match.';
132 $wb['password_match_txt'] = 'The passwords do match.';
a00888 133 $wb['email_error_isemail'] = 'Please enter a valid email address.';
4bd960 134 $wb["customer_no_error_unique"] = 'The customer no. must be unique (or empty).';
bfcdef 135 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 136 $wb['paypal_email_txt'] = 'PayPal Email';
137 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
138 $wb["bank_account_number_txt"] = 'Bank account no.';
139 $wb["bank_account_owner_txt"] = 'Bank account owner';
140 $wb["bank_code_txt"] = 'Bank code';
141 $wb["bank_name_txt"] = 'Bank name';
142 $wb["bank_account_iban_txt"] = 'IBAN';
143 $wb["bank_account_swift_txt"] = 'BIC / Swift';
526b99 144 $wb['aps_limits_txt'] = 'APS Installer Limits';
T 145 $wb['limit_aps_txt'] = 'Max. number of APS instances';
146 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
be7d7f 147 ?>