mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$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 address',
|
|
'projectmilestones'=>'Project Milestones',
|
|
'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 id',
|
|
'Milestone'=>'Milestone',
|
|
'Type'=>'Type',
|
|
'Related Project'=>'Related Project',
|
|
'Related To'=>'Related To',
|
|
'projectid'=>'Related To',
|
|
'administrative'=>'administrative',
|
|
'operative'=>'operative',
|
|
'other'=>'other',
|
|
'Created Time'=>'Time created',
|
|
'Modified Time'=>'Modified Time',
|
|
'description'=>'Description',
|
|
'Description'=>'Description',
|
|
'Project Milestone Name'=>'Milestone Name',
|
|
'Project Milestone No'=>'Milestone No',
|
|
'Project Milestones'=>'Project Milestones',
|
|
'Creator' => 'Creator',
|
|
);
|
|
?>
|