XoopsModules25x/xoopspoll

View on GitHub
language/english/blocks.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

/**
 * Module Block Definitions
 *
 * @subpackage:: defines
 */
define('_MB_XOOPSPOLL_WILLEXPIRE', 'The poll will close at');
define('_MB_XOOPSPOLL_HASEXPIRED', 'The poll closed at');
define('_MB_XOOPSPOLL_COMMENTS', 'Comments');
define('_MB_XOOPSPOLL_COMMENT', 'Comment');

// 1.40
define('_MB_XOOPSPOLL_SHOW_EXP', 'Show Expired Poll in Block');
define('_MB_XOOPSPOLL_POLLS', 'Poll Question');
define('_MB_XOOPSPOLL_SHOW_RESULT_LINK', 'Display Results Link Button in block');
define('_MB_XOOPSPOLL_RESULTS_HIDDEN', 'The results of this poll are hidden');
define('_MB_XOOPSPOLL_SHOW_OPTIONS', 'Display options as');
define('_MB_XOOPSPOLL_LIST', 'List');
define('_MB_XOOPSPOLL_SELECT', 'Select');
define('_MB_XOOPSPOLL_NONE_ACTIVE', 'No Active Polls');
define('_MB_XOOPSPOLL_EXPIRED_INDICATOR', 'Indicates poll has expired');
define('_MB_XOOPSPOLL_MULTITEXT', 'Please select a max. of %d items');