52 lines
2.5 KiB
PHP
Raw Permalink 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.
************************************************************************************/
/**
* Russian tranlsation by Mihail Alasheyev [mihail.alasheyev@gmail.com] 2009.11.27
* IMPORTANT: save file with UTF-8 without BOM!
**/
$mod_strings = Array(
'LBL_MODULE_NAME'=>'Критические сроки',
'LBL_MODULE_TITLE'=>'Критические сроки',
'LBL_NEW_OPERATION'=>'Новый критический срок',
'LBL_DEADLINES'=>'Критические сроки',
'LBL_DEADLINE'=>'Критический срок',
'Deadline ID'=>'Идентификатор критического срока',
'deadlinename' => 'Наименование критического срока',
'deadlines' => 'критические сроки',
//added this to translate the module name in the main app menu
'Deadline'=>'Критические сроки',
//
'SINGLE_Deadline' => 'Критический срок',
'LBL_CUSTOM_INFORMATION' => 'Пользовательская информация',
'LBL_DEADLINE_INFORMATION' => 'Информация о критическом сроке',
'LBL_DESCRIPTION_INFORMATION' => 'Описание критического срока',
'Assigned To' => 'Кому поручено',
'deadlinedate' => 'Критический срок',
'milestone' => 'Веха',
'description' => 'Описание',
'deadlinetype'=>'Тип',
//'linktoproject'=>'Link To',
'projectid' => 'Проект',
'Related To' => 'Относится к',
'administrative' => 'административный',
'operative' => 'оперативный',
'other' => 'другой',
'Created Time' => 'Критический срок создан',
'Modified Time' => 'Критический срок изменен',
'description' => 'Описание',
'Description' => 'Описание',
//added for related lists
'DeadlineName' => 'Наименование критического срока',
'--none--' => '--ничего--',
);
?>