Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
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';
f339eb 21 $wb['maildir_format_txt'] = 'Maildir Format';
bfcdef 22 $wb['homedir_path_txt'] = 'Homedir Pfad';
b9ea02 23 $wb['dkim_path_txt'] = 'DKIM Pfad';
bfcdef 24 $wb['mailuser_uid_txt'] = 'Mailbenutzer UID';
T 25 $wb['mailuser_gid_txt'] = 'Mailbenutzer GID';
26 $wb['mailuser_name_txt'] = 'Mailbenutzer Name';
27 $wb['mailuser_group_txt'] = 'Mailbenutzer Gruppe';
d7480c 28 $wb['mailbox_virtual_uidgid_maps_txt'] = 'Website Linux Uid für Mailboxen';
a95251 29 $wb['mailbox_virtual_uidgid_maps_info_txt'] = 'nur für einzel-Server Installationen.';
d7480c 30 $wb['mailbox_virtual_uidgid_maps_error_nosingleserver'] = 'Uid kann in Multiserver-Umgebung nicht gemappt werden.';
DM 31 $wb['mailbox_virtual_uidgid_maps_error_nodovecot'] = 'Uid Mapping funktioniert nur in Verbindung mit dovecot.';
32 $wb['mailbox_virtual_uidgid_maps_error_alreadyusers'] = 'Uid Mapping kann nur umgeschaltet werden, wenn noch keine Mailuser angelegt sind.';
bfcdef 33 $wb['relayhost_txt'] = 'Relayhost';
T 34 $wb['relayhost_user_txt'] = 'Relayhost Benutzer';
35 $wb['relayhost_password_txt'] = 'Relayhost Passwort';
03b633 36 $wb['reject_sender_login_mismatch_txt'] = 'Zurückweisen von Mails, wenn Sender nicht gleich Login';
526b99 37 $wb['mailbox_size_limit_txt'] = 'E-Mailkonto Beschränkung';
T 38 $wb['message_size_limit_txt'] = 'E-Mailgrößen Beschränkung';
bfcdef 39 $wb['ip_address_txt'] = 'IP Adresse';
T 40 $wb['netmask_txt'] = 'Netzmaske';
41 $wb['gateway_txt'] = 'Gateway';
42 $wb['hostname_txt'] = 'Hostname';
43 $wb['nameservers_txt'] = 'Nameserver';
44 $wb['auto_network_configuration_txt'] = 'Netzwerkkonfiguration';
45 $wb['website_basedir_txt'] = 'Webseiten basedir';
46 $wb['website_autoalias_txt'] = 'Webseiten Autoalias';
47 $wb['website_autoalias_note_txt'] = 'Platzhalter:';
48 $wb['ip_address_error_wrong'] = 'Ungültiges IP Adressen Format.';
49 $wb['netmask_error_wrong'] = 'Ungültiges Netzmasken Format.';
50 $wb['gateway_error_wrong'] = 'Ungültiges Gateway Format.';
51 $wb['hostname_error_empty'] = 'Hostname ist leer.';
52 $wb['nameservers_error_empty'] = 'Nameserver ist leer.';
53 $wb['config_dir_txt'] = 'Konfigurationsverzeichnis';
54 $wb['init_script_txt'] = 'Cron init Script Name';
55 $wb['crontab_dir_txt'] = 'Pfad für individuelle Crontabs';
56 $wb['wget_txt'] = 'Pfad zum wget Programm';
57 $wb['web_user_txt'] = 'Apache Benutzer';
58 $wb['web_group_txt'] = 'Apache Gruppe';
59 $wb['security_level_txt'] = 'Sicherheitslevel';
60 $wb['loglevel_txt'] = 'Loglevel';
61 $wb['apps_vhost_port_txt'] = 'Apps vHost Port';
62 $wb['apps_vhost_ip_txt'] = 'Apps vHost IP Adresse';
63 $wb['apps_vhost_servername_txt'] = 'Apps vHost Domain';
64 $wb['bind_user_txt'] = 'BIND Benutzer';
65 $wb['bind_group_txt'] = 'BIND Gruppe';
66 $wb['bind_zonefiles_dir_txt'] = 'BIND Zonefiles Verzeichnis';
67 $wb['named_conf_path_txt'] = 'BIND named.conf Pfad';
68 $wb['bind_user_error_empty'] = 'BIND Benutzer ist leer.';
69 $wb['bind_group_error_empty'] = 'BIND Gruppe ist leer.';
70 $wb['bind_zonefiles_dir_error_empty'] = 'BIND Zonefiles Verzeichnis ist leer.';
71 $wb['named_conf_path_error_empty'] = 'BIND named.conf Pfad ist leer.';
72 $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local Pfad ist leer.';
526b99 73 $wb['mail_filter_syntax_txt'] = 'E-Mailfilter Syntax';
bfcdef 74 $wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Dämon';
T 75 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
76 $wb['php_open_basedir_error_empty'] = 'PHP open_basedir ist leer.';
77 $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride';
78 $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride ist leer.';
79 $wb['awstats_conf_dir_txt'] = 'AWStats Konfigurationsverzeichnis';
80 $wb['awstats_data_dir_txt'] = 'AWStats Datenverzeichnis';
81 $wb['awstats_pl_txt'] = 'AWStats awstats.pl Script';
82 $wb['awstats_buildstaticpages_pl_txt'] = 'AWStats awstats_buildstaticpages.pl Script';
83 $wb['backup_dir_txt'] = 'Backupverzeichnis';
84 $wb['named_conf_local_path_txt'] = 'BIND named.conf.local Pfad';
85 $wb['php_ini_path_cgi_txt'] = 'CGI php.ini Pfad';
86 $wb['php_ini_path_apache_txt'] = 'Apache php.ini Pfad';
87 $wb['check_apache_config_txt'] = 'Teste Apache Konfiguration beim Neustart';
88 $wb['CA_path_txt'] = 'CA Pfad';
89 $wb['CA_pass_txt'] = 'CA Passwort';
90 $wb['ufw_enable_txt'] = 'Aktivieren';
526b99 91 $wb['ufw_manage_builtins_txt'] = 'Verwalte Builtin Rules';
bfcdef 92 $wb['ufw_ipv6_txt'] = 'Aktiviere IPv6';
T 93 $wb['ufw_default_input_policy_txt'] = 'Default Input Policy';
94 $wb['ufw_default_output_policy_txt'] = 'Default Output Policy';
95 $wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy';
96 $wb['ufw_default_application_policy_txt'] = 'Default Application Policy';
97 $wb['ufw_log_level_txt'] = 'Loglevel';
98 $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.';
99 $wb['server_type_txt'] = 'Server Typ';
100 $wb['nginx_vhost_conf_dir_txt'] = 'Nginx vHost Konfigurations Verzeichnis';
526b99 101 $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx vHost config enabled dir';
bfcdef 102 $wb['nginx_user_txt'] = 'Nginx Benutzer';
T 103 $wb['nginx_group_txt'] = 'Nginx Gruppe';
104 $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket';
105 $wb['backup_dir_error_empty'] = 'Backup Verzeichnis ist leer.';
106 $wb['maildir_path_error_empty'] = 'Maildir Pfad ist leer.';
107 $wb['homedir_path_error_empty'] = 'Homedir Pfad ist leer.';
108 $wb['mailuser_uid_error_empty'] = 'Mail Benutzer UID ist leer.';
109 $wb['mailuser_gid_error_empty'] = 'Mail Benutzer GID ist leer.';
110 $wb['mailuser_name_error_empty'] = 'Mail Benutzer Name ist leer.';
111 $wb['mailuser_group_error_empty'] = 'Mail Benutzer Gruppe ist leer.';
112 $wb['getmail_config_dir_error_empty'] = 'Getmail config dir ist leer.';
113 $wb['website_basedir_error_empty'] = 'Webseiten basedir ist leer.';
114 $wb['website_path_error_empty'] = 'Webseiten Pfad ist leer.';
115 $wb['website_symlinks_error_empty'] = 'Webseiten Symlinks ist leer.';
116 $wb['vhost_conf_dir_error_empty'] = 'vHost config dir ist leer.';
117 $wb['vhost_conf_enabled_dir_error_empty'] = 'vHost config enabled dir ist leer.';
118 $wb['nginx_vhost_conf_dir_error_empty'] = 'Nginx vHost config dir ist leer.';
119 $wb['nginx_vhost_conf_enabled_dir_error_empty'] = 'Nginx vHost config enabled dir ist leer.';
120 $wb['apache_user_error_empty'] = 'Apache Benutzer ist leer.';
121 $wb['apache_group_error_empty'] = 'Apache Grupp ist leer.';
122 $wb['nginx_user_error_empty'] = 'Nginx Benutzer ist leer.';
123 $wb['nginx_group_error_empty'] = 'Nginx Gruppe ist leer.';
124 $wb['php_ini_path_apache_error_empty'] = 'Apache php.ini Pfad ist leer.';
125 $wb['php_ini_path_cgi_error_empty'] = 'CGI php.ini Pfad ist leer.';
126 $wb['nginx_cgi_socket_empty'] = 'Nginx CGI Socket ist leer.';
127 $wb['apps_vhost_port_error_empty'] = 'Apps vHost Port ist leer.';
128 $wb['apps_vhost_ip_error_empty'] = 'Apps vHost IP Adresse ist leer.';
129 $wb['fastcgi_starter_path_error_empty'] = 'FastCGI Starter Pfad ist leer.';
130 $wb['fastcgi_starter_script_error_empty'] = 'FastCGI Starter Script  ist leer.';
131 $wb['fastcgi_alias_error_empty'] = 'FastCGI Alias ist leer.';
132 $wb['fastcgi_phpini_path_error_empty'] = 'FastCGI php.ini Pfad ist leer.';
133 $wb['fastcgi_children_error_empty'] = 'FastCGI Children ist leer.';
134 $wb['fastcgi_max_requests_error_empty'] = 'FastCGI max. Requests ist leer.';
135 $wb['fastcgi_bin_error_empty'] = 'FastCGI Bin ist leer.';
136 $wb['jailkit_chroot_home_error_empty'] = 'Jailkit Chroot home ist leer.';
137 $wb['jailkit_chroot_app_sections_error_empty'] = 'Jailkit Chroot Anwendungsbereiche ist leer.';
138 $wb['jailkit_chroot_app_programs_error_empty'] = 'Jailkit Chrooted Anwendungen ist leer.';
139 $wb['jailkit_chroot_cron_programs_error_empty'] = 'Jailkit Cron Chrooted Anwendungen ist leer.';
526b99 140 $wb['vlogger_config_dir_error_empty'] = 'Konfigurationsverzeichnis ist leer.';
T 141 $wb['cron_init_script_error_empty'] = 'Cron Startscript Name ist leer.';
bfcdef 142 $wb['crontab_dir_error_empty'] = 'Pfad für individuelle Crontabs ist leer.';
T 143 $wb['cron_wget_error_empty'] = 'Pfad zum wget Programm ist leer.';
144 $wb['php_fpm_init_script_txt'] = 'PHP-FPM Init Script';
145 $wb['php_fpm_init_script_error_empty'] = 'PHP-FPM Init Script ist leer.';
146 $wb['php_fpm_ini_path_txt'] = 'PHP-FPM php.ini Pfad';
147 $wb['php_fpm_ini_path_error_empty'] = 'PHP-FPM php.ini Pfad ist leer.';
148 $wb['php_fpm_pool_dir_txt'] = 'PHP-FPM Pool Verzeichnis';
149 $wb['php_fpm_pool_dir_error_empty'] = 'PHP-FPM Pool Verzeichnis ist leer.';
150 $wb['php_fpm_start_port_txt'] = 'PHP-FPM Start Port';
151 $wb['php_fpm_start_port_error_empty'] = 'PHP-FPM Start Port ist leer.';
152 $wb['php_fpm_socket_dir_txt'] = 'PHP-FPM Socket Verzeichnis';
153 $wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM Socket Verzeichnis ist leer.';
154 $wb['fastcgi_config_syntax_txt'] = 'FastCGI Konfigurations Syntax';
155 $wb['try_rescue_txt'] = 'Aktiviere Service Monitoring und Neustart bei Unerreichbarkeit';
156 $wb['do_not_try_rescue_httpd_txt'] = 'Deaktiviere HTTPD Monitoring';
bd68aa 157 $wb['do_not_try_rescue_mongodb_txt'] = 'Deaktiviere MongoDB Monitoring';
bfcdef 158 $wb['do_not_try_rescue_mysql_txt'] = 'Deaktiviere MySQL Monitoring';
T 159 $wb['do_not_try_rescue_mail_txt'] = 'Deaktiviere E-Mail Monitoring';
ddfe16 160 $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 Minuten warten wird ISPConfig versuchen MySQL wieder zu starten.';
bfcdef 161 $wb['enable_sni_txt'] = 'Aktiviere SNI';
T 162 $wb['set_folder_permissions_on_update_txt'] = 'Verzeichnisberechtigungen beim Update setzen';
163 $wb['add_web_users_to_sshusers_group_txt'] = 'Webbenutzer zur -sshusers- hinzufügen';
164 $wb['connect_userid_to_webid_txt'] = 'Linux Userid mit webid verknüpfen';
165 $wb['connect_userid_to_webid_start_txt'] = 'Start ID für userid/webid Verknüpfung';
166 $wb['realtime_blackhole_list_txt'] = 'Realtime Blackhole Liste';
526b99 167 $wb['realtime_blackhole_list_note_txt'] = '(Mehrere Realtime Blackhole Listen mit Kommas trennen)';
bfcdef 168 $wb['ssl_settings_txt'] = 'SSL Einstellungen';
T 169 $wb['permissions_txt'] = 'Berechtigungen';
170 $wb['php_settings_txt'] = 'PHP Einstellungen';
171 $wb['apps_vhost_settings_txt'] = 'Apps vHost Einstellungen';
172 $wb['awstats_settings_txt'] = 'AWStats Einstellungen';
173 $wb['backup_mode_txt'] = 'Backupmodus';
526b99 174 $wb['backup_mode_userzip'] = 'Backup Dateien gehören dem Web Benutzer (.zip Datei)';
bfcdef 175 $wb['backup_mode_rootgz'] = 'Backup aller Dateien des Webverzeichnisses als Root Benutzer';
d88559 176 $wb['backup_time_txt'] = 'Backupzeit';
bfcdef 177 $wb['firewall_txt'] = 'Firewall';
526b99 178 $wb['mailbox_quota_stats_txt'] = 'E-Mailkonto Beschränkung Statistiken';
bfcdef 179 $wb['enable_ip_wildcard_txt'] = 'IP Adressen Wildcard (*) aktivieren';
T 180 $wb['web_folder_protection_txt'] = 'Webverzeichnis unveränderlich machen (erweiterte Attribute)';
992797 181 $wb['overtraffic_notify_admin_txt'] = 'Überschreiten des Datentransfer Limits an den Administrator senden';
MC 182 $wb['overtraffic_notify_client_txt'] = 'Überschreiten des Datentransfer Limits an den Kunden senden';
3f478f 183 $wb['rbl_error_regex'] = 'Bitte geben Sie gültige RBL-Hostnamen an.';
7435fb 184 $wb['overquota_notify_admin_txt'] = 'Quota-Warnungen an den Administrator senden';
FT 185 $wb['overquota_notify_client_txt'] = 'Quota-Warnungen an den Kunden senden';
186 $wb['overquota_notify_onok_txt'] = 'Meldung an den Kunden senden, wenn Belegung wieder ok';
187 $wb['overquota_notify_freq_txt'] = 'Quota-Warnung alle X Tage versenden';
615a0a 188 $wb['overquota_notify_freq_note_txt'] = '0 = Meldung nur einmalig versenden, keine Wiederholung';
T 189 $wb['admin_notify_events_txt'] = 'Sende E-Mail an Administrator ab folgendem Level';
190 $wb['no_notifications_txt'] = 'Keine Benachrichtigungen';
7435fb 191 $wb['monit_url_txt'] = 'Monit-URL';
FT 192 $wb['monit_user_txt'] = 'Monit-Benutzer';
193 $wb['monit_password_txt'] = 'Monit-Passwort';
194 $wb['monit_url_error_regex'] = 'Ungültige Monit-URL';
615a0a 195 $wb['monit_url_note_txt'] = 'Platzhalter:';
7435fb 196 $wb['munin_url_txt'] = 'Munin-URL';
FT 197 $wb['munin_user_txt'] = 'Munin-Benutzer';
198 $wb['munin_password_txt'] = 'Munin-Passwort';
199 $wb['munin_url_error_regex'] = 'Ungültige Munin-URL';
615a0a 200 $wb['munin_url_note_txt'] = 'Platzhalter:';
056465 201 $wb['backup_dir_is_mount_txt'] = 'Backupverzeichnis ist ein eigener Mount?';
FT 202 $wb['backup_dir_mount_cmd_txt'] = 'Mount-Befehl, falls Backupverzeichnis nicht gemountet';
71144c 203 $wb['backup_delete_txt'] = 'Backups loeschen wenn eine Domain / Webseite geloescht wird';
407003 204 $wb['v6_prefix_txt'] = 'IPv6 Prefix';
TB 205 $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror';
206 $wb['v6_prefix_length'] = 'Prefix zu lang fuer angegebene IPv6-Adresse ';
82ff62 207 $wb['monitor_system_updates_txt'] = 'Suche nach Linux updates';
c943b4 208 $wb['dkim_strength_txt'] = 'DKIM Stärke';
cda33c 209 $wb['hostname_error_regex'] = 'Invalid Hostname.';
TB 210 $wb['invalid_apache_user_txt'] = 'Invalid apache user.';
211 $wb['invalid_apache_group_txt'] = 'Invalid apache group.';
212 $wb['backup_dir_error_regex'] = 'Invalid backup directory.';
213 $wb['maildir_path_error_regex'] = 'Invalid maildir path.';
214 $wb['homedir_path_error_regex'] = 'Invalid homedir path.';
215 $wb['mailuser_name_error_regex'] = 'Invalid mailuser name.';
216 $wb['mailuser_group_name_error_regex'] = 'Invalid mailuser group name.';
217 $wb['mailuser_uid_error_range'] = 'Mailuser uid must be >= 2000';
218 $wb['mailuser_gid_error_range'] = 'Mailuser gid must be >= 2000';
219 $wb['getmail_config_dir_error_regex'] = 'Invalid getmail config directory.';
220 $wb['website_basedir_error_regex'] = 'Invalid website basedir.';
221 $wb['website_symlinks_error_regex'] = 'Invalid website symlinks.';
222 $wb['vhost_conf_dir_error_regex'] = 'Invalid vhost config directory.';
223 $wb['vhost_conf_enabled_dir_error_regex'] = 'Invalid vhost conf enabled directory.';
224 $wb['nginx_vhost_conf_dir_error_regex'] = 'Invalid nginx config directory.';
225 $wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
226 $wb['ca_path_error_regex'] = 'Invalid CA path.';
227 $wb['invalid_nginx_user_txt'] = 'Invalid nginx user.';
228 $wb['invalid_nginx_group_txt'] = 'Invalid nginx group.';
229 $wb['php_ini_path_apache_error_regex'] = 'Invalid apache php.ini path.';
230 $wb['php_ini_path_cgi_error_regex'] = 'Invalid cgi php.ini path.';
231 $wb['php_fpm_init_script_error_regex'] = 'Invalid php-fpm init script.';
232 $wb['php_fpm_ini_path_error_regex'] = 'Invalid php-fpm ini path.';
233 $wb['php_fpm_pool_dir_error_regex'] = 'Invalid php-fpm pool directory.';
234 $wb['php_fpm_socket_dir_error_regex'] = 'Invalid php-fpm socket directory.';
235 $wb['php_open_basedir_error_regex'] = 'Invalid php open_basedir.';
236 $wb['awstats_data_dir_empty'] = 'awstats data directory is empty';
237 $wb['awstats_data_dir_error_regex'] = 'Invalid awstats data directory.';
238 $wb['awstats_pl_empty'] = 'awstats.pl setting is empty.';
239 $wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
240 $wb['awstats_buildstaticpages_pl_empty'] = 'awstats_buildstaticpages.pl is empty';
241 $wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpages.pl path.';
242 $wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
243 $wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
244 $wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
245 $wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
246 $wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
247 $wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
248 $wb['fastcgi_starter_script_error_regex'] = 'Invalid fastcgi starter script.';
249 $wb['fastcgi_alias_error_regex'] = 'Invalid fastcgi alias.';
250 $wb['fastcgi_phpini_path_error_regex'] = 'Invalid fastcgi path.';
251 $wb['fastcgi_bin_error_regex'] = 'Invalid fastcgi bin.';
252 $wb['jailkit_chroot_home_error_regex'] = 'Invalid jaikit chroot home.';
253 $wb['jailkit_chroot_app_sections_error_regex'] = 'Invalid jaikit chroot sections.';
254 $wb['jailkit_chroot_app_programs_error_regex'] = 'Invalid jaikit chroot app programs.';
255 $wb['jailkit_chroot_cron_programs_error_regex'] = 'Invalid jaikit chroot cron programs.';
256 $wb['vlogger_config_dir_error_regex'] = 'Invalid vlogger config dir.';
257 $wb['cron_init_script_error_regex'] = 'Invalid cron init script.';
258 $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
259 $wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
074a57 260 $wb['network_filesystem_txt'] = 'Netzwerk-Dateisystem';
a4a4ea 261 $wb['overquota_db_notify_admin_txt'] = 'Datenbank-Quota-Warnungen an den Administrator senden';
FT 262 $wb['overquota_db_notify_client_txt'] = 'Datenbank-Quota-Warnungen an den Kunden senden';
263 $wb['php_ini_check_minutes_txt'] = 'Prüfe php.ini alle X Minuten auf Änderungen';
264 $wb['php_ini_check_minutes_error_empty'] = 'Bitte geben Sie einen Wert an, wie oft die php.ini auf Änderungen geprüft werden soll.';
265 $wb['php_ini_check_minutes_info_txt'] = '0 = keine Prüfung';
266 $wb['php_handler_txt'] = 'Standard-PHP-Handler';
fdda8e 267 $wb['enable_spdy_txt'] = 'Stellt SPDY zur Verfügung';
407003 268 $wb['disable_bind_log_txt'] = 'Disable bind9 messages for Loglevel WARN';
TB 269 $wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled';
270 $wb['disabled_txt'] = 'Disabled';
271 $wb['web_settings_txt'] = 'Web Server';
272 $wb['xmpp_server_txt'] = 'XMPP Server';
273 $wb['xmpp_use_ipv6_txt'] = 'Use IPv6';
274 $wb['xmpp_bosh_max_inactivity_txt'] = 'Max. BOSH inactivity time';
275 $wb['xmpp_bosh_timeout_range_wrong'] = 'Please enter a bosh timeout range between 15 - 360';
276 $wb['xmpp_module_saslauth'] = 'saslauth';
277 $wb['xmpp_server_admins_txt'] = 'Server Admins (JIDs)';
278 $wb['xmpp_modules_enabled_txt'] = 'Serverwide enabled plugins (one per line)';
279 $wb['xmpp_ports_txt'] = 'Component ports';
280 $wb['xmpp_port_http_txt'] = 'HTTP';
281 $wb['xmpp_port_https_txt'] = 'HTTPS';
282 $wb['xmpp_port_pastebin_txt'] = 'Pastebin';
283 $wb['xmpp_port_bosh_txt'] = 'BOSH';
f858c2 284 ?>