| | |
| | | <?php |
| | | $wb['system_config_desc_txt'] = ''; |
| | | $wb['warning'] = 'Upravujte tyto údaje opatrne! Neodstraňujte prefixy na systémech s více, než jedním klientem.'; |
| | | $wb['dbname_prefix_txt'] = 'Prefix názvu databáze'; |
| | | $wb['dbuser_prefix_txt'] = 'Prefix uživatele databáze'; |
| | |
| | | $wb['mailboxlist_webmail_link_txt'] = 'Odkaz na aplikaci Webmail v Mailbox seznamu'; |
| | | $wb['webmail_url_txt'] = 'Webmail URL'; |
| | | $wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL'; |
| | | $wb['dashboard_atom_url_txt'] = 'Dashboard atom feed URL'; |
| | | $wb['dashboard_atom_url_admin_txt'] = 'Dashboard atom feed URL (admin)'; |
| | | $wb['dashboard_atom_url_reseller_txt'] = 'Dashboard atom feed URL (reseller)'; |
| | | $wb['dashboard_atom_url_client_txt'] = 'Dashboard atom feed URL (client)'; |
| | | $wb['webdavuser_prefix_txt'] = 'Webdav user prefix'; |
| | | $wb['webdavuser_prefix_error_regex'] = 'Char not allowed in webdav user prefix.'; |
| | | $wb['use_domain_module_txt'] = 'Use the domain-module to add new domains'; |
| | |
| | | $wb['webftp_url_txt'] = 'WebFTP URL'; |
| | | $wb['admin_mail_txt'] = 'E-mail Administrátora'; |
| | | $wb['admin_name_txt'] = 'Jméno Administrátora'; |
| | | $wb['enable_custom_login_txt'] = 'Allow custom login name'; |
| | | $wb['mailmailinglist_link_txt'] = 'Link to mailing list in Mailing list list'; |
| | | $wb['mailmailinglist_url_txt'] = 'Mailing list URL'; |
| | | $wb['monitor_key_txt'] = 'Monitor keyword'; |
| | | $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'; |
| | | ?> |