<?php
/**
 * English configuration-setting labels for the lastseen plugin.
 */

$lang['update_interval'] = 'Throttle: minimum seconds between last-seen updates '
                         . 'for a given user. Lower is more precise but causes '
                         . 'more disk writes. Default 600 (10 minutes).';
$lang['show_never']      = 'List users who have never been seen since the plugin '
                         . 'was installed.';
$lang['show_mail']       = 'Show the Email column.';
$lang['show_grps']       = 'Show the Groups column.';
$lang['entries_per_page'] = 'Number of rows per page in the table. Set to 0 to show '
                          . 'all users on a single page (no pagination).';
