XOOPS  2.6.0
_search.php
Go to the documentation of this file.
1 <?php
2 // $Id$
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 /*
10 define('_SR_SEARCHRESULTS', 'Search Results');
11 define('_SR_NOMATCH', 'No Match Found for your Query');
12 define('_SR_FOUND', 'Found <strong>%s</strong> match(es)');
13 define('_SR_SHOWING', '(Showing %d - %d)');
14 define('_SR_ANY', 'Any (OR)');
15 define('_SR_ALL', 'All (AND)');
16 define('_SR_EXACT', 'Exact Match');
17 define('_SR_SHOWALLR', 'Show all results');
18 define('_SR_NEXT', 'Next >>');
19 define('_SR_PREVIOUS', '<< Previous');
20 define('_SR_KEYWORDS', 'Keyword(s)');
21 define('_SR_TYPE', 'Type');
22 define('_SR_SEARCHIN', 'Search in');
23 define('_SR_KEYTOOSHORT', 'Keywords must be at least <strong>%s</strong> characters long');
24 define('_SR_KEYIGNORE', 'Keywords shorter than <strong>%s</strong> characters will be ignored');
25 define('_SR_SEARCHRULE', 'Search Rule');
26 define('_SR_IGNOREDWORDS', 'The following words are shorter than allowed minmum length (%u chars) and were not included in your search:');
27 */