<?php 
//  
// _LANGCODE: en 
// _CHARSET : UTF-8 
// Translator: XOOPS Translation Team 
//%%%%%%    File Name search.php    %%%%% 
define('_SR_SEARCH', 'Search'); 
define('_SR_PLZENTER', 'Please enter all required data!'); 
define('_SR_SEARCHRESULTS', 'Search Results'); 
define('_SR_NOMATCH', 'No Match Found for your Query'); 
define('_SR_FOUND', 'Found <strong>%s</strong> match(es)'); 
define('_SR_SHOWING', '(Showing %d - %d)'); 
define('_SR_ANY', 'Any (OR)'); 
define('_SR_ALL', 'All (AND)'); 
define('_SR_EXACT', 'Exact Match'); 
define('_SR_SHOWALLR', 'Show all results'); 
define('_SR_NEXT', 'Next >>'); 
define('_SR_PREVIOUS', '<< Previous'); 
define('_SR_KEYWORDS', 'Keyword(s)'); 
define('_SR_TYPE', 'Type'); 
define('_SR_SEARCHIN', 'Search in'); 
define('_SR_KEYTOOSHORT', 'Keywords must be at least <strong>%s</strong> characters long'); 
define('_SR_KEYIGNORE', 'Keywords shorter than <strong>%s</strong> characters will be ignored'); 
define('_SR_SEARCHRULE', 'Search Rule'); 
define('_SR_IGNOREDWORDS', 'The following words are shorter than allowed minimum length (%u chars) and were not included in your search:'); 
 
 |