]> git.ipfire.org Git - oddments/ddns.git/blob - po/ru.po
a183f538ed3db0629f308213f02e2c0cd265f29d
[oddments/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 # Вальчишин Андрій Олегович <v.andrey@i.ua>, 2012
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: IPFire Project\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-08-04 14:54+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/"
16 "ru/)\n"
17 "Language: ru\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
22 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
23
24 #: ../src/ddns/__init__.py:62
25 msgid "Debugging mode enabled"
26 msgstr ""
27
28 #: ../src/ddns/__init__.py:86
29 #, python-format
30 msgid "Loading configuration file %s"
31 msgstr ""
32
33 #: ../src/ddns/__init__.py:146
34 msgid "Found no entries in the configuration file. Exiting."
35 msgstr "Не найдено записей в конфигурационном файле. Выход."
36
37 #: ../src/ddns/__init__.py:157
38 #, python-format
39 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
40 msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
41
42 #: ../src/ddns/__init__.py:164
43 #, python-format
44 msgid ""
45 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46 "exception:"
47 msgstr ""
48 "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало "
49 "необработанное исключение:"
50
51 #: ../src/ddns/errors.py:29
52 msgid "Error"
53 msgstr "Ошибка"
54
55 #: ../src/ddns/errors.py:39
56 msgid "Network error"
57 msgstr ""
58
59 #: ../src/ddns/errors.py:47
60 msgid ""
61 "The server denied processing the request because account abuse is suspected"
62 msgstr ""
63
64 #: ../src/ddns/errors.py:55
65 msgid "Authentication against the server has failed"
66 msgstr ""
67
68 #: ../src/ddns/errors.py:64
69 msgid "The server denies any updates from this client"
70 msgstr ""
71
72 #: ../src/ddns/errors.py:72
73 msgid "The configuration file has errors"
74 msgstr ""
75
76 #: ../src/ddns/errors.py:79
77 msgid "Connection refused"
78 msgstr ""
79
80 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
81 msgid "Connection timeout"
82 msgstr ""
83
84 #: ../src/ddns/errors.py:94
85 msgid "The host could not be found in the configuration file"
86 msgstr ""
87
88 #: ../src/ddns/errors.py:102
89 msgid "Internal server error"
90 msgstr ""
91
92 #: ../src/ddns/errors.py:109
93 msgid "Network unreachable"
94 msgstr ""
95
96 #: ../src/ddns/errors.py:117
97 msgid "Request error"
98 msgstr ""
99
100 #: ../src/ddns/errors.py:125
101 msgid "Could not resolve DNS entry"
102 msgstr ""
103
104 #: ../src/ddns/errors.py:132
105 msgid "Service unavailable"
106 msgstr ""
107
108 #: ../src/ddns/errors.py:140
109 msgid "The update could not be performed"
110 msgstr ""
111
112 #: ../src/ddns/providers.py:71
113 msgid "Provider is not properly configured"
114 msgstr ""
115
116 #: ../src/ddns/providers.py:128
117 #, python-format
118 msgid "Updating %s forced"
119 msgstr ""
120
121 #: ../src/ddns/providers.py:132
122 #, fuzzy, python-format
123 msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
124 msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):"
125
126 #: ../src/ddns/providers.py:139
127 #, python-format
128 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
129 msgstr ""
130 "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно."
131
132 #: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
133 #: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
134 msgid "No valid FQDN was given."
135 msgstr ""
136
137 #: ../src/ddns/providers.py:222
138 msgid "Specified host does not exist."
139 msgstr ""
140
141 #: ../src/ddns/providers.py:226
142 msgid "DNS error encountered."
143 msgstr ""
144
145 #. If we got here, some other update error happened.
146 #: ../src/ddns/providers.py:229
147 #, python-format
148 msgid "Server response: %s"
149 msgstr ""
150
151 #: ../src/ddns/providers.py:345
152 msgid "Scriptlet:"
153 msgstr ""
154
155 #: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
156 msgid "Invalid hostname specified."
157 msgstr ""
158
159 #: ../src/ddns/providers.py:428
160 msgid "Hostname not marked as a dynamic host."
161 msgstr ""
162
163 #: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
164 #: ../src/ddns/providers.py:658
165 msgid "Invalid IP address has been sent."
166 msgstr ""
167
168 #: ../src/ddns/providers.py:469
169 msgid "No hostname specified."
170 msgstr ""
171
172 #: ../src/ddns/providers.py:478
173 msgid "Account has been disabled."
174 msgstr ""
175
176 #: ../src/ddns/providers.py:484
177 msgid "Too many failed requests."
178 msgstr ""
179
180 #: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
181 msgid "Domain not found."
182 msgstr "Домен не найден."
183
184 #: ../src/ddns/providers.py:609
185 msgid "An invalid IP address was submitted"
186 msgstr ""
187
188 #: ../src/ddns/providers.py:748
189 msgid "Domain not active."
190 msgstr ""
191
192 #: ../src/ddns/providers.py:809
193 msgid "Invalid protocol has been given"
194 msgstr ""
195
196 #: ../src/ddns/providers.py:903
197 msgid "No Auth details specified."
198 msgstr ""
199
200 #: ../src/ddns/providers.py:925
201 msgid "Invalid IPv4 address has been sent."
202 msgstr ""
203
204 #: ../src/ddns/providers.py:927
205 msgid "Invalid IPv6 address has been sent."
206 msgstr ""
207
208 #: ../src/ddns/system.py:55
209 #, python-format
210 msgid "Running on distribution: %s"
211 msgstr ""
212
213 #: ../src/ddns/system.py:153
214 msgid "Request header:"
215 msgstr "Заголовок запроса:"
216
217 #. Log response header.
218 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
219 #, python-format
220 msgid "Response header (Status Code %s):"
221 msgstr ""