<?php
/**
 * English language strings for the WHOISONLINE Plugin
 *
 * @author  Matthew Mills <millsm@csus.edu>
 */
 
$lang['minutesTillAway'] = 'Number of minutes idle to consider a user AWAY from the wiki.';
$lang['ignoreAnonymous'] = 'If true then do not track users that are not logged in.';
$lang['displayline'] = 'HTML to use when making the popup user list. Possible replacement strings are: {username}, {fullname}, {pageid}, {url}';
