1<?php
2/**
3 * English language file for groupmgr plugin
4 *
5 * @author Alex Forencich <alex@alexforencich.com>
6 */
7
8// menu entry for admin plugins
9$lang['menu'] = 'Group Manager';
10
11// custom language strings for the plugin
12$lang['notauthorized'] = 'Error: not authorized';
13$lang['updatesuccess'] = 'Updated successfully';
14$lang['updatefailed'] = 'Update failed';
15
16
17//Setup VIM: ex: et ts=4 enc=utf-8 :
18