mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Implement domain management screen in admin module
This commit is contained in:
parent
b88bedf9fd
commit
a5c2783cf5
6 changed files with 133 additions and 10 deletions
|
|
@ -1,11 +1,12 @@
|
|||
<?php
|
||||
$lang->admin = 'Admin';
|
||||
$lang->cmd_configure = 'Configure';
|
||||
$lang->subtitle_primary = 'General Settings';
|
||||
$lang->subtitle_notification = 'Notification Settings';
|
||||
$lang->subtitle_security = 'Security Settings';
|
||||
$lang->subtitle_advanced = 'Advanced Settings';
|
||||
$lang->subtitle_debug = 'Debug Settings';
|
||||
$lang->subtitle_primary = 'General';
|
||||
$lang->subtitle_notification = 'Notifications';
|
||||
$lang->subtitle_security = 'Security';
|
||||
$lang->subtitle_advanced = 'Advanced';
|
||||
$lang->subtitle_domains = 'Domains';
|
||||
$lang->subtitle_debug = 'Debug';
|
||||
$lang->subtitle_seo = 'SEO Settings';
|
||||
$lang->subtitle_etc = 'Other Settings';
|
||||
$lang->current_state = 'Current state';
|
||||
|
|
@ -104,10 +105,16 @@ $lang->auto_select_lang = 'Auto-select Language';
|
|||
$lang->about_auto_select_lang = 'Automatically select the language based on the language of each visitor\'s browser.';
|
||||
$lang->about_recompile_cache = 'Delete useless or invalid cache files?';
|
||||
$lang->confirm_run = 'It may take a long time. Do you want to run?';
|
||||
$lang->use_ssl = 'Use <abbr title="Secure Sockets Layer">SSL</abbr>';
|
||||
$lang->ssl_options['none'] = 'Never';
|
||||
$lang->use_ssl = 'Use HTTPS';
|
||||
$lang->ssl_options['none'] = 'None';
|
||||
$lang->ssl_options['optional'] = 'Optional';
|
||||
$lang->ssl_options['always'] = 'Always';
|
||||
$lang->cmd_http_port = 'HTTP Port';
|
||||
$lang->cmd_https_port = 'HTTPS Port';
|
||||
$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 = 'Selecting \'Optional\' is to use SSL for the specified actions such as signing up and changing information. Selecting \'Always\' is to use SSL for all services. Please be careful because you may not be avaliable to access to the site if you use SSL where its environment is not set.';
|
||||
$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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue