73 lines
2.5 KiB
PHP
73 lines
2.5 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'=>'Projects',
|
|
'LBL_MODULE_TITLE'=>'Projects',
|
|
'LBL_NEW_PROJECT'=>'New Project',
|
|
'LBL_PROJECTS'=>'Projects',
|
|
'LBL_PROJECT'=>'Project',
|
|
'projectname' => 'Project name',
|
|
'projects' => 'Projects',
|
|
'project' => 'Projects',
|
|
//added this to translate the module name in the main app menu
|
|
'Project'=>'Projects',
|
|
//
|
|
'SINGLE_Project' => 'Project',
|
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
|
'LBL_PROJECT_INFORMATION' => 'Project Information',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
|
|
|
'projectid' => 'Project ID',
|
|
'Project ID'=>'Project ID',
|
|
'Assigned To' => 'Assigned To',
|
|
'Start Date' => 'Start Date',
|
|
'Target End Date' => 'Target End Date',
|
|
'Actual End Date' => 'Actual End Date',
|
|
'Status'=>'Status',
|
|
'Type'=>'Type',
|
|
'Target Budget'=>'Target budget',
|
|
'Project Url'=>'Url',
|
|
'Priority'=>'Priority',
|
|
'Progress'=>'Progress',
|
|
'Related To' => 'Related To',
|
|
'administrative' => 'administrative',
|
|
'operative' => 'operative',
|
|
'other' => 'other',
|
|
'low' => 'low',
|
|
'normal' => 'normal',
|
|
'high' => 'high',
|
|
'prospecting' => 'Prospecting',
|
|
'in progress' => 'In Progress',
|
|
'initiated' => 'Initiated',
|
|
'on hold' => 'On Hold',
|
|
'archived' => 'Archived',
|
|
'completed' => 'Completed',
|
|
'delivered' => 'Delivered',
|
|
'Created Time' => 'Created Time',
|
|
'Modified Time' => 'Modified Time',
|
|
'Description' => 'Description',
|
|
'description' => 'Description',
|
|
'--none--' => '--none--',
|
|
'Project Name' => 'Project Name',
|
|
'LBL_RELATED_PROJECT_TASKS' => 'Project Tasks',
|
|
'LBL_RELATED_PROJECT_MILESTONES' => 'Project Milstones',
|
|
|
|
'Charts' => 'Charts',
|
|
'LBL_PROGRESS_CHART' => 'Progress Chart',
|
|
'Project No' => 'Project No',
|
|
|
|
'Project Milestones' => 'Project Milestones',
|
|
'Project Tasks' => 'Project Tasks',
|
|
'Project Team' => 'Project Team',
|
|
'Project ID' => 'Project ID',
|
|
);
|
|
|
|
?>
|