<?php
/**
* ****************************************************************************
* oledrion - MODULE FOR XOOPS
* Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
* @license http://www.fsf.org/copyleft/gpl.html GNU public license
* @package oledrion
* @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
*
* Version : $Id:
* ****************************************************************************
*/
define("_MB_OLEDRION_DISP","Display");
define("_MB_OLEDRION_LINKS","Links");
define("_MB_OLEDRION_CHARS","Length of the title");
define("_MB_OLEDRION_LENGTH"," characters");
define("_MB_OLEDRION_MAX_ITEMS","Maximum number of items to show (0 = no limit)");
define("_MB_OLEDRION_PRODUCTS_CNT","How many products to display");
define("_MB_OLEDRION_SORT_ORDER","Sort Order");
define("_MB_OLEDRION_SORT_1","Title");
define("_MB_OLEDRION_SORT_2","Count");
define("_MB_OLEDRION_CATEGORY","Category");
define("_MB_OLEDRION_ALL_CATEGORIES", "* All categories *");
define("_MB_OLEDRION_TYPE_BLOCK", "Type of block");
define("_MB_OLEDRION_TYPE_BLOCK1", "Classical list of categories");
define("_MB_OLEDRION_TYPE_BLOCK2", "List of categories running in conjunction with the current page");
define("_MB_OLEDRION_TYPE_BLOCK3", "Full list of categories, unfold");
define("_MB_OLEDRION_THIS_MONTH", "This month only ?");
define("_MB_OLEDRION_LISTS_COUNT", "Maximum count of lists to display");
define("_MB_OLEDRION_LISTS_TYPE", "Lists of the type");
define("_MB_OLEDRION_SEE_ALL_LISTS", "See all lists");
?>