aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-28 00:29:18 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-28 00:29:18 +0000
commitb5787743515d0ef042a100b3327ed0eca0055065 (patch)
tree5045e00e125a6f1d573c3c4ce302359383860ad2 /phpBB/language
parent36319544afab67af833d5f1a88c9b1346803aa67 (diff)
downloadforums-b5787743515d0ef042a100b3327ed0eca0055065.tar
forums-b5787743515d0ef042a100b3327ed0eca0055065.tar.gz
forums-b5787743515d0ef042a100b3327ed0eca0055065.tar.bz2
forums-b5787743515d0ef042a100b3327ed0eca0055065.tar.xz
forums-b5787743515d0ef042a100b3327ed0eca0055065.zip
Add checkboxes
git-svn-id: file:///svn/phpbb/trunk@2770 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php
index 5a5c277ef6..342226020e 100644
--- a/phpBB/language/lang_english/lang_main.php
+++ b/phpBB/language/lang_english/lang_main.php
@@ -760,8 +760,9 @@ $lang['Search_keywords'] = 'Search for Keywords';
$lang['Search_keywords_explain'] = 'You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches';
$lang['Search_author'] = 'Search for Author';
$lang['Search_author_explain'] = 'Use * as a wildcard for partial matches';
-$lang['Find_username_explain'] = 'Use this form to search for specific usernames. You do not need to fill out all fields, to partialy match data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Click the username to automatically enter it into the form you are viewing (several usernames may be accepted depending on the form itself).';
+$lang['Find_username_explain'] = 'Use this form to search for specific usernames. You do not need to fill out all fields, to partialy match data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Click the username to automatically enter it into the form you are viewing (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Insert Marked button.';
$lang['Last_active'] = 'Last active';
+$lang['Select_marked'] = 'Select Marked';
$lang['Search_for_any'] = 'Search for any terms or use query as entered';
$lang['Search_for_all'] = 'Search for all terms';