2023-01-23 11:03:31 +01:00

28 lines
1.3 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: eng.php,v 1.1 2007/06/13 15:41:56 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('PLUGIN_EVENT_SPEZIALS_NAME', 'Specials');
define('PLUGIN_EVENT_SPEZIALS_DESC', 'Prepare the products that are on special.');
define('MIN_DISPLAY_NEW_SPEZILAS_TITLE', 'Sonderangebote');
define('MIN_DISPLAY_NEW_SPEZILAS_DESC', 'Minimale Anzahl von Produkten, die im \'Sonderangebote auf der Startseite\'-Block angezeigt werden.');
define('MAX_DISPLAY_NEW_SPEZILAS_TITLE', 'Sonderangebote');
define('MAX_DISPLAY_NEW_SPEZILAS_DESC', 'Maximale Anzahl von neuen Sonderangeboten, die auf der \'Sonderangebote\'-Seite angezeigt werden');
define('MAX_RANDOM_SELECT_SPECIALS_TITLE', 'Selection of Products on Special');
define('MAX_RANDOM_SELECT_SPECIALS_DESC', 'How many records to select from to choose one random product special to display');
define('MAX_DISPLAY_SPECIAL_PRODUCTS_TITLE', 'Special Products');
define('MAX_DISPLAY_SPECIAL_PRODUCTS_DESC', 'Maximum number of products on special to display');