| | |
| | | <?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'; |
| | |
| | | $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'; |
| | |
| | | $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'; |
| | |
| | | $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.'; |
| | | ?> |
| | | |