Размер файла: 1.05Kb
<?php
/*
* The following language strings are used on the Search page.
*
* Следующие языковые строки используются на странице Поиска.
*/
return [
'all' => 'All',
'posts' => 'Posts',
'comments' => 'Comments',
'websites' => 'Sites',
'registration' => 'Registration',
'sign_in' => 'To come in',
'find' => 'To find...',
'results_search' => 'Results: approximately',
'on_website' => 'To the website',
'name' => 'Search',
'no_results' => 'The search returned no results. <br>Too short / long search query',
'empty_request' => 'Empty search term',
'search_home' => '<h2>Search</h2>Enter a search phrase',
'title' => 'Search system',
'desc' => 'Search on the site and catalog taking into account morphology, facets. Search system {name}',
'help' => 'Site search and more...',
'query' => 'Query',
];