<?php
/**
 * English language strings for the lastseen plugin.
 */

$lang['menu']         = 'User Last Seen';
$lang['intro']        = 'When each registered user was last active on the wiki. '
                      . '"Last seen" is updated on any authenticated request, '
                      . 'including page views made with a persistent login cookie. '
                      . 'Click a column header to sort.';

$lang['col_login']    = 'Username';
$lang['col_name']     = 'Display name';
$lang['col_grps']     = 'Groups';
$lang['col_lastseen'] = 'Last seen';

$lang['never']           = 'never';
$lang['total']           = '%d users';
$lang['total_one']       = '%d user';
$lang['no_userlist']     = 'The active authentication backend cannot list users, '
                         . 'so a complete roster is unavailable.';
$lang['helper_missing']  = 'Helper component could not be loaded.';

$lang['rel_now']         = 'just now';
$lang['rel_minute']      = '%d minute ago';
$lang['rel_minutes']     = '%d minutes ago';
$lang['rel_hour']        = '%d hour ago';
$lang['rel_hours']       = '%d hours ago';
$lang['rel_day']         = '%d day ago';
$lang['rel_days']        = '%d days ago';
$lang['rel_month']       = '%d month ago';
$lang['rel_months']      = '%d months ago';
$lang['rel_year']        = '%d year ago';
$lang['rel_years']       = '%d years ago';
