<?php
/**
 * English language file for groupadmin plugin
 *
 * @author James Phillpotts <james.dokuwiki@potes.org.uk>
 */

$lang['title'] = 'Group Membership';

$lang['selectgroup'] = 'Select group:';
$lang['blankgroup'] = 'Select...';
$lang['load'] = 'Load';
$lang['update_ok'] = 'Group membership updated successfully';

$lang['btn_save'] = 'Save';
$lang['btn_load'] = 'Load';
$lang['btn_add'] = 'Add';
$lang['btn_addall'] = 'Add All';
$lang['btn_remove'] = 'Remove';
$lang['btn_removeall'] = 'Remove All';

$lang['noauth'] = ' - Authentication not enabled. Plugin not in use';
$lang['nosupport'] = ' - Authentication does not support groups. Plugin not in use';
