[ 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/ -> inspect.php (source)

   1  <?php
   2  /**

   3   * @package Installer

   4   * @access private

   5   * @copyright Copyright 2003-2005 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: inspect.php 5354 2006-12-23 01:55:47Z drbyte $

   9   */
  10  /**

  11   * defining language components for the page

  12   */
  13    
  14    define('TEXT_PAGE_HEADING', 'Zen Cart&trade; Setup - System Inspection');
  15    define('INSTALL_BUTTON', ' Install '); // this comes before TEXT_MAIN

  16    define('UPGRADE_BUTTON', 'Upgrade Cfg Files'); // this comes before TEXT_MAIN

  17    define('DB_UPGRADE_BUTTON', 'Database Upgrade'); // this comes before TEXT_MAIN

  18  //Button meanings: (to be made into help-text for future version):

  19  // "Install" = make new configure.php files, regardless of existing contents.  Load new database by dropping old tables.

  20  // "Upgrade" = read old configure.php files, and write new ones using new structure. Upgrade database, instead of wiping and new install

  21  // "Database Upgrade" = don't write the configure.php files -- simply jump to the database-upgrade page. Only displayed if detected database version is new enough to not require configure.php file updates.

  22  
  23    define('TEXT_MAIN', 'Take a moment to check whether your webserver supports the features required for Zen Cart&trade; to operate. &nbsp;Please resolve any errors or warnings before continuing. &nbsp;Then click on <em>'.INSTALL_BUTTON.'&nbsp;</em> to continue.');
  24    define('SYSTEM_INSPECTION_RESULTS', 'System Inspection Results');
  25    define('OTHER_INFORMATION', 'Other System Information (For Reference Only)');
  26    define('OTHER_INFORMATION_DESCRIPTION', 'The following info does not necessarily indicate any problem or configuration issue. It is simply for the sake of displaying it in an easy-to-find location.');
  27  
  28    define('NOT_EXIST','NOT FOUND');
  29    define('WRITABLE','Writeable');
  30    define('UNWRITABLE',"<span class='errors'>Unwriteable</span>");
  31    define('UNKNOWN','Unknown');
  32    define('ON','ON');
  33    define('OFF','OFF');
  34    define('OK','OK');
  35  
  36    define('UPGRADE_DETECTION','Upgrade Mode Available');
  37    define('LABEL_PREVIOUS_INSTALL_FOUND','Previous Zen Cart Installation Found');
  38    define('LABEL_PREVIOUS_VERSION_NUMBER','Database appears to be Zen Cart v%s');
  39    define('LABEL_PREVIOUS_VERSION_NUMBER_UNKNOWN','<em>However, the version level of your database cannot be determined, usually resulting from wrong table prefixes, or other database settings mismatches. <br /><br />CAUTION: Only use the Upgrade option if you are sure your configure.php settings are correct.</em>');
  40    define('LABEL_UPGRADE_VS_INSTALL', 'Install or Upgrade?');
  41    define('LABEL_INSTALL', 'Ready to Install?  (This will wipe any existing data. You are NOT in Upgrade mode!!!)');
  42  
  43    define('IMAGE_STOP_BEFORE_UPGRADING', '<div class="center"><img src="includes/templates/template_default/images/stop.gif" border="0" alt="WARNING: Be sure to choose the proper option below." /></div>');
  44  
  45    define('LABEL_ACTION_SELECTION_INSTRUCTIONS','<p class="errors extralarge"><span class="center">NOTE:</span><br />If you are Upgrading, be sure to choose "<span style="text-decoration: underline;">Database Upgrade</span>" below to keep your data.</p><p class="extralarge">If you choose "Install", you will erase all the contents of your database.</p>');
  46  
  47    define('DISPLAY_PHP_INFO','PHP Info link: ');
  48    define('VIEW_PHP_INFO_LINK_TEXT','View PHPINFO for your server');
  49    define('LABEL_WEBSERVER','Webserver');
  50    define('LABEL_MYSQL_AVAILABLE','MySQL Support');
  51    define('LABEL_MYSQL_VER','MySQL Version');
  52    define('LABEL_DB_PRIVS','Database Privileges');
  53    define('LABEL_POSTGRES_AVAILABLE','PostgreSQL Support');
  54    define('LABEL_PHP_VER','PHP Version');
  55    define('LABEL_PHP_OS','PHP O/S');
  56    define('LABEL_REGISTER_GLOBALS','Register Globals');
  57    define('LABEL_SET_TIME_LIMIT','PHP Max Execution Time per page');
  58    define('LABEL_DISABLED_FUNCTIONS','Disabled PHP Functions');
  59    define('LABEL_SAFE_MODE','PHP Safe Mode');
  60    define('LABEL_CURRENT_CACHE_PATH','Current SQL Cache Folder');
  61    define('LABEL_SUGGESTED_CACHE_PATH','Suggested SQL Cache Folder');
  62    define('LABEL_HTTP_HOST','HTTP Host');
  63    define('LABEL_PATH_TRANLSATED','Path_Translated');
  64    define('LABEL_PHP_API_MODE','PHP API Mode');
  65    define('LABEL_PHP_MODULES','PHP Modules Active');
  66    define('LABEL_PHP_EXT_SESSIONS','PHP Sessions Support');
  67    define('LABEL_PHP_SESSION_AUTOSTART','PHP Session.AutoStart');
  68    define('LABEL_PHP_EXT_SAVE_PATH','PHP Session.Save_Path');
  69    define('LABEL_PHP_EXT_FTP','PHP FTP Support');
  70    define('LABEL_PHP_EXT_CURL','PHP cURL Support');
  71    define('LABEL_PHP_MAG_QT_RUN','PHP magic_quotes_runtime setting');
  72    define('LABEL_PHP_EXT_GD','PHP GD Support');
  73    define('LABEL_GD_VER','GD Version');
  74    define('LABEL_PHP_EXT_OPENSSL','PHP OpenSSL Support');
  75    define('LABEL_PHP_UPLOAD_STATUS','PHP Upload Support');
  76    define('LABEL_PHP_EXT_PFPRO','PHP Payflow Pro Support');
  77    define('LABEL_PHP_EXT_ZLIB','PHP ZLIB Compression Support');
  78    define('LABEL_PHP_SESSION_TRANS_SID','PHP session.use_trans_sid');
  79    define('LABEL_DISK_FREE_SPACE','Server Free Disk Space');
  80    define('LABEL_XML_SUPPORT','PHP XML Support');
  81    define('LABEL_OPEN_BASEDIR','PHP open_basedir restrictions');
  82    define('LABEL_UPLOAD_TMP_DIR','PHP Upload TMP dir');
  83    define('LABEL_SENDMAIL_FROM','PHP sendmail \'from\'');
  84    define('LABEL_SENDMAIL_PATH','PHP sendmail path');
  85    define('LABEL_SMTP_MAIL','PHP SMTP destination');
  86    define('LABEL_GZIP', 'PHP Output Buffering (gzip)');
  87    define('LABEL_INCLUDE_PATH','PHP include_path');
  88  
  89    define('LABEL_CRITICAL','Critical Items');
  90    define('LABEL_RECOMMENDED','Recommended Items');
  91    define('LABEL_OPTIONAL','Optional Items');
  92  
  93    define('LABEL_EXPLAIN','&nbsp;Click here for more info');
  94    define('LABEL_FOLDER_PERMISSIONS','File and Folder Permissions');
  95    define('LABEL_WRITABLE_FOLDER_INFO','In order for many Zen Cart&trade; administrative and day-to-day functions to work properly,
  96  You need to mark several files/folders "Writeable".  The following is a list of folders which need to be "read-write", 
  97  along with recommended CHMOD settings. Please correct these settings before continuing installation. 
  98  Refresh this page in your browser to re-check settings.<br /><br />Some hosts may not allow you to set CHMOD 777, but only 666. Start with the higher setting first, and switch to lower values if required.');
  99  
 100  
 101  ?>


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