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' => 'Suche',
14  'Search for' => 'Suche nach',
15  'Search results for' => 'Suchergebnisse für',
16  'Nothing found...' => 'Nichts gefunden...',
17  'Next' => 'Nächste',
18  'Previous' => 'Vorige',
19  'First' => 'Erste',
20  'Last' => 'Letzte',
21 
22  'All' => 'Alle',
23  'Everywhere' => 'In allen Inhalten suchen',
24  'In page content' => 'In Seiten-Inhalt',
25  'In page name' => 'In Seiten-Titel',
26  'No filter' => 'Keine Filterung',
27 
28  'Blog' => 'Blog',
29  'Company' => 'Company',
30 
31  'HTML pages' => 'Seiten (HTML)',
32  'PHP pages' => 'Seiten (PHP)',
33  'PDF documents' => 'Dokumente (PDF)',
34  'DOC documents' => 'Dokumente (DOC)',
35 
36  'OR (any word should be present)' => 'ODER (jedes Wort wird einzeln gesucht)',
37  'EXACT (search for exact phrase)' => 'EXAKT (Suche nach komplettem Satz)',
38  'AND (all word should be present)' => 'UND (alle Worte werden gesucht)',
39  'NOT (all words, except for the first one, must be absent in result)' => 'NICHT (alle Worte, ausser dem ersten Wort)',
40  );