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