Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
bfcdef 1 <?php
c64502 2 $wb['parent_domain_id_txt'] = 'Rodičovské webové stránky';
8a3cd2 3 $wb['web_folder_txt'] = 'Webová složka';
bfcdef 4 $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.';
T 5 $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.';
72695f 6 $wb['backup_interval_txt'] = 'Interval zálohování';
T 7 $wb['backup_copies_txt'] = 'Počet záložních kopií';
8 $wb['ssl_state_txt'] = 'Stát';
9 $wb['ssl_locality_txt'] = 'Lokalita';
10 $wb['ssl_organisation_txt'] = 'Organizace';
11 $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka';
12 $wb['ssl_country_txt'] = 'Země';
13 $wb['ssl_key_txt'] = 'SSL klíč';
14 $wb['ssl_request_txt'] = 'SSL požadavek';
15 $wb['ssl_cert_txt'] = 'SSL certifikát';
bfcdef 16 $wb['ssl_bundle_txt'] = 'SSL Bundle';
72695f 17 $wb['ssl_action_txt'] = 'SSL akce';
T 18 $wb['ssl_domain_txt'] = 'SSL Doména';
bfcdef 19 $wb['server_id_txt'] = 'Server';
10b4c8 20 $wb['domain_txt'] = 'Doména';
1fbf0d 21 $wb['host_txt'] = 'Název hostitele';
bfcdef 22 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
43b345 23 $wb['type_txt'] = 'Verze';
cc6568 24 $wb['redirect_type_txt'] = 'Typ přesměrování';
H 25 $wb['redirect_path_txt'] = 'Cesta přesměrování';
bfcdef 26 $wb['active_txt'] = 'Aktivní';
T 27 $wb['document_root_txt'] = 'Documentroot';
28 $wb['system_user_txt'] = 'Linux User';
29 $wb['system_group_txt'] = 'Linux Group';
30 $wb['ip_address_txt'] = 'IPv4-Address';
31 $wb['ipv6_address_txt'] = 'IPv6-Address';
32 $wb['vhost_type_txt'] = 'VHost Type';
33 $wb['hd_quota_txt'] = 'Harddisk Quota';
34 $wb['traffic_quota_txt'] = 'Traffic Quota';
35 $wb['cgi_txt'] = 'CGI';
36 $wb['ssi_txt'] = 'SSI';
37 $wb['errordocs_txt'] = 'Own Error-Documents';
c64502 38 $wb['subdomain_txt'] = 'Automatická subdoména';
bfcdef 39 $wb['ssl_txt'] = 'SSL';
T 40 $wb['suexec_txt'] = 'SuEXEC';
41 $wb['php_txt'] = 'PHP';
10b4c8 42 $wb['client_txt'] = 'Klient';
bfcdef 43 $wb['limit_web_domain_txt'] = 'The max. Počet webových stránek for your account is reached.';
T 44 $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
45 $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
46 $wb['apache_directives_txt'] = 'Apache Directives';
72695f 47 $wb['domain_error_empty'] = 'Doména je prázdná.';
992797 48 $wb['domain_error_unique'] = 'Webové stránky nebo sub-doména / alias-domény již existuje s tímto doménovým jménem.';
cc6568 49 $wb['domain_error_regex'] = 'Neplatné doménové jméno.';
bfcdef 50 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
T 51 $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.';
52 $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
53 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
54 $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
55 $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
56 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
57 $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
58 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
10b4c8 59 $wb['client_group_id_txt'] = 'Klient';
bfcdef 60 $wb['stats_password_txt'] = 'Webstatistics password';
T 61 $wb['allow_override_txt'] = 'Apache AllowOverride';
62 $wb['limit_web_quota_free_txt'] = 'Max. available Harddisk Quota';
63 $wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_';
64 $wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_';
65 $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_';
66 $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
67 $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
68 $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota';
69 $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
70 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
72695f 71 $wb['traffic_quota_exceeded_txt'] = 'Traffik kvóta překročena';
bfcdef 72 $wb['ruby_txt'] = 'Ruby';
T 73 $wb['stats_user_txt'] = 'Webstatistics username';
74 $wb['stats_type_txt'] = 'Webstatistics program';
e68b40 75 $wb['custom_php_ini_txt'] = 'Vlastní nastavení php.ini';
TB 76 $wb['none_txt'] = 'Žádný';
c64502 77 $wb['disabled_txt'] = 'Vypnuto';
bfcdef 78 $wb['no_redirect_txt'] = 'No redirect';
T 79 $wb['no_flag_txt'] = 'No flag';
72695f 80 $wb['save_certificate_txt'] = 'Uložit certifikát';
T 81 $wb['create_certificate_txt'] = 'Vytvořit certifikát';
82 $wb['delete_certificate_txt'] = 'Smazat certifikát';
bfcdef 83 $wb['nginx_directives_txt'] = 'nginx Directives';
72695f 84 $wb['seo_redirect_txt'] = 'SEO přesměrování';
bfcdef 85 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
T 86 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
87 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
88 $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.';
89 $wb['python_txt'] = 'Python';
90 $wb['perl_txt'] = 'Perl';
91 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
92 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
93 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
94 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
95 $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';
96 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
97 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
98 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
99 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
72695f 100 $wb['hd_quota_error_regex'] = 'Kvóta pevného disku je neplatná.';
T 101 $wb['traffic_quota_error_regex'] = 'Traffik kvóta je neplatná.';
102 $wb['fastcgi_php_version_txt'] = 'PHP verze';
bfcdef 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!';
72695f 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í.';
10b4c8 113 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
T 114 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
115 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
116 $wb['proxy_directives_txt'] = 'Proxy Directives';
117 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
c64502 118 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
TB 119 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
120 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
121 $wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
122 $wb['variables_txt'] = 'Proměnné';
e68b40 123 $wb['backup_excludes_txt'] = 'Vyloučené adresáře';
TB 124 $wb['backup_excludes_note_txt'] = '(Oddělte více adresářů čárkami. Vzor: web/cache/*,web/backup)';
125 $wb['backup_excludes_error_regex'] = 'Vyloučené adresáře obsahují neplatné znaky.';
c64502 126 $wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.';
bfcdef 127 ?>
206676 128
1fbf0d 129