[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: categories.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Categories / Products'); 14 define('HEADING_TITLE_SEARCH', 'Search:'); 15 define('HEADING_TITLE_GOTO', 'Go To:'); 16 17 define('TABLE_HEADING_ID', 'ID'); 18 define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products'); 19 define('TABLE_HEADING_ACTION', 'Action'); 20 define('TABLE_HEADING_STATUS', 'Status'); 21 22 define('TEXT_NEW_PRODUCT', 'New Product in "%s"'); 23 define('TEXT_CATEGORIES', 'Categories:'); 24 define('TEXT_SUBCATEGORIES', 'Subcategories:'); 25 define('TEXT_PRODUCTS', 'Products:'); 26 define('TEXT_PRODUCTS_PRICE_INFO', 'Price:'); 27 define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:'); 28 define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:'); 29 define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:'); 30 define('TEXT_DATE_ADDED', 'Date Added:'); 31 define('TEXT_DATE_AVAILABLE', 'Date Available:'); 32 define('TEXT_LAST_MODIFIED', 'Last Modified:'); 33 define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST'); 34 define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'Please insert a new category or product in this level.'); 35 define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank"><u>webpage</u></a>.'); 36 define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.'); 37 define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.'); 38 39 define('TEXT_EDIT_INTRO', 'Please make any necessary changes'); 40 define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:'); 41 define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:'); 42 define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:'); 43 define('TEXT_EDIT_SORT_ORDER', 'Sort Order:'); 44 45 define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to'); 46 define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories:'); 47 48 define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category'); 49 define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category'); 50 define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category'); 51 define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category'); 52 define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product'); 53 define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product'); 54 define('TEXT_INFO_HEADING_COPY_TO', 'Copy To'); 55 56 define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?'); 57 define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?'); 58 59 define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!'); 60 define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!'); 61 62 define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 63 define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in'); 64 define('TEXT_MOVE', 'Move <b>%s</b> to:'); 65 66 define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category'); 67 define('TEXT_CATEGORIES_NAME', 'Category Name:'); 68 define('TEXT_CATEGORIES_IMAGE', 'Category Image:'); 69 define('TEXT_SORT_ORDER', 'Sort Order:'); 70 71 define('TEXT_PRODUCTS_STATUS', 'Products Status:'); 72 define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:'); 73 define('TEXT_PRODUCT_AVAILABLE', 'In Stock'); 74 define('TEXT_PRODUCT_NOT_AVAILABLE', 'Out of Stock'); 75 define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:'); 76 define('TEXT_PRODUCTS_NAME', 'Products Name:'); 77 define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:'); 78 define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:'); 79 define('TEXT_PRODUCTS_MODEL', 'Products Model:'); 80 define('TEXT_PRODUCTS_IMAGE', 'Products Image:'); 81 define('TEXT_PRODUCTS_URL', 'Products URL:'); 82 define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>'); 83 define('TEXT_PRODUCTS_PRICE_NET', 'Products Price (Net):'); 84 define('TEXT_PRODUCTS_PRICE_GROSS', 'Products Price (Gross):'); 85 define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:'); 86 define('TEXT_PRODUCTS_HEIGHT', 'Height:'); 87 define('TEXT_PRODUCTS_LENGTH', 'Length:'); 88 define('TEXT_PRODUCTS_WIDTH', 'Width:'); 89 define('TEXT_PRODUCTS_READY_TO_SHIP', 'Ready to ship:'); 90 define('TEXT_PRODUCTS_READY_TO_SHIP_SELECTION', 'Product can be shipped in its own container.'); 91 92 define('EMPTY_CATEGORY', 'Empty Category'); 93 94 define('TEXT_HOW_TO_COPY', 'Copy Method:'); 95 define('TEXT_COPY_AS_LINK', 'Link product'); 96 define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product'); 97 98 define('ERROR_CANNOT_LINK_TO_SAME_CATEGORY', 'Error: Can not link products in the same category.'); 99 define('ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Catalog images directory is not writeable: ' . DIR_FS_CATALOG_IMAGES); 100 define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . DIR_FS_CATALOG_IMAGES); 101 define('ERROR_CANNOT_MOVE_CATEGORY_TO_PARENT', 'Error: Category cannot be moved into child category.'); 102 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |