comment.lang.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. $LANG['coment_class_php_1'] = '没有获取到正常的数据存储表。';
  3. $LANG['coment_class_php_2'] = '数据存储表不存在,并在尝试创建数据存储表时出现错误,请联系管理员。';
  4. $LANG['coment_class_php_3'] = '写入数据存储表时出错,请联系管理员。';
  5. $LANG['coment_class_php_4'] = '自动创建数据存储表时出错,请联系管理员。';
  6. $LANG['coment_class_php_5'] = '尝试添加评论数据时出错,请联系管理员。';
  7. $LANG['coment_class_php_6'] = '评论没有找到。';
  8. $LANG['coment_class_php_7'] = '评论发表成功,需要等待管理员审核,才会显示。';
  9. $LANG['phpcms_friends'] = '网友';
  10. $LANG['no_comment'] = '评论没有找到!';
  11. $LANG['no_check_comments'] = '没有待审评论。';
  12. $LANG['comments_module_configuration'] = '评论模块配置';
  13. $LANG['comment_on_whether_to_allow_visitors'] = '是否允许游客评论';
  14. $LANG['check_comment'] = '是否需要审核';
  15. $LANG['whether_to_validate'] = '是否开启验证码';
  16. $LANG['chez'] = '于';
  17. $LANG['release'] = '发布';
  18. $LANG['are_you_sure_you_want_to_delete'] = '您确定删除吗?';
  19. $LANG['for_audit_several'] = '待审核数';
  20. $LANG['pass'] = '通过';
  21. $LANG['list'] = '列表';
  22. $LANG['comments_on_the_survey'] = '评论概况';
  23. $LANG['count'] = '计数';
  24. $LANG['comments_id'] = '评论ID';
  25. $LANG['site_id'] = '站点ID';
  26. $LANG['comments_direction'] = '评论方向';
  27. $LANG['jiushishuo'] = '无方向';
  28. $LANG['tetragonal'] = '正方';
  29. $LANG['cons'] = '反方';
  30. $LANG['neutrality'] = '中立';
  31. $LANG['sort'] = '排序';
  32. $LANG['new'] = '最新';
  33. $LANG['hot'] = '最热';
  34. $LANG['support'] = '支持数';
  35. $LANG['landing_users_to_comment'] = '登陆用户才可发表评论。';
  36. $LANG['code_error'] = '验证码错误!';
  37. $LANG['please_enter_code'] = '请输入验证码。';
  38. $LANG['comment_bang'] = '评论排行榜';
  39. $LANG['please_enter_content'] = '请输入内容。';
  40. $LANG['dragonforce'] = '已经支持过了。';
  41. $LANG['comment_point_del'] = '评论被删除,扣除积分。';
  42. $LANG['comments_on_points_awards'] = '评论积分奖励';
  43. $LANG['be_deleted_from_the_review_points'] = '评论被删除扣除积分';
  44. $LANG['to_operate'] = ' 分,0为不操作。';
  45. $LANG['canot_allow_comment'] = ' 该文不可评论。';
  46. $LANG['please_chose_comment'] = '请选择评论,再进行删除操作。';
  47. $LANG['comment_manage'] = '评论管理';
  48. $LANG['choose_database'] = '请选择数据存储表';
  49. $LANG['original'] = '原文';
  50. $LANG['author'] = '发表人';
  51. $LANG['no_comment'] = '暂无评论';