mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Add root check labels
This commit is contained in:
parent
f029a6ce7a
commit
813af49370
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ $mod_strings = array(
|
|||
'ERR_CHECKSYS_LOGS_NOT_WRITABLE' => 'The Logs Directory is currently not writable',
|
||||
'ERR_CHECKSYS_CACHE_NOT_WRITABLE' => 'The Cache Directory is currently not writable',
|
||||
'ERR_CHECKSYS_EXTENSIONS_NOT_WRITABLE' => 'The Extensions Directory is currently not writable',
|
||||
'ERR_CHECKSYS_ROOT_NOT_WRITABLE' => 'The Root Directory is currently not writable. You will not be able to proceed with install.',
|
||||
'ERR_CHECKSYS_SECRETS_NOT_WRITABLE' => 'The config/secrets directory is currently not writable',
|
||||
'ERR_CHECKSYS_ENV_NOT_WRITABLE' => 'The .env file or the directory it is in is not writable.',
|
||||
'ERR_CHECKSYS_JSON_NOT_AVAILABLE' => "Functions associated with JSON Parser Libraries that are needed by the SuiteCRM application were not found. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information.",
|
||||
|
@ -155,6 +156,7 @@ $mod_strings = array(
|
|||
'LBL_CHECKSYS_EXTENSIONS' => 'Writable Extensions Directory',
|
||||
'LBL_CHECKSYS_SECRETS' => 'Writable Config/Secrets Directory',
|
||||
'LBL_CHECKSYS_LOGS' => 'Writable Log Directory',
|
||||
'LBL_CHECKSYS_ROOT' => 'Writable Root Directory',
|
||||
'LBL_DROP_DB_CONFIRM' => 'The provided Database Name already exists.<br>You can either:<br>1. Click on the Cancel button and choose a new database name, or <br>2. Click the Accept button and continue. All existing tables in the database will be dropped. <strong>This means that all of the tables and pre-existing data will be blown away.</strong>',
|
||||
'LBL_CHECKSYS_COMPONENT' => 'Component',
|
||||
'LBL_CHECKSYS_CONFIG' => 'Writable SuiteCRM Configuration File (config.php)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue