105 lines
5.1 KiB
PHP
105 lines
5.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: categories.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: categories.php,v 1.24 2002/08/17 09:43:33 project3000
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
define('HEADING_TITLE', 'Trash');
|
|
|
|
define('TABLE_HEADING_ID', 'ID');
|
|
define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products');
|
|
define('TABLE_HEADING_ACTION', 'Action');
|
|
define('TABLE_HEADING_STATUS', 'Status');
|
|
define('TABLE_HEADING_MANUFACTURERS', 'Manufacturers');
|
|
|
|
define('TEXT_CATEGORIES', 'Categories');
|
|
define('TEXT_SUBCATEGORIES', 'Subcategories:');
|
|
define('TEXT_PRODUCTS', 'Products:');
|
|
define('TEXT_PRODUCTS_PRICE_INFO', 'Price:');
|
|
define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
|
|
define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
|
|
define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:');
|
|
define('TEXT_DATE_ADDED', 'Date Added:');
|
|
define('TEXT_DATE_AVAILABLE', 'Date Available:');
|
|
define('TEXT_LAST_MODIFIED', 'Last Modified:');
|
|
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
|
|
define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'No categories or products found in Trash.');
|
|
define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank"><u>webpage</u></a>.');
|
|
define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.');
|
|
define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.');
|
|
|
|
define('TEXT_INFO_PERCENTAGE', 'Percentage:');
|
|
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
|
|
|
|
define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories:');
|
|
|
|
define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category');
|
|
define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Permanently');
|
|
define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product');
|
|
define('TEXT_INFO_HEADING_UNTRASH', 'Untrash');
|
|
|
|
|
|
define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?');
|
|
define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?');
|
|
|
|
define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!');
|
|
define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!');
|
|
|
|
define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
|
|
define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
|
|
define('TEXT_MOVE', 'Move <b>%s</b> to:');
|
|
|
|
define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category');
|
|
define('TEXT_CATEGORIES_NAME', 'Category Name:');
|
|
define('TEXT_CATEGORIES_IMAGE', 'Category Image:');
|
|
define('TEXT_SORT_ORDER', 'Sort Order:');
|
|
|
|
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
|
|
define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:');
|
|
define('TEXT_PRODUCT_NOT_AVAILABLE', 'not available');
|
|
define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
|
|
define('TEXT_PRODUCTS_NAME', 'Products Name:');
|
|
define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
|
|
define('TEXT_PRODUCTS_DESCRIPTION_META', 'Description of article for Description TAG (max. 250 letters)');
|
|
define('TEXT_PRODUCTS_KEYWORDS_META', 'Article of search words for Keyword TAG (references by commaseparately - max. 250 letters)');
|
|
define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
|
|
define('TEXT_PRODUCTS_REORDER_LEVEL', 'Products Reorder Level:');
|
|
define('TEXT_PRODUCTS_MODEL', 'Products Model:');
|
|
define('TEXT_PRODUCTS_IMAGE', 'Products Image');
|
|
define('TEXT_PRODUCTS_URL', 'Products URL:');
|
|
define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>');
|
|
define('TEXT_PRODUCTS_PRICE', 'Products Price:');
|
|
define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:');
|
|
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
|
|
|
|
define('EMPTY_CATEGORY', 'Empty Category');
|
|
|
|
define('TEXT_HOW_TO_COPY', 'Copy Method:');
|
|
define('TEXT_COPY_AS_LINK', 'Link product');
|
|
define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product');
|
|
|
|
define('ERROR_CANNOT_LINK_TO_SAME_CATEGORY', 'Error: Can not link products in the same category.');
|
|
define('ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Catalog images directory is not writeable: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
|
|
define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
|
|
|
|
define('TEXT_ADD_SLAVE_PRODUCT', 'Enter in the Product ID to add this product as a slave:');
|
|
define('IMAGE_SLAVE', 'Slave Products');
|
|
define('TEXT_CURRENT_SLAVE_PRODUCTS', 'Current Slave products:');
|
|
define('BUTTON_DELETE_SLAVE', 'Delete this slave product');
|
|
|