search.lang.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. $LANG['add_search_type'] = 'Add search type';
  3. $LANG['select_model_name'] = 'Model';
  4. $LANG['select_module_name'] = 'Module';
  5. $LANG['type_name'] = 'Type name';
  6. $LANG['description'] = 'Description';
  7. $LANG['re_index_note'] = '1.Rebuilding the search index will be wiped clean all cached searching.';
  8. $LANG['tiao'] = 'items';
  9. $LANG['confirm_reindex'] = 'Confirm to rebuild indexes';
  10. $LANG['basic_setting'] = 'Basic settings';
  11. $LANG['sphinx_setting'] = 'Sphinx configuration';
  12. $LANG['enable_search'] = 'Enable site-wide search';
  13. $LANG['relationenble'] = 'Enable related search';
  14. $LANG['relationenble_note'] = '(This function would cause an extra load on database)';
  15. $LANG['suggestenable'] = 'Enable search suggestions';
  16. $LANG['suggestenable_note'] = '(show data sources google)';
  17. $LANG['sphinxenable'] = 'Enable sphinx full text search';
  18. $LANG['host'] = 'Server host address';
  19. $LANG['port'] = 'Server port';
  20. $LANG['testing'] = 'Testing...';
  21. $LANG['testsuccess'] = 'Connecting successfully';
  22. $LANG['hostempty'] = 'Hostname is required';
  23. $LANG['portempty'] = 'Port is required';
  24. $LANG['test'] = 'Test';
  25. $LANG['sort'] = 'Ordering';
  26. $LANG['catname'] = 'Category name';
  27. $LANG['modulename'] = 'Module';
  28. $LANG['modlename'] = 'Model';
  29. $LANG['catdescription'] = 'Category description ';
  30. $LANG['opreration'] = 'Operation';
  31. $LANG['modify'] = 'Modify';
  32. $LANG['content_module'] = 'Content module';
  33. $LANG['edit_cat'] = 'Edit category';
  34. $LANG['searh_notice'] = 'Warning: full text index module requires that mysql enables full text index function. How to enable? Edit mysql configuration file -> Set window server to my.ini -> Set linux server to my.cnf -> Add a line "ft_min_word_len=1" after [mysqld] -> restart mysql
  35. ';
  36. ?>