diff options
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 ac87ec8672..0e7e4700e5 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -48,6 +48,8 @@ $lang = array_merge($lang, array( 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', 'NO_SEARCH_RESULTS' => 'No suitable matches were found.', 'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.', + 'WORD_IN_NO_POST' => 'No posts were found because the word %s is not contained in any post.', + 'WORDS_IN_NO_POST' => 'No posts were found because the words %s are not contained in any post.', 'POST_CHARACTERS' => 'characters of posts', |