48 lines
1.7 KiB
PHP
48 lines
1.7 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' => 'Project Tasks',
|
|
'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',
|
|
'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',
|
|
'Project Task Name' => 'Task Name',
|
|
'Project Task No' => 'Task No.',
|
|
'Project Task Number' => 'Task Code',
|
|
'ProjectTask ID' => 'ProjectTask ID',
|
|
);
|
|
?>
|