xref: /plugin/lastseen/lang/en/settings.php (revision 0c66c82e53105aa4c75f11f0c3fa59f56f42254a)
1<?php
2/**
3 * English configuration-setting labels for the lastseen plugin.
4 */
5
6$lang['update_interval'] = 'Throttle: minimum seconds between last-seen updates '
7                         . 'for a given user. Lower is more precise but causes '
8                         . 'more disk writes. Default 600 (10 minutes).';
9$lang['show_never']      = 'List users who have never been seen since the plugin '
10                         . 'was installed.';
11$lang['show_mail']       = 'Show the Email column.';
12$lang['show_grps']       = 'Show the Groups column.';
13$lang['entries_per_page'] = 'Number of rows per page in the table. Set to 0 to show '
14                          . 'all users on a single page (no pagination).';
15