| | |
| | | $wb["limit_subdomain_txt"] = 'limit_subdomain';
|
| | | $wb["limit_webquota_txt"] = 'limit_webquota';
|
| | | $wb["limit_database_txt"] = 'limit_database';
|
| | | $wb["limit_cron_txt"] = 'Max. number of cron jobs';
|
| | | $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
|
| | | $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
|
| | | $wb["limit_web_domain_txt"] = 'Max. number of web domains';
|
| | | $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
|
| | | $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
|
| | |
| | | $wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.';
|
| | | $wb["limit_database_txt"] = 'Max. number of Databases';
|
| | | $wb["limit_database_error_notint"] = 'The database limit must be a number.';
|
| | | $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
|
| | | $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
|
| | | $wb["error_template_name_empty"] = 'Please enter a Template name';
|
| | | ?> |