document.lang.php 879 B

123456789101112131415161718192021
  1. <?php
  2. $lang['document_index_document'] = '会员协议';
  3. $lang['document_index_title'] = '标题';
  4. $lang['document_index_content'] = '文章内容';
  5. $lang['document_index_pic_upload'] = '图片上传';
  6. $lang['document_index_uploaded_pic'] = '已传图片';
  7. $lang['document_index_insert'] = '插入编辑器';
  8. $lang['document_index_title_null'] = '文章标题不能为空';
  9. $lang['document_index_content_null'] = '文章内容不能为空';
  10. $lang['document_index_del_fail'] = '删除失败';
  11. $lang['document_index_help1'] = '在相关操作处可查看协议具体内容,例:在注册会员时须查看用户服务协议';
  12. /**
  13. * 编辑系统文章
  14. */
  15. $lang['document_edit_time'] = '时间';
  16. $lang['article_add_img_wrong'] = '图片限于png,gif,jpeg,jpg格式';
  17. /**
  18. * iframe上传
  19. */
  20. return $lang;