mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
Fix #503 Better description of 'dummy' cache option
This commit is contained in:
parent
eedba6f032
commit
7c45c63f3a
3 changed files with 3 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ $lang->msg_invalid_default_url = 'The default URL is invalid.';
|
|||
$lang->msg_default_url_ssl_inconsistent = 'In order to use SSL always, the default URL must also begin with https://';
|
||||
$lang->msg_default_url_http_port_inconsistent = 'In order to change the HTTP port, the default URL must also include the port number.';
|
||||
$lang->msg_default_url_https_port_inconsistent = 'In order to change the HTTPS port, the default URL must also include the port number.';
|
||||
$lang->msg_dummy_or_do_not_use = 'disabled';
|
||||
$lang->sftp = 'Use SFTP';
|
||||
$lang->ftp_get_list = 'Get List';
|
||||
$lang->ftp_remove_info = 'Remove FTP Info.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue