tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
0dae6d 1 <?php
182e2d 2 $wb['ssl_state_txt'] = 'Stato';
0dae6d 3 $wb['ssl_locality_txt'] = 'Locality';
182e2d 4 $wb['ssl_organisation_txt'] = 'Organizzazione';
0dae6d 5 $wb['ssl_organisation_unit_txt'] = 'Organisation Unit';
F 6 $wb['ssl_country_txt'] = 'Country';
7 $wb['ssl_request_txt'] = 'SSL Request';
8 $wb['ssl_cert_txt'] = 'SSL Certificate';
9 $wb['ssl_bundle_txt'] = 'SSL Bundle';
10 $wb['ssl_action_txt'] = 'SSL Action';
11 $wb['server_id_txt'] = 'Server';
182e2d 12 $wb['domain_txt'] = 'Dominio';
F 13 $wb['type_txt'] = 'Tipo';
0dae6d 14 $wb['parent_domain_id_txt'] = 'Parent Website';
182e2d 15 $wb['redirect_type_txt'] = 'Tipo Redirect';
F 16 $wb['redirect_path_txt'] = 'Percorso Redirect';
17 $wb['active_txt'] = 'Attivo';
0dae6d 18 $wb['document_root_txt'] = 'Documentroot';
182e2d 19 $wb['system_user_txt'] = 'Utente Linux';
F 20 $wb['system_group_txt'] = 'Gruppo Linux';
21 $wb['ip_address_txt'] = 'Indirizzo IP';
22 $wb['vhost_type_txt'] = 'Tipo VHost';
23 $wb['hd_quota_txt'] = 'Quota Harddisk';
24 $wb['traffic_quota_txt'] = 'Quota Traffico';
0dae6d 25 $wb['cgi_txt'] = 'CGI';
F 26 $wb['ssi_txt'] = 'SSI';
27 $wb['ssl_txt'] = 'SSL';
28 $wb['suexec_txt'] = 'SuEXEC';
29 $wb['php_txt'] = 'PHP';
182e2d 30 $wb['client_txt'] = 'Cliente';
0dae6d 31 $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.';
F 32 $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
33 $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
182e2d 34 $wb['apache_directives_txt'] = 'Direttive Apache';
0dae6d 35 $wb['domain_error_empty'] = 'Domain is empty.';
F 36 $wb['domain_error_unique'] = 'Domain must be unique.';
37 $wb['domain_error_regex'] = 'Domain name invalid.';
6fa2f1 38 $wb['host_txt'] = 'Host';
899771 39 $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
d7be27 40 $wb['no_redirect_txt'] = 'No redirect';
T 41 $wb['no_flag_txt'] = 'No flag';
bfcdef 42 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
10b4c8 43 $wb['proxy_directives_txt'] = 'Proxy Directives';
T 44 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
526b99 45 $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
0dae6d 46 ?>