linea21-languages
[ class tree: linea21-languages ] [ index: linea21-languages ] [ all elements ]

Source for file lang_search.utf-8.php

Documentation is available at lang_search.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com> & Stéphanie Loubechine
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12. $lang['search']['section'"search";
  13.  
  14.  
  15. $lang['search']['result'"Search results";
  16. $lang['search']['keywords'"Keyword(s) : ";
  17. $lang['search']['method'"Method : ";
  18. $lang['search']['min_length']='3 characters at least are required';
  19. $lang['search']['query_time']='Query time executed in';
  20. $lang['search']['query_seconds']='seconds';
  21. $lang['search']['no_result'"no result";
  22. $lang['search']['score'"relevancy score";
  23. $lang['search']['score_abbr'"rs";
  24. $lang['search']['score_not_good'"not relevant";
  25.  
  26. $lang['search']['one_of_them'"one of these words";
  27. $lang['search']['all_of_them'"all these words";
  28. $lang['search']['expression'"full expression";
  29. $lang['search']['text_button'"Search";
  30.  
  31. $lang['search']['comment_module'"In comments";
  32. $lang['search']['project_module'"In projets";
  33. $lang['search']['news_module'"In news";
  34. $lang['search']['newsletter_module'"In newsletters";
  35. $lang['search']['publication_module'"In publications";
  36. $lang['search']['det_publication_module'"In publications parts";
  37. $lang['search']['workshop_module'"In workgroups";
  38. $lang['search']['workshoprep_module'"In workgroups reports";
  39. $lang['search']['workshoprepcon_module'"In workgroups reports parts";
  40. $lang['search']['workshopcal_module'"In workgroups calendars";
  41. $lang['search']['workshopcom_module'"In workgroups chats";
  42. $lang['search']['sdi_module''In Sustainable Development Indicators';
  43. $lang['search']['yellowpages_module'"In directory";
  44. $lang['search']['user_module'"In users repository";
  45. $lang['search']['theme_module'"In themes";
  46. $lang['search']['scale_module'"In scales";
  47. $lang['search']['level_module'"In levels";
  48.  
  49. $lang['search']['help']="Search engine ".SITE_LINEA_NAME;
  50. $lang['search']['help_list1']="To make a global search, click on \"Search\" or directly type a keyword in the text box under the left menu";
  51. $lang['search']['help_list2']="To make a search on a specific module, go to module and click on the 'Search' link";
  52. $lang['search']['help_list3']="The relevance indice is relative todocuments found by the search engine: the most relevant document has the highest indice.";
  53.  
  54. ?>

Documentation generated on Thu, 03 May 2012 15:05:33 +0200 by phpDocumentor 1.4.1