54 lines
2.0 KiB
PHP
54 lines
2.0 KiB
PHP
<?php
|
|
/*+**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
************************************************************************************/
|
|
$mod_strings = Array(
|
|
|
|
'LBL_MODULE_NAME'=>'Project Tasks',
|
|
'LBL_MODULE_TITLE'=>'Project Tasks',
|
|
'LBL_NEW_PROJECTTASK'=>'New Project Task',
|
|
'LBL_PROJECTTASKS'=>'Project Tasks',
|
|
'LBL_PROJECTTASK'=>'Project Task',
|
|
'Project Task ID'=>'Project Task ID',
|
|
'projecttasks' => 'projecttasks',
|
|
//added this to translate the module name in the main app menu
|
|
'ProjectTask'=>'Project Tasks',
|
|
'SINGLE_ProjectTask' => 'Project Task',
|
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
|
'LBL_PROJECT_TASK_INFORMATION' => 'Project Task Information',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
|
'Assigned To' => 'Assigned To',
|
|
//'linktoproject' => 'Link to Project',
|
|
'Related Project' => 'Related Project',
|
|
'Priority' => 'Priority',
|
|
'Progress' => 'Progress',
|
|
'Type'=>'Type',
|
|
'Worked Hours'=>'Worked Hours',
|
|
'Start Date'=>'Start Date',
|
|
'End Date'=>'End Date',
|
|
'Related To' => 'Related To',
|
|
'projectid' => 'Related To',
|
|
'administrative' => 'administrative',
|
|
'operative' => 'operative',
|
|
'other' => 'other',
|
|
'low' => 'low',
|
|
'normal' => 'normal',
|
|
'high' => 'high',
|
|
'Created Time' => 'Created Time',
|
|
'Modified Time' => 'Modified Time',
|
|
'Description' => 'Description',
|
|
'description' => 'Description',
|
|
//added for related lists
|
|
'Project Task Name' => 'Task Name',
|
|
'Project Task No' => 'Task No',
|
|
'Project Task Number' => 'Task Code',
|
|
'ProjectTask ID'=>'ProjectTask ID',
|
|
);
|
|
|
|
?>
|