forked from eteran/qgmailnotifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqgmailnotifier_ru.ts
132 lines (131 loc) · 5.29 KB
/
qgmailnotifier_ru.ts
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
131
132
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="ru">
<context>
<name>DialogOptions</name>
<message>
<location filename="dialog_options.ui" line="13"/>
<source>QGmailNotifier Options</source>
<translation>Настройки QGMailNotifier</translation>
</message>
<message>
<location filename="dialog_options.ui" line="29"/>
<source>Username:</source>
<translation>Логин:</translation>
</message>
<message>
<location filename="dialog_options.ui" line="39"/>
<source>Password:</source>
<translation>Пароль:</translation>
</message>
<message>
<location filename="dialog_options.ui" line="53"/>
<source>Check Interval:</source>
<translation>Интервал проверки:</translation>
</message>
<message>
<location filename="dialog_options.ui" line="73"/>
<source>Popup time span:</source>
<translation>Время показа сообщений:</translation>
</message>
<message>
<location filename="dialog_options.ui" line="90"/>
<source>Maximum Converations In Menu:</source>
<translation>Количество отображаемых сообщений:</translation>
</message>
</context>
<context>
<name>QGmailNotifier</name>
<message>
<location filename="QGmailNotifier.cpp" line="82"/>
<source>View Inbox</source>
<translation>Открыть папку Входящие</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="83"/>
<source>Compose a Message</source>
<translation>Написать письмо</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="84"/>
<source>Check Mail Now</source>
<translation>Проверить почту</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="85"/>
<source>Tell me Again...</source>
<translation>Повторный показ сообщений</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="86"/>
<source>Options</source>
<translation>Настройки</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="87"/>
<source>About</source>
<translation>О программе</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="92"/>
<source>Unread Conversations</source>
<translation>Непрочитанные</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="109"/>
<source>Exit</source>
<translation>Выход</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="135"/>
<source>Reading feed</source>
<translation>Читать RSS</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="236"/>
<source>QGmailNotifier</source>
<translation>QGmailNotifier</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="237"/>
<source>QGmailNotifier version %1. Written by Evan Teran
Icons are the trademark of Google
Google, Gmail and Google Mail are registered trademarks of Google Inc.
QGmailNotifier nor its author are in any way affiliated nor endorsed by Google Inc.
</source>
<translation>Версия QGmailNotifier - %1. Автор - Evan Teran.
Права на значки принадлежат Google.
Google, Gmail и Google Mail - зарегистрированые товарные знаки Google Inc.
Ни QGmailNotifier, ни его автор никак не связаны с Google Inc.</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="264"/>
<source>%1 unread conversation</source>
<translation>Непрочитанных писем - %1 шт.</translation>
</message>
<message>
<location filename="QGmailNotifier.cpp" line="266"/>
<source>%1 unread conversations</source>
<translation>Непрочитанных писем - %1 шт.</translation>
</message>
</context>
<context>
<name>QMessageBox</name>
<message>
<location filename="main.cpp" line="25"/>
<location filename="main.cpp" line="31"/>
<source>QGmailNotifier</source>
<translation type="unfinished">QGmailNotifier</translation>
</message>
<message>
<location filename="main.cpp" line="25"/>
<source>I couldn't detect any system tray on this system.</source>
<translation type="unfinished">Системный лоток не обнаружен в системе.</translation>
</message>
<message>
<location filename="main.cpp" line="31"/>
<source>I couldn't detect any SSL supporton this system. Perhaps you need to rebuild QT with SSL support.</source>
<translation type="unfinished">Не обнаружена поддержка SSL в системе. Возможно нужно пересобрать QT с поддержкой SSL.</translation>
</message>
</context>
</TS>