| | |
| | | <?php |
| | | $wb['system_config_desc_txt'] = ''; |
| | | $wb['warning'] = 'Edit these values carefully! Do not remove the prefixes on a systems with more then one client.'; |
| | | $wb['dbname_prefix_txt'] = 'Prefisso nome database'; |
| | | $wb['dbuser_prefix_txt'] = 'Prefisso utente database'; |
| | |
| | | $wb['mailmailinglist_url_txt'] = 'Mailing list URL'; |
| | | $wb['admin_mail_txt'] = 'Administrators e-mail'; |
| | | $wb['admin_name_txt'] = 'Administrators name'; |
| | | $wb['maintenance_mode_txt'] = 'Maintenance Mode'; |
| | | $wb['smtp_enabled_txt'] = 'Use SMTP to send system mails'; |
| | | $wb['smtp_host_txt'] = 'SMTP host'; |
| | | $wb['smtp_port_txt'] = 'SMTP port'; |
| | | $wb['smtp_user_txt'] = 'SMTP user'; |
| | | $wb['smtp_pass_txt'] = 'SMTP password'; |
| | | $wb['smtp_crypt_txt'] = 'Use SSL/TLS encrypted connection for SMTP'; |
| | | ?> |