Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
8f5088 1 <?php
14f228 2 $wb['ssl_state_txt'] = 'Status';
713a98 3 $wb['ssl_locality_txt'] = 'Locality';
F 4 $wb['ssl_organisation_txt'] = 'Organisation';
14f228 5 $wb['ssl_organisation_unit_txt'] = 'Organisationseneht';
TB 6 $wb['ssl_country_txt'] = 'Land';
7 $wb['ssl_request_txt'] = 'SSL-förfrågan';
8 $wb['ssl_cert_txt'] = 'SSL Certifikat';
713a98 9 $wb['ssl_bundle_txt'] = 'SSL Bundle';
F 10 $wb['ssl_action_txt'] = 'SSL Action';
11 $wb['server_id_txt'] = 'Server';
14f228 12 $wb['domain_txt'] = 'Domän';
TB 13 $wb['type_txt'] = 'Typ';
14 $wb['parent_domain_id_txt'] = 'Föräldrawebbsida';
15 $wb['redirect_type_txt'] = 'Omdirigeringstyp';
16 $wb['redirect_path_txt'] = 'Omdirigeringssökväg';
17 $wb['active_txt'] = 'Aktiv';
18 $wb['document_root_txt'] = 'Dokumentroot';
19 $wb['system_user_txt'] = 'Linuxanvändare';
20 $wb['system_group_txt'] = 'Linuxgrupp';
21 $wb['ip_address_txt'] = 'IP-adress';
713a98 22 $wb['vhost_type_txt'] = 'VHost Type';
14f228 23 $wb['hd_quota_txt'] = 'Hårddiskkvota';
TB 24 $wb['traffic_quota_txt'] = 'Trafikkvota';
713a98 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';
14f228 30 $wb['client_txt'] = 'Kund';
713a98 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.';
34 $wb['apache_directives_txt'] = 'Apache directives';
14f228 35 $wb['domain_error_empty'] = 'Domänfältet är tomt';
TB 36 $wb['domain_error_unique'] = 'Domännamnet måste vara unikt';
37 $wb['domain_error_regex'] = 'Domännamnet är ogiltigt';
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/';
14f228 40 $wb['no_redirect_txt'] = 'Ingen omdirigering';
TB 41 $wb['no_flag_txt'] = 'Ingan flagga';
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:';
cda33c 45 $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.';
713a98 46 ?>