forked from Combodo/combodo-email-synchro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ru.dict.combodo-email-synchro.php
58 lines (52 loc) · 3.21 KB
/
ru.dict.combodo-email-synchro.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
/**
* Localized data
*
* @author Vladimir Kunin <[email protected]>
* @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(
// Dictionary entries go here
'Class:MailInboxBase' => 'Почтовый ящик',
'Class:MailInboxBase+' => 'Источник входящих сообщений электронной почты',
'Class:MailInboxBase/Attribute:server' => 'Сервер',
'Class:MailInboxBase/Attribute:mailbox' => 'Папка (для IMAP)',
'Class:MailInboxBase/Attribute:login' => 'Логин',
'Class:MailInboxBase/Attribute:password' => 'Пароль',
'Class:MailInboxBase/Attribute:protocol' => 'Протокол',
'Class:MailInboxBase/Attribute:protocol/Value:pop3' => 'POP3',
'Class:MailInboxBase/Attribute:protocol/Value:imap' => 'IMAP',
'Class:MailInboxBase/Attribute:port' => 'Порт',
'Class:MailInboxBase/Attribute:active' => 'Включён',
'Class:MailInboxBase/Attribute:active/Value:yes' => 'Да',
'Class:MailInboxBase/Attribute:active/Value:no' => 'Нет',
'MailInbox:MailboxContent' => 'Содержимое ящика',
'MailInbox:MailboxContent:ConfirmMessage' => 'Are you sure ?~~',
'MailInbox:EmptyMailbox' => 'Ящик пуст',
'MailInbox:Z_DisplayedThereAre_X_Msg_Y_NewInTheMailbox' => '%1$d сообщений показано. Всего %2$d сообщений в ящике (%3$d новых).',
'MailInbox:MaxAllowedPacketTooSmall' => 'MySQL parameter max_allowed_packet in "my.ini" is too small: %1$s. The recommended value is at least: %2$s~~',
'MailInbox:Status' => 'Статус',
'MailInbox:Subject' => 'Тема',
'MailInbox:From' => 'От',
'MailInbox:Date' => 'Дата',
'MailInbox:RelatedTicket' => 'Связанный тикет',
'MailInbox:ErrorMessage' => 'Ошибка',
'MailInbox:Status/Processed' => 'Обработано',
'MailInbox:Status/New' => 'Новое',
'MailInbox:Status/Error' => 'Ошибка',
'MailInbox:Status/Undesired' => 'Undesired~~',
'MailInbox:Status/Ignored' => 'Ignored~~',
'MailInbox:Login/ServerMustBeUnique' => 'Эта комбинация Логина (%1$s) и Сервера (%2$s) уже используется для другого Почтового ящика.',
'MailInbox:Login/Server/MailboxMustBeUnique' => 'Эта комбинация Логина (%1$s), Сервера (%2$s) и Папки (%3$s) уже используется для другого Почтового ящика',
'MailInbox:Display_X_eMailsStartingFrom_Y' => 'Показать %1$s сообщений, начиная с %2$s.',
'MailInbox:WithSelectedDo' => 'С выбранными сообщениями: ',
'MailInbox:ResetStatus' => 'Сбросить статус',
'MailInbox:DeleteMessage' => 'Удалить',
'MailInbox:IgnoreMessage' => 'Ignore email~~',
'MailInbox:MessageDetails' => 'Message details~~',
'MailInbox:DownloadEml' => 'Download eml file~~',
'Class:TriggerOnMailUpdate' => 'Trigger (when updated by mail)~~',
'Class:TriggerOnMailUpdate+' => 'Trigger activated when a ticket is updated by processing an incoming email~~',
));