Files
CRM/languages/en_us/ProjectMilestone.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

33 lines
1.2 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.
*************************************************************************************/
$languageStrings = array(
// Basic Strings
'SINGLE_ProjectMilestone' => 'Project Milestone',
'LBL_ADD_RECORD' => 'Add Project Milestone',
'LBL_RECORDS_LIST' => 'Project Milestones List',
'LBL_PROJECTS_LIST' => 'Projects List',
'LBL_TASKS_LIST' => 'Tasks List',
'LBL_MILESTONES_LIST' => 'Milestones List',
// Blocks
'LBL_PROJECT_MILESTONE_INFORMATION' => 'Project Milestone Details',
//Field Labels
'Project Milestone Name' => 'Project Milestone Name',
'Milestone Date' => 'Milestone Date',
'Project Milestone No' => 'Project Milestone Number',
'Type' => 'Type',
'Related to' => 'Related To',
//picklist values
'administrative' => 'Administrative',
'operative' => 'Operative',
'other' => 'Other',
);