mambax7/groupmanager

View on GitHub
language/english/modinfo.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * 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      GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
 * @author       Kaotik, GigaPHP, XOOPS Development Team
 */
define('_MI_GROUPS_NAME', 'Group Manager');
define('_MI_GROUPS_DESC', 'Manage Groups');

//Menu
define('_MI_GROUPS_MENU_HOME', 'Home');
define('_MI_GROUPS_MENU_01', 'Groups');
define('_MI_GROUPS_MENU_02', 'Permissions');
define('_MI_GROUPS_MENU_ABOUT', 'About');

//Config
define('MI_GROUPS_EDITOR_ADMIN', 'Editor: Admin');
define('MI_GROUPS_EDITOR_ADMIN_DESC', 'Select the Editor to use by the Admin');
define('MI_GROUPS_EDITOR_USER', 'Editor: User');
define('MI_GROUPS_EDITOR_USER_DESC', 'Select the Editor to use by the User');

//Help
define('_MI_GROUPS_DIRNAME', basename(dirname(__DIR__, 2)));
define('_MI_GROUPS_HELP_HEADER', __DIR__ . '/help/helpheader.tpl');
define('_MI_GROUPS_BACK_2_ADMIN', 'Back to Administration of ');
define('_MI_GROUPS_OVERVIEW', 'Overview');

//define('_MI_GROUPS_HELP_DIR', __DIR__);

//help multi-page
define('_MI_GROUPS_DISCLAIMER', 'Disclaimer');
define('_MI_GROUPS_LICENSE', 'License');
define('_MI_GROUPS_SUPPORT', 'Support');