tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
04980c 1 <?php
6665c6 2 $wb['system_config_desc_txt'] = '';
7b17e4 3 $wb['smtp_missing_admin_mail_txt'] = 'Please enter the admin name and admin mail address if you want to use smtp mail sending.';
8c4660 4 $wb['dashboard_atom_url_admin_txt'] = 'Dashboard atom feed URL (admin)';
M 5 $wb['dashboard_atom_url_reseller_txt'] = 'Dashboard atom feed URL (reseller)';
6 $wb['dashboard_atom_url_client_txt'] = 'Dashboard atom feed URL (client)';
04980c 7 $wb["warning"] = 'Edit these values carefully! Do not remove the prefixes on a systems with more then one client.';
73ec6b 8 $wb['tab_change_discard_txt'] = 'Discard changes on tab change';
M 9 $wb['tab_change_warning_txt'] = 'Tab change warning';
8cf276 10 $wb['tab_change_warning_note_txt'] = 'Show a warning on tab change in edit forms if any data has been altered by the user.';
04980c 11 $wb["dbname_prefix_txt"] = 'Database name prefix';
M 12 $wb["dbuser_prefix_txt"] = 'Database user prefix';
13 $wb["shelluser_prefix_txt"] = 'Shell user prefix';
14 $wb["webdavuser_prefix_txt"] = 'Webdav user prefix';
15 $wb["ftpuser_prefix_txt"] = 'FTP user prefix';
6fb93d 16 $wb['vhost_subdomains_txt'] = 'Create Subdomains as web site';
c3bf39 17 $wb['vhost_subdomains_note_txt'] = 'You cannot disable this as long as vhost subdomains exist in the system!';
04980c 18 $wb["dbname_prefix_error_regex"] = 'Char not allowed in database name prefix.';
M 19 $wb["dbuser_prefix_error_regex"] = 'Char not allowed in database user prefix.';
20 $wb["ftpuser_prefix_error_regex"] = 'Char not allowed in ftp user prefix.';
21 $wb["shelluser_prefix_error_regex"] = 'Char not allowed in shell user prefix.';
22 $wb["webdavuser_prefix_error_regex"] = 'Char not allowed in webdav user prefix.';
23 $wb["dblist_phpmyadmin_link_txt"] = 'Link to phpmyadmin in DB list';
d4c760 24 $wb['enable_custom_login_txt'] = 'Allow custom login name';
04980c 25 $wb["mailboxlist_webmail_link_txt"] = 'Link to webmail in Mailbox list';
d097c7 26 $wb['mailbox_show_autoresponder_tab_txt'] = 'Show Autoresponder tab in Mailbox detail';
C 27 $wb['mailbox_show_mail_filter_tab_txt'] = 'Show Mail Filter tab in Mailbox detail';
28 $wb['mailbox_show_custom_rules_tab_txt'] = 'Show Custom Rules tab in Mailbox detail';
04980c 29 $wb["webmail_url_txt"] = 'Webmail URL';
074056 30 $wb["mailmailinglist_link_txt"] = 'Link to mailing list in Mailing list list';
H 31 $wb["mailmailinglist_url_txt"] = 'Mailing list URL';
04980c 32 $wb["phpmyadmin_url_txt"] = 'PHPMyAdmin URL';
68ec43 33 $wb["use_domain_module_txt"] = 'Use the domain limits in client module to add new domains';
T 34 $wb["use_domain_module_hint"] = 'If you use the domain limits, your customers can only select one of the domains the admin creates for them. They cannot freely edit the domain-field. You have to re-login after changing this value, to make the changes visible.';
04980c 35 $wb["new_domain_txt"] = 'HTML to create a new domain';
M 36 $wb["webftp_url_txt"] = 'WebFTP URL';
d4c760 37 $wb['admin_mail_txt'] = 'Administrator\'s e-mail';
M 38 $wb["monitor_key_txt"] = 'Monitor keyword';
39 $wb['admin_name_txt'] = 'Administrator\'s name';
bf7d95 40 $wb['maintenance_mode_txt'] = 'Maintenance Mode';
a59498 41 $wb['smtp_enabled_txt'] = 'Use SMTP to send system mails';
M 42 $wb['smtp_host_txt'] = 'SMTP host';
43 $wb['smtp_port_txt'] = 'SMTP port';
44 $wb['smtp_user_txt'] = 'SMTP user';
45 $wb['smtp_pass_txt'] = 'SMTP password';
46 $wb['smtp_crypt_txt'] = 'Use SSL/TLS encrypted connection for SMTP';
bfcdef 47 $wb['phpmyadmin_url_error_regex'] = 'Invalid phpmyadmin URL';
10b4c8 48 $wb['use_combobox_txt'] = 'Use jQuery UI Combobox';
T 49 $wb['use_loadindicator_txt'] = 'Use Load Indicator';
50 $wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.';
51 $wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
526b99 52 $wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details';
T 53 $wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details';
54 $wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details';
04980c 55 ?>