]> git.ipfire.org Git - ddns.git/blob - po/cs_CZ.po
Add new provider Servercow
[ddns.git] / po / cs_CZ.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 # n3oklan <michal@gavlik.eu>, 2014
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: IPFire Project\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2016-05-07 12:54+0100\n"
12 "PO-Revision-Date: 2014-09-30 12:28+0000\n"
13 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
14 "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/"
15 "ipfire/language/cs_CZ/)\n"
16 "Language: cs_CZ\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
21
22 #: ../src/ddns/__init__.py:63
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:90
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:156
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr "Nenalezeny žádné záznamy v konfiguračním souboru. Ukončuji."
34
35 #: ../src/ddns/__init__.py:167
36 #, python-format
37 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38 msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) selhala:"
39
40 #: ../src/ddns/__init__.py:174
41 #, python-format
42 msgid ""
43 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44 "exception:"
45 msgstr ""
46 "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) vyvolala "
47 "neošetřenou vyjímku:"
48
49 #: ../src/ddns/errors.py:29
50 msgid "Error"
51 msgstr ""
52
53 #: ../src/ddns/errors.py:39
54 msgid "Network error"
55 msgstr ""
56
57 #: ../src/ddns/errors.py:47
58 msgid ""
59 "The server denied processing the request because account abuse is suspected"
60 msgstr ""
61
62 #: ../src/ddns/errors.py:55
63 msgid "Authentication against the server has failed"
64 msgstr ""
65
66 #: ../src/ddns/errors.py:64
67 msgid "The server denies any updates from this client"
68 msgstr ""
69
70 #: ../src/ddns/errors.py:71
71 msgid "Invalid certificate"
72 msgstr ""
73
74 #: ../src/ddns/errors.py:79
75 msgid "The configuration file has errors"
76 msgstr ""
77
78 #: ../src/ddns/errors.py:86
79 msgid "Connection refused"
80 msgstr ""
81
82 #: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
83 msgid "Connection timeout"
84 msgstr ""
85
86 #: ../src/ddns/errors.py:101
87 msgid "The host could not be found in the configuration file"
88 msgstr ""
89
90 #: ../src/ddns/errors.py:109
91 msgid "Internal server error"
92 msgstr ""
93
94 #: ../src/ddns/errors.py:116
95 msgid "Network unreachable"
96 msgstr ""
97
98 #: ../src/ddns/errors.py:123
99 msgid "No route to host"
100 msgstr ""
101
102 #: ../src/ddns/errors.py:130
103 msgid "Not found"
104 msgstr ""
105
106 #: ../src/ddns/errors.py:138
107 msgid "Request error"
108 msgstr ""
109
110 #: ../src/ddns/errors.py:146
111 msgid "Could not resolve DNS entry"
112 msgstr ""
113
114 #: ../src/ddns/errors.py:154
115 msgid "SSL negotiation error"
116 msgstr ""
117
118 #: ../src/ddns/errors.py:161
119 msgid "Service unavailable"
120 msgstr ""
121
122 #: ../src/ddns/errors.py:169
123 msgid "The update could not be performed"
124 msgstr ""
125
126 #: ../src/ddns/providers.py:85
127 msgid "Provider is not properly configured"
128 msgstr ""
129
130 #: ../src/ddns/providers.py:154
131 #, python-format
132 msgid "Updating %s forced"
133 msgstr ""
134
135 #: ../src/ddns/providers.py:179
136 #, python-format
137 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
138 msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) úspěšná"
139
140 #: ../src/ddns/providers.py:203
141 #, python-format
142 msgid ""
143 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
144 "address change"
145 msgstr ""
146
147 #: ../src/ddns/providers.py:211
148 #, python-format
149 msgid ""
150 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
151 "time has expired"
152 msgstr ""
153
154 #. Otherwise, we don't need to perform an update
155 #: ../src/ddns/providers.py:218
156 #, python-format
157 msgid "No update required for %(hostname)s (%(provider)s)"
158 msgstr ""
159
160 #: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
161 #, python-format
162 msgid "An update has not been performed because earlier updates failed for %s"
163 msgstr ""
164
165 #: ../src/ddns/providers.py:239
166 msgid "There will be no retries"
167 msgstr ""
168
169 #: ../src/ddns/providers.py:255
170 msgid "Last failure message:"
171 msgstr ""
172
173 #: ../src/ddns/providers.py:260
174 #, python-format
175 msgid "Further updates will be withheld until %s"
176 msgstr ""
177
178 #: ../src/ddns/providers.py:394 ../src/ddns/providers.py:668
179 #: ../src/ddns/providers.py:752 ../src/ddns/providers.py:1419
180 #: ../src/ddns/providers.py:1589
181 msgid "No valid FQDN was given"
182 msgstr ""
183
184 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
185 #: ../src/ddns/providers.py:1636
186 msgid "Specified host does not exist"
187 msgstr ""
188
189 #: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
190 msgid "DNS error encountered"
191 msgstr ""
192
193 #. If we got here, some other update error happened.
194 #: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
195 #: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
196 #, python-format
197 msgid "Server response: %s"
198 msgstr ""
199
200 #: ../src/ddns/providers.py:540
201 msgid "Scriptlet:"
202 msgstr ""
203
204 #: ../src/ddns/providers.py:577
205 msgid "Domain not found."
206 msgstr ""
207
208 #: ../src/ddns/providers.py:676
209 msgid "Account disabled or locked"
210 msgstr ""
211
212 #: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
213 #: ../src/ddns/providers.py:1682
214 msgid "Invalid hostname specified"
215 msgstr ""
216
217 #: ../src/ddns/providers.py:756
218 msgid "Hostname not marked as a dynamic host"
219 msgstr ""
220
221 #: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
222 #: ../src/ddns/providers.py:1093
223 msgid "Invalid IP address has been sent"
224 msgstr ""
225
226 #: ../src/ddns/providers.py:798
227 msgid "No hostname specified"
228 msgstr ""
229
230 #: ../src/ddns/providers.py:807
231 msgid "Account has been disabled"
232 msgstr ""
233
234 #: ../src/ddns/providers.py:813
235 msgid "Too many failed requests"
236 msgstr ""
237
238 #: ../src/ddns/providers.py:908
239 msgid "Dynamic DNS is not turned on for this domain"
240 msgstr ""
241
242 #: ../src/ddns/providers.py:911
243 msgid "Invalid data has been sent"
244 msgstr ""
245
246 #: ../src/ddns/providers.py:914 ../src/ddns/providers.py:968
247 #: ../src/ddns/providers.py:1591
248 msgid "Too frequent update requests have been sent"
249 msgstr ""
250
251 #: ../src/ddns/providers.py:964
252 msgid "Malformed request has been sent"
253 msgstr ""
254
255 #: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
256 msgid "Domain not found"
257 msgstr ""
258
259 #: ../src/ddns/providers.py:1049
260 msgid "An invalid IP address was submitted"
261 msgstr ""
262
263 #: ../src/ddns/providers.py:1243
264 msgid "Domain not active"
265 msgstr ""
266
267 #: ../src/ddns/providers.py:1393
268 msgid "No Auth details specified"
269 msgstr ""
270
271 #: ../src/ddns/providers.py:1415
272 msgid "Invalid IPv4 address has been sent"
273 msgstr ""
274
275 #: ../src/ddns/providers.py:1417
276 msgid "Invalid IPv6 address has been sent"
277 msgstr ""
278
279 #: ../src/ddns/providers.py:1630
280 msgid "Account has been suspended"
281 msgstr ""
282
283 #: ../src/ddns/providers.py:1633
284 msgid "Account has been revoked"
285 msgstr ""
286
287 #: ../src/ddns/system.py:56
288 #, python-format
289 msgid "Running on distribution: %s"
290 msgstr ""
291
292 #: ../src/ddns/system.py:161
293 msgid "Request header:"
294 msgstr "Žádost hlavičky:"
295
296 #. Log response header.
297 #: ../src/ddns/system.py:169 ../src/ddns/system.py:178
298 #, python-format
299 msgid "Response header (Status Code %s):"
300 msgstr ""
301
302 #: ../src/ddns/system.py:298
303 msgid "Falling back to check the IP address with help of a public server"
304 msgstr ""