]> git.ipfire.org Git - oddments/ddns.git/blob - po/uk.po
Update translations
[oddments/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: 2014-09-29 14:20+0000\n"
12 "PO-Revision-Date: 2014-09-29 14:25+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: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 ""
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 ""
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 #, fuzzy, python-format
131 msgid ""
132 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
133 "address change"
134 msgstr ""
135 "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало "
136 "неопрацьоване виключення:"
137
138 #: ../src/ddns/providers.py:202
139 #, fuzzy, python-format
140 msgid ""
141 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
142 "time has expired"
143 msgstr ""
144 "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало "
145 "неопрацьоване виключення:"
146
147 #. Otherwise, we don't need to perform an update
148 #: ../src/ddns/providers.py:209
149 #, fuzzy, python-format
150 msgid "No update required for %(hostname)s (%(provider)s)"
151 msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):"
152
153 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
154 #, python-format
155 msgid "An update has not been performed because earlier updates failed for %s"
156 msgstr ""
157
158 #: ../src/ddns/providers.py:230
159 msgid "There will be no retries"
160 msgstr ""
161
162 #: ../src/ddns/providers.py:246
163 msgid "Last failure message:"
164 msgstr ""
165
166 #: ../src/ddns/providers.py:251
167 #, python-format
168 msgid "Further updates will be withheld until %s"
169 msgstr ""
170
171 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
172 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
173 msgid "No valid FQDN was given."
174 msgstr ""
175
176 #: ../src/ddns/providers.py:387
177 msgid "Specified host does not exist."
178 msgstr ""
179
180 #: ../src/ddns/providers.py:391
181 msgid "DNS error encountered."
182 msgstr ""
183
184 #. If we got here, some other update error happened.
185 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
186 #, python-format
187 msgid "Server response: %s"
188 msgstr ""
189
190 #: ../src/ddns/providers.py:531
191 msgid "Scriptlet:"
192 msgstr ""
193
194 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
195 msgid "Invalid hostname specified."
196 msgstr ""
197
198 #: ../src/ddns/providers.py:616
199 msgid "Hostname not marked as a dynamic host."
200 msgstr ""
201
202 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
203 #: ../src/ddns/providers.py:905
204 msgid "Invalid IP address has been sent."
205 msgstr ""
206
207 #: ../src/ddns/providers.py:658
208 msgid "No hostname specified."
209 msgstr ""
210
211 #: ../src/ddns/providers.py:667
212 msgid "Account has been disabled."
213 msgstr ""
214
215 #: ../src/ddns/providers.py:673
216 msgid "Too many failed requests."
217 msgstr ""
218
219 #: ../src/ddns/providers.py:776
220 msgid "Malformed request has been sent."
221 msgstr ""
222
223 #: ../src/ddns/providers.py:780
224 msgid "Too frequent update requests have been sent."
225 msgstr ""
226
227 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
228 msgid "Domain not found."
229 msgstr ""
230
231 #: ../src/ddns/providers.py:861
232 msgid "An invalid IP address was submitted"
233 msgstr ""
234
235 #: ../src/ddns/providers.py:1015
236 msgid "Domain not active."
237 msgstr ""
238
239 #: ../src/ddns/providers.py:1165
240 msgid "No Auth details specified."
241 msgstr ""
242
243 #: ../src/ddns/providers.py:1187
244 msgid "Invalid IPv4 address has been sent."
245 msgstr ""
246
247 #: ../src/ddns/providers.py:1189
248 msgid "Invalid IPv6 address has been sent."
249 msgstr ""
250
251 #: ../src/ddns/providers.py:1385
252 msgid "Invalid hostname specified"
253 msgstr ""
254
255 #: ../src/ddns/system.py:55
256 #, python-format
257 msgid "Running on distribution: %s"
258 msgstr ""
259
260 #: ../src/ddns/system.py:153
261 msgid "Request header:"
262 msgstr "Заголовок запиту:"
263
264 #. Log response header.
265 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
266 #, python-format
267 msgid "Response header (Status Code %s):"
268 msgstr ""