<?php
/**
 * English language file for groupmgr plugin
 *
 * @author Alex Forencich <alex@alexforencich.com>
 */

// menu entry for admin plugins
$lang['menu'] = 'Group Manager';

// custom language strings for the plugin
$lang['notauthorized'] = 'Error: not authorized';
$lang['updatesuccess'] = 'Updated successfully';
$lang['updatefailed'] = 'Update failed';


//Setup VIM: ex: et ts=4 enc=utf-8 :
