<?php /* * -------------------------------------------------------------------------- * NuclearBB * (c) 2007 NuclearBB * -------------------------------------------------------------------------- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * -------------------------------------------------------------------------- */ $lang += array( 'ADD_USER' => 'Add User', 'ADDED_LEADER_TO_GROUP' => 'You have successfully made the selected members group leaders.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'ADDED_MODERATOR_TO_GROUP' => 'You have successfully made the selected members group moderators.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'ALREADY_GROUP_MEMBER' => 'You are already a member of this group', 'APPROVE_PENDING' => 'Approve Selected Pending Members', 'DENY_PENDING' => 'Deny Selected Pending Members', 'GROUP_JOIN_REQUEST_SENT' => 'You are not a member of this group immediately, since new members are required to be approved by a group moderator.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'GROUP_LEADERS' => 'Group Leaders', 'GROUP_MODERATORS' => 'Group Moderators', 'IS_ALREADY_GROUP_MEMBER' => 'That user is already a member of this group', 'JOIN_GROUP' => 'Join Group', 'MAKE_GROUP_LEADER' => 'Make Group Leader', 'MAKE_GROUP_MODERATOR' => 'Make Group Moderator', 'NOT_GROUP_MEMBER' => 'You are not a member of this group', 'PENDING_MEMBERS' => 'Pending Members', 'REMOVE_FROM_GROUP' => 'Remove From Group', 'REMOVED_FROM_GROUP' => 'You have successfully removed the selected members from the group.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'REMOVE_GROUP_LEADER' => 'Remove Group Leader', 'REMOVE_GROUP_MODERATOR' => 'Remove Group Moderator', 'REMOVED_LEADER_FROM_GROUP' => 'You have successfully removed the selected group leaders.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'REMOVED_MODERATOR_FROM_GROUP' => 'You have successfully removed the selected group moderators.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'SUCCESSFULLY_APPROVED_PENDING' => 'You have successfully approved the selected pending members.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'SUCCESSFULLY_DENIED_PENDING' => 'You have successfully denied the selected pending members.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'SUCCESSFULLY_JOINED_GROUP' => 'You have successfully joined this group.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'SUCCESSFULLY_WITHDRAWN' => 'You have successfully withdrawn yourself from this group.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'USER_ADDED_TO_GROUP' => 'You have successfully added the specified user to this group.<br />Click <a href="groups.php?mode=view&g=%d">here</a> to return to the group page', 'WITHDRAW_GROUP' => 'Withdraw From This Group' ); ?>