mambax7/groupmanager

View on GitHub
language/english/admin.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('_AM_GROUPS_PERMISS_GRP_TITLE', 'Permission for each Group');
define('_AM_GROUPS_PERMISS_GRP_DESC', 'Set which groups each group can change');
define('_AM_GROUPS_ITEM_LIST', 'Can Change Permissions');
define('_AM_GROUPS_TITLE_OF_FORM', 'Groups allowed to change permissions');
define('_AM_GROUPS_PERM_DESC', 'Select which groups can change these permissions');

define('_AM_GROUPS_NAME_GROUP', 'Group Name');
define('_AM_GROUPS_MEMBERS_ACTUALS', 'Current Members');
define('_AM_GROUPS_ACTIONS', 'Action');
define('_AM_GROUPS_ALL_USERS', 'All Users');
define('_AM_GROUPS_MAIN', 'Main');
define('_AM_GROUPS_PERMISSIONS', 'Permissions');

define('_AM_GROUPS_UPGRADEFAILED0', "Update failed - couldn't rename field '%s'");
define('_AM_GROUPS_UPGRADEFAILED1', "Update failed - couldn't add new fields");
define('_AM_GROUPS_UPGRADEFAILED2', "Update failed - couldn't rename table '%s'");
define('_AM_GROUPS_ERROR_COLUMN', 'Could not create column in database : %s');
define('_AM_GROUPS_ERROR_BAD_XOOPS', 'This module requires XOOPS %s+ (%s installed)');
define('_AM_GROUPS_ERROR_BAD_PHP', 'This module requires PHP version %s+ (%s installed)');
define('_AM_GROUPS_ERROR_TAG_REMOVAL', 'Could not remove tags from Tag Module');

define('_AM_GROUPS_FOLDERS_DELETED_OK', 'Upload Folders have been deleted');

// Error Msgs
define('_AM_GROUPS_ERROR_BAD_DEL_PATH', 'Could not delete %s directory');
define('_AM_GROUPS_ERROR_BAD_REMOVE', 'Could not delete %s');
define('_AM_GROUPS_ERROR_NO_PLUGIN', 'Could not load plugin');