Till Brehm
2014-10-17 074a578110cefcd658b1c491491757478bf7907e
commit | author | age
11b3da 1 <?php
bfcdef 2 $wb['jailkit_chroot_home_txt'] = 'Jailkit Chroot home';
T 3 $wb['jailkit_chroot_app_sections_txt'] = 'Jailkit Chroot Anwendungsbereiche';
4 $wb['jailkit_chroot_app_programs_txt'] = 'Jailkit Chrooted Anwendungen';
5 $wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit Cron Chrooted Anwendungen';
6 $wb['website_path_txt'] = 'Webseiten Pfad';
7 $wb['website_symlinks_txt'] = 'Webseiten Symlinks';
8 $wb['website_symlinks_rel_txt'] = 'Erstelle relative Symlinks';
9 $wb['vhost_conf_dir_txt'] = 'vHost Konfigurationsverzeichnis';
10 $wb['vhost_conf_enabled_dir_txt'] = 'vHost config enabled dir';
11 $wb['getmail_config_dir_txt'] = 'Getmail Konfigurationsverzeichnis';
12 $wb['fastcgi_starter_path_txt'] = 'FastCGI Starter Pfad';
13 $wb['fastcgi_starter_script_txt'] = 'FastCGI Starter Script';
14 $wb['fastcgi_alias_txt'] = 'FastCGI Alias';
15 $wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini Pfad';
16 $wb['fastcgi_children_txt'] = 'FastCGI Children';
17 $wb['fastcgi_max_requests_txt'] = 'FastCGI max. Anfragen';
18 $wb['fastcgi_bin_txt'] = 'FastCGI Bin';
19 $wb['module_txt'] = 'Modul';
20 $wb['maildir_path_txt'] = 'Maildir Pfad';
21 $wb['homedir_path_txt'] = 'Homedir Pfad';
22 $wb['mailuser_uid_txt'] = 'Mailbenutzer UID';
23 $wb['mailuser_gid_txt'] = 'Mailbenutzer GID';
24 $wb['mailuser_name_txt'] = 'Mailbenutzer Name';
25 $wb['mailuser_group_txt'] = 'Mailbenutzer Gruppe';
26 $wb['relayhost_txt'] = 'Relayhost';
27 $wb['relayhost_user_txt'] = 'Relayhost Benutzer';
28 $wb['relayhost_password_txt'] = 'Relayhost Passwort';
526b99 29 $wb['mailbox_size_limit_txt'] = 'E-Mailkonto Beschränkung';
T 30 $wb['message_size_limit_txt'] = 'E-Mailgrößen Beschränkung';
bfcdef 31 $wb['ip_address_txt'] = 'IP Adresse';
T 32 $wb['netmask_txt'] = 'Netzmaske';
33 $wb['gateway_txt'] = 'Gateway';
34 $wb['hostname_txt'] = 'Hostname';
35 $wb['nameservers_txt'] = 'Nameserver';
36 $wb['auto_network_configuration_txt'] = 'Netzwerkkonfiguration';
37 $wb['website_basedir_txt'] = 'Webseiten basedir';
38 $wb['website_autoalias_txt'] = 'Webseiten Autoalias';
39 $wb['website_autoalias_note_txt'] = 'Platzhalter:';
40 $wb['ip_address_error_wrong'] = 'Ungültiges IP Adressen Format.';
41 $wb['netmask_error_wrong'] = 'Ungültiges Netzmasken Format.';
42 $wb['gateway_error_wrong'] = 'Ungültiges Gateway Format.';
43 $wb['hostname_error_empty'] = 'Hostname ist leer.';
44 $wb['nameservers_error_empty'] = 'Nameserver ist leer.';
45 $wb['config_dir_txt'] = 'Konfigurationsverzeichnis';
46 $wb['init_script_txt'] = 'Cron init Script Name';
47 $wb['crontab_dir_txt'] = 'Pfad für individuelle Crontabs';
48 $wb['wget_txt'] = 'Pfad zum wget Programm';
49 $wb['web_user_txt'] = 'Apache Benutzer';
50 $wb['web_group_txt'] = 'Apache Gruppe';
51 $wb['security_level_txt'] = 'Sicherheitslevel';
52 $wb['loglevel_txt'] = 'Loglevel';
53 $wb['apps_vhost_port_txt'] = 'Apps vHost Port';
54 $wb['apps_vhost_ip_txt'] = 'Apps vHost IP Adresse';
55 $wb['apps_vhost_servername_txt'] = 'Apps vHost Domain';
56 $wb['bind_user_txt'] = 'BIND Benutzer';
57 $wb['bind_group_txt'] = 'BIND Gruppe';
58 $wb['bind_zonefiles_dir_txt'] = 'BIND Zonefiles Verzeichnis';
59 $wb['named_conf_path_txt'] = 'BIND named.conf Pfad';
60 $wb['bind_user_error_empty'] = 'BIND Benutzer ist leer.';
61 $wb['bind_group_error_empty'] = 'BIND Gruppe ist leer.';
62 $wb['bind_zonefiles_dir_error_empty'] = 'BIND Zonefiles Verzeichnis ist leer.';
63 $wb['named_conf_path_error_empty'] = 'BIND named.conf Pfad ist leer.';
64 $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local Pfad ist leer.';
526b99 65 $wb['mail_filter_syntax_txt'] = 'E-Mailfilter Syntax';
bfcdef 66 $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Dämon';
T 67 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
68 $wb['php_open_basedir_error_empty'] = 'PHP open_basedir ist leer.';
69 $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride';
70 $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride ist leer.';
71 $wb['awstats_conf_dir_txt'] = 'AWStats Konfigurationsverzeichnis';
72 $wb['awstats_data_dir_txt'] = 'AWStats Datenverzeichnis';
73 $wb['awstats_pl_txt'] = 'AWStats awstats.pl Script';
74 $wb['awstats_buildstaticpages_pl_txt'] = 'AWStats awstats_buildstaticpages.pl Script';
75 $wb['backup_dir_txt'] = 'Backupverzeichnis';
76 $wb['named_conf_local_path_txt'] = 'BIND named.conf.local Pfad';
77 $wb['php_ini_path_cgi_txt'] = 'CGI php.ini Pfad';
78 $wb['php_ini_path_apache_txt'] = 'Apache php.ini Pfad';
79 $wb['check_apache_config_txt'] = 'Teste Apache Konfiguration beim Neustart';
80 $wb['CA_path_txt'] = 'CA Pfad';
81 $wb['CA_pass_txt'] = 'CA Passwort';
82 $wb['ufw_enable_txt'] = 'Aktivieren';
526b99 83 $wb['ufw_manage_builtins_txt'] = 'Verwalte Builtin Rules';
bfcdef 84 $wb['ufw_ipv6_txt'] = 'Aktiviere IPv6';
T 85 $wb['ufw_default_input_policy_txt'] = 'Default Input Policy';
86 $wb['ufw_default_output_policy_txt'] = 'Default Output Policy';
87 $wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy';
88 $wb['ufw_default_application_policy_txt'] = 'Default Application Policy';
89 $wb['ufw_log_level_txt'] = 'Loglevel';
90 $wb['network_config_warning_txt'] = 'Die Netzwerk Konfiguration Option ist nur auf Debian- und Ubuntu Servern verfügbar. Aktivieren Sie diese Option nicht, falls Ihr Netzwerk Interface nicht eth0 heißt.';
91 $wb['server_type_txt'] = 'Server Typ';
92 $wb['nginx_vhost_conf_dir_txt'] = 'Nginx vHost Konfigurations Verzeichnis';
526b99 93 $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx vHost config enabled dir';
bfcdef 94 $wb['nginx_user_txt'] = 'Nginx Benutzer';
T 95 $wb['nginx_group_txt'] = 'Nginx Gruppe';
96 $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket';
97 $wb['backup_dir_error_empty'] = 'Backup Verzeichnis ist leer.';
98 $wb['maildir_path_error_empty'] = 'Maildir Pfad ist leer.';
99 $wb['homedir_path_error_empty'] = 'Homedir Pfad ist leer.';
100 $wb['mailuser_uid_error_empty'] = 'Mail Benutzer UID ist leer.';
101 $wb['mailuser_gid_error_empty'] = 'Mail Benutzer GID ist leer.';
102 $wb['mailuser_name_error_empty'] = 'Mail Benutzer Name ist leer.';
103 $wb['mailuser_group_error_empty'] = 'Mail Benutzer Gruppe ist leer.';
104 $wb['getmail_config_dir_error_empty'] = 'Getmail config dir ist leer.';
105 $wb['website_basedir_error_empty'] = 'Webseiten basedir ist leer.';
106 $wb['website_path_error_empty'] = 'Webseiten Pfad ist leer.';
107 $wb['website_symlinks_error_empty'] = 'Webseiten Symlinks ist leer.';
108 $wb['vhost_conf_dir_error_empty'] = 'vHost config dir ist leer.';
109 $wb['vhost_conf_enabled_dir_error_empty'] = 'vHost config enabled dir ist leer.';
110 $wb['nginx_vhost_conf_dir_error_empty'] = 'Nginx vHost config dir ist leer.';
111 $wb['nginx_vhost_conf_enabled_dir_error_empty'] = 'Nginx vHost config enabled dir ist leer.';
112 $wb['apache_user_error_empty'] = 'Apache Benutzer ist leer.';
113 $wb['apache_group_error_empty'] = 'Apache Grupp ist leer.';
114 $wb['nginx_user_error_empty'] = 'Nginx Benutzer ist leer.';
115 $wb['nginx_group_error_empty'] = 'Nginx Gruppe ist leer.';
116 $wb['php_ini_path_apache_error_empty'] = 'Apache php.ini Pfad ist leer.';
117 $wb['php_ini_path_cgi_error_empty'] = 'CGI php.ini Pfad ist leer.';
118 $wb['nginx_cgi_socket_empty'] = 'Nginx CGI Socket ist leer.';
119 $wb['apps_vhost_port_error_empty'] = 'Apps vHost Port ist leer.';
120 $wb['apps_vhost_ip_error_empty'] = 'Apps vHost IP Adresse ist leer.';
121 $wb['fastcgi_starter_path_error_empty'] = 'FastCGI Starter Pfad ist leer.';
122 $wb['fastcgi_starter_script_error_empty'] = 'FastCGI Starter Script  ist leer.';
123 $wb['fastcgi_alias_error_empty'] = 'FastCGI Alias ist leer.';
124 $wb['fastcgi_phpini_path_error_empty'] = 'FastCGI php.ini Pfad ist leer.';
125 $wb['fastcgi_children_error_empty'] = 'FastCGI Children ist leer.';
126 $wb['fastcgi_max_requests_error_empty'] = 'FastCGI max. Requests ist leer.';
127 $wb['fastcgi_bin_error_empty'] = 'FastCGI Bin ist leer.';
128 $wb['jailkit_chroot_home_error_empty'] = 'Jailkit Chroot home ist leer.';
129 $wb['jailkit_chroot_app_sections_error_empty'] = 'Jailkit Chroot Anwendungsbereiche ist leer.';
130 $wb['jailkit_chroot_app_programs_error_empty'] = 'Jailkit Chrooted Anwendungen ist leer.';
131 $wb['jailkit_chroot_cron_programs_error_empty'] = 'Jailkit Cron Chrooted Anwendungen ist leer.';
526b99 132 $wb['vlogger_config_dir_error_empty'] = 'Konfigurationsverzeichnis ist leer.';
T 133 $wb['cron_init_script_error_empty'] = 'Cron Startscript Name ist leer.';
bfcdef 134 $wb['crontab_dir_error_empty'] = 'Pfad für individuelle Crontabs ist leer.';
T 135 $wb['cron_wget_error_empty'] = 'Pfad zum wget Programm ist leer.';
136 $wb['php_fpm_init_script_txt'] = 'PHP-FPM Init Script';
137 $wb['php_fpm_init_script_error_empty'] = 'PHP-FPM Init Script ist leer.';
138 $wb['php_fpm_ini_path_txt'] = 'PHP-FPM php.ini Pfad';
139 $wb['php_fpm_ini_path_error_empty'] = 'PHP-FPM php.ini Pfad ist leer.';
140 $wb['php_fpm_pool_dir_txt'] = 'PHP-FPM Pool Verzeichnis';
141 $wb['php_fpm_pool_dir_error_empty'] = 'PHP-FPM Pool Verzeichnis ist leer.';
142 $wb['php_fpm_start_port_txt'] = 'PHP-FPM Start Port';
143 $wb['php_fpm_start_port_error_empty'] = 'PHP-FPM Start Port ist leer.';
144 $wb['php_fpm_socket_dir_txt'] = 'PHP-FPM Socket Verzeichnis';
145 $wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM Socket Verzeichnis ist leer.';
146 $wb['fastcgi_config_syntax_txt'] = 'FastCGI Konfigurations Syntax';
147 $wb['try_rescue_txt'] = 'Aktiviere Service Monitoring und Neustart bei Unerreichbarkeit';
148 $wb['do_not_try_rescue_httpd_txt'] = 'Deaktiviere HTTPD Monitoring';
149 $wb['do_not_try_rescue_mysql_txt'] = 'Deaktiviere MySQL Monitoring';
150 $wb['do_not_try_rescue_mail_txt'] = 'Deaktiviere E-Mail Monitoring';
526b99 151 $wb['rescue_description_txt'] = '<b>Information:</b> Falls Sie MySQL stoppen möchten, wählen Sie die Funktion \'Deaktiviere MySQL Monitoring\' und warten Sie 2 bis 3 Minuten. Wenn Sie nicht 2 bis 3 Miunten warten wird ISPConfig versuchen MySQL wieder zu starten.';
bfcdef 152 $wb['enable_sni_txt'] = 'Aktiviere SNI';
T 153 $wb['set_folder_permissions_on_update_txt'] = 'Verzeichnisberechtigungen beim Update setzen';
154 $wb['add_web_users_to_sshusers_group_txt'] = 'Webbenutzer zur -sshusers- hinzufügen';
155 $wb['connect_userid_to_webid_txt'] = 'Linux Userid mit webid verknüpfen';
156 $wb['connect_userid_to_webid_start_txt'] = 'Start ID für userid/webid Verknüpfung';
157 $wb['realtime_blackhole_list_txt'] = 'Realtime Blackhole Liste';
526b99 158 $wb['realtime_blackhole_list_note_txt'] = '(Mehrere Realtime Blackhole Listen mit Kommas trennen)';
bfcdef 159 $wb['ssl_settings_txt'] = 'SSL Einstellungen';
T 160 $wb['permissions_txt'] = 'Berechtigungen';
161 $wb['php_settings_txt'] = 'PHP Einstellungen';
162 $wb['apps_vhost_settings_txt'] = 'Apps vHost Einstellungen';
163 $wb['awstats_settings_txt'] = 'AWStats Einstellungen';
164 $wb['backup_mode_txt'] = 'Backupmodus';
526b99 165 $wb['backup_mode_userzip'] = 'Backup Dateien gehören dem Web Benutzer (.zip Datei)';
bfcdef 166 $wb['backup_mode_rootgz'] = 'Backup aller Dateien des Webverzeichnisses als Root Benutzer';
T 167 $wb['firewall_txt'] = 'Firewall';
526b99 168 $wb['mailbox_quota_stats_txt'] = 'E-Mailkonto Beschränkung Statistiken';
bfcdef 169 $wb['enable_ip_wildcard_txt'] = 'IP Adressen Wildcard (*) aktivieren';
T 170 $wb['web_folder_protection_txt'] = 'Webverzeichnis unveränderlich machen (erweiterte Attribute)';
992797 171 $wb['overtraffic_notify_admin_txt'] = 'Überschreiten des Datentransfer Limits an den Administrator senden';
MC 172 $wb['overtraffic_notify_client_txt'] = 'Überschreiten des Datentransfer Limits an den Kunden senden';
3f478f 173 $wb['rbl_error_regex'] = 'Bitte geben Sie gültige RBL-Hostnamen an.';
7435fb 174 $wb['overquota_notify_admin_txt'] = 'Quota-Warnungen an den Administrator senden';
FT 175 $wb['overquota_notify_client_txt'] = 'Quota-Warnungen an den Kunden senden';
176 $wb['overquota_notify_onok_txt'] = 'Meldung an den Kunden senden, wenn Belegung wieder ok';
177 $wb['overquota_notify_freq_txt'] = 'Quota-Warnung alle X Tage versenden';
615a0a 178 $wb['overquota_notify_freq_note_txt'] = '0 = Meldung nur einmalig versenden, keine Wiederholung';
T 179 $wb['admin_notify_events_txt'] = 'Sende E-Mail an Administrator ab folgendem Level';
180 $wb['no_notifications_txt'] = 'Keine Benachrichtigungen';
7435fb 181 $wb['monit_url_txt'] = 'Monit-URL';
FT 182 $wb['monit_user_txt'] = 'Monit-Benutzer';
183 $wb['monit_password_txt'] = 'Monit-Passwort';
184 $wb['monit_url_error_regex'] = 'Ungültige Monit-URL';
615a0a 185 $wb['monit_url_note_txt'] = 'Platzhalter:';
7435fb 186 $wb['munin_url_txt'] = 'Munin-URL';
FT 187 $wb['munin_user_txt'] = 'Munin-Benutzer';
188 $wb['munin_password_txt'] = 'Munin-Passwort';
189 $wb['munin_url_error_regex'] = 'Ungültige Munin-URL';
615a0a 190 $wb['munin_url_note_txt'] = 'Platzhalter:';
056465 191 $wb['backup_dir_is_mount_txt'] = 'Backupverzeichnis ist ein eigener Mount?';
82ff62 192 $wb['monitor_system_updates_txt'] = 'Suche nach Linux updates';
cda33c 193 $wb['hostname_error_regex'] = 'Invalid Hostname.';
TB 194 $wb['invalid_apache_user_txt'] = 'Invalid apache user.';
195 $wb['invalid_apache_group_txt'] = 'Invalid apache group.';
196 $wb['backup_dir_error_regex'] = 'Invalid backup directory.';
197 $wb['maildir_path_error_regex'] = 'Invalid maildir path.';
198 $wb['homedir_path_error_regex'] = 'Invalid homedir path.';
199 $wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
200 $wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
201 $wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
202 $wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
203 $wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
204 $wb['website_basedir_error_regex'] = 'Invalid website basedir.';
205 $wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
206 $wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
207 $wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
208 $wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
209 $wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
210 $wb['ca_path_error_regex'] = 'Invalid CA path.';
211 $wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
212 $wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
213 $wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
214 $wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
215 $wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
216 $wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
217 $wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
218 $wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
219 $wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
220 $wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
221 $wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
222 $wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
223 $wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
224 $wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
225 $wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
226 $wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
227 $wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
228 $wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
229 $wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
230 $wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
231 $wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
232 $wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
233 $wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
234 $wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
235 $wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
236 $wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
237 $wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
238 $wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
239 $wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
240 $wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
241 $wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
242 $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
243 $wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
074a57 244 $wb['network_filesystem_txt'] = 'Netzwerk-Dateisystem';
dc9e64 245 ?>