home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / language / english / search.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  1.0 KB  |  23 lines

  1. <?php
  2. // $Id: search.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%%    File Name search.php     %%%%%
  4. define("_SR_SEARCH","Search");
  5. define("_SR_PLZENTER","Please enter all required data!");
  6. define("_SR_SEARCHRESULTS","Search Results");
  7. define("_SR_NOMATCH","No Match Found for your Query");
  8. define("_SR_FOUND","Found <b>%s</b> match(es)");
  9. define("_SR_SHOWING","(Showing %d - %d)");
  10. define("_SR_ANY","Any (OR)");
  11. define("_SR_ALL","All (AND)");
  12. define("_SR_EXACT","Exact Match");
  13. define("_SR_SHOWALLR","Show all results");
  14. define("_SR_NEXT","Next >>");
  15. define("_SR_PREVIOUS","<< Previous");
  16. define("_SR_KEYWORDS","Keyword(s)");
  17. define("_SR_TYPE","Type");
  18. define("_SR_SEARCHIN","Search in");
  19. define('_SR_KEYTOOSHORT', 'Keywords must be at least <b>%s</b> characters long');
  20. define('_SR_KEYIGNORE', 'Keywords shorter than <b>%s</b> characters will be ignored');
  21. define('_SR_SEARCHRULE', 'Seach Rule');
  22. define('_SR_IGNOREDWORDS', 'The following words are shorter than allowed minmum length (%u chars) and were not included in your search:');
  23. ?>