Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
bfcdef 1 <?php
b3e3f8 2 $wb['domain_txt'] = 'Přezdívky domén webové stránky';
82b723 3 $wb['backup_interval_txt'] = 'Interval zálohování';
MC 4 $wb['backup_copies_txt'] = 'Počet kopií zálohy';
b3e3f8 5 $wb['ssl_state_txt'] = 'Stát (např. Czech Republic)';
TB 6 $wb['ssl_locality_txt'] = 'Název města';
7 $wb['ssl_organisation_txt'] = 'Organizace (společnost)';
8 $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka (pobočka,oddělení)';
82b723 9 $wb['ssl_country_txt'] = 'Country';
MC 10 $wb['ssl_key_txt'] = 'SSL Key';
11 $wb['ssl_request_txt'] = 'SSL Request';
12 $wb['ssl_cert_txt'] = 'SSL Certificate';
13 $wb['ssl_bundle_txt'] = 'SSL Bundle';
14 $wb['ssl_action_txt'] = 'SSL Action';
15 $wb['ssl_domain_txt'] = 'SSL Domain';
526b99 16 $wb['server_id_txt'] = 'Server';
82b723 17 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
b3e3f8 18 $wb['type_txt'] = 'Typ';
82b723 19 $wb['parent_domain_id_txt'] = 'Rodičovské webové stránky';
cc6568 20 $wb['redirect_type_txt'] = 'Typ přesměrování';
H 21 $wb['redirect_path_txt'] = 'Cesta přesměrování';
22 $wb['active_txt'] = 'Aktivní';
3669b3 23 $wb['document_root_txt'] = 'Kořenový adresář dokumentů';
MC 24 $wb['system_user_txt'] = 'Linuxový uživatel';
25 $wb['system_group_txt'] = 'Linuxová skupina';
26 $wb['ip_address_txt'] = 'IP adresa';
27 $wb['vhost_type_txt'] = 'VHost typ';
28 $wb['hd_quota_txt'] = 'Disková kvóta';
29 $wb['traffic_quota_txt'] = 'Přenosová kvóta';
526b99 30 $wb['cgi_txt'] = 'CGI';
T 31 $wb['ssi_txt'] = 'SSI';
82b723 32 $wb['errordocs_txt'] = 'Own Error-Documents';
407003 33 $wb['subdomain_txt'] = 'Auto-Subdomain';
526b99 34 $wb['ssl_txt'] = 'SSL';
T 35 $wb['suexec_txt'] = 'SuEXEC';
36 $wb['php_txt'] = 'PHP';
3669b3 37 $wb['client_txt'] = 'Klient';
MC 38 $wb['limit_web_domain_txt'] = 'Dosažen maximální počet web domén pro Váš účet.';
39 $wb['limit_web_aliasdomain_txt'] = 'Dosažen maximální počet alias domén pro Váš účet.';
40 $wb['limit_web_subdomain_txt'] = 'Dosažen maximální počet subdomén pro Váš účet.';
41 $wb['apache_directives_txt'] = 'Apache direktivy';
cc6568 42 $wb['domain_error_empty'] = 'Doména je prázdná.';
3669b3 43 $wb['domain_error_unique'] = 'Webová stránka nebo sub / alias doména s tímto doménovým jménem již existuje.';
cc6568 44 $wb['domain_error_regex'] = 'Neplatné doménové jméno.';
3669b3 45 $wb['host_txt'] = 'Host';
MC 46 $wb['redirect_error_regex'] = 'Neplatná cesta přesměrování. Platné přesměrování je například: /test/ nebo http://www.domain.tld/test/';
407003 47 $wb['no_redirect_txt'] = 'No redirect';
TB 48 $wb['no_flag_txt'] = 'No flag';
3669b3 49 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
MC 50 $wb['proxy_directives_txt'] = 'Proxy Directives';
51 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
407003 52 $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
3669b3 53 $wb['ipv6_address_txt'] = 'IPv6-Address';
526b99 54 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
T 55 $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.';
56 $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
57 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
58 $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
59 $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
60 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
61 $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
62 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
797215 63 $wb['client_group_id_txt'] = 'Klient';
526b99 64 $wb['stats_password_txt'] = 'Set Webstatistics password';
T 65 $wb['allow_override_txt'] = 'Apache AllowOverride';
66 $wb['limit_web_quota_free_txt'] = 'Max. available Harddisk Quota';
b3e3f8 67 $wb['ssl_state_error_regex'] = 'Neplatný SSL řádek - Stát. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
TB 68 $wb['ssl_locality_error_regex'] = 'Neplatný SSL řádek - Název města. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
69 $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
526b99 70 $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
T 71 $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
72 $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota';
73 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
74 $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded';
75 $wb['ruby_txt'] = 'Ruby';
76 $wb['stats_user_txt'] = 'Webstatistics username';
77 $wb['stats_type_txt'] = 'Webstatistics program';
78 $wb['custom_php_ini_txt'] = 'Custom php.ini settings';
79 $wb['none_txt'] = 'None';
82b723 80 $wb['disabled_txt'] = 'Vypnuto';
526b99 81 $wb['save_certificate_txt'] = 'Save certificate';
T 82 $wb['create_certificate_txt'] = 'Create certificate';
83 $wb['delete_certificate_txt'] = 'Delete certificate';
84 $wb['nginx_directives_txt'] = 'nginx Directives';
cc6568 85 $wb['seo_redirect_txt'] = 'SEO přesměrování';
526b99 86 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
T 87 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
88 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
89 $wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.';
90 $wb['python_txt'] = 'Python';
91 $wb['perl_txt'] = 'Perl';
92 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
93 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
94 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
95 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
96 $wb['error_php_fpm_pm_settings_txt'] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children &gt;= pm.max_spare_servers &gt;= pm.start_servers &gt;= pm.min_spare_servers &gt; 0';
97 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
98 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
99 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
100 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
101 $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
102 $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.';
103 $wb['fastcgi_php_version_txt'] = 'PHP Version';
104 $wb['pm_txt'] = 'PHP-FPM Process Manager';
105 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
106 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
107 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
108 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
109 $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!';
110 $wb['generate_password_txt'] = 'Generate Password';
111 $wb['repeat_password_txt'] = 'Repeat Password';
112 $wb['password_mismatch_txt'] = 'The passwords do not match.';
113 $wb['password_match_txt'] = 'The passwords do match.';
114 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
115 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
116 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
b3e3f8 117 $wb['Domain'] = 'Přezdívky domén webové stránky';
3669b3 118 ?>