* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ $lang = array( 'direction' => 'ltr', 'charset' => 'UTF-8', # Global 'G-01' => "Linea21 installation - version ". LINEA_VERSION. "", 'G-02' => "Steps (4)", 'G-03' => "Language choice (1/4)", 'G-04' => "Database settings (2/4)", 'G-05' => "Configuration settings (3/4)", 'G-06' => "Finish (4/4)", # Errors 'L-01' => "The installer is locked! If you wish to continue with this installation please delete the installer.lock file", 'L-02' => "You must pass an array of options to the dbTables method", 'L-03' => "Please fill in all required fields.", 'L-04' => "Could not connect to the database. Please check parameters", 'L-05' => "Could not select the database", 'L-06' => "Could not create the database %s. Error: %s", 'L-07' => "The database.php file was not found under %s", 'L-08' => "There was an error during a DB query. The error returned was: %s", 'L-09' => "DB Queries run. Total %s queries run. A total of %s queries failed. %s", 'L-10' => "Configuration file written successfully.", 'L-11' => "The template %s was not found under %s", 'L-12' => "Configuration files are not writable.
Please change permissions on the ./config/ folder.", 'L-13' => "Installation folder is not writable.
Please change permissions on the ./install/ folder.", 'L-14' => "
It seems the server user is not allowed to write the file .user.ini in the root folder. No worries, you can create it manually and add the following contents:
", # Other 'I-01' => "Linea21 installation - Welcome", 'I-02' => "Please choose an installation language", 'I-03' => ">> Go!", 'I-04' => "Database Settings", 'I-05' => "Database Name", 'I-06' => "Database User", 'I-07' => "Database Pass", 'I-08' => "Database Host", 'I-09' => "Create database if it doesn't exist?", 'I-10' => "Yes", 'I-11' => "No", 'I-12' => "Error!", 'I-13' => "Please go back to the previous page and make sure the information provided is correct.", 'I-14' => "

Errors detected:


%s", 'I-15' => "Database creation", 'I-16' => "Continue anyway...", 'I-17' => "Configuration file settings", 'I-18' => "Base site url", 'I-19' => "Base site path", 'I-20' => "Finish", 'I-21' => "Installation Complete", 'I-22' => "The installation is complete. For security reasons, please remove the installation folder (/install/).", 'I-23' => "-- Choose language --", 'I-24' => "Linea21 installation - version ". LINEA_VERSION. "", 'I-25' => "PHP Configuration", 'l21-01' => "Database type", 'l21-02' => "Available for MySQL only! If you are using PostgreSQL, the chosen database must already exist.", 'l21-03' => "Software inputs will be written in the selected language!", 'l21-04' => "Advanced settings options will be available after installation (from the back office).", 'l21-05' => "Do NOT change options below, except if you know precisely what you are doing.", 'l21-06' => "Site name (ex: ". SITE_NAME . ")", 'l21-07' => "Email (ex: ". MAIL_FROM . ")", 'l21-08' => "Associated name (ex: ". MAIL_FROMNAME . ")", 'l21-09' => "Access toback office.", 'l21-10' => "Login/password : admin/linea
Don't forget to change the default password!", 'l21-11' => "Using PostgreSQL database is not recommended. It will no longer be implemented in the next version release." );