From 1ca823723668e01b1b998faec5f8d8153545cfa8 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 04 Apr 2011 08:22:29 -0400 Subject: [PATCH] Merged revisions 2181-2262 from stable branch. --- interface/web/sites/lib/lang/hu_web_subdomain.lng | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/interface/web/sites/lib/lang/hu_web_subdomain.lng b/interface/web/sites/lib/lang/hu_web_subdomain.lng index 369622b..0862e50 100644 --- a/interface/web/sites/lib/lang/hu_web_subdomain.lng +++ b/interface/web/sites/lib/lang/hu_web_subdomain.lng @@ -1,40 +1,43 @@ <?php $wb['ssl_state_txt'] = 'Megye'; -$wb['ssl_locality_txt'] = 'Locality'; +$wb['ssl_locality_txt'] = 'Város'; $wb['ssl_organisation_txt'] = 'Cég'; $wb['ssl_organisation_unit_txt'] = 'Osztály'; $wb['ssl_country_txt'] = 'Ország'; $wb['ssl_request_txt'] = 'SSL Kérés'; -$wb['ssl_cert_txt'] = 'SSL Tanusítvány'; -$wb['ssl_bundle_txt'] = 'SSL Bundle'; +$wb['ssl_cert_txt'] = 'SSL Tanúsítvány'; +$wb['ssl_bundle_txt'] = 'SSL Csomag'; $wb['ssl_action_txt'] = 'SSL Akció'; $wb['server_id_txt'] = 'Szrver'; $wb['domain_txt'] = 'Domain'; $wb['type_txt'] = 'Típus'; -$wb['parent_domain_id_txt'] = 'Szülő weboldal'; -$wb['redirect_type_txt'] = 'Átirányítás tipusa'; -$wb['redirect_path_txt'] = 'Átirány útvonal'; +$wb['parent_domain_id_txt'] = 'Szülő webhely'; +$wb['redirect_type_txt'] = 'Átirányítás típusa'; +$wb['redirect_path_txt'] = 'Az Átirányitás útvonala'; $wb['active_txt'] = 'Aktív'; $wb['document_root_txt'] = 'Documentroot'; $wb['system_user_txt'] = 'Linux Felhasználó'; $wb['system_group_txt'] = 'Linux Csoport'; $wb['ip_address_txt'] = 'IP-cím'; $wb['vhost_type_txt'] = 'VHost Típus'; -$wb['hd_quota_txt'] = 'Tárhely Korlát'; -$wb['traffic_quota_txt'] = 'Forgalom Korlát'; +$wb['hd_quota_txt'] = 'Tárhely Kvóta'; +$wb['traffic_quota_txt'] = 'Forgalom Kvóta'; $wb['cgi_txt'] = 'CGI'; $wb['ssi_txt'] = 'SSI'; $wb['ssl_txt'] = 'SSL'; $wb['suexec_txt'] = 'SuEXEC'; $wb['php_txt'] = 'PHP'; -$wb['client_txt'] = 'Kliens'; +$wb['client_txt'] = 'Ügyfél'; $wb['limit_web_domain_txt'] = 'Nincs több weboldal lehetőség.'; $wb['limit_web_aliasdomain_txt'] = 'Nincs több aliasdomain lehetőség'; $wb['limit_web_subdomain_txt'] = 'Nincs több aldomain lehetőség.'; -$wb['apache_directives_txt'] = 'Apache directivák'; -$wb['domain_error_empty'] = 'Domain üres'; -$wb['domain_error_unique'] = 'Domain már foglalt.'; -$wb['domain_error_regex'] = 'Domain név érvénytelen'; +$wb['apache_directives_txt'] = 'Apache direktivák'; +$wb['domain_error_empty'] = 'A Domain üres'; +$wb['domain_error_unique'] = 'A Domain már foglalt.'; +$wb['domain_error_regex'] = 'A Domain név érvénytelen'; $wb['host_txt'] = 'Állomás'; +$wb['no_redirect_txt'] = 'Nincs átirányítás'; +$wb['no_flag_txt'] = 'No flag'; $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; ?> + -- Gitblit v1.9.1