]> git.ipfire.org Git - ddns.git/blame_incremental - po/uk.po
Update translations.
[ddns.git] / po / uk.po
... / ...
CommitLineData
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
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-06-22 12:37+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/language/uk/)\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Language: uk\n"
19"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
21#: ../src/ddns/__init__.py:60
22msgid "Debugging mode enabled"
23msgstr ""
24
25#: ../src/ddns/__init__.py:128
26#, python-format
27msgid "Loading configuration file %s"
28msgstr ""
29
30#: ../src/ddns/__init__.py:183
31msgid "Found no entries in the configuration file. Exiting."
32msgstr "Не знайдено записів в файлі конфігурації. Вихід."
33
34#: ../src/ddns/__init__.py:194
35#, python-format
36msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
37msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):"
38
39#: ../src/ddns/__init__.py:201
40#, python-format
41msgid ""
42"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
43"exception:"
44msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало неопрацьоване виключення:"
45
46#: ../src/ddns/__init__.py:205
47#, python-format
48msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
49msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано."
50
51#: ../src/ddns/errors.py:29
52msgid "Error"
53msgstr ""
54
55#: ../src/ddns/errors.py:39
56msgid "Network error"
57msgstr ""
58
59#: ../src/ddns/errors.py:47
60msgid ""
61"The server denied processing the request because account abuse is suspected"
62msgstr ""
63
64#: ../src/ddns/errors.py:55
65msgid "Authentication against the server has failed"
66msgstr ""
67
68#: ../src/ddns/errors.py:64
69msgid "The server denies any updates from this client"
70msgstr ""
71
72#: ../src/ddns/errors.py:72
73msgid "The configuration file has errors"
74msgstr ""
75
76#: ../src/ddns/errors.py:79
77msgid "Connection refused"
78msgstr ""
79
80#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203
81msgid "Connection timeout"
82msgstr ""
83
84#: ../src/ddns/errors.py:94
85msgid "The host could not be found in the configuration file"
86msgstr ""
87
88#: ../src/ddns/errors.py:102
89msgid "Internal server error"
90msgstr ""
91
92#: ../src/ddns/errors.py:109
93msgid "Network unreachable"
94msgstr ""
95
96#: ../src/ddns/errors.py:117
97msgid "Request error"
98msgstr ""
99
100#: ../src/ddns/errors.py:124
101msgid "Service unavailable"
102msgstr ""
103
104#: ../src/ddns/errors.py:132
105msgid "The update could not be performed"
106msgstr ""
107
108#: ../src/ddns/providers.py:129
109#, python-format
110msgid "Updating %s forced"
111msgstr ""
112
113#: ../src/ddns/providers.py:133
114#, python-format
115msgid "%s is already up to date"
116msgstr ""
117
118#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386
119#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882
120msgid "No valid FQDN was given."
121msgstr ""
122
123#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327
124msgid "Invalid hostname specified."
125msgstr ""
126
127#: ../src/ddns/providers.py:282
128msgid "Hostname not marked as a dynamic host."
129msgstr ""
130
131#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336
132#: ../src/ddns/providers.py:475
133msgid "Invalid IP address has been sent."
134msgstr ""
135
136#: ../src/ddns/providers.py:324
137msgid "No hostname specified."
138msgstr ""
139
140#: ../src/ddns/providers.py:333
141msgid "Account has been disabled."
142msgstr ""
143
144#: ../src/ddns/providers.py:339
145msgid "Too many failed requests."
146msgstr ""
147
148#: ../src/ddns/providers.py:388
149msgid "Specified host does not exist."
150msgstr ""
151
152#: ../src/ddns/providers.py:392
153msgid "DNS error encountered."
154msgstr ""
155
156#. If we got here, some other update error happened.
157#: ../src/ddns/providers.py:395
158#, python-format
159msgid "Server response: %s"
160msgstr ""
161
162#: ../src/ddns/providers.py:596
163msgid "Domain not found."
164msgstr ""
165
166#: ../src/ddns/providers.py:598
167msgid "Domain not active."
168msgstr ""
169
170#: ../src/ddns/providers.py:694
171msgid "No Auth details specified."
172msgstr ""
173
174#: ../src/ddns/providers.py:716
175msgid "Invalid IPv4 address has been sent."
176msgstr ""
177
178#: ../src/ddns/providers.py:718
179msgid "Invalid IPv6 address has been sent."
180msgstr ""
181
182#: ../src/ddns/system.py:52
183#, python-format
184msgid "Running on distribution: %s"
185msgstr ""
186
187#: ../src/ddns/system.py:155
188msgid "Request header:"
189msgstr "Заголовок запиту:"
190
191#. Log response header.
192#: ../src/ddns/system.py:163
193#, python-format
194msgid "Response header (Status Code %s):"
195msgstr ""