mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
SSL 인증서에 대한 설명 강화, 추천 설정 표시
https://github.com/rhymix/rhymix/issues/706 관련
This commit is contained in:
parent
9d26290b89
commit
fe1076795d
8 changed files with 23 additions and 17 deletions
|
|
@ -106,9 +106,9 @@ $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->ssl_options['optional'] = 'Optional';
|
||||
$lang->ssl_options['always'] = 'Always';
|
||||
$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->ssl_options['optional'] = 'Optional (not recommended)';
|
||||
$lang->ssl_options['always'] = 'Always (recommended)';
|
||||
$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 because you may not be able to access to the site, if you set to use SSL where its environment is not ready.</p>';
|
||||
$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->use_db_session = 'Store Session in DB';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue