mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Simplify FTP configuration using new format
This commit is contained in:
parent
673cd48db0
commit
a36bc03970
9 changed files with 155 additions and 201 deletions
|
|
@ -90,7 +90,11 @@ $lang->sftp = 'Use SFTP';
|
|||
$lang->ftp_get_list = 'Get List';
|
||||
$lang->ftp_remove_info = 'Remove FTP Info.';
|
||||
$lang->msg_find_xe_path_fail = 'Failed to search Rhymix installed path automatically. Please set manually.';
|
||||
$lang->msg_ftp_not_connected = 'Failed to connect to FTP server. Please check the hostname and port.';
|
||||
$lang->msg_ftp_invalid_auth_info = 'Failed to log in to FTP server. Please check your username and password.';
|
||||
$lang->msg_ftp_cannot_set_passive_mode = 'Failed to set passive mode. Please change your settings and try again.';
|
||||
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
|
||||
$lang->msg_ftp_sftp_error = 'Failed to initialize SFTP mode after connecting to SSH server.';
|
||||
$lang->use_ftp_passive_mode = 'Use FTP Passive Mode';
|
||||
$lang->use_sftp_support = 'Use SFTP';
|
||||
$lang->disable_sftp_support = 'You should install ssh2 PHP module to use SFTP.';
|
||||
|
|
@ -113,8 +117,8 @@ $lang->corp = 'Crop(Cut)';
|
|||
$lang->ratio = 'Ratio(Keep Aspect)';
|
||||
$lang->admin_ip_limit = 'Sepcify IP address band that can access the admin page.';
|
||||
$lang->local_ip_address = 'Local IP address';
|
||||
$lang->about_admin_ip_limit = 'Specify IP address which can access to admin page. Please note that only the specified IP addresses can access the admin page. The information on IP address band is stored in /files/config/db.config.php. Change the line to multiple IP.';
|
||||
$lang->detail_about_ftp_info = 'Enable easy installation if you enter FTP information. The information of FTP is stored in files/config/ftp.config.php. If you are unable to easy install, PHP\'s \'safe_mode\' must be changed \'On\'';
|
||||
$lang->about_admin_ip_limit = 'Specify IP address which can access to admin page. Please note that only the specified IP addresses can access the admin page.';
|
||||
$lang->detail_about_ftp_info = 'FTP information is needed for easyinstall when save_mode = on.';
|
||||
$lang->allow_use_favicon = 'Do you want to use favicon?';
|
||||
$lang->about_use_favicon = 'You can upload 16x16 size<em>*.ico</em> file only.';
|
||||
$lang->allow_use_mobile_icon = 'Do you want to use the mobile home screen icon?';
|
||||
|
|
@ -172,6 +176,7 @@ $lang->msg_ftp_connect_success = 'Successfully connected to FTP server and authe
|
|||
$lang->ftp_path_title = 'FTP Path Information';
|
||||
$lang->ftp_installed_realpath = 'Absolute Path of Rhymix';
|
||||
$lang->msg_ftp_installed_ftp_realpath = 'Absolute FTP Path of Rhymix installed';
|
||||
$lang->msg_ftp_autodetected_ftp_realpath = 'Auto-detected path';
|
||||
$lang->msg_php_warning_title = 'Warning unsafe PHP version';
|
||||
$lang->msg_php_warning_notice = 'The server is using a unsafe version of PHP, it is recommended to upgrade to the latest stable version.';
|
||||
$lang->msg_php_warning_notice_explain = '<li>PHP version of this server can be exposed to serious security problems and attacks.</li><li>Latest version of Rhymix is not available.</li><li>You can not use extensions that are supported by the latest version of Rhymix.</li><li>Some extensions may not work properly. It can cause problems.</li>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue