Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
bfcdef 2 $wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';
T 3 $wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app sections';
4 $wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applications';
407003 5 $wb['website_path_txt'] = 'Percorso Sito Web';
TB 6 $wb['website_symlinks_txt'] = 'Sito Web symlinks';
bfcdef 7 $wb['vhost_conf_dir_txt'] = 'Vhost config dir';
407003 8 $wb['vhost_conf_enabled_dir_txt'] = 'Vhost config dir abilitata';
bfcdef 9 $wb['getmail_config_dir_txt'] = 'Getmail config dir';
407003 10 $wb['fastcgi_starter_path_txt'] = 'Percorso FastCGI starter';
bfcdef 11 $wb['fastcgi_starter_script_txt'] = 'FastCGI starter script';
T 12 $wb['fastcgi_alias_txt'] = 'FastCGI Alias';
407003 13 $wb['fastcgi_phpini_path_txt'] = 'Percorso FastCGI php.ini';
bfcdef 14 $wb['fastcgi_children_txt'] = 'FastCGI Children';
T 15 $wb['fastcgi_max_requests_txt'] = 'FastCGI max. Requests';
16 $wb['fastcgi_bin_txt'] = 'FastCGI Bin';
17 $wb['module_txt'] = 'Module';
407003 18 $wb['maildir_path_txt'] = 'Percorso Maildir';
TB 19 $wb['homedir_path_txt'] = 'Percorso Homedir';
bfcdef 20 $wb['mailuser_uid_txt'] = 'Mailuser UID';
T 21 $wb['mailuser_gid_txt'] = 'Mailuser GID';
407003 22 $wb['mailuser_name_txt'] = 'Nome utente Posta';
TB 23 $wb['mailuser_group_txt'] = 'Gruppo utenti di posta';
bfcdef 24 $wb['relayhost_txt'] = 'Relayhost';
407003 25 $wb['relayhost_user_txt'] = 'Utente Relayhost';
bfcdef 26 $wb['relayhost_password_txt'] = 'Relayhost Password';
407003 27 $wb['mailbox_size_limit_txt'] = 'Limite dimensione Casella di Posta';
TB 28 $wb['message_size_limit_txt'] = 'Limite dimensione Messaggi';
bfcdef 29 $wb['ip_address_txt'] = 'Indirizzo IP';
T 30 $wb['netmask_txt'] = 'Netmask';
31 $wb['gateway_txt'] = 'Gateway';
407003 32 $wb['hostname_txt'] = 'Nome Host';
bfcdef 33 $wb['nameservers_txt'] = 'Nameservers';
407003 34 $wb['auto_network_configuration_txt'] = 'Configurazione di rete';
TB 35 $wb['website_basedir_txt'] = 'basedir per Sito Web';
36 $wb['ip_address_error_wrong'] = 'Formato indirizzo IP non valido.';
37 $wb['netmask_error_wrong'] = 'Formato Maschera di rete non valido.';
38 $wb['gateway_error_wrong'] = 'Formato Gateway non valido.';
39 $wb['hostname_error_empty'] = 'Hostname  vuoto.';
40 $wb['nameservers_error_empty'] = 'Nameserver  vuoto.';
41 $wb['jailkit_chroot_cron_programs_txt'] = 'Applicazioni Jailkit cron chrooted';
42 $wb['config_dir_txt'] = 'Direttrice configurazione';
43 $wb['init_script_txt'] = 'Nome script di Cron init';
44 $wb['crontab_dir_txt'] = 'Percorso per crontabs individuali';
45 $wb['wget_txt'] = 'Percorso per ottenere programma wget';
46 $wb['security_level_txt'] = 'Livello di Sicurezza';
47 $wb['web_user_txt'] = 'Utente Apache';
48 $wb['web_group_txt'] = 'Gruppo Apache';
49 $wb['loglevel_txt'] = 'Livello di Log';
50 $wb['apps_vhost_port_txt'] = 'Porta Apps-vhost';
bfcdef 51 $wb['apps_vhost_ip_txt'] = 'Apps-vhost IP';
407003 52 $wb['apps_vhost_servername_txt'] = 'Apps-vhost Dominio';
bfcdef 53 $wb['bind_user_txt'] = 'BIND User';
T 54 $wb['bind_group_txt'] = 'BIND Group';
407003 55 $wb['bind_zonefiles_dir_txt'] = 'Cartella files di zona di BIND';
TB 56 $wb['named_conf_path_txt'] = 'BIND percorso per named.conf';
57 $wb['bind_user_error_empty'] = 'BIND user  vuoto.';
58 $wb['bind_group_error_empty'] = 'BIND group  vuoto.';
59 $wb['bind_zonefiles_dir_error_empty'] = 'BIND Campo Cartella files di zona vuoto.';
60 $wb['named_conf_path_error_empty'] = 'BIND named.conf Campo Percorso vuoto.';
61 $wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local Campo Percorso vuoto.';
62 $wb['mail_filter_syntax_txt'] = 'Sintassi per Mailfilter';
63 $wb['pop3_imap_daemon_txt'] = 'Demone POP3/IMAP';
bfcdef 64 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
407003 65 $wb['php_open_basedir_error_empty'] = 'PHP open_basedir  vuoto.';
bfcdef 66 $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride';
407003 67 $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride  vuoto.';
TB 68 $wb['awstats_conf_dir_txt'] = 'awstats cartella di configurazione';
69 $wb['awstats_data_dir_txt'] = 'awstats cartella dati';
bfcdef 70 $wb['awstats_pl_txt'] = 'awstats.pl script';
T 71 $wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl script';
72 $wb['backup_dir_txt'] = 'Directory di backup';
407003 73 $wb['named_conf_local_path_txt'] = 'BIND Percorso per named.conf.local';
bfcdef 74 $wb['php_ini_path_cgi_txt'] = 'Percorso php.ini CGI';
T 75 $wb['php_ini_path_apache_txt'] = 'Percorso php.ini apache';
76 $wb['check_apache_config_txt'] = 'Testa al riavvio la configurazione di apache';
407003 77 $wb['ufw_enable_txt'] = 'Abilita';
TB 78 $wb['ufw_manage_builtins_txt'] = 'Gestisci Regole Builtin';
79 $wb['ufw_ipv6_txt'] = 'Abilita IPv6';
bfcdef 80 $wb['ufw_default_input_policy_txt'] = 'Default Input Policy';
T 81 $wb['ufw_default_output_policy_txt'] = 'Default Output Policy';
82 $wb['ufw_default_forward_policy_txt'] = 'Default Forward Policy';
83 $wb['ufw_default_application_policy_txt'] = 'Default Application Policy';
407003 84 $wb['ufw_log_level_txt'] = 'Livello di Log';
bfcdef 85 $wb['website_symlinks_rel_txt'] = 'Make relative symlinks';
407003 86 $wb['network_config_warning_txt'] = 'L opzione di configurazione di rete è disponibile solo per Debian and Ubuntu Servers. Non abilitare se la tua interfaccia di rete non è eth0.';
TB 87 $wb['CA_path_txt'] = 'Percorso CA';
bfcdef 88 $wb['CA_pass_txt'] = 'CA passphrase';
407003 89 $wb['fastcgi_config_syntax_txt'] = 'Sintassi configurazione FastCGI';
TB 90 $wb['server_type_txt'] = 'Tipo di Server';
bfcdef 91 $wb['nginx_vhost_conf_dir_txt'] = 'Nginx Vhost config dir';
T 92 $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Nginx Vhost config enabled dir';
407003 93 $wb['nginx_user_txt'] = 'Utente Nginx';
TB 94 $wb['nginx_group_txt'] = 'Gruppo Nginx';
bfcdef 95 $wb['nginx_cgi_socket_txt'] = 'Nginx CGI Socket';
407003 96 $wb['backup_dir_error_empty'] = 'Backup directory  vuoto.';
TB 97 $wb['maildir_path_error_empty'] = 'Maildir Percorso  vuoto.';
98 $wb['homedir_path_error_empty'] = 'Homedir Percorso  vuoto.';
99 $wb['mailuser_uid_error_empty'] = 'Mailuser UID  vuoto.';
100 $wb['mailuser_gid_error_empty'] = 'Mailuser GID  vuoto.';
101 $wb['mailuser_name_error_empty'] = 'Mailuser Name  vuoto.';
102 $wb['mailuser_group_error_empty'] = 'Mailuser Group  vuoto.';
103 $wb['getmail_config_dir_error_empty'] = 'Getmail config dir  vuoto.';
104 $wb['website_basedir_error_empty'] = 'Percorso base per siti web vuoto.';
105 $wb['website_path_error_empty'] = 'Percorso Sito Web  vuoto.';
106 $wb['website_symlinks_error_empty'] = 'Website symlinks  vuoto.';
107 $wb['vhost_conf_dir_error_empty'] = 'Vhost config dir  vuoto.';
108 $wb['vhost_conf_enabled_dir_error_empty'] = 'Vhost config enabled dir  vuoto.';
109 $wb['nginx_vhost_conf_dir_error_empty'] = 'Nginx Vhost config dir  vuoto.';
110 $wb['nginx_vhost_conf_enabled_dir_error_empty'] = 'Nginx Vhost config enabled dir  vuoto.';
111 $wb['apache_user_error_empty'] = 'Utente Apache  vuoto.';
112 $wb['apache_group_error_empty'] = 'Gruppo Apache vuoto.';
113 $wb['nginx_user_error_empty'] = 'Utente Nginx vuoto.';
114 $wb['nginx_group_error_empty'] = 'Gruppo Nginx vuoto.';
115 $wb['php_ini_path_apache_error_empty'] = 'Percorso Apache php.ini  vuoto.';
116 $wb['php_ini_path_cgi_error_empty'] = 'Percorso CGI php.ini vuoto.';
117 $wb['nginx_cgi_socket_empty'] = 'Nginx CGI Socket  vuoto.';
118 $wb['apps_vhost_port_error_empty'] = 'Porta Apps-vhost  vuoto.';
119 $wb['apps_vhost_ip_error_empty'] = 'IP Apps-vhost vuoto.';
120 $wb['fastcgi_starter_path_error_empty'] = 'Percorso FastCGI starter vuoto.';
121 $wb['fastcgi_starter_script_error_empty'] = 'Script FastCGI starter vuoto.';
122 $wb['fastcgi_alias_error_empty'] = 'FastCGI Alias  vuoto.';
123 $wb['fastcgi_phpini_path_error_empty'] = 'Percoro FastCGI php.ini  vuoto.';
124 $wb['fastcgi_children_error_empty'] = 'FastCGI Children  vuoto.';
125 $wb['fastcgi_max_requests_error_empty'] = 'FastCGI max. Requests  vuoto.';
126 $wb['fastcgi_bin_error_empty'] = 'FastCGI Bin  vuoto.';
127 $wb['jailkit_chroot_home_error_empty'] = 'Jailkit chroot home  vuoto.';
128 $wb['jailkit_chroot_app_sections_error_empty'] = 'Jailkit chroot app sections  vuoto.';
129 $wb['jailkit_chroot_app_programs_error_empty'] = 'Jailkit chrooted applications  vuoto.';
130 $wb['jailkit_chroot_cron_programs_error_empty'] = 'Jailkit cron chrooted applications  vuoto.';
131 $wb['vlogger_config_dir_error_empty'] = 'Config directory  vuoto.';
132 $wb['cron_init_script_error_empty'] = 'Cron init script name  vuoto.';
133 $wb['crontab_dir_error_empty'] = 'Percorso per crontabs individuali  vuoto.';
134 $wb['cron_wget_error_empty'] = 'Percorso al programma wget  vuoto.';
bfcdef 135 $wb['php_fpm_init_script_txt'] = 'PHP-FPM init script';
407003 136 $wb['php_fpm_init_script_error_empty'] = 'PHP-FPM init script  vuoto.';
bfcdef 137 $wb['php_fpm_ini_path_txt'] = 'PHP-FPM php.ini path';
407003 138 $wb['php_fpm_ini_path_error_empty'] = 'PHP-FPM php.ini path  vuoto.';
bfcdef 139 $wb['php_fpm_pool_dir_txt'] = 'PHP-FPM pool directory';
407003 140 $wb['php_fpm_pool_dir_error_empty'] = 'PHP-FPM pool directory  vuoto.';
bfcdef 141 $wb['php_fpm_start_port_txt'] = 'PHP-FPM start port';
407003 142 $wb['php_fpm_start_port_error_empty'] = 'PHP-FPM start port  vuoto.';
bfcdef 143 $wb['php_fpm_socket_dir_txt'] = 'PHP-FPM socket directory';
407003 144 $wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM socket directory  vuoto.';
TB 145 $wb['try_rescue_txt'] = 'Abilita servizio di monitoraggio in caso di failure';
146 $wb['do_not_try_rescue_httpd_txt'] = 'Disabilita monitoraggio HTTPD';
147 $wb['do_not_try_rescue_mysql_txt'] = 'Disabilita monitoraggio MySQL';
148 $wb['do_not_try_rescue_mail_txt'] = 'Disabilita monitoraggio Email';
149 $wb['rescue_description_txt'] = '<b>Informazione:</b> Se desideri fermare MySQL devi selezionare la spunta per Disabilitare monitor MySQL ed attendere 2-3 minuti.<br>Se non attendi 2-3 minuti, il sistema tenterà di riavviare MySQL!';
150 $wb['enable_sni_txt'] = 'Abilita SNI';
151 $wb['set_folder_permissions_on_update_txt'] = 'Imposta permessi cartella ad aggiornamento';
152 $wb['add_web_users_to_sshusers_group_txt'] = 'Aggiungi utente sito web a  gruppo utenti -ssh-';
153 $wb['connect_userid_to_webid_txt'] = 'Conllega userid Linux a webid';
154 $wb['connect_userid_to_webid_start_txt'] = 'Avvia ID per collegamento userid/webid';
155 $wb['website_autoalias_txt'] = 'Sito Web auto alias';
bfcdef 156 $wb['website_autoalias_note_txt'] = 'Placeholders:';
407003 157 $wb['backup_mode_txt'] = 'Modalità di Backup';
TB 158 $wb['backup_mode_userzip'] = 'Backup files siti web come utente web in formato zip';
159 $wb['backup_mode_rootgz'] = 'Backup di tutti i files nella cartella sito come utente root';
160 $wb['realtime_blackhole_list_txt'] = 'Lista Real-Time Blackhole';
161 $wb['realtime_blackhole_list_note_txt'] = '(Separare RBL con le virgole)';
162 $wb['ssl_settings_txt'] = 'Impostazioni SSL';
163 $wb['permissions_txt'] = 'Permessi';
164 $wb['php_settings_txt'] = 'Impostazioni PHP';
165 $wb['apps_vhost_settings_txt'] = 'Impostazioni Apps Vhost';
166 $wb['awstats_settings_txt'] = 'Impostazioni AWStats';
bfcdef 167 $wb['firewall_txt'] = 'Firewall';
407003 168 $wb['mailbox_quota_stats_txt'] = 'Statistiche Quota Casella di Posta';
TB 169 $wb['enable_ip_wildcard_txt'] = 'Abilita  IP wildcard (*)';
170 $wb['web_folder_protection_txt'] = 'Imposta cartelle sito in moaniera non modificabile (attributi estesi)';
171 $wb['overtraffic_notify_admin_txt'] = 'Trasmetti notifiche superamento traffico ad admin';
172 $wb['overtraffic_notify_client_txt'] = 'Trasmetti notifiche superamento traffico al cliente';
173 $wb['rbl_error_regex'] = 'Per cortesia specificare nomi host RBL validi.';
174 $wb['overquota_notify_admin_txt'] = 'Trasmetti allarmi quota ad admin';
175 $wb['overquota_notify_client_txt'] = 'Trasmetti allarmi quota al cliente';
176 $wb['overquota_notify_onok_txt'] = 'Trasmetti messaggio quota ok al cliente';
177 $wb['overquota_notify_freq_txt'] = 'Trasmetti allarmi quota ogni X giorni';
178 $wb['overquota_notify_freq_note_txt'] = '0 = trasmetti il messaggio una volta, nessuna ripetizione';
179 $wb['admin_notify_events_txt'] = 'Trasmetti email a admin partendo dal seguente livello';
180 $wb['no_notifications_txt'] = 'Nesuna notifica';
7b47c0 181 $wb['monit_url_txt'] = 'Monit URL';
407003 182 $wb['monit_user_txt'] = 'Monit utente';
7b47c0 183 $wb['monit_password_txt'] = 'Monit Password';
407003 184 $wb['monit_url_error_regex'] = 'Monit URL non valida';
7b47c0 185 $wb['monit_url_note_txt'] = 'Placeholder:';
T 186 $wb['munin_url_txt'] = 'Munin URL';
407003 187 $wb['munin_user_txt'] = 'Munin Utente';
7b47c0 188 $wb['munin_password_txt'] = 'Munin Password';
407003 189 $wb['munin_url_error_regex'] = 'Munin URL non valida';
7b47c0 190 $wb['munin_url_note_txt'] = 'Placeholder:';
407003 191 $wb['backup_dir_is_mount_txt'] = 'La direttirice di Backup è un mount?';
TB 192 $wb['monitor_system_updates_txt'] = 'Verifica aggiornamenti Linux';
193 $wb['hostname_error_regex'] = 'Nome Host non valido.';
194 $wb['invalid_apache_user_txt'] = 'Utente apache no valido.';
195 $wb['invalid_apache_group_txt'] = 'Gruppo apache non valido.';
196 $wb['backup_dir_error_regex'] = 'Direttrice backup non valida.';
197 $wb['maildir_path_error_regex'] = 'Percorso maildir non valido.';
198 $wb['homedir_path_error_regex'] = 'Percorso homedir non valido.';
199 $wb['mailuser_name_error_regex'] = 'Nome utente per Mailuser non valido.';
200 $wb['mailuser_group_name_error_regex'] = 'Gruppo utente per Mailuser non valido.';
201 $wb['mailuser_uid_error_range'] = 'Mailuser uid deve essere >= 2000';
202 $wb['mailuser_gid_error_range'] = 'Mailuser gid deve essere >= 2000';
203 $wb['getmail_config_dir_error_regex'] = 'Cartella configurazione di getmail non valida.';
204 $wb['website_basedir_error_regex'] = 'Basedir per siti web non valida.';
205 $wb['website_symlinks_error_regex'] = 'website symlinks non valido.';
206 $wb['vhost_conf_dir_error_regex'] = 'Direttrice configurazione vhost non valida.';
207 $wb['vhost_conf_enabled_dir_error_regex'] = 'Direttirce abilitata per vhost conf non valida.';
208 $wb['nginx_vhost_conf_dir_error_regex'] = 'nginx config directory non valida.';
cda33c 209 $wb['nginx_vhost_conf_enabled_dir_error_regex'] = 'Invalid nginx conf enabled directory.';
TB 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.';
407003 222 $wb['awstats_pl_empty'] = 'awstats.pl setting  vuoto.';
cda33c 223 $wb['awstats_pl_error_regex'] = 'Invalid awstats.pl path.';
TB 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'] = 'Network Filesystem';
407003 245 $wb['maildir_format_txt'] = 'Maildir Format';
TB 246 $wb['dkim_path_txt'] = 'DKIM Path';
247 $wb['mailbox_virtual_uidgid_maps_txt'] = 'Use Websites Linux uid for mailbox';
248 $wb['mailbox_virtual_uidgid_maps_info_txt'] = 'only in single web and mail-server-setup';
249 $wb['mailbox_virtual_uidgid_maps_error_nosingleserver'] = 'Uid cannot be mapped in multi-server-setup.';
250 $wb['mailbox_virtual_uidgid_maps_error_nodovecot'] = 'Uid-mapping can only be used with dovecot.';
251 $wb['mailbox_virtual_uidgid_maps_error_alreadyusers'] = 'Uid-mapping cannot be changed if there are already mail users.';
252 $wb['reject_sender_login_mismatch_txt'] = 'Reject sender and login mismatch';
253 $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
254 $wb['v6_prefix_txt'] = 'IPv6 Prefix';
255 $wb['vhost_rewrite_v6_txt'] = 'Rewrite IPv6 on Mirror';
256 $wb['v6_prefix_length'] = 'Prefix too long according to defined IPv6 ';
257 $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounted';
258 $wb['backup_delete_txt'] = 'Delete backups on domain/website delete';
259 $wb['overquota_db_notify_admin_txt'] = 'Send DB quota warnings to admin';
260 $wb['overquota_db_notify_client_txt'] = 'Send DB quota warnings to client';
261 $wb['php_handler_txt'] = 'Default PHP Handler';
262 $wb['disabled_txt'] = 'Disabled';
263 $wb['dkim_strength_txt'] = 'DKIM strength';
264 $wb['php_ini_check_minutes_txt'] = 'Check php.ini every X minutes for changes';
265 $wb['php_ini_check_minutes_error_empty'] = 'Please specify a value how often php.ini should be checked for changes.';
266 $wb['php_ini_check_minutes_info_txt'] = '0 = no check';
267 $wb['enable_spdy_txt'] = 'Makes SPDY available';
268 $wb['web_settings_txt'] = 'Web Server';
269 $wb['xmpp_server_txt'] = 'XMPP Server';
270 $wb['xmpp_use_ipv6_txt'] = 'Use IPv6';
271 $wb['xmpp_bosh_max_inactivity_txt'] = 'Max. BOSH inactivity time';
272 $wb['xmpp_bosh_timeout_range_wrong'] = 'Please enter a bosh timeout range between 15 - 360';
273 $wb['xmpp_module_saslauth'] = 'saslauth';
274 $wb['xmpp_server_admins_txt'] = 'Server Admins (JIDs)';
275 $wb['xmpp_modules_enabled_txt'] = 'Serverwide enabled plugins (one per line)';
276 $wb['xmpp_ports_txt'] = 'Component ports';
277 $wb['xmpp_port_http_txt'] = 'HTTP';
278 $wb['xmpp_port_https_txt'] = 'HTTPS';
279 $wb['xmpp_port_pastebin_txt'] = 'Pastebin';
280 $wb['xmpp_port_bosh_txt'] = 'BOSH';
281 $wb['disable_bind_log_txt'] = 'Disable bind9 messages for Loglevel WARN';
282 $wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled';
0dae6d 283 ?>