xref: /plugin/usersettings/lang/en/settings.php (revision 54f11439a68c5f07eddd4c7f20a09acd149bde82)
1<?php
2/**
3 * English configuration-setting labels for the usersettings plugin.
4 */
5
6$lang['show_mail']        = 'Show the Email column in the admin overview.';
7$lang['show_grps']        = 'Show the Groups column in the admin overview.';
8$lang['entries_per_page'] = 'Number of rows per page in the admin overview. Set to 0 '
9                          . 'to show all rows on a single page (no pagination).';
10