]> git.ipfire.org Git - ddns.git/blob - po/uk.po
chore: add provider and sample configuration for infomaniak.ch
[ddns.git] / po / uk.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 # Вальчишин Андрій Олегович <v.andrey@i.ua>, 2012
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: IPFire Project\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2016-05-07 12:54+0100\n"
12 "PO-Revision-Date: 2014-09-30 12:28+0000\n"
13 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
14 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/ipfire/"
15 "language/uk/)\n"
16 "Language: uk\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
23 #: ../src/ddns/__init__.py:63
24 msgid "Debugging mode enabled"
25 msgstr ""
26
27 #: ../src/ddns/__init__.py:90
28 #, python-format
29 msgid "Loading configuration file %s"
30 msgstr ""
31
32 #: ../src/ddns/__init__.py:156
33 msgid "Found no entries in the configuration file. Exiting."
34 msgstr "Не знайдено записів в файлі конфігурації. Вихід."
35
36 #: ../src/ddns/__init__.py:167
37 #, python-format
38 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39 msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):"
40
41 #: ../src/ddns/__init__.py:174
42 #, python-format
43 msgid ""
44 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
45 "exception:"
46 msgstr ""
47 "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало "
48 "неопрацьоване виключення:"
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:71
72 msgid "Invalid certificate"
73 msgstr ""
74
75 #: ../src/ddns/errors.py:79
76 msgid "The configuration file has errors"
77 msgstr ""
78
79 #: ../src/ddns/errors.py:86
80 msgid "Connection refused"
81 msgstr ""
82
83 #: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
84 msgid "Connection timeout"
85 msgstr ""
86
87 #: ../src/ddns/errors.py:101
88 msgid "The host could not be found in the configuration file"
89 msgstr ""
90
91 #: ../src/ddns/errors.py:109
92 msgid "Internal server error"
93 msgstr ""
94
95 #: ../src/ddns/errors.py:116
96 msgid "Network unreachable"
97 msgstr ""
98
99 #: ../src/ddns/errors.py:123
100 msgid "No route to host"
101 msgstr ""
102
103 #: ../src/ddns/errors.py:130
104 msgid "Not found"
105 msgstr ""
106
107 #: ../src/ddns/errors.py:138
108 msgid "Request error"
109 msgstr ""
110
111 #: ../src/ddns/errors.py:146
112 msgid "Could not resolve DNS entry"
113 msgstr ""
114
115 #: ../src/ddns/errors.py:154
116 msgid "SSL negotiation error"
117 msgstr ""
118
119 #: ../src/ddns/errors.py:161
120 msgid "Service unavailable"
121 msgstr ""
122
123 #: ../src/ddns/errors.py:169
124 msgid "The update could not be performed"
125 msgstr ""
126
127 #: ../src/ddns/providers.py:85
128 msgid "Provider is not properly configured"
129 msgstr ""
130
131 #: ../src/ddns/providers.py:154
132 #, python-format
133 msgid "Updating %s forced"
134 msgstr ""
135
136 #: ../src/ddns/providers.py:179
137 #, python-format
138 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
139 msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано."
140
141 #: ../src/ddns/providers.py:203
142 #, python-format
143 msgid ""
144 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
145 "address change"
146 msgstr ""
147
148 #: ../src/ddns/providers.py:211
149 #, python-format
150 msgid ""
151 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
152 "time has expired"
153 msgstr ""
154
155 #. Otherwise, we don't need to perform an update
156 #: ../src/ddns/providers.py:218
157 #, python-format
158 msgid "No update required for %(hostname)s (%(provider)s)"
159 msgstr ""
160
161 #: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
162 #, python-format
163 msgid "An update has not been performed because earlier updates failed for %s"
164 msgstr ""
165
166 #: ../src/ddns/providers.py:239
167 msgid "There will be no retries"
168 msgstr ""
169
170 #: ../src/ddns/providers.py:255
171 msgid "Last failure message:"
172 msgstr ""
173
174 #: ../src/ddns/providers.py:260
175 #, python-format
176 msgid "Further updates will be withheld until %s"
177 msgstr ""
178
179 #: ../src/ddns/providers.py:394 ../src/ddns/providers.py:668
180 #: ../src/ddns/providers.py:752 ../src/ddns/providers.py:1419
181 #: ../src/ddns/providers.py:1589
182 msgid "No valid FQDN was given"
183 msgstr ""
184
185 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
186 #: ../src/ddns/providers.py:1636
187 msgid "Specified host does not exist"
188 msgstr ""
189
190 #: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
191 msgid "DNS error encountered"
192 msgstr ""
193
194 #. If we got here, some other update error happened.
195 #: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
196 #: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
197 #, python-format
198 msgid "Server response: %s"
199 msgstr ""
200
201 #: ../src/ddns/providers.py:540
202 msgid "Scriptlet:"
203 msgstr ""
204
205 #: ../src/ddns/providers.py:577
206 msgid "Domain not found."
207 msgstr ""
208
209 #: ../src/ddns/providers.py:676
210 msgid "Account disabled or locked"
211 msgstr ""
212
213 #: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
214 #: ../src/ddns/providers.py:1682
215 msgid "Invalid hostname specified"
216 msgstr ""
217
218 #: ../src/ddns/providers.py:756
219 msgid "Hostname not marked as a dynamic host"
220 msgstr ""
221
222 #: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
223 #: ../src/ddns/providers.py:1093
224 msgid "Invalid IP address has been sent"
225 msgstr ""
226
227 #: ../src/ddns/providers.py:798
228 msgid "No hostname specified"
229 msgstr ""
230
231 #: ../src/ddns/providers.py:807
232 msgid "Account has been disabled"
233 msgstr ""
234
235 #: ../src/ddns/providers.py:813
236 msgid "Too many failed requests"
237 msgstr ""
238
239 #: ../src/ddns/providers.py:908
240 msgid "Dynamic DNS is not turned on for this domain"
241 msgstr ""
242
243 #: ../src/ddns/providers.py:911
244 msgid "Invalid data has been sent"
245 msgstr ""
246
247 #: ../src/ddns/providers.py:914 ../src/ddns/providers.py:968
248 #: ../src/ddns/providers.py:1591
249 msgid "Too frequent update requests have been sent"
250 msgstr ""
251
252 #: ../src/ddns/providers.py:964
253 msgid "Malformed request has been sent"
254 msgstr ""
255
256 #: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
257 msgid "Domain not found"
258 msgstr ""
259
260 #: ../src/ddns/providers.py:1049
261 msgid "An invalid IP address was submitted"
262 msgstr ""
263
264 #: ../src/ddns/providers.py:1243
265 msgid "Domain not active"
266 msgstr ""
267
268 #: ../src/ddns/providers.py:1393
269 msgid "No Auth details specified"
270 msgstr ""
271
272 #: ../src/ddns/providers.py:1415
273 msgid "Invalid IPv4 address has been sent"
274 msgstr ""
275
276 #: ../src/ddns/providers.py:1417
277 msgid "Invalid IPv6 address has been sent"
278 msgstr ""
279
280 #: ../src/ddns/providers.py:1630
281 msgid "Account has been suspended"
282 msgstr ""
283
284 #: ../src/ddns/providers.py:1633
285 msgid "Account has been revoked"
286 msgstr ""
287
288 #: ../src/ddns/system.py:56
289 #, python-format
290 msgid "Running on distribution: %s"
291 msgstr ""
292
293 #: ../src/ddns/system.py:161
294 msgid "Request header:"
295 msgstr "Заголовок запиту:"
296
297 #. Log response header.
298 #: ../src/ddns/system.py:169 ../src/ddns/system.py:178
299 #, python-format
300 msgid "Response header (Status Code %s):"
301 msgstr ""
302
303 #: ../src/ddns/system.py:298
304 msgid "Falling back to check the IP address with help of a public server"
305 msgstr ""