tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
487df6 1 <?php
T 2 $wb['ssl_state_txt'] = 'Megye';
1ca823 3 $wb['ssl_locality_txt'] = 'Város';
487df6 4 $wb['ssl_organisation_txt'] = 'Cég';
T 5 $wb['ssl_organisation_unit_txt'] = 'Osztály';
6 $wb['ssl_country_txt'] = 'Ország';
7 $wb['ssl_request_txt'] = 'SSL Kérés';
1ca823 8 $wb['ssl_cert_txt'] = 'SSL Tanúsítvány';
T 9 $wb['ssl_bundle_txt'] = 'SSL Csomag';
487df6 10 $wb['ssl_action_txt'] = 'SSL Akció';
T 11 $wb['server_id_txt'] = 'Szrver';
12 $wb['domain_txt'] = 'Domain';
13 $wb['type_txt'] = 'Típus';
1ca823 14 $wb['parent_domain_id_txt'] = 'Szülő webhely';
T 15 $wb['redirect_type_txt'] = 'Átirányítás típusa';
16 $wb['redirect_path_txt'] = 'Az Átirányitás útvonala';
487df6 17 $wb['active_txt'] = 'Aktív';
T 18 $wb['document_root_txt'] = 'Documentroot';
19 $wb['system_user_txt'] = 'Linux Felhasználó';
20 $wb['system_group_txt'] = 'Linux Csoport';
21 $wb['ip_address_txt'] = 'IP-cím';
22 $wb['vhost_type_txt'] = 'VHost Típus';
1ca823 23 $wb['hd_quota_txt'] = 'Tárhely Kvóta';
T 24 $wb['traffic_quota_txt'] = 'Forgalom Kvóta';
487df6 25 $wb['cgi_txt'] = 'CGI';
T 26 $wb['ssi_txt'] = 'SSI';
27 $wb['ssl_txt'] = 'SSL';
28 $wb['suexec_txt'] = 'SuEXEC';
29 $wb['php_txt'] = 'PHP';
1ca823 30 $wb['client_txt'] = 'Ügyfél';
487df6 31 $wb['limit_web_domain_txt'] = 'Nincs több weboldal lehetőség.';
T 32 $wb['limit_web_aliasdomain_txt'] = 'Nincs több aliasdomain lehetőség';
33 $wb['limit_web_subdomain_txt'] = 'Nincs több aldomain lehetőség.';
1ca823 34 $wb['apache_directives_txt'] = 'Apache direktivák';
T 35 $wb['domain_error_empty'] = 'A Domain üres';
36 $wb['domain_error_unique'] = 'A Domain már foglalt.';
37 $wb['domain_error_regex'] = 'A Domain név érvénytelen';
487df6 38 $wb['host_txt'] = 'Állomás';
1ca823 39 $wb['no_redirect_txt'] = 'Nincs átirányítás';
T 40 $wb['no_flag_txt'] = 'No flag';
899771 41 $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
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.';
487df6 46 ?>