mambax7/tdmdownloads

View on GitHub
language/english/blocks.php

Summary

Maintainability
C
1 day
Test Coverage
<?php

declare(strict_types=1);
/**
 * Tdmdownloads
 *
 * 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   Gregory Mage (Aka Mage)
 * @license     GNU GPL 2 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 * @author      Gregory Mage (Aka Mage)
 */
define('_MB_TDMDOWNLOADS_ALLCAT', 'All Categories');
define('_MB_TDMDOWNLOADS_CATTODISPLAY', 'Select Displayed Categories');
define('_MB_TDMDOWNLOADS_CHARS', 'Title Length');
define('_MB_TDMDOWNLOADS_CHARSDSC', 'Select description Length. Leave it blank or use 0 for full title');
define('_MB_TDMDOWNLOADS_DESCRIPTION', 'Use description?');
define('_MB_TDMDOWNLOADS_DESCRIPTIONDSC', 'Select length of description. Leave it blank or use 0 for full description');
define('_MB_TDMDOWNLOADS_DISP', 'Display');
define('_MB_TDMDOWNLOADS_FILES', 'Files');
define('_MB_TDMDOWNLOADS_LENGTH', 'Characters');
define('_MB_TDMDOWNLOADS_LOGO', 'Use logo?');
define('_MB_TDMDOWNLOADS_SUBMITDATE', 'Submitted Date ');
define('_MB_TDMDOWNLOADS_SUBMITTER', 'Submitted by: ');
define('_MB_TDMDOWNLOADS_INFORMATIONS', 'Information?');
define('_MB_TDMDOWNLOADS_REATING', 'Rating: ');
define('_MB_TDMDOWNLOADS_HITS', 'Hits: ');
define('_MB_TDMDOWNLOADS_FLOAT', 'Image float: ');
define('_MB_TDMDOWNLOADS_FLOAT_LEFT', 'Left');
define('_MB_TDMDOWNLOADS_FLOAT_RIGHT', 'Right');
define('_MB_TDMDOWNLOADS_WIDTH', 'Image width');
define('_MB_TDMDOWNLOADS_WIDTHDSC', 'Select image width. You can use e.g. "100px" or "30%". Leave it blank for original size');
define('_MB_TDMDOWNLOADS_BLOCKSTYLE', 'Block style');