mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16426] Search results return characters as input box
PHPBB3-16426
This commit is contained in:
@@ -49,6 +49,8 @@ $lang = array_merge($lang, array(
|
||||
'CONTINUE_INDEXING_EXPLAIN' => 'An indexing process has been started. In order to access the search index page you will have to complete it or cancel it.',
|
||||
'CREATE_INDEX' => 'Create index',
|
||||
|
||||
'DEFAULT_SEARCH_RETURN_CHARS' => 'Default number of returned characters',
|
||||
'DEFAULT_SEARCH_RETURN_CHARS_EXPLAIN' => 'The default number of characters that will be returned while searching. A value of 0 will return the entire post.',
|
||||
'DELETE_INDEX' => 'Delete index',
|
||||
'DELETING_INDEX_IN_PROGRESS' => 'Deleting the index in progress',
|
||||
'DELETING_INDEX_IN_PROGRESS_EXPLAIN' => 'The search backend is currently cleaning its index. This can take a few minutes.',
|
||||
|
@@ -87,6 +87,7 @@ $lang = array_merge($lang, array(
|
||||
'RESULT_DAYS' => 'Limit results to previous',
|
||||
'RESULT_SORT' => 'Sort results by',
|
||||
'RETURN_FIRST' => 'Return first',
|
||||
'RETURN_FIRST_EXPLAIN' => 'Set to 0 to display the entire post.',
|
||||
'GO_TO_SEARCH_ADV' => 'Go to advanced search',
|
||||
|
||||
'SEARCHED_FOR' => 'Search term used',
|
||||
|
Reference in New Issue
Block a user