Advertisement
dajare

en-message.php

Jun 5th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.18 KB | None | 0 0
  1. <?php
  2. /**
  3. * English file for plugin site_search
  4. *
  5. * @package wolf
  6. * @subpackage site_search
  7. *
  8. * @generated by djg_i18n_generator WolfCMS plugin - Michał Uchnast <djgprv@gmail.com>
  9. * Save as en-message.php in the /plugins/site_search/i18n/ directory
  10. **/
  11. return array(
  12. /** SiteSearchController.php */
  13. 'The settings have been saved.' => 'The settings have been saved.',
  14. /** enable.php */
  15. 'Please enter a search term.' => 'Please enter a search term.',
  16. 'Displaying results' => 'Displaying results',
  17. 'of' => 'of',
  18. 'matches' => 'matches',
  19. /** index.php */
  20. 'Site search' => 'Site search',
  21. 'Provides a basic search function with boolean support' => 'Provides a basic search function with boolean support',
  22. 'Please enter a valid search term. It should have at least '.$min_wordlength.' characters and should not contain special characters.' => 'Please enter a valid search term. It should have at least '.$min_wordlength.' characters and should not contain special characters.',
  23. 'Sorry, no results found.' => 'Sorry, no results found.',
  24. /** views/documentation.php */
  25. 'Documentation' => 'Documentation',
  26. /** views/settings.php */
  27. 'Settings' => 'Settings',
  28. 'Search function settings' => 'Search function settings',
  29. 'Min. word length' => 'Min. word length',
  30. 'Minimum char. length that a search term must have, before a search is carried out or not be ignored.' => 'Minimum char. length that a search term must have, before a search is carried out or not be ignored.',
  31. 'No. of terms allowed' => 'No. of terms allowed',
  32. 'Maximum number of terms that can be searched for. This setting relates to boolean search function.' => 'Maximum number of terms that can be searched for. This setting relates to boolean search function.',
  33. 'Weight of title tag' => 'Weight of title tag',
  34. 'Scoring weight of result, when search term is found in the title.' => 'Scoring weight of result, when search term is found in the title.',
  35. 'Weight of meta tags' => 'Weight of meta tags',
  36. 'Scoring weight of result, when search term is found in the meta description or meta keywords tag.' => 'Scoring weight of result, when search term is found in the meta description or meta keywords tag.',
  37. 'Short description length' => 'Short description length',
  38. 'Char. length of short description of each result, shown on search result page.' => 'Char. length of short description of each result, shown on search result page.',
  39. 'Results per page' => 'Results per page',
  40. 'Number of results to return per page on search results page.' => 'Number of results to return per page on search results page.',
  41. 'Save' => 'Save',
  42. 'You have modified this page. If you navigate away from this page without first saving your data, the changes will be lost.' => 'You have modified this page. If you navigate away from this page without first saving your data, the changes will be lost.',
  43. /** views/sidebar.php */
  44. 'Search plugin' => 'Search plugin',
  45. 'The search plugin allows you to integrate a basic search function with boolean support.' => 'The search plugin allows you to integrate a basic search function with boolean support.',
  46. 'See documentation for further details and use.' => 'See documentation for further details and use.',
  47. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement