<?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_mail']     = 'Email';
$lang['col_grps']     = 'Groups';
$lang['col_lastseen'] = 'Last seen';

$lang['never']           = 'never';
$lang['shown']           = 'Showing %1$d–%2$d of %3$d users';
$lang['none']            = 'No matching users.';
$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['filter_search']   = 'Search';
$lang['filter_clear']    = 'Clear';
$lang['pager_label']     = 'Pagination';
$lang['pager_prev']      = 'Previous page';
$lang['pager_next']      = 'Next page';

$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';
