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