From b4aaf3eedda4001ad5e01ac2c19494020148a77c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 08 Sep 2011 10:57:26 -0400 Subject: [PATCH] Fixed: FS#1579 - Add Exim config files for centos to config file folder. --- interface/web/admin/lib/lang/de_server_config.lng | 35 +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12 deletions(-) diff --git a/interface/web/admin/lib/lang/de_server_config.lng b/interface/web/admin/lib/lang/de_server_config.lng index 21fec32..4f7b9a5 100644 --- a/interface/web/admin/lib/lang/de_server_config.lng +++ b/interface/web/admin/lib/lang/de_server_config.lng @@ -1,8 +1,8 @@ <?php $wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home'; -$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app sections'; -$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applications'; -$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applications'; +$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot Anwendungsbereiche'; +$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted Anwendungen'; +$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted Anwendungen'; $wb['website_path_txt'] = 'Website Pfad'; $wb['website_symlinks_txt'] = 'Website Symlinks'; $wb['vhost_conf_dir_txt'] = 'Vhost config dir'; @@ -25,18 +25,18 @@ $wb['relayhost_txt'] = 'Relayhost'; $wb['relayhost_user_txt'] = 'Relayhost Benutzer'; $wb['relayhost_password_txt'] = 'Relayhost Passwort'; -$wb['mailbox_size_limit_txt'] = 'Mailbox Größen Limit'; -$wb['message_size_limit_txt'] = 'Message Größen Limit'; +$wb['mailbox_size_limit_txt'] = 'Mailboxgrößen-Limit'; +$wb['message_size_limit_txt'] = 'Nachrichtengrößen-Limit'; $wb['ip_address_txt'] = 'IP Adresse'; -$wb['netmask_txt'] = 'Netmask'; +$wb['netmask_txt'] = 'Netzmaske'; $wb['gateway_txt'] = 'Gateway'; $wb['hostname_txt'] = 'Hostname'; $wb['nameservers_txt'] = 'Nameserver'; -$wb['auto_network_configuration_txt'] = 'Netzwerk Konfiguration'; +$wb['auto_network_configuration_txt'] = 'Netzwerkkonfiguration'; $wb['website_basedir_txt'] = 'Website basedir'; -$wb['ip_address_error_wrong'] = 'Ungültiges IP Adressen Format.'; -$wb['netmask_error_wrong'] = 'Ungültiges Netmask Format.'; -$wb['gateway_error_wrong'] = 'Ungültiges Gateway Format.'; +$wb['ip_address_error_wrong'] = 'Ungültiges IP-Adressen-Format.'; +$wb['netmask_error_wrong'] = 'Ungültiges Netzmasken-Format.'; +$wb['gateway_error_wrong'] = 'Ungültiges Gateway-Format.'; $wb['hostname_error_empty'] = 'Hostname ist leer.'; $wb['nameservers_error_empty'] = 'Nameserver ist leer.'; $wb['config_dir_txt'] = 'Config Verzeichnis'; @@ -60,7 +60,7 @@ $wb['named_conf_path_error_empty'] = 'BIND named.conf Pfad ist leer.'; $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local Pfad ist leer.'; $wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; -$wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; +$wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Dämon'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['php_open_basedir_error_empty'] = 'PHP open_basedir ist leer.'; $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; @@ -73,5 +73,16 @@ $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['CA_path_txt'] = 'CA Path'; +$wb['CA_pass_txt'] = 'CA passphrase'; +$wb['ufw_enable_txt'] = 'Enable'; +$wb['ufw_manage_builtins_txt'] = 'Manage Builtin Rules'; +$wb['ufw_ipv6_txt'] = 'Enable IPv6'; +$wb['ufw_default_input_policy_txt'] = 'Default Input Policy'; +$wb['ufw_default_output_policy_txt'] = 'Default Output Policy'; +$wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy'; +$wb['ufw_default_application_policy_txt'] = 'Default Application Policy'; +$wb['ufw_log_level_txt'] = 'Log Level'; +$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