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

$lang['show_mail']        = 'Show the Email column in the admin overview.';
$lang['show_grps']        = 'Show the Groups column in the admin overview.';
$lang['entries_per_page'] = 'Number of rows per page in the admin overview. Set to 0 '
                          . 'to show all rows on a single page (no pagination).';
