21 lines
666 B
PHP
Executable File
21 lines
666 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 模块语言包-自定义页面
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
// 添加/编辑
|
|
'customview_add_name' => '自定义页面添加',
|
|
'customview_edit_name' => '自定义页面编辑',
|
|
'customview_title_text' => '标题',
|
|
'customview_content_text' => '内容',
|
|
'customview_title_format' => '标题长度 3~60 个字符',
|
|
'customview_content_format' => '内容长度最少 50~105000 个字符',
|
|
'customview_content_format_mobile' => '更多编辑功能请使用电脑访问',
|
|
'customview_so_keyword_tips' => '标题关键字',
|
|
);
|
|
?>
|