|
| 1 | +<?php |
| 2 | +/* |
| 3 | + * You may not change or alter any portion of this comment or credits |
| 4 | + * of supporting developers from this source code or any supporting source code |
| 5 | + * which is considered copyrighted (c) material of the original comment or credit authors. |
| 6 | + * |
| 7 | + * This program is distributed in the hope that it will be useful, |
| 8 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 10 | + */ |
| 11 | + |
| 12 | +/** |
| 13 | + * @copyright XOOPS Project https://xoops.org/ |
| 14 | + * @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) |
| 15 | + * @package |
| 16 | + * @since |
| 17 | + * @author XOOPS Development Team |
| 18 | + */ |
| 19 | + |
| 20 | +// Blocks & Groups Admin |
| 21 | +define('_AM_TOPPAGE', 'Top Page'); |
| 22 | +define('_AM_ALLPAGES', 'All Pages'); |
| 23 | +define('_AM_TITLE', 'Title'); |
| 24 | +define('_AM_SIDE', 'Side'); |
| 25 | +define('_AM_WEIGHT', 'Weight'); |
| 26 | +define('_AM_VISIBLE', 'Visible'); |
| 27 | +define('_AM_VISIBLEIN', 'Visible In'); |
| 28 | +define('_AM_ACTION', 'Action'); |
| 29 | +define('_AM_LATESTNEWS_TITLE', 'Title'); |
| 30 | +define('_AM_LATESTNEWS_WEIGHT', 'Weight'); |
| 31 | +define('_AM_BCACHETIME', 'Cache time'); |
| 32 | +define('_AM_LATESTNEWS_ACTION', 'Action'); |
| 33 | +define('_AM_ACTIVERIGHTS', 'Module administration rights'); |
| 34 | +define('_AM_ACCESSRIGHTS', 'Module access rights'); |
| 35 | +define('_AM_BADMIN', 'Blocks administration'); |
| 36 | +define('_AM_ADGS', 'Groups'); |
| 37 | +define('_AM_ALLMODULEPAGES', 'Groups'); |
| 38 | +define('_AM_SYSTEMLEVEL', '_AM_SYSTEMLEVEL'); |
| 39 | +define('_AM_ADMINBLOCK', '_AM_ADMINBLOCK'); |
| 40 | + |
| 41 | +define('_AM_BLOCKTAG1', '%s will print %s'); |
| 42 | +define('_AM_ADDBLOCK', 'Add Block'); |
| 43 | +define('_AM_NOTSELNG', 'Not Sel'); |
0 commit comments