mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too! - don't show a "word is not contained in any post" message for ignored common words - bold search words in search error messages [Bug #5762] git-svn-id: file:///svn/phpbb/trunk@6708 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -215,7 +215,7 @@ $lang = array_merge($lang, array(
|
||||
'MBSTRING_FUNC_OVERLOAD' => 'Function overloading',
|
||||
'MBSTRING_FUNC_OVERLOAD_EXPLAIN' => 'mbstring.func_overload must be set to either 0 or 4',
|
||||
'MBSTRING_ENCODING_TRANSLATION' => 'Transparent character encoding',
|
||||
'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => 'mbstring.encoding_translation must be set 0',
|
||||
'MBSTRING_ENCODING_TRANSLATION_EXPLAIN' => 'mbstring.encoding_translation must be set to 0',
|
||||
'MBSTRING_HTTP_INPUT' => 'HTTP input character conversion',
|
||||
'MBSTRING_HTTP_INPUT_EXPLAIN' => 'mbstring.http_input must be set to pass',
|
||||
'MBSTRING_HTTP_OUTPUT' => 'HTTP output character conversion',
|
||||
|
@@ -50,8 +50,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.',
|
||||
'WORD_IN_NO_POST' => 'No posts were found because the word <strong>%s</strong> is not contained in any post.',
|
||||
'WORDS_IN_NO_POST' => 'No posts were found because the words <strong>%s</strong> are not contained in any post.',
|
||||
|
||||
'POST_CHARACTERS' => 'characters of posts',
|
||||
|
||||
|
Reference in New Issue
Block a user