mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Change English description of concat_scripts, and add Japanese language
This commit is contained in:
parent
a421c78a4d
commit
83fb32be28
2 changed files with 13 additions and 7 deletions
|
|
@ -81,17 +81,17 @@ $lang->about_server_ports = 'If your web server does not use 80 for HTTP or 443
|
|||
$lang->use_db_session = 'Use Session DB';
|
||||
$lang->about_db_session = 'This setting will use PHP session as DB during authentication. For the Websites which do not use web server frequently, you can uncheck this setting to improve response time. However, session DB will make it impossible to get current users, so you cannot use related functions.';
|
||||
$lang->qmail_compatibility = 'Enable Qmail';
|
||||
$lang->minify_scripts = 'Auto-minify scripts';
|
||||
$lang->minify_scripts = 'Minify scripts';
|
||||
$lang->cmd_minify_all = 'All files';
|
||||
$lang->cmd_minify_common = 'Common files only';
|
||||
$lang->cmd_minify_none = 'None';
|
||||
$lang->about_minify_scripts = 'Automatically minify all CSS and JS scripts in the Core and all modules.';
|
||||
$lang->concat_scripts = 'Concatenate scripts';
|
||||
$lang->cmd_concat_none = 'Do not concatenate';
|
||||
$lang->cmd_concat_css_only = 'Concatenate all CSS';
|
||||
$lang->cmd_concat_js_only = 'Concatenate all JS';
|
||||
$lang->cmd_concat_css_js = 'Concatenate both CSS and JS';
|
||||
$lang->about_concat_scripts = 'Automatically concatenate CSS and JS scripts into as few files as possible. External scripts are not concatenated.';
|
||||
$lang->concat_scripts = 'Combine scripts';
|
||||
$lang->cmd_concat_none = 'Do not combine';
|
||||
$lang->cmd_concat_css_only = 'Combine all CSS';
|
||||
$lang->cmd_concat_js_only = 'Combine all JS';
|
||||
$lang->cmd_concat_css_js = 'Combine both CSS and JS';
|
||||
$lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as few files as possible. External scripts are not combined.';
|
||||
$lang->use_gzip = 'gzip Compression';
|
||||
$lang->delay_session = 'Delay session start';
|
||||
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may cause view counts and visitor counts to become inaccurate.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue