aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-07-12 23:21:57 +0000
committerNils Adermann <naderman@naderman.de>2006-07-12 23:21:57 +0000
commit5bf6bc18801a7b0ead230b20060bf20c52edb99f (patch)
treeff1a86a246461ce1910ebf1fc84f6b6722455b95 /phpBB/language
parent44b78d7c8dcb8026d4bb7f3bca0c78e93027a2ac (diff)
downloadforums-5bf6bc18801a7b0ead230b20060bf20c52edb99f.tar
forums-5bf6bc18801a7b0ead230b20060bf20c52edb99f.tar.gz
forums-5bf6bc18801a7b0ead230b20060bf20c52edb99f.tar.bz2
forums-5bf6bc18801a7b0ead230b20060bf20c52edb99f.tar.xz
forums-5bf6bc18801a7b0ead230b20060bf20c52edb99f.zip
- it's \r\n not \n\r [Bug #3121]
- a few little search bugfixes - drop in the improved version of the native search based on UTF-8 (still needs some work before it can replace the current native search) Thanks Ashe :) git-svn-id: file:///svn/phpbb/trunk@6175 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/search.php2
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',