27 lines
1.4 KiB
PHP
27 lines
1.4 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(
|
||
'SINGLE_ProjectMilestone' => 'Контрольная Точка',
|
||
'LBL_ADD_RECORD' => "Добавить проект Milestone",
|
||
'LBL_RECORDS_LIST' => "Список Этапы проекта",
|
||
'LBL_PROJECTS_LIST' => "Список проектов",
|
||
'LBL_TASKS_LIST' => "Список задач",
|
||
'LBL_MILESTONES_LIST' => "Вехи Список",
|
||
'LBL_PROJECT_MILESTONE_INFORMATION' => "Подробности проекта Milestone",
|
||
'Project Milestone Name' => "Название проекта Milestone",
|
||
'Milestone Date' => "Дата Milestone",
|
||
'Project Milestone No' => "Номер проекта Milestone",
|
||
'Type' => 'Тип' ,
|
||
'Related to' => 'В связи с' ,
|
||
//picklist values
|
||
'administrative' => 'Административный',
|
||
'operative' => 'Оперативный',
|
||
'other' => 'Другой',
|
||
); |