PDF rausgenommen
This commit is contained in:
27
msd2/myoos/includes/plugins/oos_event_spezials/lang/eng.php
Normal file
27
msd2/myoos/includes/plugins/oos_event_spezials/lang/eng.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?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');
|
||||
|
Reference in New Issue
Block a user