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