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

48 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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_ProjectTask' => "Задач проекта",
'LBL_ADD_RECORD' => "Добавить задач проекта",
'LBL_RECORDS_LIST' => "Списка задач проекта",
'LBL_PROJECT_TASK_INFORMATION' => "Подробности задач проекта",
'LBL_PROJECTS_LIST' => "Список проектов",
'LBL_TASKS_LIST' => "Список задач",
'LBL_MILESTONES_LIST' => "Вехи Список",
'Project Task Name' => "Имя задач проекта",
'Project Task No' => "Не задач проекта нет",
'Project Task Number' => "Число задач проекта",
'Status' => "Статус",
'Priority' => "Приоритет",
'Progress' => "Прогресс",
'Type' => "Тип",
'Worked Hours' => "Отработанных часов",
'Start Date' => "Дата начала",
'End Date' => "Дата окончания",
'Related to' => "Связанный С",
'administrative' => 'Административный',
'operative' => 'Оперативный',
'other' => 'Другой',
'low' => 'Низкий',
'normal' => 'Нормальный',
'high' => 'Высокий',
'Created Time' => "Время создания",
'Modified Time' => "Времени изменения",
'description' => "Описание",
'Assigned To' => "Назначено",
'Open' => "Открыть",
'In Progress' => "В процессе",
'Completed' => "Завершенный",
'Deferred' => "Отложенный",
'Canceled' => "Отменен",
'LBL_NO_DATE_VALUE_MSG' => 'или Задачи проекта не имеют начала и / или окончания',
'Canceled ' => 'Отменен',
);