document.php 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. * index
  5. */
  6. $lang['document_index_document'] = '会员协议';
  7. $lang['document_index_title'] = '标题';
  8. $lang['document_index_content'] = '文章内容';
  9. $lang['document_index_pic_upload'] = '图片上传';
  10. $lang['document_index_batch_upload'] = '批量上传';
  11. $lang['document_index_normal_upload'] = '普通上传';
  12. $lang['document_index_uploaded_pic'] = '已传图片';
  13. $lang['document_index_insert'] = '插入编辑器';
  14. $lang['document_index_title_null'] = '文章标题不能为空';
  15. $lang['document_index_content_null'] = '文章内容不能为空';
  16. $lang['document_index_del_fail'] = '删除失败';
  17. $lang['document_index_help1'] = '在相关操作处可查看具体内容,例:在注册会员时须查看用户服务协议';
  18. /**
  19. * 编辑系统文章
  20. */
  21. $lang['document_edit_back_to_list'] = '返回文章列表';
  22. $lang['document_edit_again'] = '重新编辑该文章';
  23. $lang['document_edit_time'] = '时间';
  24. $lang['article_add_img_wrong'] = '图片限于png,gif,jpeg,jpg格式';
  25. /**
  26. * iframe上传
  27. */
  28. $lang['document_iframe_upload_fail'] = '上传失败';
  29. $lang['document_iframe_upload'] = '上传';