16 lines
674 B
PHP
16 lines
674 B
PHP
<?php
|
|
$lang['document_index_document'] = '会员协议';
|
|
$lang['document_index_title'] = '标题';
|
|
$lang['document_index_content'] = '文章内容';
|
|
$lang['document_index_pic_upload'] = '图片上传';
|
|
$lang['document_index_uploaded_pic'] = '已传图片';
|
|
$lang['document_index_insert'] = '插入编辑器';
|
|
$lang['document_index_title_null'] = '文章标题不能为空';
|
|
$lang['document_index_content_null'] = '文章内容不能为空';
|
|
$lang['document_index_help1'] = '在相关操作处可查看协议具体内容,例:在注册会员时须查看用户服务协议';
|
|
/**
|
|
* 编辑系统文章
|
|
*/
|
|
$lang['document_edit_time'] = '时间';
|
|
return $lang;
|