diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
commit | 3b06ee0d381dc1be5f40ca98ad4278046d869d21 (patch) | |
tree | d31e79fc57d882b8267f40c3434480bb58a3ca73 /lang/English/userlist.php | |
download | fluxbb-master.tar.xz |
Diffstat (limited to 'lang/English/userlist.php')
-rw-r--r-- | lang/English/userlist.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/English/userlist.php b/lang/English/userlist.php new file mode 100644 index 0000000..0853d25 --- /dev/null +++ b/lang/English/userlist.php @@ -0,0 +1,13 @@ +<?php + +// Language definitions used in userlist.php +$lang_ul = array( + +'User find legend' => 'Find and sort users', +'User search info' => 'Enter a username to search for and/or a user group to filter by. The username field can be left blank. Use the wildcard character * for partial matches.', +'User sort info' => 'Sort users by name, date registered or number of posts and in ascending/descending order.', +'User group' => 'User group', +'No of posts' => 'Number of posts', +'All users' => 'All' + +); |