]> git.ipfire.org Git - oddments/ddns.git/blame - po/ru.po
Catch temporary problems with resolving DNS entries.
[oddments/ddns.git] / po / ru.po
CommitLineData
ba9a8e95
MT
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.
4011554b 4#
ba9a8e95 5# Translators:
4011554b 6# Alexander Savchenko, 2014
ba9a8e95
MT
7# Вальчишин Андрій Олегович <v.andrey@i.ua>, 2012
8msgid ""
9msgstr ""
10"Project-Id-Version: IPFire Project\n"
11"Report-Msgid-Bugs-To: \n"
4011554b
MT
12"POT-Creation-Date: 2014-06-22 12:37+0000\n"
13"PO-Revision-Date: 2014-07-08 09:47+0000\n"
14"Last-Translator: Alexander Savchenko\n"
15"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/ru/)\n"
ba9a8e95
MT
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
4011554b
MT
19"Language: ru\n"
20"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"
21
22#: ../src/ddns/__init__.py:60
23msgid "Debugging mode enabled"
24msgstr ""
ba9a8e95 25
4011554b
MT
26#: ../src/ddns/__init__.py:128
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
31#: ../src/ddns/__init__.py:183
ba9a8e95
MT
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Не найдено записей в конфигурационном файле. Выход."
34
4011554b 35#: ../src/ddns/__init__.py:194
ba9a8e95
MT
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
39
4011554b 40#: ../src/ddns/__init__.py:201
ba9a8e95
MT
41#, python-format
42msgid ""
43"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44"exception:"
4011554b 45msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало необработанное исключение:"
ba9a8e95 46
4011554b 47#: ../src/ddns/__init__.py:205
ba9a8e95
MT
48#, python-format
49msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
4011554b
MT
50msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно."
51
52#: ../src/ddns/errors.py:29
53msgid "Error"
54msgstr "Ошибка"
55
56#: ../src/ddns/errors.py:39
57msgid "Network error"
58msgstr ""
59
60#: ../src/ddns/errors.py:47
61msgid ""
62"The server denied processing the request because account abuse is suspected"
63msgstr ""
64
65#: ../src/ddns/errors.py:55
66msgid "Authentication against the server has failed"
67msgstr ""
68
69#: ../src/ddns/errors.py:64
70msgid "The server denies any updates from this client"
71msgstr ""
72
73#: ../src/ddns/errors.py:72
74msgid "The configuration file has errors"
75msgstr ""
76
77#: ../src/ddns/errors.py:79
78msgid "Connection refused"
79msgstr ""
80
81#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203
82msgid "Connection timeout"
83msgstr ""
84
85#: ../src/ddns/errors.py:94
86msgid "The host could not be found in the configuration file"
87msgstr ""
88
89#: ../src/ddns/errors.py:102
90msgid "Internal server error"
91msgstr ""
92
93#: ../src/ddns/errors.py:109
94msgid "Network unreachable"
95msgstr ""
96
97#: ../src/ddns/errors.py:117
98msgid "Request error"
2a0f28fd 99msgstr ""
2a0f28fd 100
4011554b
MT
101#: ../src/ddns/errors.py:124
102msgid "Service unavailable"
103msgstr ""
104
105#: ../src/ddns/errors.py:132
106msgid "The update could not be performed"
107msgstr ""
108
109#: ../src/ddns/providers.py:129
2a0f28fd
MT
110#, python-format
111msgid "Updating %s forced"
112msgstr ""
113
4011554b 114#: ../src/ddns/providers.py:133
2a0f28fd
MT
115#, python-format
116msgid "%s is already up to date"
117msgstr ""
118
4011554b
MT
119#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386
120#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882
2a0f28fd
MT
121msgid "No valid FQDN was given."
122msgstr ""
123
4011554b 124#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327
2a0f28fd
MT
125msgid "Invalid hostname specified."
126msgstr ""
127
4011554b 128#: ../src/ddns/providers.py:282
2a0f28fd
MT
129msgid "Hostname not marked as a dynamic host."
130msgstr ""
131
4011554b
MT
132#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336
133#: ../src/ddns/providers.py:475
2a0f28fd
MT
134msgid "Invalid IP address has been sent."
135msgstr ""
ba9a8e95 136
4011554b
MT
137#: ../src/ddns/providers.py:324
138msgid "No hostname specified."
139msgstr ""
140
141#: ../src/ddns/providers.py:333
142msgid "Account has been disabled."
143msgstr ""
144
145#: ../src/ddns/providers.py:339
146msgid "Too many failed requests."
147msgstr ""
148
149#: ../src/ddns/providers.py:388
150msgid "Specified host does not exist."
151msgstr ""
152
153#: ../src/ddns/providers.py:392
154msgid "DNS error encountered."
155msgstr ""
156
157#. If we got here, some other update error happened.
158#: ../src/ddns/providers.py:395
159#, python-format
160msgid "Server response: %s"
161msgstr ""
162
163#: ../src/ddns/providers.py:596
164msgid "Domain not found."
165msgstr "Домен не найден."
166
167#: ../src/ddns/providers.py:598
168msgid "Domain not active."
169msgstr ""
170
171#: ../src/ddns/providers.py:694
172msgid "No Auth details specified."
173msgstr ""
174
175#: ../src/ddns/providers.py:716
176msgid "Invalid IPv4 address has been sent."
177msgstr ""
178
179#: ../src/ddns/providers.py:718
180msgid "Invalid IPv6 address has been sent."
181msgstr ""
182
183#: ../src/ddns/system.py:52
184#, python-format
185msgid "Running on distribution: %s"
186msgstr ""
187
188#: ../src/ddns/system.py:155
ba9a8e95
MT
189msgid "Request header:"
190msgstr "Заголовок запроса:"
191
192#. Log response header.
4011554b
MT
193#: ../src/ddns/system.py:163
194#, python-format
195msgid "Response header (Status Code %s):"
196msgstr ""