1<?php
2/**
3 * English language file for autologoff plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// menu entry for admin plugins
9$lang['menu'] = 'Automatic Log-Off Configuration';
10
11$lang['loggedoff'] = '%s has been logged off automatically';
12
13$lang['usergroup'] = 'User/Group';
14$lang['time'] = 'Time (min)';
15$lang['save'] = 'Add Entry';
16$lang['mintime'] = 'Times have to be at least 2 minutes or 0 to disable the autologout. The specified time has been adjusted.';
17$lang['groupCannotBeEmpty'] = 'User/Group cannot be empty';
18$lang['remove'] = 'remove';
19
20
21$lang['js']['title'] = 'Automatic Log-Off';
22$lang['js']['warn']  = 'You\'ve been inactive for a while. You will be automatically logged off in about a minute.';
23$lang['js']['stillhere'] = 'No, I\'m still here!';
24
25
26//Setup VIM: ex: et ts=4 :
27