]> git.ipfire.org Git - ddns.git/blob - po/ru.po
20a72465835a27061bd03abd264d2809c6acb150
[ddns.git] / po / ru.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 #
5 # Translators:
6 # Alexander Savchenko, 2014
7 # Andrei Skipin <skian2007@yandex.ru>, 2014
8 # ellviss <kpe1501@gmail.com>, 2015
9 # bubnov_pi <ipfire@bubnov.su>, 2014
10 # Вальчишин Андрій Олегович <v.andrey@i.ua>, 2012
11 msgid ""
12 msgstr ""
13 "Project-Id-Version: IPFire Project\n"
14 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2014-09-29 14:20+0000\n"
16 "PO-Revision-Date: 2015-02-17 19:26+0000\n"
17 "Last-Translator: ellviss <kpe1501@gmail.com>\n"
18 "Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/ru/)\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
21 "Content-Transfer-Encoding: 8bit\n"
22 "Language: ru\n"
23 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24
25 #: ../src/ddns/__init__.py:63
26 msgid "Debugging mode enabled"
27 msgstr "Включён режим отладки"
28
29 #: ../src/ddns/__init__.py:90
30 #, python-format
31 msgid "Loading configuration file %s"
32 msgstr "Загружается файл конфигурации %s"
33
34 #: ../src/ddns/__init__.py:156
35 msgid "Found no entries in the configuration file. Exiting."
36 msgstr "Не найдено записей в конфигурационном файле. Выход."
37
38 #: ../src/ddns/__init__.py:167
39 #, python-format
40 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
41 msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
42
43 #: ../src/ddns/__init__.py:174
44 #, python-format
45 msgid ""
46 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
47 "exception:"
48 msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало необработанное исключение:"
49
50 #: ../src/ddns/errors.py:29
51 msgid "Error"
52 msgstr "Ошибка"
53
54 #: ../src/ddns/errors.py:39
55 msgid "Network error"
56 msgstr "Сетевая ошибка"
57
58 #: ../src/ddns/errors.py:47
59 msgid ""
60 "The server denied processing the request because account abuse is suspected"
61 msgstr "Сервер отклонил обработку запроса из-за подозрения в компрометации аккаунта."
62
63 #: ../src/ddns/errors.py:55
64 msgid "Authentication against the server has failed"
65 msgstr "Неудачная авторизация на сервере"
66
67 #: ../src/ddns/errors.py:64
68 msgid "The server denies any updates from this client"
69 msgstr "Сервер отклоняет любые обновления от этого клиента"
70
71 #: ../src/ddns/errors.py:72
72 msgid "The configuration file has errors"
73 msgstr "Конфигурационный файл содержит ошибки"
74
75 #: ../src/ddns/errors.py:79
76 msgid "Connection refused"
77 msgstr "Соединение отклонено"
78
79 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
80 msgid "Connection timeout"
81 msgstr "Тайм-аут подключения"
82
83 #: ../src/ddns/errors.py:94
84 msgid "The host could not be found in the configuration file"
85 msgstr "Хост не найден в файле конфигурации"
86
87 #: ../src/ddns/errors.py:102
88 msgid "Internal server error"
89 msgstr "Внутренняя ошибка сервера"
90
91 #: ../src/ddns/errors.py:109
92 msgid "Network unreachable"
93 msgstr "Сеть недоступна"
94
95 #: ../src/ddns/errors.py:116
96 msgid "Not found"
97 msgstr "Не найдено"
98
99 #: ../src/ddns/errors.py:124
100 msgid "Request error"
101 msgstr "Ошибка запроса"
102
103 #: ../src/ddns/errors.py:132
104 msgid "Could not resolve DNS entry"
105 msgstr "Невозможно разрешить запись DNS"
106
107 #: ../src/ddns/errors.py:139
108 msgid "Service unavailable"
109 msgstr "Сервис недоступен"
110
111 #: ../src/ddns/errors.py:147
112 msgid "The update could not be performed"
113 msgstr "Обновление не может быть выполнено"
114
115 #: ../src/ddns/providers.py:85
116 msgid "Provider is not properly configured"
117 msgstr "Провайдер не настроен"
118
119 #: ../src/ddns/providers.py:154
120 #, python-format
121 msgid "Updating %s forced"
122 msgstr "Принудительное обновление %s"
123
124 #: ../src/ddns/providers.py:170
125 #, python-format
126 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127 msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно."
128
129 #: ../src/ddns/providers.py:194
130 #, python-format
131 msgid ""
132 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
133 "address change"
134 msgstr ""
135
136 #: ../src/ddns/providers.py:202
137 #, python-format
138 msgid ""
139 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
140 "time has expired"
141 msgstr ""
142
143 #. Otherwise, we don't need to perform an update
144 #: ../src/ddns/providers.py:209
145 #, python-format
146 msgid "No update required for %(hostname)s (%(provider)s)"
147 msgstr ""
148
149 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
150 #, python-format
151 msgid "An update has not been performed because earlier updates failed for %s"
152 msgstr ""
153
154 #: ../src/ddns/providers.py:230
155 msgid "There will be no retries"
156 msgstr ""
157
158 #: ../src/ddns/providers.py:246
159 msgid "Last failure message:"
160 msgstr "Последнее сообщение об ошибке"
161
162 #: ../src/ddns/providers.py:251
163 #, python-format
164 msgid "Further updates will be withheld until %s"
165 msgstr ""
166
167 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
168 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
169 msgid "No valid FQDN was given."
170 msgstr "Не дано верного FQDN"
171
172 #: ../src/ddns/providers.py:387
173 msgid "Specified host does not exist."
174 msgstr "Указанный узел не существует."
175
176 #: ../src/ddns/providers.py:391
177 msgid "DNS error encountered."
178 msgstr "Произошла ошибка DNS"
179
180 #. If we got here, some other update error happened.
181 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
182 #, python-format
183 msgid "Server response: %s"
184 msgstr "Ответ сервера: %s"
185
186 #: ../src/ddns/providers.py:531
187 msgid "Scriptlet:"
188 msgstr ""
189
190 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
191 msgid "Invalid hostname specified."
192 msgstr "Указано неверное имя узла."
193
194 #: ../src/ddns/providers.py:616
195 msgid "Hostname not marked as a dynamic host."
196 msgstr "Узел не помечен как динамический."
197
198 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
199 #: ../src/ddns/providers.py:905
200 msgid "Invalid IP address has been sent."
201 msgstr "Отправлен некорректный IP-адрес."
202
203 #: ../src/ddns/providers.py:658
204 msgid "No hostname specified."
205 msgstr "Не указано имя узла."
206
207 #: ../src/ddns/providers.py:667
208 msgid "Account has been disabled."
209 msgstr "Аккаунт отключен."
210
211 #: ../src/ddns/providers.py:673
212 msgid "Too many failed requests."
213 msgstr "Слишком много неудачных запросов."
214
215 #: ../src/ddns/providers.py:776
216 msgid "Malformed request has been sent."
217 msgstr ""
218
219 #: ../src/ddns/providers.py:780
220 msgid "Too frequent update requests have been sent."
221 msgstr ""
222
223 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
224 msgid "Domain not found."
225 msgstr "Домен не найден."
226
227 #: ../src/ddns/providers.py:861
228 msgid "An invalid IP address was submitted"
229 msgstr ""
230
231 #: ../src/ddns/providers.py:1015
232 msgid "Domain not active."
233 msgstr "Домен не активен."
234
235 #: ../src/ddns/providers.py:1165
236 msgid "No Auth details specified."
237 msgstr "Не указаны детали авторизации."
238
239 #: ../src/ddns/providers.py:1187
240 msgid "Invalid IPv4 address has been sent."
241 msgstr "Отправлен некорректный адрес IPv4."
242
243 #: ../src/ddns/providers.py:1189
244 msgid "Invalid IPv6 address has been sent."
245 msgstr "Отправлен некорректный адрес IPv6."
246
247 #: ../src/ddns/providers.py:1385
248 msgid "Invalid hostname specified"
249 msgstr "Указано неверное имя узла."
250
251 #: ../src/ddns/system.py:55
252 #, python-format
253 msgid "Running on distribution: %s"
254 msgstr "Выполняется распространение: %s"
255
256 #: ../src/ddns/system.py:153
257 msgid "Request header:"
258 msgstr "Заголовок запроса:"
259
260 #. Log response header.
261 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
262 #, python-format
263 msgid "Response header (Status Code %s):"
264 msgstr "Заголовок ответа (Статус %s):"