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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
#muuid {3503D584-6234-4BEF-A553-6C1B9CD471F2}
;============================================================
; File: NewEventNotify.dll
; Plugin: NewEventNotify
; Version: 0.2.2.7
; Authors: icebreaker, Prezes, vj, vlko, Joe @ Whale
;============================================================
[Notifies you when you receive a message, URL, file or any other event by displaying a popup.]
Уведомляет о получении сообщения, URL, файла или другого события, отображая информацию во всплывающих окнах.
;file \plugins\NewEventNotify\res\resource.rc
[Limit message preview to]
Ограничить предпросмотр
[characters]
символами
[Message]
Сообщение
[File]
Файл
[Errors]
Ошибка
[Others]
Другое
[Text]
Текст
[Background]
Фон
[Use default colors]
Цвета по умолчанию
[Use Windows colors]
Цвета Windows
[Timeout, secs]
Длительность, сек.
[Preview]
Тест
[(timeout -1 means forever, 0 - default)]
(-1 - бесконечно, 0 - значение по умолчанию)
[Don't show popup when message dialog is already open]
Не показывать, если открыто окно
[Hide popup when sending new message]
Скрывать при отправке нового сообщения
[Open reply dialog instead of reading the message]
Диалог ответа вместо чтения сообщения
[Merge popups from one user]
Объединять от одного пользователя
[Show date]
Дата
[Show time]
Время
[Show headers]
Заголовки
[Number of messages being shown]
Количество показываемых сообщений
[Last message display first]
Последнее первым
[Last message display last]
Последнее последним
;file \plugins\NewEventNotify\src\main.cpp
[New event notifications]
Уведомления о новых событиях
;file \plugins\NewEventNotify\src\options.cpp
[General options]
Общие параметры
[Show preview of event in popup]
Предпросмотр события в окне
[Enable event notifications for instant messages]
Включить уведомления о событиях сообщений
[Enable event notifications for group chats]
Включить уведомления о событиях групповых чатов
[Notify me of...]
Уведомлять меня о...
[Error]
Ошибка
[Left click actions]
По левому щелчку
[Dismiss popup]
Закрыть окно
[Open event]
Открыть событие
[Dismiss event]
Скрыть событие
[Right click actions]
По правому щелчку
[Timeout actions]
По истечению времени
[Misc options]
Различные настройки
[No popups for RSS contacts]
Выключить для RSS новостей
[No popups for read messages (conflicts with anti-spam plugin)]
Выключить для прочтённых сообщений (несовместима с антиспамом)
[Event Notify]
Уведомления о событиях
[Popups]
Всплывающие окна
[Main options]
Основные настройки
[Message events]
Сообщения
[Event types]
Типы событий
;file \plugins\NewEventNotify\src\popup.cpp
[Received %d contacts.]
Получено %d контактов.
[ added you to the contact list]
добавил вас в свой список контактов
[ requested authorization]
запросил(а) авторизацию
[This is a sample message event :-)]
Это пример сообщения :-)
[This is a sample file event :-D]
Это пример входящего файла :-D
[This is a sample error event :-D]
Это пример ошибки :-D
[This is a sample other event ;-D]
Это пример других событий ;-D
[Plugin Test]
Тест плагина
[[b]Number of new message(s): %d[/b]\n]
\[b]Количество новых сообщений: %d[/b]\n
;file \plugins\NewEventNotify\src\stdafx.h
[Contacts]
Контакты
[You were added!]
Вас добавили
[Requests your authorization]
Запрос вашей авторизации
[Unknown Event]
Неизвестное событие
[Notify of new events]
Уведомлять о новых событиях
|