⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 store_setup.php

📁 Easy_Buy是一个在线销售系统
💻 PHP
字号:
<?php
/** * @package Installer
 * @access private
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: store_setup.php 2342 2005-11-13 01:07:55Z drbyte $
 */
/**
 * defining language components for the page
 */
  define('SAVE_STORE_SETTINGS', 'Save Store Settings');//this comes before TEXT_MAIN
  define('TEXT_MAIN', "This section of the Zen Cart&trade; setup tool will help you begin setting up your basic store settings.  You will be able to change any of these settings later using the administration tool.  Enter each value carefully and press <em>".SAVE_STORE_SETTINGS.'</em> to continue.');
  define('TEXT_PAGE_HEADING', 'Zen Cart&trade; Setup - Store Setup');
  define('STORE_INFORMATION', 'Store Information');
  define('STORE_NAME', 'Store Name');
  define('STORE_NAME_INSTRUCTION', 'What is the name of your Zen Cart store?');
  define('STORE_OWNER', 'Store Owner');
  define('STORE_OWNER_INSTRUCTION', 'Who is the owner of your Zen Cart store?');
  define('STORE_OWNER_EMAIL', 'Store Owner Email');
  define('STORE_OWNER_EMAIL_INSTRUCTION', 'What is the Zen Cart store owners email address?');
  define('STORE_COUNTRY', 'Store Country');
  define('STORE_COUNTRY_INSTRUCTION', 'What country is your Zen Cart store located in?');
  define('STORE_ZONE', 'Store Zone');
  define('STORE_ZONE_INSTRUCTION', 'What zone is your Zen Cart store located in?');
  define('STORE_ADDRESS', 'Store Address');
  define('STORE_ADDRESS_INSTRUCTION', 'What is the address of your Zen Cart store?  This address will be used on printable documents and displayed online.');
  define('STORE_DEFAULT_LANGUAGE', 'Default Language');
  define('STORE_DEFAULT_LANGUAGE_INSTRUCTION', 'Choose the language would you like as your default language?');
  define('STORE_DEFAULT_CURRENCY', 'Default Currency');
  define('STORE_DEFAULT_CURRENCY_INSTRUCTION', 'Choose the currency would you like as your default currency?');
  define('DEMO_INFORMATION', 'Demo Information');
  define('DEMO_INSTALL', 'Store Demo');
  define('DEMO_INSTALL_INSTRUCTION', 'Would you like to install the Zen Cart demonstration categories and products?');
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -