[Legacy] update install language label

This commit is contained in:
p.kumar 2021-10-13 16:12:17 +05:30
parent f08954e1d2
commit 70cc80ee7e

View file

@ -91,7 +91,7 @@ $mod_strings = array(
'ERR_DB_EXISTS_PROCEED' => 'The provided Database Name already exists. You can<br>1. hit the back button and choose a new database name <br>2. click next and continue but all existing tables on this database will be dropped. <strong>This means your tables and data will be blown away.</strong>',
'ERR_DB_HOSTNAME' => 'Host name cannot be blank.',
'ERR_DB_INVALID' => 'Invalid database type selected.',
'ERR_DB_LOGIN_FAILURE_SHORT' => 'Database Connection Error: The provided database hostname, username, and/or password is invalid.',
'ERR_DB_LOGIN_FAILURE_SHORT' => 'Database Connection Error: The provided database hostname, port, username, and/or password is invalid.',
'ERR_DB_LOGIN_FAILURE' => 'The provided database host, username, and/or password is invalid, and a connection to the database could not be established. Please enter a valid host, username and password',
'ERR_DB_LOGIN_FAILURE_MYSQL' => 'The provided database host, username, and/or password is invalid, and a connection to the database could not be established. Please enter a valid host, username and password',
'ERR_DB_LOGIN_FAILURE_MSSQL' => 'The provided database host, username, and/or password is invalid, and a connection to the database could not be established. Please enter a valid host, username and password',
@ -183,6 +183,7 @@ $mod_strings = array(
'LBL_CONFIRM_WILL' => 'will',
'LBL_DBCONF_DB_DROP' => 'Drop Tables',
'LBL_DBCONF_DB_NAME' => 'Database Name',
'LBL_DBCONF_DB_PORT' => 'Database Port',
'LBL_DBCONF_DB_PASSWORD' => 'SuiteCRM Database User Password',
'LBL_DBCONF_DB_PASSWORD2' => 'Re-enter SuiteCRM Database User Password',
'LBL_DBCONF_DB_USER' => 'SuiteCRM Database User',