mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 08:28:56 +08:00
[Legacy] Add new check labels
- update old labels
This commit is contained in:
parent
e06bb0ef4f
commit
f592d73dd0
1 changed files with 11 additions and 2 deletions
|
@ -72,7 +72,7 @@ $mod_strings = array(
|
|||
'LBL_DB_UNAVAILABLE' => 'Database unavailable',
|
||||
'LBL_CHECKSYS_DB_SUPPORT_NOT_AVAILABLE' => 'Database Support was not found. Please make sure you have the necessary drivers for one of the following supported Database Types: MySQL or MS SQLServer. 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 on how to enable Database Support.',
|
||||
'LBL_CHECKSYS_XML_NOT_AVAILABLE' => 'Functions associated with XML 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.',
|
||||
'ERR_CHECKSYS_MBSTRING' => 'Functions associated with the Multibyte Strings PHP extension (mbstring) that are needed by the SuiteCRM application were not found. <br/><br/>Generally, the mbstring module is not enabled by default in PHP and must be activated with --enable-mbstring when the PHP binary is built. Please refer to your PHP Manual for more information on how to enable mbstring support.',
|
||||
'ERR_CHECKSYS_MBSTRING' => 'Functions associated with the Multibyte Strings PHP extension (mbstring) that are needed by the SuiteCRM application were not found. Generally, the mbstring module is not enabled by default in PHP and must be activated with --enable-mbstring when the PHP binary is built. Please refer to your PHP Manual for more information on how to enable mbstring support.',
|
||||
'ERR_CHECKSYS_CONFIG_NOT_WRITABLE' => 'The config file exists but is not writeable. Please take the necessary steps to make the file writeable.',
|
||||
'ERR_CHECKSYS_CONFIG_NOT_FOUND' => 'Your config.php does not exist. This will be created on install.',
|
||||
'ERR_CHECKSYS_CONFIG_OVERRIDE_NOT_WRITABLE' => 'The config override file exists but is not writeable. Please take the necessary steps to make the file writeable. ',
|
||||
|
@ -210,7 +210,7 @@ $mod_strings = array(
|
|||
'ERR_CHECKSYS_PDO_MYSQL' => 'The extension PDO MySQL is not enabled, please contact your system administrator.',
|
||||
'ERR_CHECKSYS_MYSQLI' => 'The extension MySQLi is not enabled, please contact your system administrator.',
|
||||
'ERR_CHECKSYS_SOAP' => 'The extension Soap is not enabled, please contact your system administrator.',
|
||||
'ERR_SUHOSIN' => 'Upload stream is blocked by Suhosin, please add "upload" to suhosin.executor.include.whitelist (See suitecrm.log for more information)',
|
||||
'ERR_SUHOSIN' => 'Upload stream is blocked by Suhosin, please add "upload" to suhosin.executor.include.whitelist (See suitecrm.log for more information)',
|
||||
'LBL_UNWRITABLE_SUB_DIR' => 'There are some sub directories that are unwritable. Please take the necessary steps to make the directories writeable ',
|
||||
'LBL_REFER_TO_LOGS' => 'There has been an issue in one of your pre-installation checks, please refer to the install.log',
|
||||
'LBL_NOT_A_VALID_SUITECRM_PAGE' => 'The SuiteCRM Title cannot be found. This is not a valid SuiteCRM Page.',
|
||||
|
@ -389,6 +389,10 @@ $mod_strings = array(
|
|||
'LBL_STEP1' => 'Step 1 of 2 - Pre-Installation requirements',
|
||||
'LBL_STEP2' => 'Step 2 of 2 - Configuration',
|
||||
'LBL_STEP' => 'Step',
|
||||
'LBL_CHECKS_PASSED' => 'All Checks Passed!',
|
||||
'LBL_WARNINGS_FOUND' => 'Warnings found: please check these before you proceed.',
|
||||
'LBL_ERRORS_FOUND' => ' Errors found: it is recommended that you resolve these before you proceed.',
|
||||
'LBL_ERRORS_AND_WARNINGS_FOUND' => 'Error(s) and Warning(s) found: It is recommended that you check and resolve these before you proceed.',
|
||||
'LBL_TITLE_WELCOME' => 'Welcome to the SuiteCRM ',
|
||||
'LBL_WELCOME' => 'Welcome to SuiteCRM',
|
||||
//welcome page variables
|
||||
|
@ -645,7 +649,12 @@ $contact_user_link_guid',
|
|||
'LBL_DBCONFIG_B_MSG1' => 'The username and password of a database administrator who can create database tables and users and who can write to the database is necessary in order to set up the SuiteCRM database.',
|
||||
'LBL_SYS_CHECK_WARNING' => 'Ignore System Check Warnings',
|
||||
'LBL_PROCEED' => 'PROCEED',
|
||||
'LBL_PROCEED_WITH_WARNINGS' => 'IGNORE WARNINGS AND PROCEED',
|
||||
'LBL_PROCEED_WITH_ERRORS' => 'IGNORE ERRORS AND PROCEED',
|
||||
'LBL_PROCEED_WITH_ERRORS_AND_WARNINGS' => 'IGNORE ERRORS AND WARNINGS TO PROCEED',
|
||||
'LBL_RECHECK' => 'RECHECK',
|
||||
'LBL_VIEW_FULL_ERROR' => 'View Full Error',
|
||||
'LBL_CLOSE_DESCRIPTION' => 'Close Description',
|
||||
'LBL_CONFIG' => 'CONFIGURATION',
|
||||
'LBL_VALIDATION_ERRORS' => 'There are validation errors, unable to perform action.'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue