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/admin/lib/lang/hu_server_config.lng | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/hu_server_config.lng b/interface/web/admin/lib/lang/hu_server_config.lng index 21de6b5..02a2773 100644 --- a/interface/web/admin/lib/lang/hu_server_config.lng +++ b/interface/web/admin/lib/lang/hu_server_config.lng @@ -14,7 +14,7 @@ $wb['fastcgi_children_txt'] = 'FastCGI Children'; $wb['fastcgi_max_requests_txt'] = 'FastCGI max. Requests'; $wb['fastcgi_bin_txt'] = 'FastCGI Bin'; -$wb['module_txt'] = 'Module'; +$wb['module_txt'] = 'Modul'; $wb['maildir_path_txt'] = 'Maildir Path'; $wb['homedir_path_txt'] = 'Homedir Path'; $wb['mailuser_uid_txt'] = 'Mailuser UID'; @@ -29,14 +29,14 @@ $wb['ip_address_txt'] = 'IP Address'; $wb['netmask_txt'] = 'Netmask'; $wb['gateway_txt'] = 'Gateway'; -$wb['hostname_txt'] = 'Hostname'; -$wb['nameservers_txt'] = 'Nameservers'; +$wb['hostname_txt'] = 'Hosztnév'; +$wb['nameservers_txt'] = 'Névszerverek'; $wb['auto_network_configuration_txt'] = 'Network Configuration'; $wb['website_basedir_txt'] = 'Website basedir'; $wb['ip_address_error_wrong'] = 'Invalid IP address format.'; -$wb['netmask_error_wrong'] = 'Invalid Netmask format.'; -$wb['gateway_error_wrong'] = 'Invalid Gateway format.'; -$wb['hostname_error_empty'] = 'Hostname is empty.'; +$wb['netmask_error_wrong'] = 'Invalid Netmaszk format.'; +$wb['gateway_error_wrong'] = 'Invalid Átjáró format.'; +$wb['hostname_error_empty'] = 'Hosztnév is empty.'; $wb['nameservers_error_empty'] = 'Nameserver is empty.'; $wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; $wb['config_dir_txt'] = 'Config directory'; @@ -46,7 +46,7 @@ $wb['web_user_txt'] = 'Apache user'; $wb['web_group_txt'] = 'Apache group'; $wb['security_level_txt'] = 'Security level'; -$wb['loglevel_txt'] = 'Loglevel'; +$wb['loglevel_txt'] = 'Naplólevel'; $wb['apps_vhost_port_txt'] = 'Apps-vhost port'; $wb['apps_vhost_ip_txt'] = 'Apps-vhost IP'; $wb['apps_vhost_servername_txt'] = 'Apps-vhost Domain'; @@ -69,9 +69,11 @@ $wb['awstats_data_dir_txt'] = 'awstats data folder'; $wb['awstats_pl_txt'] = 'awstats.pl script'; $wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl script'; -$wb['backup_dir_txt'] = 'Backup directory'; +$wb['backup_dir_txt'] = 'Mentés könyvtára'; $wb['named_conf_local_path_txt'] = 'BIND named.conf.local path'; $wb['php_ini_path_cgi_txt'] = 'CGI php.ini path'; $wb['php_ini_path_apache_txt'] = 'Apache php.ini path'; $wb['check_apache_config_txt'] = 'Test apache configuration on restart'; +$wb['network_config_warning_txt'] = 'The network configuration option is only available for Debian and Ubuntu Servers. Do not enable this option if your network interface is not eth0.'; ?> + -- Gitblit v1.9.1