From 1429073c6961380ff5eab9273be064d61fcf5313 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 20 Aug 2012 06:11:24 -0400 Subject: [PATCH] Merged language files. --- interface/web/admin/lib/lang/hu_system_config.lng | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/hu_system_config.lng b/interface/web/admin/lib/lang/hu_system_config.lng index 656e2d8..1270cef 100644 --- a/interface/web/admin/lib/lang/hu_system_config.lng +++ b/interface/web/admin/lib/lang/hu_system_config.lng @@ -28,4 +28,11 @@ $wb['admin_name_txt'] = 'Administrators name'; $wb['enable_custom_login_txt'] = 'Allow custom login name'; $wb['monitor_key_txt'] = 'Monitor keyword'; +$wb['maintenance_mode_txt'] = 'Maintenance Mode'; +$wb['smtp_enabled_txt'] = 'Use SMTP to send system mails'; +$wb['smtp_host_txt'] = 'SMTP host'; +$wb['smtp_port_txt'] = 'SMTP port'; +$wb['smtp_user_txt'] = 'SMTP user'; +$wb['smtp_pass_txt'] = 'SMTP password'; +$wb['smtp_crypt_txt'] = 'Use SSL/TLS encrypted connection for SMTP'; ?> -- Gitblit v1.9.1