<?php
/**
 * English language file for autologoff plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

// menu entry for admin plugins
$lang['menu'] = 'Automatic Log-Off Configuration';

$lang['loggedoff'] = '%s has been logged off automatically';

$lang['usergroup'] = 'User/Group';
$lang['time'] = 'Time (min)';
$lang['save'] = 'Add Entry';
$lang['mintime'] = 'Times have to be at least 2 minutes or 0 to disable the autologout. The specified time has been adjusted.';
$lang['groupCannotBeEmpty'] = 'User/Group cannot be empty';
$lang['remove'] = 'remove';


$lang['js']['title'] = 'Automatic Log-Off';
$lang['js']['warn']  = 'You\'ve been inactive for a while. You will be automatically logged off in about a minute.';
$lang['js']['stillhere'] = 'No, I\'m still here!';


//Setup VIM: ex: et ts=4 :
