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