search.lang.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. $LANG['add_search_type'] = '添加搜索分类';
  3. $LANG['select_model_name'] = '所属模型';
  4. $LANG['select_module_name'] = '所属模块';
  5. $LANG['type_name'] = '类型名称';
  6. $LANG['description'] = '描述';
  7. $LANG['re_index_note'] = '1、重建索引将会清空原有的所有的索引内容 , 每轮更新';
  8. $LANG['tiao'] = '条';
  9. $LANG['confirm_reindex'] = '确认重建索引';
  10. $LANG['basic_setting'] = '基本配置';
  11. $LANG['sphinx_setting'] = 'sphinx全文索引配置';
  12. $LANG['enable_search'] = '是否启用全站搜索';
  13. $LANG['relationenble'] = '是否启用相关搜索';
  14. $LANG['relationenble_note'] = '(此项功能会增大数据库压力)';
  15. $LANG['suggestenable'] = '是否启用建议搜索';
  16. $LANG['suggestenable_note'] = '(提示数据来源google)';
  17. $LANG['sphinxenable'] = '是否启用sphinx全文索引';
  18. $LANG['host'] = '服务器主机地址';
  19. $LANG['port'] = '服务器端口号';
  20. $LANG['testing'] = '测试中...';
  21. $LANG['testsuccess'] = '链接成功';
  22. $LANG['hostempty'] = '主机名为空';
  23. $LANG['portempty'] = '端口为空';
  24. $LANG['test'] = '测试';
  25. $LANG['sort'] = '排序';
  26. $LANG['catname'] = '类别名称';
  27. $LANG['modulename'] = '所属模块';
  28. $LANG['modlename'] = '所属模型';
  29. $LANG['catdescription'] = '类别描述';
  30. $LANG['opreration'] = '管理操作';
  31. $LANG['modify'] = '修改';
  32. $LANG['content_module'] = '内容模块';
  33. $LANG['edit_cat'] = '编辑分类';
  34. $LANG['searh_notice'] = '注意:全文检索模块需要mysql开启全文索引功能,<br />开启方法:修改mysql配置文件:window服务器为my.ini,linux服务器为my.cnf,在 [mysqld] 后面加入一行“ft_min_word_len=1”,然后重启Mysql。
  35. ';
  36. ?>