48 lines
1.9 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 Milestones',
'LBL_MODULE_TITLE'=>'Project Milestones',
'LBL_NEW_OPERATION'=>'New Project Milestone',
'LBL_MILESTONES'=>'Project Milestones',
'LBL_MILESTONE'=>'Project Milestone',
'Project Milestone ID'=>'Milestone ID',
'projectmilestones' => 'Project Milestones',
//added this to translate the module name in the main app menu
'ProjectMilestone'=>'Project Milestones',
//
'SINGLE_ProjectMilestone' => 'Project Milestone',
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Project Milestone Information',
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
'Assigned To' => 'Assigned To',
'Milestone Date' => 'Milestone Date',
'Milestone' => 'Milestone',
'Type'=>'Type',
//'linktoproject'=>'Link To',
'Related Project' => 'Related Project',
'Related To' => 'Related To',
'projectid' => 'Related To',
'administrative' => 'administrative',
'operative' => 'operative',
'other' => 'other',
'Created Time' => 'Created Time',
'Modified Time' => 'Modified Time',
'description' => 'Description',
'Description' => 'Description',
//added for related lists
'Project Milestone Name' => 'Milestone Name',
'Project Milestone No' => 'Milestone No',
'ProjectMilestone ID' => 'ProjectMilestone ID',
);
?>