42 lines
2.1 KiB
PHP
42 lines
2.1 KiB
PHP
<?php
|
|
$lang->researchreport->browse = 'Research Report List';
|
|
$lang->researchreport->create = 'Create Research Report';
|
|
$lang->researchreport->edit = 'Edit Research Report';
|
|
$lang->researchreport->view = 'View Research Report';
|
|
$lang->researchreport->delete = 'Delete Research Report';
|
|
$lang->researchreport->common = 'Research Report';
|
|
|
|
$lang->researchreport->basicInfo = 'Basic Info';
|
|
$lang->researchreport->lifeTime = 'Research Report Life';
|
|
$lang->researchreport->legendRelated = 'Related Info';
|
|
$lang->researchreport->id = 'ID';
|
|
$lang->researchreport->relatedPlan = 'Related Plan';
|
|
$lang->researchreport->title = 'Name';
|
|
$lang->researchreport->author = 'Author';
|
|
$lang->researchreport->content = 'Content';
|
|
$lang->researchreport->customer = 'Research Customer';
|
|
$lang->researchreport->researchObjects = 'Research Team';
|
|
$lang->researchreport->researchTime = 'Research Time';
|
|
$lang->researchreport->location = 'Research Location';
|
|
$lang->researchreport->method = 'Research Method';
|
|
$lang->researchreport->createdBy = 'CreatedBy';
|
|
$lang->researchreport->createdDate = 'CreatedDate';
|
|
$lang->researchreport->editedBy = 'EditedBy';
|
|
$lang->researchreport->editedDate = 'EditedDate';
|
|
$lang->researchreport->begin = 'Reseash Begin Time';
|
|
$lang->researchreport->end = 'Reseash End Time';
|
|
$lang->researchreport->legendFromUR = 'Related Requirement';
|
|
|
|
$lang->researchreport->confirmDelete = 'Are you sure delete this research report?';
|
|
$lang->researchreport->deleted = 'Deleted';
|
|
|
|
$lang->researchreport->featureBar['browse'] = array();
|
|
$lang->researchreport->featureBar['browse']['all'] = 'All';
|
|
|
|
$lang->researchreport->methodList = array();
|
|
$lang->researchreport->methodList[''] = '';
|
|
$lang->researchreport->methodList['videoConference'] = 'Video Conference';
|
|
$lang->researchreport->methodList['interview'] = 'Interview';
|
|
$lang->researchreport->methodList['questionnaire'] = 'Questionnaire';
|
|
$lang->researchreport->methodList['telephoneInterview'] = 'Telephone Interview';
|