|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00002 // 00003 // +----------------------------------------------------------------------+ 00004 // |zen-cart Open Source E-commerce | 00005 // +----------------------------------------------------------------------+ 00006 // | Copyright (c) 2003 The zen-cart developers | 00007 // | | 00008 // | http://www.zen-cart.com/index.php | 00009 // | | 00010 // | Portions Copyright (c) 2003 osCommerce | 00011 // +----------------------------------------------------------------------+ 00012 // | This source file is subject to version 2.0 of the GPL license, | 00013 // | that is bundled with this package in the file LICENSE, and is | 00014 // | available through the world-wide-web at the following url: | 00015 // | http://www.zen-cart.com/license/2_0.txt. | 00016 // | If you did not receive a copy of the zen-cart license and are unable | 00017 // | to obtain it through the world-wide-web, please send a note to | 00018 // | [email protected] so we can mail you a copy immediately. | 00019 // +----------------------------------------------------------------------+ 00020 // $Id: define_pages_editor.php 1969 2005-09-13 06:57:21Z drbyte $ 00021 // 00022 00023 define('HEADING_TITLE', 'Define Pages Editor for: '); 00024 define('NAVBAR_TITLE', 'Define Pages Editor'); 00025 00026 define('TEXT_INFO_EDIT_PAGE', 'Select a page to edit:'); 00027 00028 define('TEXT_INFO_MAIN_PAGE', 'Main Page'); 00029 00030 define('TEXT_INFO_SHIPPINGINFO', 'Shipping and Returns'); 00031 define('TEXT_INFO_PRIVACY', 'Privacy'); 00032 define('TEXT_INFO_CONDITIONS', 'Conditions of Use'); 00033 define('TEXT_INFO_CONTACT_US', 'Contact Us'); 00034 define('TEXT_INFO_CHECKOUT_SUCCESS', 'Checkout Success'); 00035 00036 define('TEXT_INFO_PAGE_2', 'Page 2'); 00037 define('TEXT_INFO_PAGE_3', 'Page 3'); 00038 define('TEXT_INFO_PAGE_4', 'Page 4'); 00039 00040 define('TEXT_FILE_DOES_NOT_EXIST', 'File does not exist: %s'); 00041 00042 define('ERROR_FILE_NOT_WRITEABLE', 'Error: I can not write to this file. Please set the right user permissions on: %s'); 00043 00044 define('TEXT_INFO_SELECT_FILE', 'Select a file to edit ...'); 00045 define('TEXT_INFO_EDITING', 'Editing file:'); 00046 00047 define('TEXT_INFO_CAUTION','Note: you should always edit the files located in your current template override directory, Example: /languages/' . $_SESSION['language'] . '/html_includes/' . $template_dir . '<br />Be sure to make backups after changing your files.'); 00048 ?>