mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Add search interval check, correct a couple of errors
git-svn-id: file:///svn/phpbb/trunk@4530 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1151,6 +1151,7 @@ $lang += array(
|
||||
'POST_CHARACTERS' => 'characters of posts',
|
||||
'SEARCH_PREVIOUS' => 'Search previous',
|
||||
'RECENT_SEARCHES' => 'Recent searches',
|
||||
'NO_RECENT_SEARCHES' => 'No searches have been carried out recently',
|
||||
'RESULT_DAYS' => 'Limit results to previous',
|
||||
'RESULT_SORT' => 'Sort results by',
|
||||
'RESULT_DIR' => 'Order results',
|
||||
@@ -1168,6 +1169,7 @@ $lang += array(
|
||||
'ALL_RESULTS' => 'All results',
|
||||
|
||||
'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.',
|
||||
'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.',
|
||||
'NO_SEARCH_RESULTS' => 'No suitable matches were found.',
|
||||
'FOUND_SEARCH_MATCH' => 'Search found %d match',
|
||||
'FOUND_SEARCH_MATCHES' => 'Search found %d matches',
|
||||
|
Reference in New Issue
Block a user