diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 10:09:05 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-02 10:09:05 +0000 |
commit | 45a1efb2551059af2d8fe89070b0f70411f4dccc (patch) | |
tree | 1e8ad9f532157cd01c975afbf025e38c66a58808 /phpBB/language | |
parent | 85b99b642f547a13a3d9fbdcbf3e773bb1745dde (diff) | |
download | forums-45a1efb2551059af2d8fe89070b0f70411f4dccc.tar forums-45a1efb2551059af2d8fe89070b0f70411f4dccc.tar.gz forums-45a1efb2551059af2d8fe89070b0f70411f4dccc.tar.bz2 forums-45a1efb2551059af2d8fe89070b0f70411f4dccc.tar.xz forums-45a1efb2551059af2d8fe89070b0f70411f4dccc.zip |
#12941
git-svn-id: file:///svn/phpbb/trunk@7820 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/search.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index 720c39635e..641aa74efc 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -47,6 +47,8 @@ $lang = array_merge($lang, array( 'JUMP_TO_POST' => 'Jump to post', + 'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.', + 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.', 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently.', 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', |