XOOPS  2.6.0
main.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 define('_MD_SEARCH', 'Search');
20 define('_MD_SEARCH_PLZENTER', 'Please enter all required data!');
21 define('_MD_SEARCH_SEARCHRESULTS', 'Search Results');
22 define('_MD_SEARCH_NOMATCH', 'No Match Found for your Query');
23 //define('_MD_SEARCH_FOUND', 'Found <strong>%s</strong> match(es)');
24 define('_MD_SEARCH_SHOWING', '(Showing %d - %d)');
25 define('_MD_SEARCH_ANY', 'Any (OR)');
26 define('_MD_SEARCH_ALL', 'All (AND)');
27 define('_MD_SEARCH_EXACT', 'Exact Match');
28 define('_MD_SEARCH_SHOWALLR', 'Show all results');
29 define('_MD_SEARCH_NEXT', 'Next >>');
30 define('_MD_SEARCH_PREVIOUS', '<< Previous');
31 define('_MD_SEARCH_KEYWORDS', 'Keyword(s)');
32 define('_MD_SEARCH_TYPE', 'Type');
33 define('_MD_SEARCH_SEARCHIN', 'Search in');
34 define('_MD_SEARCH_KEYTOOSHORT', 'Keywords must be at least <strong>%s</strong> characters long');
35 define('_MD_SEARCH_KEYIGNORE', 'Keywords shorter than <strong>%s</strong> characters will be ignored');
36 define('_MD_SEARCH_SEARCHRULE', 'Search Rule');
37 define('_MD_SEARCH_IGNOREDWORDS', 'The following words are shorter than allowed minmum length (%u chars) and were not included in your search:');