Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
0d9599 1 <?php
407003 2 $wb['parent_domain_id_txt'] = 'Rodičovská webová stránka';
TB 3 $wb['web_folder_txt'] = 'Web folder';
797215 4 $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.';
MC 5 $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.';
6 $wb['backup_interval_txt'] = 'Interval zálohování';
407003 7 $wb['backup_copies_txt'] = 'Počet kopií zálohy';
b3e3f8 8 $wb['ssl_state_txt'] = 'Stát (např. Czech Republic)';
TB 9 $wb['ssl_locality_txt'] = 'Název města';
10 $wb['ssl_organisation_txt'] = 'Organizace (společnost)';
11 $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka (pobočka,oddělení)';
0d9599 12 $wb['ssl_country_txt'] = 'Země';
T 13 $wb['ssl_request_txt'] = 'SSL požadavek';
14 $wb['ssl_cert_txt'] = 'SSL certifikát';
15 $wb['ssl_bundle_txt'] = 'SSL bundle';
16 $wb['ssl_action_txt'] = 'SSL akce';
17 $wb['ssl_domain_txt'] = 'SSL doména';
18 $wb['server_id_txt'] = 'Server';
19 $wb['domain_txt'] = 'Doména';
8fe08a 20 $wb['type_txt'] = 'Verze';
b3e3f8 21 $wb['host_txt'] = 'Název hostitele';
407003 22 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
0d9599 23 $wb['redirect_type_txt'] = 'Typ přesměrování';
T 24 $wb['redirect_path_txt'] = 'Cesta přesměrování';
25 $wb['active_txt'] = 'Aktivní';
407003 26 $wb['document_root_txt'] = 'Document Root';
0d9599 27 $wb['system_user_txt'] = 'Linuxový uživatel';
T 28 $wb['system_group_txt'] = 'Linuxová skupina';
1985cb 29 $wb['ip_address_txt'] = 'IP adresa';
0d9599 30 $wb['vhost_type_txt'] = 'VHost typ';
T 31 $wb['hd_quota_txt'] = 'Disková kvóta';
32 $wb['traffic_quota_txt'] = 'Přenosová kvóta';
33 $wb['cgi_txt'] = 'CGI';
34 $wb['ssi_txt'] = 'SSI';
35 $wb['subdomain_txt'] = 'Automatická subdoména';
36 $wb['ssl_txt'] = 'SSL';
37 $wb['suexec_txt'] = 'SuEXEC';
38 $wb['php_txt'] = 'PHP';
39 $wb['client_txt'] = 'Klient';
40 $wb['limit_web_domain_txt'] = 'Dosažen maximální počet web domén pro Váš účet.';
41 $wb['limit_web_aliasdomain_txt'] = 'Dosažen maximální počet alias domén pro Váš účet.';
42 $wb['limit_web_subdomain_txt'] = 'Dosažen maximální počet subdomén pro Váš účet.';
43 $wb['apache_directives_txt'] = 'Apache direktivy';
44 $wb['domain_error_empty'] = 'Doména je prázdná.';
45 $wb['domain_error_unique'] = 'Webová stránka nebo sub / alias doména s tímto doménovým jménem již existuje.';
46 $wb['domain_error_regex'] = 'Neplatné doménové jméno.';
47 $wb['hd_quota_error_empty'] = 'Disková kvóta je 0 nebo je prázdná.';
48 $wb['traffic_quota_error_empty'] = 'Přenosová kvóta je prázdná.';
49 $wb['error_ssl_state_empty'] = 'SSL stav je prázdný.';
50 $wb['error_ssl_locality_empty'] = 'SSL lokalita je prázdná.';
51 $wb['error_ssl_organisation_empty'] = 'SSL organizace je prázdná.';
52 $wb['error_ssl_organisation_unit_empty'] = 'SSL organizační jednotka je prázdná.';
53 $wb['error_ssl_country_empty'] = 'SSL země je prázdná.';
54 $wb['client_group_id_txt'] = 'Klient';
55 $wb['stats_password_txt'] = 'Heslo k webovým statistikám';
56 $wb['allow_override_txt'] = 'Povolit přepis (Allow Override)';
57 $wb['limit_web_quota_free_txt'] = 'Max. dostupná disková kvóta';
b3e3f8 58 $wb['ssl_state_error_regex'] = 'Neplatný SSL řádek - Stát. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
TB 59 $wb['ssl_locality_error_regex'] = 'Neplatný SSL řádek - Název města. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
60 $wb['ssl_organisation_error_regex'] = 'Neplatný SSL řádek - Organizace. Platné znaky jsou: a-z, 0-9 a .,-_ (žádná diakritika)';
0d9599 61 $wb['ssl_organistaion_unit_error_regex'] = 'Neplatná SSL organizační jednotka. Platné znaky jsou: a-z, 0-9 a .,-_';
T 62 $wb['ssl_country_error_regex'] = 'Neplatná SSL země. Platné znaky jsou: A-Z';
63 $wb['limit_traffic_quota_free_txt'] = 'Max. dostupná přenosová kvóta';
64 $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/';
65 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
66 $wb['traffic_quota_exceeded_txt'] = 'Přenosová kvóta překročena';
72695f 67 $wb['errordocs_txt'] = 'Vlastní Error (chybové) dokumenty';
0d9599 68 $wb['ruby_txt'] = 'Ruby';
b3e3f8 69 $wb['stats_user_txt'] = 'Webové statistiky - uživatelské jméno';
TB 70 $wb['stats_type_txt'] = 'Webové statistiky - výběr aplikace';
1985cb 71 $wb['custom_php_ini_txt'] = 'Vlastní nastavení php.ini';
9539ce 72 $wb['none_txt'] = 'Žádná';
F 73 $wb['disabled_txt'] = 'Zakázáno';
74 $wb['no_redirect_txt'] = 'Žádné přesměrování';
75 $wb['no_flag_txt'] = 'Žádný příznak';
76 $wb['save_certificate_txt'] = 'Uložit certifikát';
77 $wb['create_certificate_txt'] = 'Vytvořit certifikát';
78 $wb['delete_certificate_txt'] = 'Smazat certifikát';
1ca823 79 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
522ef8 80 $wb['ipv6_address_txt'] = 'IPv6-Address';
T 81 $wb['nginx_directives_txt'] = 'nginx Directives';
72695f 82 $wb['seo_redirect_txt'] = 'SEO přesměrování';
522ef8 83 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
T 84 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
85 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
d6cd45 86 $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.';
b51db0 87 $wb['python_txt'] = 'Python';
T 88 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
89 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
90 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
91 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
92 $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';
93 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
94 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
95 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
96 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
72695f 97 $wb['hd_quota_error_regex'] = 'Kvóta pevného disku je neplatná.';
T 98 $wb['traffic_quota_error_regex'] = 'Traffik kvóta je neplatná.';
99 $wb['ssl_key_txt'] = 'SSL klíč';
142907 100 $wb['perl_txt'] = 'Perl';
72695f 101 $wb['fastcgi_php_version_txt'] = 'PHP verze';
142907 102 $wb['pm_txt'] = 'PHP-FPM Process Manager';
T 103 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
104 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
105 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
106 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
107 $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!';
bfcdef 108 $wb['generate_password_txt'] = 'Generovat heslo';
T 109 $wb['repeat_password_txt'] = 'Opakujte heslo';
110 $wb['password_mismatch_txt'] = 'Hesla se neshodují.';
111 $wb['password_match_txt'] = 'Hesla se shodují.';
112 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
113 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
114 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
115 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
10b4c8 116 $wb['proxy_directives_txt'] = 'Proxy Directives';
T 117 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
992797 118 $wb['no_server_error'] = 'Nebyl zvolen žádný server';
MC 119 $wb['no_backup_txt'] = 'Žádné zálohování';
120 $wb['daily_backup_txt'] = 'Denně';
121 $wb['weekly_backup_txt'] = 'Týdně';
122 $wb['monthly_backup_txt'] = 'Měsíčně';
7b47c0 123 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
T 124 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
125 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
992797 126 $wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
73813a 127 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
82b723 128 $wb['variables_txt'] = 'Proměnné';
MC 129 $wb['added_by_txt'] = 'Kdo vytvořil účet';
130 $wb['added_date_txt'] = 'Datum vytvoření účtu';
b3e3f8 131 $wb['backup_excludes_txt'] = 'Vyloučené adresáře';
c64502 132 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
TB 133 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
407003 134 $wb['server_chosen_not_ok'] = 'The selected server is not allowed for this account.';
TB 135 $wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.';
b3e3f8 136 $wb['btn_save_txt'] = 'Uložit';
TB 137 $wb['btn_cancel_txt'] = 'Zrušit';
407003 138 $wb['enable_spdy_txt'] = 'Enable SPDY';
b3e3f8 139 $wb['load_client_data_txt'] = 'Nahrát údaje z podrobností registrovaného klienta';
407003 140 $wb['load_my_data_txt'] = 'Load my contact details';
b3e3f8 141 $wb['reset_client_data_txt'] = 'Obnovit údaje (resetovat)';
407003 142 $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL';
b3e3f8 143 $wb['rewrite_to_https_txt'] = 'Přesměrovat HTTP na HTTPS';
TB 144 $wb['password_strength_txt'] = 'Síla hesla';
145 $wb['directive_snippets_id_txt'] = 'Web server config';
4bdecc 146 $wb['http_port_txt'] = 'HTTP Port';
TB 147 $wb['https_port_txt'] = 'HTTPS Port';
148 $wb['http_port_error_regex'] = 'HTTP Port invalid.';
149 $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
73813a 150 ?>