PHP Classes

File: htdocs/language/english/search.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/language/english/search.php   Download  
File: htdocs/language/english/search.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,111 bytes
 

Contents

Class file image Download
<?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:');