XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
search.php
Go to the documentation of this file.
1 <?php
2 // $Id: search.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 //%%%%%% File Name search.php %%%%%
7 define('_SR_SEARCH','Search');
8 define('_SR_PLZENTER','Please enter all required data!');
9 define('_SR_SEARCHRESULTS','Search Results');
10 define('_SR_NOMATCH','No Match Found for your Query');
11 define('_SR_FOUND','Found <strong>%s</strong> match(es)');
12 define('_SR_SHOWING','(Showing %d - %d)');
13 define('_SR_ANY','Any (OR)');
14 define('_SR_ALL','All (AND)');
15 define('_SR_EXACT','Exact Match');
16 define('_SR_SHOWALLR','Show all results');
17 define('_SR_NEXT','Next >>');
18 define('_SR_PREVIOUS','<< Previous');
19 define('_SR_KEYWORDS','Keyword(s)');
20 define('_SR_TYPE','Type');
21 define('_SR_SEARCHIN','Search in');
22 define('_SR_KEYTOOSHORT','Keywords must be at least <strong>%s</strong> characters long');
23 define('_SR_KEYIGNORE','Keywords shorter than <strong>%s</strong> characters will be ignored');
24 define('_SR_SEARCHRULE','Search Rule');
25 define('_SR_IGNOREDWORDS','The following words are shorter than allowed minimum length (%u chars) and were not included in your search:');