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_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('EMPTY_CATEGORY', 'Empty Category');
define('ERROR_CANNOT_MOVE_CATEGORY_TO_PARENT', 'Error: Category cannot be moved into child category.');
define('ERROR_CATEGORIES_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Category images directory is not writeable: ' . realpath('../images/categories'));
define('ERROR_CATEGORIES_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Category images directory does not exist: ' . realpath('../images/categories'));
define('ERROR_EMPTY_CATEGORY', 'Error: Category name %s is empty. Could not create a new category');
?>