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