AjaxSearch en-us

From MODx Wiki

Jump to: navigation, search


  1. <?php
  2.  
  3. /*
  4. english.inc.php - for AjaxSearch 1.5
  5. Created by: KyleJ (kjaebker@muddydogpaws.com)
  6. Created on: 01/22/07
  7. Description: Language strings for AjaxSearch
  8. */
  9.  
  10. $_lang['as_resultsIntroFailure'] = 'There were no search results. Please try using more general terms to get more results.';
  11. $_lang['as_searchButtonText'] = 'Go!';
  12. $_lang['as_boxText'] = 'Search here...';
  13. $_lang['as_introMessage'] = 'Please enter a search term to begin your search.';
  14. $_lang['as_resultsFoundTextSingle'] = '%d result found for "%s".';
  15. $_lang['as_resultsFoundTextMultiple'] = '%d results found for "%s".';
  16. $_lang['as_paginationTextSinglePage'] = '';
  17. $_lang['as_paginationTextMultiplePages'] = 'Result pages: ';
  18. $_lang['as_moreResultsText'] = 'Click here to view all results.';
  19. $_lang['as_moreResultsTitle'] = 'More Results';
  20.  
  21. ?>
Personal tools