PEEL Shopping
Open source ecommerce : PEEL Shopping
admin_install_en.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: admin_install_en.php 46947 2015-09-18 10:38:20Z gboussin $
14 
15 if (!defined('IN_PEEL')) {
16  die();
17 }
18 
19 $GLOBALS["STR_ADMIN_INSTALL_STEP1_TITLE"] = "STEP 1/6: Installing PEEL Shopping";
20 $GLOBALS["STR_ADMIN_INSTALL_STEP2_TITLE"] = "STEP 2/6: Connecting to the database";
21 $GLOBALS["STR_ADMIN_INSTALL_STEP3_TITLE"] = "STEP 3/6: Selecting the database";
22 $GLOBALS["STR_ADMIN_INSTALL_STEP4_TITLE"] = "STEP 4/6: Checking rights";
23 $GLOBALS["STR_ADMIN_INSTALL_STEP5_TITLE"] = "STEP 5/6: Configuring the administrator account store";
24 $GLOBALS["STR_ADMIN_INSTALL_STEP6_TITLE"] = "STEP 6/6: Completing the installation";
25 $GLOBALS["STR_ADMIN_INSTALL_WELCOME"] = "Welcome in the setup program of the CMS open source software PEEL Shopping.";
26 $GLOBALS["STR_ADMIN_INSTALL_WELCOME_INTRO"] = "We will guide you throughout this process to install the application on your system.";
27 $GLOBALS["STR_ADMIN_INSTALL_VERIFY_SERVER_CONFIGURATION"] = "Checking the server:";
28 $GLOBALS["STR_ADMIN_INSTALL_PHP_VERSION"] = "PHP Version:";
29 $GLOBALS["STR_ADMIN_INSTALL_MBSTRING"] = "Extension mbstring:";
30 $GLOBALS["STR_ADMIN_INSTALL_UTF8"] = "UTF-8 available:";
31 $GLOBALS["STR_ADMIN_INSTALL_ALLOW_URL_FOPEN"] = "Directive allow_url_fopen enabled in php.ini:";
32 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_INTRO_1"] = "We will install the necessary information in the database.";
33 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_INTRO_2"] = "We're going to ask you for configuration information.";
34 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_INTRO_3"] = "You need to get from your hosting MySQL identifiers.";
35 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_INTRO_4"] = "Avoid using root, and prefer a mysql password which is robust and different from your SSH password for more security";
36 $GLOBALS["STR_ADMIN_INSTALL_ERROR_CONNEXION"] = "Error! Please check your selected languages and that your configuration information is complete";
37 $GLOBALS["STR_ADMIN_INSTALL_EXPLAIN_SSL"] = "Information: You can specify a URL to use https SSL encryption only if your domain has a valid SSL certificate configured on your hosting.";
38 $GLOBALS["STR_ADMIN_INSTALL_URL_STORE"] = "Site main URL:";
39 $GLOBALS["STR_ADMIN_INSTALL_SSL_ADMIN"] = "Force the use of SSL for the administration:";
40 $GLOBALS["STR_ADMIN_INSTALL_SSL_ADMIN_NO"] = "Do not force";
41 $GLOBALS["STR_ADMIN_INSTALL_SSL_ADMIN_YES"] = "Force SSL (more secure, but https must be functional for the field)";
42 $GLOBALS["STR_ADMIN_INSTALL_SSL_ADMIN_EXPLAIN"] = "If you want to force the use of https for administration, check here first a page in HTTPS works";
43 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_SERVER"] = "MySQL";
44 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_SERVER_EXPLAIN"] = "(example: localhost or server name when SQL shared hosting in particular)";
45 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_USERNAME"] = "Username";
46 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_ADVISE_SPECIFIC"] = "To install PEEL we recommend that you use a database devoted solely to PEEL. Nevertheless, as all the tables have the prefix \"peel_\", it is possible to use a database that already other tables. ";
47 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_ADVISE_HOW_TO_CREATE"] = "If your database is not already created, create, or contact your hosting provider.";
48 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_SELECT"] = "Please choose your database that will store your PEEL:";
49 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_PLEASE_CLEAN_BEFORE_INSTALL"] = "CAUTION: If the database already contains tables \"peel_\", delete them before proceeding";
50 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_NO_ACCESS"] = "You do not have access to the database";
51 $GLOBALS["STR_ADMIN_INSTALL_DIRECTORY_OK"] = "The directory %s is writable";
52 $GLOBALS["STR_ADMIN_INSTALL_DIRECTORY_NOK"] = "The directory %s is not writable => Add writable";
53 $GLOBALS["STR_ADMIN_INSTALL_FILE_OK"] = "The file %s is writable";
54 $GLOBALS["STR_ADMIN_INSTALL_FILE_NOK"] = "File %s is not writable => Add writable";
55 $GLOBALS["STR_ADMIN_INSTALL_DATABASE_OK_PREFIX"] = "The database %s does not contain table PEEL (it's perfect).";
56 $GLOBALS["STR_ADMIN_INSTALL_CHECK_ACCESS_RIGHTS"] = "Checking access rights on files and directories";
57 $GLOBALS["STR_ADMIN_INSTALL_STEP_5_LINK_EXPLAIN"] = "NB: The next step 5/6 will create your data structure and may take a few seconds";
58 $GLOBALS["STR_ADMIN_INSTALL_RIGHTS_OK"] = "The access rights seem to be correct";
59 $GLOBALS["STR_ADMIN_INSTALL_RIGHTS_NOK"] = "Please correct the errors before continuing";
60 $GLOBALS["STR_ADMIN_INSTALL_CONTINUE_WITH_ERRORS_BUTTON"] = "Continue despite errors";
61 $GLOBALS["STR_ADMIN_INSTALL_EXPLAIN_RENAME_TABLES"] = "If you continue, the existing tables will not be deleted, but if the data structure is not expected that this will create errors. Moreover, data bases will be added, and potentially creating duplicates. You MUST rename or delete existing tables.";
62 $GLOBALS["STR_ADMIN_INSTALL_EXISTING_TABLES"] = "PEEL existing tables:";
63 $GLOBALS["STR_ADMIN_INSTALL_ADMIN_EMAIL"] = "Email Administrator Account";
64 $GLOBALS["STR_ADMIN_INSTALL_SQL_FILE_EXECUTED"] = "File SQL executed";
65 $GLOBALS["STR_ADMIN_INSTALL_FILE_MISSING"] = "Error missing file";
66 $GLOBALS["STR_ADMIN_INSTALL_FINISH_BUTTON"] = "Completing the installation";
67 $GLOBALS["STR_ADMIN_INSTALL_NOW_INSTALLED"] = "PEEL Shopping is now installed.";
68 $GLOBALS["STR_ADMIN_INSTALL_YOU_CAN_LOGIN_ADMIN"] = "You can now connect to the management interface using the following parameters:";
69 $GLOBALS["STR_ADMIN_INSTALL_ADMIN_LINK_INFOS"] = "Once logged in as an administrator, you can go to \"My Account\" > \"Administration\".";
70 $GLOBALS["STR_ADMIN_INSTALL_FINISHED_INFOS"] = "Notes on the security of your site:";
71 $GLOBALS["STR_ADMIN_INSTALL_FINISHED_INFOS_DELETE_INSTALL"] = "REQUIRED: Delete the installation directory to start working";
72 $GLOBALS["STR_ADMIN_INSTALL_FINISHED_INFOS_RENAME_ADMIN"] = "STRONGLY RECOMMENDED: For the security of your site, rename the administration folder => In the \"Configuration variables\" administration page, change the variable \"backoffice_directory_name\" from \"{$GLOBALS['site_parameters']['backoffice_directory_name']}\" to a new name, and then rename the directory accordingly using FTP.";
73 $GLOBALS["STR_ADMIN_INSTALL_FINISHED_INFOS_PHP_ERRORS_DISPLAY"] = "Your site has been configured to display PHP errors for your IP, namely {$_SERVER['REMOTE_ADDR']}. This parameter can be changed in the administration.";
74 $GLOBALS["STR_ADMIN_INSTALL_FINISHED_INFOS_UTF8_WARNING"] = "NB: If you want to work on the PHP code on your site, be careful when you edit your files using an editor that supports UTF-8 well and does not add BOM (invisible characters) in the header files. If in doubt, use Notepad++ which is a free download on the Internet.";
75 $GLOBALS["STR_ADMIN_INSTALL_LANGUAGE_CHOOSE"] = "Select the languages ​​to install:";
76 $GLOBALS["STR_ADMIN_INSTALL_ACTIVATE_PHP5"] = "You must enable PHP >= 5.2 on your site: edit the file. Htaccess at the root of the site to enable the lines corresponding to your accommodation by removing the # at the beginning of the line, or contact your hosting - For hosting by PEEL, contact PEEL: contact@peel.fr or +33 (0) 1 75 43 67 97";
77 $GLOBALS["STR_ADMIN_INSTALL_ACTIVATE_MBSTRING"] = "You will need to manually change the encoding of the site - contact PEEL: contact@peel.fr or +33 (0) 1 75 43 67 97";
78 $GLOBALS["STR_ADMIN_INSTALL_ACTIVATE_UTF8"] = "You will need to manually change the encoding of the site - contact PEEL: contact@peel.fr or +33 (0) 1 75 43 67 97";
79 $GLOBALS["STR_ADMIN_INSTALL_ACTIVATE_URL_FOPEN"] = "Operation will be normal except that some external module may not function";
80 
if(!defined('IN_PEEL')) $GLOBALS["STR_ADMIN_INSTALL_STEP1_TITLE"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:34:20 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.