webpage.'); 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_EDIT_INTRO', 'Please make any necessary changes'); define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:'); define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:'); define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:'); define('TEXT_EDIT_SORT_ORDER', 'Sort Order:'); define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to'); define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories:'); define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category'); define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category'); define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category'); define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category'); define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product'); define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product'); define('TEXT_INFO_HEADING_COPY_TO', 'Copy To'); 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', 'WARNING: There are %s (child-)categories still linked to this category!'); define('TEXT_DELETE_WARNING_PRODUCTS', 'WARNING: There are %s products still linked to this category!'); define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish %s to reside in'); define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish %s to reside in'); define('TEXT_MOVE', 'Move %s 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_AVAILABLE', 'In Stock'); define('TEXT_PRODUCT_NOT_AVAILABLE', 'Out of Stock'); define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:'); define('TEXT_PRODUCTS_NAME', 'Products Name:'); define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:'); define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:'); define('TEXT_PRODUCTS_MODEL', 'Products Model:'); define('TEXT_PRODUCTS_IMAGE', 'Products Image:'); define('TEXT_PRODUCTS_URL', 'Products URL:'); define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '(without http://)'); define('TEXT_PRODUCTS_PRICE_NET', 'Products Price (Net):'); define('TEXT_PRODUCTS_PRICE_GROSS', 'Products Price (Gross):'); define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:'); 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: ' . DIR_FS_CATALOG_IMAGES); define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . DIR_FS_CATALOG_IMAGES); define('ERROR_CANNOT_MOVE_CATEGORY_TO_PARENT', 'Error: Category cannot be moved into child category.'); ?>