Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
487df6 1 <?php
1ca823 2 $wb['ssl_state_txt'] = 'Megye';
T 3 $wb['ssl_locality_txt'] = 'Város';
487df6 4 $wb['ssl_organisation_txt'] = 'Cég';
T 5 $wb['ssl_organisation_unit_txt'] = 'Osztály';
1ca823 6 $wb['ssl_country_txt'] = 'Ország';
487df6 7 $wb['ssl_request_txt'] = 'SSL Kérés';
T 8 $wb['ssl_cert_txt'] = 'SSL Certificate';
1ca823 9 $wb['ssl_bundle_txt'] = 'SSL Csomag';
T 10 $wb['ssl_action_txt'] = 'SSL Akció';
487df6 11 $wb['server_id_txt'] = 'Szerver';
T 12 $wb['domain_txt'] = 'Domain';
13 $wb['type_txt'] = 'Tipus';
14 $wb['parent_domain_id_txt'] = 'Szülő Weboldal';
15 $wb['redirect_type_txt'] = 'Átirányítás tipusa';
16 $wb['redirect_path_txt'] = 'Átirányítás útvonal';
17 $wb['active_txt'] = 'Aktív';
407003 18 $wb['document_root_txt'] = 'Document Root';
1ca823 19 $wb['system_user_txt'] = 'Linux felhasználó';
487df6 20 $wb['system_group_txt'] = 'Linux csoport';
T 21 $wb['ip_address_txt'] = 'IP-ím';
22 $wb['vhost_type_txt'] = 'VHost Típus';
23 $wb['hd_quota_txt'] = 'Táhely Korlát';
24 $wb['traffic_quota_txt'] = 'Forgalom Korlát';
25 $wb['cgi_txt'] = 'CGI';
26 $wb['ssi_txt'] = 'SSI';
27 $wb['errordocs_txt'] = 'Saját hibaoldal';
28 $wb['ssl_txt'] = 'SSL';
2dffea 29 $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
487df6 30 $wb['suexec_txt'] = 'SuEXEC';
T 31 $wb['php_txt'] = 'PHP';
1ca823 32 $wb['disabled_txt'] = 'Letiltva';
T 33 $wb['client_txt'] = 'Ügyfél';
487df6 34 $wb['limit_web_domain_txt'] = 'Nincs több weboldal lehetőség.';
T 35 $wb['limit_web_aliasdomain_txt'] = 'Nincs több aliasdomain lehetőség.';
36 $wb['limit_web_subdomain_txt'] = 'Nincs több aldomain lehetőség.';
1ca823 37 $wb['apache_directives_txt'] = 'Apache direktivák';
487df6 38 $wb['domain_error_empty'] = 'Domain üres';
T 39 $wb['domain_error_unique'] = 'Domain már foglalt.';
40 $wb['domain_error_regex'] = 'Domain név hibás.';
41 $wb['hd_quota_error_empty'] = 'Tárgely korlát üres.';
1ca823 42 $wb['traffic_quota_error_empty'] = 'Forgalom kvóta üres.';
T 43 $wb['subdomain_txt'] = 'Automatikus Aldomain';
487df6 44 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
T 45 $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
46 $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
47 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
48 $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
1ca823 49 $wb['client_group_id_txt'] = 'Ügyfél';
487df6 50 $wb['stats_password_txt'] = 'Statisztika jelszó';
2d870d 51 $wb['ssl_domain_txt'] = 'SSL Domain';
F 52 $wb['allow_override_txt'] = 'Allow Override';
53 $wb['limit_web_quota_free_txt'] = 'Max. available Harddisk Quota';
40dd9f 54 $wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_';
T 55 $wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_';
56 $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_';
57 $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
58 $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
899771 59 $wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota';
T 60 $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
61 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
e5f91f 62 $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded';
1ca823 63 $wb['backup_interval_txt'] = 'Mentés időpont';
T 64 $wb['backup_copies_txt'] = 'Mentések száma';
0d9599 65 $wb['ruby_txt'] = 'Ruby';
1ca823 66 $wb['no_redirect_txt'] = 'Nincs átirányítás';
T 67 $wb['no_flag_txt'] = 'No flag';
68 $wb['none_txt'] = 'Nincs';
69 $wb['save_certificate_txt'] = 'Save Certificate';
70 $wb['create_certificate_txt'] = 'Create Certificate';
71 $wb['delete_certificate_txt'] = 'Delete Certificate';
72 $wb['stats_user_txt'] = 'Webstatistika felhasználónév';
73 $wb['stats_type_txt'] = 'Webstatistika program';
0d9599 74 $wb['custom_php_ini_txt'] = 'Custom php.ini settings';
1ca823 75 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
522ef8 76 $wb['ipv6_address_txt'] = 'IPv6-Address';
T 77 $wb['nginx_directives_txt'] = 'nginx Directives';
78 $wb['seo_redirect_txt'] = 'SEO Redirect';
79 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
80 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
81 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
d6cd45 82 $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 83 $wb['python_txt'] = 'Python';
T 84 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
85 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
86 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
87 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
88 $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';
89 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
90 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
91 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
92 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
02bf99 93 $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
T 94 $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.';
142907 95 $wb['ssl_key_txt'] = 'SSL Key';
T 96 $wb['perl_txt'] = 'Perl';
97 $wb['fastcgi_php_version_txt'] = 'PHP Version';
98 $wb['pm_txt'] = 'PHP-FPM Process Manager';
99 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
100 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
101 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
102 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
103 $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!';
104 $wb['generate_password_txt'] = 'Generate Password';
105 $wb['repeat_password_txt'] = 'Repeat Password';
106 $wb['password_mismatch_txt'] = 'The passwords do not match.';
107 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 108 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
T 109 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
110 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
111 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
112 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
10b4c8 113 $wb['proxy_directives_txt'] = 'Proxy Directives';
T 114 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
3f478f 115 $wb['no_server_error'] = 'No server selected.';
7b47c0 116 $wb['no_backup_txt'] = 'No backup';
T 117 $wb['daily_backup_txt'] = 'Daily';
118 $wb['weekly_backup_txt'] = 'Weekly';
119 $wb['monthly_backup_txt'] = 'Monthly';
120 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
121 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
122 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
992797 123 $wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
73813a 124 $wb['web_folder_txt'] = 'Web folder';
MC 125 $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.';
126 $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.';
127 $wb['host_txt'] = 'Hostname';
128 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
7c2179 129 $wb['variables_txt'] = 'Variables';
MC 130 $wb['added_by_txt'] = 'Added by';
131 $wb['added_date_txt'] = 'Added date';
132 $wb['backup_excludes_txt'] = 'Excluded Directories';
133 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
134 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
407003 135 $wb['server_chosen_not_ok'] = 'The selected server is not allowed for this account.';
TB 136 $wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.';
137 $wb['btn_save_txt'] = 'Save';
138 $wb['btn_cancel_txt'] = 'Cancel';
139 $wb['enable_spdy_txt'] = 'Enable SPDY';
140 $wb['load_client_data_txt'] = 'Load client details';
141 $wb['load_my_data_txt'] = 'Load my contact details';
142 $wb['reset_client_data_txt'] = 'Reset data';
143 $wb['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS';
144 $wb['password_strength_txt'] = 'Password strength';
4bdecc 145 $wb['directive_snippets_id_txt'] = 'Web server config';
TB 146 $wb['http_port_txt'] = 'HTTP Port';
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.';
487df6 150 ?>