XoopsModules25x/tools

View on GitHub
modules/tools/language/english/modinfo.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * tools Module for XOOPS
 *
 * 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       XOOPS Project (https://xoops.org)
 * @license         http://www.fsf.org/copyleft/gpl.html GNU public license
 * @package         tools
 * @since           2.00
 * @author          Susheng Yang <ezskyyoung@gmail.com>
 */
define('_MI_TOOLS_NAME', 'Xoops Tools');
define('_MI_TOOLS_DESC', 'A tools module for XOOPS');
//menu
define('_MI_TOOLS_INDEX', 'Clear cache');
define('_MI_TOOLS_BLOCKS', 'Block callback');
define('_MI_TOOLS_MENU_HOME', 'Home');
define('_MI_TOOLS_MENU_ABOUT', 'About');

//Help
define('_MI_TOOLS_DIRNAME', basename(dirname(__DIR__, 2)));
define('_MI_TOOLS_HELP_HEADER', __DIR__ . '/help/helpheader.tpl');
define('_MI_TOOLS_BACK_2_ADMIN', 'Back to Administration of ');
define('_MI_TOOLS_OVERVIEW', 'Overview');

//define('_MI_TOOLS_HELP_DIR', __DIR__);

//help multi-page
define('_MI_TOOLS_DISCLAIMER', 'Disclaimer');
define('_MI_TOOLS_LICENSE', 'License');
define('_MI_TOOLS_SUPPORT', 'Support');