mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Disable install button when installation is already in progress
This commit is contained in:
parent
5a7906252e
commit
2a0396f230
4 changed files with 9 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ $lang->ssl_options['optional'] = 'Optional';
|
|||
$lang->ssl_options['always'] = 'Always';
|
||||
$lang->about_database_file = 'Sqlite saves data in a file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 777.</span>';
|
||||
$lang->success_installed = 'Installation has been completed.';
|
||||
$lang->msg_installing = 'Installing...';
|
||||
$lang->msg_cannot_proc = 'Installation environment is not proper to proceed.';
|
||||
$lang->msg_already_installed = 'RhymiX is already installed.';
|
||||
$lang->msg_dbconnect_failed = 'An error has occurred while connecting to DB. Please check DB information again.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue