* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ $lang = array( 'direction' => 'ltr', 'charset' => 'UTF-8', # Global 'G-01' => "Linea21 Install - version ". LINEA_VERSION. "", // @todo translation full file 'G-02' => "Steps (4)", 'G-03' => "Choose language (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 DB with those parameters", 'L-05' => "Could not select the right Database", 'L-06' => "Could not create the DB %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. And a total of %s queries failed. %s", 'L-10' => "Configuration file written.", 'L-11' => "The template %s was not found under %s", 'L-12' => "Configuration files are not writable.
Please change permissions on ./config/ folder.", 'L-13' => "Installation folder is not writable.
Please change permissions on ./install/ folder.", 'L-14' => "
It seems, server user is not allowed to write .user.ini file in root folder. No worries, you can create it by yourself and by adding following instructions :
", # Other 'I-01' => "Linea21 installation - Welcome", 'I-02' => "Choose the language you would like to view the installer with. The installer is not translated into Italian but inputs will be written in Italian and the default software language will be set to Italian.", '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 exists?", 'I-10' => "Yes", 'I-11' => "No", 'I-12' => "Error!", 'I-13' => "Please go back and make sure the information provided is correct.", 'I-14' => "

Those are the errors:


%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 Completed", 'I-22' => "The installation is completed. For security reason, please remove 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 use PostgreSQL, the given database should already exists.", 'l21-03' => "Software inputs will be written with the selected language !", 'l21-04' => "Advanced settings options will be available after installation (from back-office).", 'l21-05' => "Do NOT change options below, except if you precisely know 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' => "Use of PostgreSQL databse is deprecated. It will not be implemented anymore in next releases." );