Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
search.php
1 <?php
2  /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 
12  return array(
13  'Search' => 'Искать',
14  'Search for' => 'Поиск',
15  'Search results for' => 'Результаты поиска для',
16  'Nothing found...' => 'Ничего не найдено',
17  'Next' => 'Дальше',
18  'Previous' => 'Назад',
19  'First' => 'Первая',
20  'Last' => 'Последняя',
21 
22  'All' => 'Все',
23  'Everywhere' => 'Везде',
24  'In page content' => 'В содержимом страницы',
25  'In page name' => 'В названии страницы',
26  'No filter' => 'Не фильтровать',
27 
28  'Blog' => 'Блог',
29  'Company' => 'Компания',
30 
31  'HTML pages' => 'HTML страницы',
32  'PHP pages' => 'PHP страницы',
33  'PDF documents' => 'Документы PDF',
34  'DOC documents' => 'Документы DOC',
35 
36  'OR (any word should be present)' => 'OR (любое из слов присутствовать)',
37  'EXACT (search for exact phrase)' => 'EXACT (искать точную фразу)',
38  'AND (all word should be present)' => 'AND (все слова должны присутствовать)',
39  'NOT (all words, except for the first one, must be absent in result)' => 'NOT (слова, кроме первого, должны отсутствовать в результатах)',
40  );