Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
TB 2 $wb['ssl_state_txt'] = 'Bundesland';
3 $wb['ssl_locality_txt'] = 'Ort';
4 $wb['ssl_organisation_txt'] = 'Firma';
5 $wb['ssl_organisation_unit_txt'] = 'Abteilung';
6 $wb['ssl_country_txt'] = 'Land';
7 $wb['ssl_request_txt'] = 'SSL Anfrage';
8 $wb['ssl_cert_txt'] = 'SSL Zertifikat';
9 $wb['ssl_bundle_txt'] = 'SSL Bundle';
10 $wb['ssl_action_txt'] = 'SSL Aktion';
11 $wb['server_id_txt'] = 'Server';
12 $wb['domain_txt'] = 'Domain';
13 $wb['type_txt'] = 'Typ';
14 $wb['parent_domain_id_txt'] = 'Zugehörige Webseite';
15 $wb['redirect_type_txt'] = 'Weiterleitungstyp';
16 $wb['redirect_path_txt'] = 'Weiterleitungsziel';
17 $wb['active_txt'] = 'Aktiv';
18 $wb['document_root_txt'] = 'Documentroot';
19 $wb['system_user_txt'] = 'Linux-Benutzer';
20 $wb['system_group_txt'] = 'Linux-Gruppe';
21 $wb['ip_address_txt'] = 'IP-Adresse';
22 $wb['vhost_type_txt'] = 'vHost-Typ';
23 $wb['hd_quota_txt'] = 'Festplatten-Quota';
24 $wb['traffic_quota_txt'] = 'Traffic-Quota';
25 $wb['cgi_txt'] = 'CGI';
26 $wb['ssi_txt'] = 'SSI';
27 $wb['ssl_txt'] = 'SSL';
28 $wb['suexec_txt'] = 'SuEXEC';
29 $wb['php_txt'] = 'PHP';
30 $wb['client_txt'] = 'Kunde';
31 $wb['limit_web_domain_txt'] = 'Die max. Anzahl an Webdomains für Ihr Konto wurde erreicht.';
32 $wb['limit_web_aliasdomain_txt'] = 'Die max. Anzahl an Aliasdomains für Ihr Konto wurde erreicht.';
33 $wb['limit_web_subdomain_txt'] = 'Die max. Anzahl an Web-Subdomains für Ihr Konto wurde erreicht.';
34 $wb['apache_directives_txt'] = 'Apache-Direktiven';
35 $wb['domain_error_empty'] = 'Domain ist leer.';
36 $wb['domain_error_unique'] = 'Domain muss eindeutig sein.';
37 $wb['domain_error_regex'] = 'Domain-Name ist ungültig.';
38 $wb['domain_error_wildcard'] = 'Wildcard Subdomains sind nicht erlaubt.';
39 $wb['host_txt'] = 'Host';
40 $wb['redirect_error_regex'] = 'Ungültiger Redirect-Pfad. Gültige Pfade sind beispielsweise: /test/ oder http://www.domain.tld/test/';
41 $wb['no_redirect_txt'] = 'Kein Redirect';
42 $wb['no_flag_txt'] = 'Kein Flag';
43 $wb['proxy_directives_txt'] = 'Proxy-Direktiven';
44 $wb['available_proxy_directive_snippets_txt'] = 'Verfügbare Proxy Direktiven Schnipsel:';
45 $wb['error_proxy_requires_url'] = 'Weiterleitungstyp \\"proxy\\" erfordert eine URL als Weiterleitungspfad.';
4bdecc 46 $wb['http_port_txt'] = 'HTTP Port';
TB 47 $wb['https_port_txt'] = 'HTTPS Port';
48 $wb['http_port_error_regex'] = 'HTTP Port invalid.';
49 $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
407003 50 ?>