| | |
| | | <?php |
| | | $wb['ssl_state_txt'] = 'State'; |
| | | $wb['ssl_locality_txt'] = 'Locality'; |
| | | $wb['ssl_organisation_txt'] = 'Organisation'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; |
| | | $wb['ssl_country_txt'] = 'Country'; |
| | | $wb['ssl_request_txt'] = 'SSL Request'; |
| | | $wb['ssl_cert_txt'] = 'SSL Certificate'; |
| | | $wb['ssl_bundle_txt'] = 'SSL Bundle'; |
| | | $wb['ssl_action_txt'] = 'SSL Action'; |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['parent_domain_id_txt'] = 'Parent Website'; |
| | | $wb['redirect_type_txt'] = 'Redirect Type'; |
| | | $wb['redirect_path_txt'] = 'Redirect Path'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['document_root_txt'] = 'Documentroot'; |
| | | $wb['system_user_txt'] = 'Linux User'; |
| | | $wb['system_group_txt'] = 'Linux Group'; |
| | | $wb['ip_address_txt'] = 'IP-Address'; |
| | | $wb['vhost_type_txt'] = 'VHost Type'; |
| | | $wb['hd_quota_txt'] = 'Harddisk Quota'; |
| | | $wb['traffic_quota_txt'] = 'Traffic Quaota'; |
| | | $wb['ssl_state_txt'] = 'Estado o provincia'; |
| | | $wb['ssl_locality_txt'] = 'Localidad'; |
| | | $wb['ssl_organisation_txt'] = 'Organización'; |
| | | $wb['ssl_organisation_unit_txt'] = 'Unidad de la organización'; |
| | | $wb['ssl_country_txt'] = 'País'; |
| | | $wb['ssl_request_txt'] = 'Solicitud SSL'; |
| | | $wb['ssl_cert_txt'] = 'Certificado SSL'; |
| | | $wb['ssl_bundle_txt'] = 'Paquete SSL (Bundle)'; |
| | | $wb['ssl_action_txt'] = 'Acción SSL'; |
| | | $wb['server_id_txt'] = 'Servidor'; |
| | | $wb['domain_txt'] = 'Dominio'; |
| | | $wb['type_txt'] = 'Tipo'; |
| | | $wb['parent_domain_id_txt'] = 'Sitio web padre'; |
| | | $wb['redirect_type_txt'] = 'Tipo de redirección'; |
| | | $wb['redirect_path_txt'] = 'Ruta de redirección'; |
| | | $wb['active_txt'] = 'Activar'; |
| | | $wb['document_root_txt'] = 'DocumentRoot'; |
| | | $wb['system_user_txt'] = 'Usuario Linux'; |
| | | $wb['system_group_txt'] = 'Grupo Linux'; |
| | | $wb['ip_address_txt'] = 'Dirección IP'; |
| | | $wb['vhost_type_txt'] = 'Tipo VHost'; |
| | | $wb['hd_quota_txt'] = 'Cuota de disco duro'; |
| | | $wb['traffic_quota_txt'] = 'Cuota de tráfico web'; |
| | | $wb['cgi_txt'] = 'CGI'; |
| | | $wb['ssi_txt'] = 'SSI'; |
| | | $wb['ssl_txt'] = 'SSL'; |
| | | $wb['suexec_txt'] = 'SuEXEC'; |
| | | $wb['php_txt'] = 'PHP'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; |
| | | $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; |
| | | $wb['apache_directives_txt'] = 'Apache directives'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['domain_error_unique'] = 'Domain must be unique.'; |
| | | $wb['domain_error_regex'] = 'Domain name invalid.'; |
| | | $wb['client_txt'] = 'Cliente'; |
| | | $wb['limit_web_domain_txt'] = 'Se ha alcanzado el número máximo de dominios web de su cuenta.'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Se ha alcanzado el número máximo de alias de dominio de su cuenta.'; |
| | | $wb['limit_web_subdomain_txt'] = 'Se ha alcanzado el número máximo de subdominios de su cuenta.'; |
| | | $wb['apache_directives_txt'] = 'Directivas de Apache'; |
| | | $wb['domain_error_empty'] = 'El dominio está vacío.'; |
| | | $wb['domain_error_unique'] = 'El dominio debe ser único.'; |
| | | $wb['domain_error_regex'] = 'El nombre de dominio no es válido.'; |
| | | $wb['host_txt'] = 'Alojamiento'; |
| | | $wb['redirect_error_regex'] = 'Redirección no válida ruta. Redirecciones válidos son por ejemplo: /test/ or http://www.domain.tld/test/'; |
| | | $wb['no_redirect_txt'] = 'No redirigir'; |
| | | $wb['no_flag_txt'] = 'No flag'; |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | $wb['proxy_directives_txt'] = 'Proxy Directives'; |
| | | $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; |
| | | $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; |
| | | ?> |