From 37b29231e47a0c4458dc1c15d98588f16f07e1e2 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 06 Aug 2015 03:18:44 -0400 Subject: [PATCH] - don't set password via remoting if field is empty --- interface/web/client/lib/lang/en_client_template.lng | 69 ++++++++++++++++++++++++++++++++-- 1 files changed, 65 insertions(+), 4 deletions(-) diff --git a/interface/web/client/lib/lang/en_client_template.lng b/interface/web/client/lib/lang/en_client_template.lng index d403dfd..a65c1a5 100644 --- a/interface/web/client/lib/lang/en_client_template.lng +++ b/interface/web/client/lib/lang/en_client_template.lng @@ -1,10 +1,13 @@ <?php - +$wb["template_type_txt"] = 'Template type'; +$wb["template_name_txt"] = 'Template name'; $wb["limit_client_error_notint"] = 'Client Limit is not a number.'; +$wb["default_mailserver_txt"] = 'Default Mailserver'; $wb["limit_maildomain_txt"] = 'Max. number of email domains'; $wb["limit_mailbox_txt"] = 'Max. number of mailboxes'; $wb["limit_mailalias_txt"] = 'Max. number of email aliases'; $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases'; +$wb["limit_mailmailinglist_txt"] = 'Max. number of mailing lists'; $wb["limit_mailforward_txt"] = 'Max. number of email forwarders'; $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts'; $wb["limit_mailrouting_txt"] = 'Max. number of email routes'; @@ -13,7 +16,7 @@ $wb["limit_mailquota_txt"] = 'Mailbox quota'; $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters'; $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users'; -$wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policys'; +$wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policies'; $wb["limit_domain_txt"] = 'limit_domain'; $wb["limit_subdomain_txt"] = 'limit_subdomain'; $wb["limit_webquota_txt"] = 'limit_webquota'; @@ -21,15 +24,22 @@ $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["default_webserver_txt"] = 'Default Webserver'; $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_ftp_user_txt"] = 'Max. number of FTP users'; +$wb["default_dnsserver_txt"] = 'Default DNS Server'; $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones'; +$wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server'; +$wb["limit_dns_slave_zone_txt"] = 'Max. number of secondary DNS zones'; $wb["limit_dns_record_txt"] = 'Max. number DNS records'; $wb["limit_shell_user_txt"] = 'Max. number of Shell users'; +$wb["limit_webdav_user_txt"] = 'Max. number of Webdav users'; +$wb['limit_backup_txt'] = 'Backupfunction available'; $wb["limit_client_txt"] = 'Max. number of Clients'; $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.'; +$wb["limit_mailmailinglist_error_notint"] = 'The mailing list record limit must be a number.'; $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.'; $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.'; $wb["limit_mailaliasdomain_error_notint"] = 'The email domain alias limit must be a number.'; @@ -47,11 +57,62 @@ $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.'; $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.'; $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.'; +$wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.'; $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.'; -$wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.'; +$wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.'; +$wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.'; +$wb["default_dbserver_txt"] = 'Default Database Server'; $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'; -?> \ No newline at end of file +$wb["limit_web_quota_txt"] = 'Web Quota'; +$wb["limit_traffic_quota_txt"] = 'Traffic Quota'; +$wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.'; +$wb["template_del_aborted_txt"] = 'Delete aborted. There is still a client which has this template selected.'; +$wb["limit_openvz_vm_txt"] = 'Max. number of virtual servers'; +$wb["limit_openvz_vm_template_id_txt"] = 'Force virtual server template'; +$wb["limit_openvz_vm_error_notint"] = 'The virtual server limit must be a number.'; +$wb["ssh_chroot_txt"] = 'SSH-Chroot Options'; +$wb["web_php_options_txt"] = 'PHP Options'; +$wb["limit_cgi_txt"] = "CGI available"; +$wb["limit_ssi_txt"] = "SSI available"; +$wb["limit_perl_txt"] = "Perl available"; +$wb["limit_ruby_txt"] = "Ruby available"; +$wb["limit_python_txt"] = "Python available"; +$wb["force_suexec_txt"] = "SuEXEC forced"; +$wb["limit_hterror_txt"] = "Custom error docs available"; +$wb["limit_wildcard_txt"] = "Wildcard subdomain available"; +$wb["limit_ssl_txt"] = "SSL available"; +$wb["web_limits_txt"] = 'Web Limits'; +$wb["email_limits_txt"] = 'Email Limits'; +$wb["database_limits_txt"] = 'Database Limits'; +$wb["cron_job_limits_txt"] = 'Cron Job Limits'; +$wb["dns_limits_txt"] = 'DNS Limits'; +$wb["virtualization_limits_txt"] = 'Virtualization Limits'; +$wb['aps_limits_txt'] = 'APS Installer Limits'; +$wb['limit_aps_txt'] = 'Max. number of APS instances'; +$wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.'; +$wb['limit_domainmodule_txt'] = 'Domainmodule Limit'; +$wb['client_limits_txt'] = 'Client Limits'; +$wb['limit_database_quota_txt'] = 'Database quota'; +$wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.'; + +$wb["xmpp_limits_txt"] = 'XMPP Limits'; +$wb["xmpp_servers_txt"] = 'XMPP Servers'; +$wb["xmpp_servers_placeholder"] = 'Select XMPP Servers'; +$wb['no_xmpp_server_error'] = 'At least one XMPP Server must be selected.'; +$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.'; +$wb['limit_xmpp_domain_error_notint'] = 'The XMPP domain limit must be a number.'; +$wb['limit_xmpp_user_error_notint'] = 'The XMPP user limit must be a number.'; +$wb['limit_xmpp_domain_txt'] = 'Max. number of XMPP domains'; +$wb['limit_xmpp_user_txt'] = 'Max. number of XMPP accounts'; +$wb['limit_xmpp_muc_txt'] = 'Multiuser chat available'; +$wb['limit_xmpp_pastebin_txt'] = 'Pastebin for MUC available'; +$wb['limit_xmpp_httparchive_txt'] = 'HTTP archive for MUC available'; +$wb['limit_xmpp_anon_txt'] = 'Anonymous host available'; +$wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available'; +$wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available'; +$wb['limit_xmpp_status_txt'] = 'Status host available'; +?> -- Gitblit v1.9.1