mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
75 lines
3.6 KiB
PHP
75 lines
3.6 KiB
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(
|
||
'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' => 'Предварительный просмотр не доступен для этого типа вложений.',
|
||
'Attachments:Error:FileTooLarge' => 'Файл слишком велик для загрузки. %1$s',
|
||
'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached.
|
||
Either you have pushed an empty file,
|
||
or ask your iTop administrator if the iTop server disk is full.~~',
|
||
'Attachments:Render:Icons' => 'Display as icons~~',
|
||
'Attachments:Render:Table' => 'Display as list~~',
|
||
));
|
||
|
||
//
|
||
// Class: Attachment
|
||
//
|
||
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Class:Attachment' => 'Вложение',
|
||
'Class:Attachment+' => '',
|
||
'Class:Attachment/Attribute:expire' => 'Истекает',
|
||
'Class:Attachment/Attribute:expire+' => '',
|
||
'Class:Attachment/Attribute:temp_id' => 'Временный Id',
|
||
'Class:Attachment/Attribute:temp_id+' => '',
|
||
'Class:Attachment/Attribute:item_class' => 'Класс объекта',
|
||
'Class:Attachment/Attribute:item_class+' => '',
|
||
'Class:Attachment/Attribute:item_id' => 'Id объекта',
|
||
'Class:Attachment/Attribute:item_id+' => '',
|
||
'Class:Attachment/Attribute:item_org_id' => 'Id организации объекта',
|
||
'Class:Attachment/Attribute:item_org_id+' => '',
|
||
'Class:Attachment/Attribute:contents' => 'Содержимое',
|
||
'Class:Attachment/Attribute:contents+' => '',
|
||
));
|
||
|
||
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Attachments:File:Thumbnail' => 'Предпросмотр',
|
||
'Attachments:File:Name' => 'Имя файла',
|
||
'Attachments:File:Date' => 'Дата',
|
||
'Attachments:File:Uploader' => 'Пользователь',
|
||
'Attachments:File:Size' => 'Размер',
|
||
'Attachments:File:MimeType' => 'Тип',
|
||
));
|
||
//
|
||
// Class: Attachment
|
||
//
|
||
|
||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||
'Class:Attachment/Attribute:creation_date' => 'Дата создания',
|
||
'Class:Attachment/Attribute:creation_date+' => '',
|
||
'Class:Attachment/Attribute:user_id' => 'Пользователь',
|
||
'Class:Attachment/Attribute:user_id+' => '',
|
||
'Class:Attachment/Attribute:contact_id' => 'Контакт',
|
||
'Class:Attachment/Attribute:contact_id+' => '',
|
||
));
|