en-language.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?php
  2. /**
  3. * English messages for PhpDig
  4. * @author Antoine Bajolet - fr - bajolet@toiletoine.net
  5. * @author Corrections by Brien Louque
  6. * @package chamilo.metadata
  7. */
  8. /**
  9. * Definitions
  10. */
  11. //'keyword' => 'translation'
  12. $phpdig_mess = array (
  13. 'one_per_line' =>'Enter one link per line',
  14. 'StopSpider' =>'Stop spider',
  15. 'id' =>'ID',
  16. 'url' =>'URL',
  17. 'days' =>'Days',
  18. 'links' =>'Links',
  19. 'depth' =>'Depth',
  20. 'viewRSS' =>'View RSS for this Page',
  21. 'powered_by' =>'Powered by PhpDig',
  22. 'searchall' =>'Search All',
  23. 'wait' =>'Wait... ',
  24. 'done' =>'Done!',
  25. 'limit' =>'Limit',
  26. 'manage' =>'Here you can manage:',
  27. 'dayscron' =>'- the number of <b>days</b> crontab waits to reindex (0 = ignore)',
  28. 'links_mean' =>'- the max number of <b>links</b> per depth per site (0 = unlimited)',
  29. 'depth_mean' =>'- the max search <b>depth</b> per site (0 = none, depth trumps links)',
  30. 'max_found' =>'Maximum links found is ((links * depth) + 1) when links is greater than zero.',
  31. 'default_vals' =>'Default values',
  32. 'use_vals_from' =>'Use values from',
  33. 'table_present' =>'table if present and use<br/>default values if values absent from table?',
  34. 'admin_msg_1' =>'- To empty tempspider table click delete button <i>without</i> selecting a site',
  35. 'admin_msg_2' =>'- Search depth of zero tries to crawl just that page regardless of links per',
  36. 'admin_msg_3' =>'- Set links per depth to the max number of links to check at each depth',
  37. 'admin_msg_4' =>'- Links per depth of zero means to check for all links at each seach depth',
  38. 'admin_msg_5' =>'- Clean dashes removes \'-\' index pages from blue arrow listings of pages',
  39. 'admin_panel' =>'Admin Panel',
  40. 'choose_temp' =>'Choose a template',
  41. 'select_site' =>'Select a site to search',
  42. 'restart' =>'Restart',
  43. 'narrow_path' =>'Narrow Path to Search',
  44. 'upd_sites' =>'Update sites',
  45. 'upd2' =>'Update Done',
  46. 'links_per' =>'Links per',
  47. 'yes' =>'yes',
  48. 'no' =>'no',
  49. 'delete' =>'delete',
  50. 'reindex' =>'Re-index',
  51. 'back' =>'Back',
  52. 'files' =>'files',
  53. 'admin' =>'Administration',
  54. 'warning' =>'Warning !',
  55. 'index_uri' =>'Which URI would you index?',
  56. 'spider_depth' =>'Search depth',
  57. 'spider_warn' =>'Please ensure that no one else is updating the same site.
  58. A locking mechanism will be included in a later version.',
  59. 'site_update' =>'Update a site or one of its branch',
  60. 'clean' =>'Clean',
  61. 't_index' =>'index',
  62. 't_dic' =>'dictionary',
  63. 't_stopw' =>'common words',
  64. 't_dash' =>'dashes',
  65. 'update' =>'Update',
  66. 'exclude' =>'Delete and exclude branch',
  67. 'excludes' =>'Exclude paths',
  68. 'tree_found' =>'Found tree',
  69. 'update_mess' =>'Re-index or delete a tree ',
  70. 'update_warn' =>'Exclude will delete indexed entries',
  71. 'update_help' =>'Click on the cross to delete the branch
  72. Click on the green sign to update it
  73. Click on the noway sign to exclude from future indexings',
  74. 'branch_start' =>'Select the folder to display on the left side',
  75. 'branch_help1' =>'Select there documents to update individually',
  76. 'branch_help2' =>'Click on the cross to delete a document
  77. Click on the green sign to reindex it',
  78. 'redepth' =>'levels depth',
  79. 'branch_warn' =>'Erase is permanent',
  80. 'to_admin' =>'to admin interface',
  81. 'to_update' =>'to update interface',
  82. 'search' =>'Search',
  83. 'results' =>'results',
  84. 'display' =>'display',
  85. 'w_begin' =>'and operator',
  86. 'w_whole' =>'exact phrase',
  87. 'w_part' =>'or operator',
  88. 'alt_try' =>'Did you mean',
  89. 'limit_to' =>'limit to',
  90. 'this_path' =>'this path',
  91. 'total' =>'total',
  92. 'seconds' =>'seconds',
  93. 'w_common_sing' =>'is a very common word and was ignored.',
  94. 'w_short_sing' =>'is too short a word and was ignored.',
  95. 'w_common_plur' =>'are very common words and were ignored.',
  96. 'w_short_plur' =>'are too short of words and were ignored.',
  97. 's_results' =>'search results',
  98. 'previous' =>'Previous',
  99. 'next' =>'Next',
  100. 'on' =>'on',
  101. 'id_start' =>'Site indexing',
  102. 'id_end' =>'Indexing complete !',
  103. 'id_recent' =>'Was recently indexed',
  104. 'num_words' =>'Num words',
  105. 'time' =>'time',
  106. 'error' =>'Error',
  107. 'no_spider' =>'Spider not launched',
  108. 'no_site' =>'No such site in database',
  109. 'no_temp' =>'No link in temporary table',
  110. 'no_toindex' =>'No content indexed',
  111. 'double' =>'Duplicate of an existing document',
  112. 'spidering' =>'Spidering in progress...',
  113. 'links_more' =>'more new links',
  114. 'level' =>'level',
  115. 'links_found' =>'links found',
  116. 'define_ex' =>'Define exclusions',
  117. 'index_all' =>'index all',
  118. 'end' =>'end',
  119. 'no_query' =>'Select predefined keywords (recommended) by opening the tree with the [+] button below, or type descriptive words in the inputzone, separated by a comma, or type the first letters of a keyword and use autocomplete. Empty the inputzone to re-use autocomplete',
  120. 'pwait' =>'Please wait',
  121. 'statistics' =>'Statistics',
  122. // INSTALL
  123. 'slogan' =>'The smallest search engine in the universe : version',
  124. 'installation' =>'Installation',
  125. 'instructions' =>'Type here the MySql parameters. Specify a valid existing user who can create databases if you choose create or update.',
  126. 'hostname' =>'Hostname :',
  127. 'port' =>'Port (none = default) :',
  128. 'sock' =>'Sock (none = default) :',
  129. 'user' =>'User :',
  130. 'password' =>'Password :',
  131. 'phpdigdatabase' =>'PhpDig database :',
  132. 'tablesprefix' =>'Tables prefix :',
  133. 'instructions2' =>'* optional. Use lowercase characters, 16 characters max.',
  134. 'installdatabase' =>'Install phpdig database',
  135. 'error1' =>'Can\'t find connexion template. ',
  136. 'error2' =>'Can\'t write connexion template. ',
  137. 'error3' =>'Can\'t find init_db.sql file. ',
  138. 'error4' =>'Can\'t create tables. ',
  139. 'error5' =>'Can\'t find all config database files. ',
  140. 'error6' =>'Can\'t create database.<br />Verify user\'s rights. ',
  141. 'error7' =>'Can\'t connect to database<br />Verify connection datas. ',
  142. 'createdb' =>'Create database',
  143. 'createtables' =>'Create tables only',
  144. 'updatedb' =>'Update existing database',
  145. 'existingdb' =>'Write only connection parameters',
  146. // CLEANUP_ENGINE
  147. 'cleaningindex' =>'Cleaning index',
  148. 'enginenotok' =>' index references targeted an inexistent keyword.',
  149. 'engineok' =>'Engine is coherent.',
  150. // CLEANUP_KEYWORDS
  151. 'cleaningdictionnary' =>'Cleaning dictionary',
  152. 'keywordsok' =>'All keywords are in one or more page.',
  153. 'keywordsnotok' =>' keywords where not in one page at least.',
  154. // CLEANUP_COMMON
  155. 'cleanupcommon' =>'Cleanup common words',
  156. 'cleanuptotal' =>'Total ',
  157. 'cleaned' =>' cleaned.',
  158. 'deletedfor' =>' deleted for ',
  159. // INDEX ADMIN
  160. 'digthis' =>'Dig this !',
  161. 'databasestatus' =>'DataBase status',
  162. 'entries' =>' Entries ',
  163. 'updateform' =>'Update form',
  164. 'deletesite' =>'Delete site',
  165. // SPIDER
  166. 'spiderresults' =>'Spider results',
  167. // STATISTICS
  168. 'mostkeywords' =>'Most keywords',
  169. 'richestpages' =>'Richest pages',
  170. 'mostterms' =>'Most search terms',
  171. 'largestresults'=>'Largest results',
  172. 'mostempty' =>'Most searchs giving empty results',
  173. 'lastqueries' =>'Last search queries',
  174. 'lastclicks' =>'Last search clicks',
  175. 'responsebyhour'=>'Response time by hour',
  176. // UPDATE
  177. 'userpasschanged' =>'User/Password changed !',
  178. 'uri' =>'URI : ',
  179. 'change' =>'Change',
  180. 'root' =>'Root',
  181. 'pages' =>' pages',
  182. 'locked' => 'Locked',
  183. 'unlock' => 'Unlock site',
  184. 'onelock' => 'A site is locked, because of spidering. You can\'t do this for now',
  185. // PHPDIG_FORM
  186. 'go' =>'Go ...',
  187. // SEARCH_FUNCTION
  188. 'noresults' =>'No results'
  189. );
  190. ?>