mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Add language codes for domain-related error messages.
This commit is contained in:
parent
06ce406390
commit
107600f19c
3 changed files with 17 additions and 2 deletions
|
|
@ -115,9 +115,17 @@ $lang->cmd_index_module_srl = 'Main Module';
|
|||
$lang->cmd_index_document_srl = 'Main Document';
|
||||
$lang->cmd_default_language = 'Default Language';
|
||||
$lang->cmd_new_domain = 'Add New Domain';
|
||||
$lang->about_use_ssl = '<p>Selecting \'Optional\' is to use SSL for the specified actions such as signing up and changing information.<br />Selecting \'Always\' is to use SSL for the entire pages, generated by Rhymix.</p><p>Please be careful! You may not be able to access to the site, before installing SSL certificate.</p>';
|
||||
$lang->cmd_edit_domain = 'Edit Domain';
|
||||
$lang->about_use_ssl = 'Selecting \'Optional\' is to use SSL for the specified actions such as signing up and changing information.<br />Selecting \'Always\' is to use SSL for the entire pages, generated by Rhymix.<br>Please be careful! You may not be able to access to the site, before installing SSL certificate.';
|
||||
$lang->server_ports = 'Server Port';
|
||||
$lang->about_server_ports = 'If your web server does not use 80 for HTTP or 443 for HTTPS port, you should specify server ports.';
|
||||
$lang->msg_invalid_domain = 'Invalid domain.';
|
||||
$lang->msg_domain_already_exists = 'The domain already exists.';
|
||||
$lang->msg_invalid_http_port = 'Invalid HTTP port.';
|
||||
$lang->msg_invalid_https_port = 'Invalid HTTPS port.';
|
||||
$lang->msg_invalid_index_module_srl = 'The main module does not exist.';
|
||||
$lang->msg_invalid_index_document_srl = 'The main document number does not exist.';
|
||||
$lang->msg_lang_is_not_enabled = 'The language you selected is not enabled in this site.';
|
||||
$lang->use_db_session = 'Store Session in DB';
|
||||
$lang->about_db_session = 'Store PHP sessions in the database. This setting must be turned on if you want to see current users or get detailed statistics.<br>Unnecessary use may decrease server performance.';
|
||||
$lang->qmail_compatibility = 'Enable Qmail';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue