mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
47 lines
2.4 KiB
PHP
Executable File
47 lines
2.4 KiB
PHP
Executable File
<?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://www.opensource.org/licenses/gpl-3.0.html LGPL
|
||
*
|
||
*/
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Attachments:TabTitle_Count' => 'Вложения (%1$d)',
|
||
'Attachments:EmptyTabTitle' => 'Вложения',
|
||
'Attachments:FieldsetTitle' => 'Вложения',
|
||
'Attachments:DeleteBtn' => 'Удалить',
|
||
'Attachments:History_File_Added' => 'Вложение %1$s добавлено.',
|
||
'Attachments:History_File_Removed' => 'Вложение %1$s удалено.',
|
||
'Attachments:AddAttachment' => 'Добавить вложение:',
|
||
'Attachments:UploadNotAllowedOnThisSystem' => 'Загрузка файлов НЕ разрешена в этой системе. За подробностями обратитесь к администратору вашего iTop',
|
||
'Attachment:Max_Go' => '(Максимальный размер файла: %1$s ГБ)',
|
||
'Attachment:Max_Mo' => '(Максимальный размер файла: %1$s МБ)',
|
||
'Attachment:Max_Ko' => '(Максимальный размер файла: %1$s кБ)',
|
||
'Attachments:NoAttachment' => 'Нет вложений.',
|
||
'Attachments:PreviewNotAvailable' => 'Предварительный просмотр не доступен для этого типа вложений.',
|
||
));
|
||
|
||
//
|
||
// Class: Attachment
|
||
//
|
||
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Class:Attachment' => 'Attachment~~',
|
||
'Class:Attachment+' => '',
|
||
'Class:Attachment/Attribute:expire' => 'Expire~~',
|
||
'Class:Attachment/Attribute:expire+' => '',
|
||
'Class:Attachment/Attribute:temp_id' => 'Temp id~~',
|
||
'Class:Attachment/Attribute:temp_id+' => '',
|
||
'Class:Attachment/Attribute:item_class' => 'Item class~~',
|
||
'Class:Attachment/Attribute:item_class+' => '',
|
||
'Class:Attachment/Attribute:item_id' => 'Item id~~',
|
||
'Class:Attachment/Attribute:item_id+' => '',
|
||
'Class:Attachment/Attribute:item_org_id' => 'Item org id~~',
|
||
'Class:Attachment/Attribute:item_org_id+' => '',
|
||
'Class:Attachment/Attribute:contents' => 'Contents~~',
|
||
'Class:Attachment/Attribute:contents+' => '',
|
||
));
|