[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/zc_install/includes/languages/english/ -> database_setup.php (source)

   1  <?php
   2  /**

   3   * @package Installer

   4   * @access private

   5   * @copyright Copyright 2003-2006 Zen Cart Development Team

   6   * @copyright Portions Copyright 2003 osCommerce

   7   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   8   * @version $Id: database_setup.php 3164 2006-03-11 01:54:17Z drbyte $

   9   */
  10  /**

  11   * defining language components for the page

  12   */
  13    define('SAVE_DATABASE_SETTINGS', 'Save Database Settings');//this comes before TEXT_MAIN

  14    define('TEXT_MAIN', "Next we need to know some information on your database settings.  Please carefully enter each setting in the appropriate box and press <em>Save Database Settings</em> to continue.'");
  15    define('TEXT_PAGE_HEADING', 'Zen Cart&trade; Setup - Database Setup');
  16    define('DATABASE_INFORMATION', 'Database Information');
  17    define('DATABASE_TYPE', 'Database Type');
  18    define('DATABASE_TYPE_INSTRUCTION', 'Choose the database type to be used.');
  19    define('DATABASE_HOST', 'Database Host');
  20    define('DATABASE_HOST_INSTRUCTION', 'What is the database host?  The database host can be in the form of a host name, such as \'db1.myserver.com\', or as an IP-address, such as \'192.168.0.1\'.');
  21    define('DATABASE_USERNAME', 'Database Username');
  22    define('DATABASE_USERNAME_INSTRUCTION', 'What is the username used to connect to the database? An example username is \'root\'.');
  23    define('DATABASE_PASSWORD', 'Database Password');
  24    define('DATABASE_PASSWORD_INSTRUCTION', 'What is the password used to connect to the database?  The password is used together with the username, which forms your database user account.');
  25    define('DATABASE_NAME', 'Database Name');
  26    define('DATABASE_NAME_INSTRUCTION', 'What is the name of the database used to hold the data? An example database name is \'zencart\' or \'myaccount_zencart\'.');
  27    define('DATABASE_PREFIX', 'Store Identifier (Table-Prefix)');
  28    define('DATABASE_PREFIX_INSTRUCTION', 'What is the prefix you would like used for database tables?  Example: zen_ Leave empty if no prefix is needed.<br />You can use prefixes to allow more than one store to share the same database.');
  29    define('DATABASE_CREATE', 'Create Database?');
  30    define('DATABASE_CREATE_INSTRUCTION', 'Would you like Zen Cart to create the database?');
  31    define('DATABASE_CONNECTION', 'Persistent Connection');
  32    define('DATABASE_CONNECTION_INSTRUCTION', 'Would you like to enable persistent database connections?  Click \'no\' if you are unsure.');
  33    define('DATABASE_SESSION', 'Database Sessions');
  34    define('DATABASE_SESSION_INSTRUCTION', 'Do you want store your sessions in your database?  Click \'yes\' if you are unsure.');
  35    define('CACHE_TYPE', 'SQL Cache Method');
  36    define('CACHE_TYPE_INSTRUCTION', 'Select the method to use for SQL caching.');
  37    define('SQL_CACHE', 'Session/SQL Cache Directory');
  38    define('SQL_CACHE_INSTRUCTION', 'Enter the directory to use for file-based caching.');
  39    define('ONLY_UPDATE_CONFIG_FILES','Only Update Config Files');
  40  
  41  
  42    define('REASON_TABLE_ALREADY_EXISTS','Cannot create table %s because it already exists');
  43    define('REASON_TABLE_DOESNT_EXIST','Cannot drop table %s because it does not exist.');
  44    define('REASON_CONFIG_KEY_ALREADY_EXISTS','Cannot insert configuration_key "%s" because it already exists');
  45    define('REASON_COLUMN_ALREADY_EXISTS','Cannot ADD column %s because it already exists.');
  46    define('REASON_COLUMN_DOESNT_EXIST_TO_DROP','Cannot DROP column %s because it does not exist.');
  47    define('REASON_COLUMN_DOESNT_EXIST_TO_CHANGE','Cannot CHANGE column %s because it does not exist.');
  48    define('REASON_PRODUCT_TYPE_LAYOUT_KEY_ALREADY_EXISTS','Cannot insert prod-type-layout configuration_key "%s" because it already exists');
  49    define('REASON_INDEX_DOESNT_EXIST_TO_DROP','Cannot drop index %s on table %s because it does not exist.');
  50    define('REASON_PRIMARY_KEY_DOESNT_EXIST_TO_DROP','Cannot drop primary key on table %s because it does not exist.');
  51    define('REASON_INDEX_ALREADY_EXISTS','Cannot add index %s to table %s because it already exists.');
  52    define('REASON_PRIMARY_KEY_ALREADY_EXISTS','Cannot add primary key to table %s because a primary key already exists.');
  53    define('REASON_NO_PRIVILEGES','User %s@%s does not have %s privileges to database.');
  54  
  55  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics