]> git.ipfire.org Git - ddns.git/blame - po/uk.po
Add zzzz.io as new provider.
[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"
b3783a55 11"POT-Creation-Date: 2014-08-04 14:54+0000\n"
4011554b 12"PO-Revision-Date: 2014-06-23 08:45+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
b3783a55 23#: ../src/ddns/__init__.py:62
4011554b
MT
24msgid "Debugging mode enabled"
25msgstr ""
26
b3783a55 27#: ../src/ddns/__init__.py:86
4011554b
MT
28#, python-format
29msgid "Loading configuration file %s"
30msgstr ""
31
b3783a55 32#: ../src/ddns/__init__.py:146
ba9a8e95
MT
33msgid "Found no entries in the configuration file. Exiting."
34msgstr "Не знайдено записів в файлі конфігурації. Вихід."
35
b3783a55 36#: ../src/ddns/__init__.py:157
ba9a8e95
MT
37#, python-format
38msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):"
40
b3783a55 41#: ../src/ddns/__init__.py:164
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
b3783a55 79#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
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
95#: ../src/ddns/errors.py:117
96msgid "Request error"
97msgstr ""
98
b3783a55
MT
99#: ../src/ddns/errors.py:125
100msgid "Could not resolve DNS entry"
4011554b
MT
101msgstr ""
102
103#: ../src/ddns/errors.py:132
b3783a55
MT
104msgid "Service unavailable"
105msgstr ""
106
107#: ../src/ddns/errors.py:140
4011554b
MT
108msgid "The update could not be performed"
109msgstr ""
110
b3783a55
MT
111#: ../src/ddns/providers.py:71
112msgid "Provider is not properly configured"
113msgstr ""
114
115#: ../src/ddns/providers.py:128
2a0f28fd
MT
116#, python-format
117msgid "Updating %s forced"
118msgstr ""
119
b3783a55
MT
120#: ../src/ddns/providers.py:132
121#, fuzzy, python-format
122msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
123msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):"
124
125#: ../src/ddns/providers.py:139
2a0f28fd 126#, python-format
b3783a55
MT
127msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
128msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано."
2a0f28fd 129
b3783a55
MT
130#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
131#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
2a0f28fd
MT
132msgid "No valid FQDN was given."
133msgstr ""
134
b3783a55
MT
135#: ../src/ddns/providers.py:222
136msgid "Specified host does not exist."
137msgstr ""
138
139#: ../src/ddns/providers.py:226
140msgid "DNS error encountered."
141msgstr ""
142
143#. If we got here, some other update error happened.
144#: ../src/ddns/providers.py:229
145#, python-format
146msgid "Server response: %s"
147msgstr ""
148
149#: ../src/ddns/providers.py:345
150msgid "Scriptlet:"
151msgstr ""
152
153#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
2a0f28fd
MT
154msgid "Invalid hostname specified."
155msgstr ""
156
b3783a55 157#: ../src/ddns/providers.py:428
2a0f28fd
MT
158msgid "Hostname not marked as a dynamic host."
159msgstr ""
160
b3783a55
MT
161#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
162#: ../src/ddns/providers.py:658
2a0f28fd
MT
163msgid "Invalid IP address has been sent."
164msgstr ""
165
b3783a55 166#: ../src/ddns/providers.py:469
4011554b
MT
167msgid "No hostname specified."
168msgstr ""
169
b3783a55 170#: ../src/ddns/providers.py:478
4011554b
MT
171msgid "Account has been disabled."
172msgstr ""
173
b3783a55 174#: ../src/ddns/providers.py:484
4011554b
MT
175msgid "Too many failed requests."
176msgstr ""
177
b3783a55
MT
178#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
179msgid "Domain not found."
4011554b
MT
180msgstr ""
181
b3783a55
MT
182#: ../src/ddns/providers.py:609
183msgid "An invalid IP address was submitted"
4011554b
MT
184msgstr ""
185
b3783a55
MT
186#: ../src/ddns/providers.py:748
187msgid "Domain not active."
4011554b
MT
188msgstr ""
189
b3783a55
MT
190#: ../src/ddns/providers.py:809
191msgid "Invalid protocol has been given"
4011554b
MT
192msgstr ""
193
b3783a55 194#: ../src/ddns/providers.py:903
4011554b
MT
195msgid "No Auth details specified."
196msgstr ""
197
b3783a55 198#: ../src/ddns/providers.py:925
4011554b
MT
199msgid "Invalid IPv4 address has been sent."
200msgstr ""
201
b3783a55 202#: ../src/ddns/providers.py:927
4011554b
MT
203msgid "Invalid IPv6 address has been sent."
204msgstr ""
205
b3783a55 206#: ../src/ddns/system.py:55
4011554b
MT
207#, python-format
208msgid "Running on distribution: %s"
209msgstr ""
210
b3783a55 211#: ../src/ddns/system.py:153
ba9a8e95
MT
212msgid "Request header:"
213msgstr "Заголовок запиту:"
214
215#. Log response header.
b3783a55 216#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
217#, python-format
218msgid "Response header (Status Code %s):"
219msgstr ""