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' => 'Search',
14  'Search for' => 'Search for',
15  'Search results for' => 'Search results for',
16  'Nothing found...' => 'Nothing found...',
17  'Next' => 'Next',
18  'Previous' => 'Previous',
19  'First' => 'First',
20  'Last' => 'Last',
21 
22  'All' => 'All',
23  'Everywhere' => 'In all contents',
24  'In page content' => 'In content of page',
25  'In page name' => 'In title of page',
26  'No filter' => 'No filtering',
27 
28  'Blog' => 'Blog',
29  'Company' => 'Company',
30 
31  'HTML pages' => 'Pages (HTML)',
32  'PHP pages' => 'Pages (PHP)',
33  'PDF documents' => 'Documents (PDF)',
34  'DOC documents' => 'Documents (DOC)',
35 
36  'OR (any word should be present)' => 'OR (any word)',
37  'EXACT (search for exact phrase)' => 'EXACT (search for exact phrase)',
38  'AND (all word should be present)' => 'AND (all wors should be present)',
39  'NOT (all words, except for the first one, must be absent in result)' => 'NOT (all words, except for the defined word)',
40  );