mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
20 lines
845 B
PHP
20 lines
845 B
PHP
<?php
|
|
/**
|
|
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
|
|
*
|
|
* @author Vladimir Kunin <v.b.kunin@gmail.com>
|
|
* @link http://community.itop-itsm.ru iTop Russian Community
|
|
* @link https://github.com/itop-itsm-ru/itop-rus
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
|
// Errors
|
|
'FilesInformation:Error:MissingFile' => 'Файл %1$s отсутствует',
|
|
'FilesInformation:Error:CorruptedFile' => 'Файл %1$s повреждён',
|
|
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s ~~',
|
|
'FilesInformation:Error:CantWriteToFile' => 'Невозможно выполнить запись в файл %1$s',
|
|
));
|
|
|
|
|