xref: /plugin/usersettings/lang/en/settings.php (revision d00c9837cc1955f190d39d9e5c8adb79eb3c011d)
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