21 lines
493 B
PHP
Executable File
21 lines
493 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 模块语言包-问答
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
'answer_user_name' => '用户信息',
|
|
'answer_content_name' => '内容',
|
|
'answer_contact_name' => '联系人',
|
|
'answer_status_name' => '状态',
|
|
|
|
'answer_reply_name' => '回复内容',
|
|
'answer_reply_format' => '回复内容格式 2~230 个字符',
|
|
|
|
'answer_so_keyword_tips' => '联系人/内容',
|
|
);
|
|
?>
|