XoopsModules25x/tag

View on GitHub
language/english/blocks.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);
/*
 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.
*/

/**
 * XOOPS tag management module
 *
 * @copyright       {@link https://sourceforge.net/projects/xoops/ The XOOPS Project}
 * @license         {@link https://www.fsf.org/copyleft/gpl.html GNU public license}
 * @author          Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>
 * @since           1.00
 */
defined('XOOPS_ROOT_PATH') || exit('Restricted access');

define('_MB_TAG_ITEMS', 'Number to display');
define('_MB_TAG_FONTSIZE_MAX', 'Maximum font-size(px or %) for display');
define('_MB_TAG_FONTSIZE_MIN', 'Minimum font-size(px or %) for display');
define('_MB_TAG_TIME_DURATION', 'Time duration for stats, in days');
define('_MB_TAG_SORT', 'Sort Criteria');
define('_MB_TAG_ALPHABET', 'Alphabet');
define('_MB_TAG_COUNT', 'Item count');
define('_MB_TAG_TIME', 'Time');

//2.33
define('_MB_TAG_FLASH_TRANSPARENCY', 'flash transparency');
define('_MB_TAG_FLASH_WIDTH', 'flash width');
define('_MB_TAG_FLASH_HEIGHT', 'flash height');
define('_MB_TAG_FLASH_BACKGROUND', 'flash background');
define('_MB_TAG_FLASH_TRANSPARENT', 'transparent');
define('_MB_TAG_FLASH_MINFONTCOLOR', 'min font color');
define('_MB_TAG_FLASH_MAXFONTCOLOR', 'max font color');
define('_MB_TAG_FLASH_HILIGHTFONTCOLOR', 'font highlight color');
define('_MB_TAG_FLASH_SPEED', 'flash speed');