42 lines
2.1 KiB
PHP
42 lines
2.1 KiB
PHP
<?php
|
|
$lang->researchreport->browse = '浏览列表';
|
|
$lang->researchreport->create = '创建调研报告';
|
|
$lang->researchreport->edit = '编辑调研报告';
|
|
$lang->researchreport->view = '调研报告详情';
|
|
$lang->researchreport->delete = '删除调研报告';
|
|
$lang->researchreport->common = '调研报告';
|
|
|
|
$lang->researchreport->basicInfo = '基本信息';
|
|
$lang->researchreport->lifeTime = '调研报告的一生';
|
|
$lang->researchreport->legendRelated = '相关信息';
|
|
$lang->researchreport->id = 'ID';
|
|
$lang->researchreport->relatedPlan = '相关调研计划';
|
|
$lang->researchreport->title = '报告名称';
|
|
$lang->researchreport->author = '撰写人';
|
|
$lang->researchreport->content = '报告内容';
|
|
$lang->researchreport->customer = '调研客户';
|
|
$lang->researchreport->researchObjects = '调研对象';
|
|
$lang->researchreport->researchTime = '调研时间';
|
|
$lang->researchreport->location = '调研地点';
|
|
$lang->researchreport->method = '调研方式';
|
|
$lang->researchreport->createdBy = '由谁创建';
|
|
$lang->researchreport->createdDate = '创建时间';
|
|
$lang->researchreport->editedBy = '由谁编辑';
|
|
$lang->researchreport->editedDate = '最后编辑';
|
|
$lang->researchreport->begin = '调研开始时间';
|
|
$lang->researchreport->end = '调研结束时间';
|
|
$lang->researchreport->legendFromUR = '相关用户需求';
|
|
|
|
$lang->researchreport->confirmDelete = '确认删除该条调研报告?';
|
|
$lang->researchreport->deleted = '已删除';
|
|
|
|
$lang->researchreport->featureBar['browse'] = array();
|
|
$lang->researchreport->featureBar['browse']['all'] = '全部';
|
|
|
|
$lang->researchreport->methodList = array();
|
|
$lang->researchreport->methodList[''] = '';
|
|
$lang->researchreport->methodList['videoConference'] = '视频会议';
|
|
$lang->researchreport->methodList['interview'] = '面谈';
|
|
$lang->researchreport->methodList['questionnaire'] = '调查问卷';
|
|
$lang->researchreport->methodList['telephoneInterview'] = '电话访谈';
|