]> git.ipfire.org Git - oddments/ddns.git/blame_incremental - po/ddns.pot
chore: add provider and sample configuration for infomaniak.ch
[oddments/ddns.git] / po / ddns.pot
... / ...
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# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2016-05-07 12:54+0100\n"
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
20#: ../src/ddns/__init__.py:63
21msgid "Debugging mode enabled"
22msgstr ""
23
24#: ../src/ddns/__init__.py:90
25#, python-format
26msgid "Loading configuration file %s"
27msgstr ""
28
29#: ../src/ddns/__init__.py:156
30msgid "Found no entries in the configuration file. Exiting."
31msgstr ""
32
33#: ../src/ddns/__init__.py:167
34#, python-format
35msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
36msgstr ""
37
38#: ../src/ddns/__init__.py:174
39#, python-format
40msgid ""
41"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
42"exception:"
43msgstr ""
44
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
66#: ../src/ddns/errors.py:71
67msgid "Invalid certificate"
68msgstr ""
69
70#: ../src/ddns/errors.py:79
71msgid "The configuration file has errors"
72msgstr ""
73
74#: ../src/ddns/errors.py:86
75msgid "Connection refused"
76msgstr ""
77
78#: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
79msgid "Connection timeout"
80msgstr ""
81
82#: ../src/ddns/errors.py:101
83msgid "The host could not be found in the configuration file"
84msgstr ""
85
86#: ../src/ddns/errors.py:109
87msgid "Internal server error"
88msgstr ""
89
90#: ../src/ddns/errors.py:116
91msgid "Network unreachable"
92msgstr ""
93
94#: ../src/ddns/errors.py:123
95msgid "No route to host"
96msgstr ""
97
98#: ../src/ddns/errors.py:130
99msgid "Not found"
100msgstr ""
101
102#: ../src/ddns/errors.py:138
103msgid "Request error"
104msgstr ""
105
106#: ../src/ddns/errors.py:146
107msgid "Could not resolve DNS entry"
108msgstr ""
109
110#: ../src/ddns/errors.py:154
111msgid "SSL negotiation error"
112msgstr ""
113
114#: ../src/ddns/errors.py:161
115msgid "Service unavailable"
116msgstr ""
117
118#: ../src/ddns/errors.py:169
119msgid "The update could not be performed"
120msgstr ""
121
122#: ../src/ddns/providers.py:85
123msgid "Provider is not properly configured"
124msgstr ""
125
126#: ../src/ddns/providers.py:154
127#, python-format
128msgid "Updating %s forced"
129msgstr ""
130
131#: ../src/ddns/providers.py:179
132#, python-format
133msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
134msgstr ""
135
136#: ../src/ddns/providers.py:203
137#, python-format
138msgid ""
139"An update for %(hostname)s (%(provider)s) is performed because of an IP "
140"address change"
141msgstr ""
142
143#: ../src/ddns/providers.py:211
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
151#: ../src/ddns/providers.py:218
152#, python-format
153msgid "No update required for %(hostname)s (%(provider)s)"
154msgstr ""
155
156#: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
157#, python-format
158msgid "An update has not been performed because earlier updates failed for %s"
159msgstr ""
160
161#: ../src/ddns/providers.py:239
162msgid "There will be no retries"
163msgstr ""
164
165#: ../src/ddns/providers.py:255
166msgid "Last failure message:"
167msgstr ""
168
169#: ../src/ddns/providers.py:260
170#, python-format
171msgid "Further updates will be withheld until %s"
172msgstr ""
173
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"
178msgstr ""
179
180#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
181#: ../src/ddns/providers.py:1636
182msgid "Specified host does not exist"
183msgstr ""
184
185#: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
186msgid "DNS error encountered"
187msgstr ""
188
189#. If we got here, some other update error happened.
190#: ../src/ddns/providers.py:405 ../src/ddns/providers.py:586
191#: ../src/ddns/providers.py:973 ../src/ddns/providers.py:1642
192#, python-format
193msgid "Server response: %s"
194msgstr ""
195
196#: ../src/ddns/providers.py:540
197msgid "Scriptlet:"
198msgstr ""
199
200#: ../src/ddns/providers.py:577
201msgid "Domain not found."
202msgstr ""
203
204#: ../src/ddns/providers.py:676
205msgid "Account disabled or locked"
206msgstr ""
207
208#: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
209#: ../src/ddns/providers.py:1682
210msgid "Invalid hostname specified"
211msgstr ""
212
213#: ../src/ddns/providers.py:756
214msgid "Hostname not marked as a dynamic host"
215msgstr ""
216
217#: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
218#: ../src/ddns/providers.py:1093
219msgid "Invalid IP address has been sent"
220msgstr ""
221
222#: ../src/ddns/providers.py:798
223msgid "No hostname specified"
224msgstr ""
225
226#: ../src/ddns/providers.py:807
227msgid "Account has been disabled"
228msgstr ""
229
230#: ../src/ddns/providers.py:813
231msgid "Too many failed requests"
232msgstr ""
233
234#: ../src/ddns/providers.py:908
235msgid "Dynamic DNS is not turned on for this domain"
236msgstr ""
237
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"
249msgstr ""
250
251#: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
252msgid "Domain not found"
253msgstr ""
254
255#: ../src/ddns/providers.py:1049
256msgid "An invalid IP address was submitted"
257msgstr ""
258
259#: ../src/ddns/providers.py:1243
260msgid "Domain not active"
261msgstr ""
262
263#: ../src/ddns/providers.py:1393
264msgid "No Auth details specified"
265msgstr ""
266
267#: ../src/ddns/providers.py:1415
268msgid "Invalid IPv4 address has been sent"
269msgstr ""
270
271#: ../src/ddns/providers.py:1417
272msgid "Invalid IPv6 address has been sent"
273msgstr ""
274
275#: ../src/ddns/providers.py:1630
276msgid "Account has been suspended"
277msgstr ""
278
279#: ../src/ddns/providers.py:1633
280msgid "Account has been revoked"
281msgstr ""
282
283#: ../src/ddns/system.py:56
284#, python-format
285msgid "Running on distribution: %s"
286msgstr ""
287
288#: ../src/ddns/system.py:161
289msgid "Request header:"
290msgstr ""
291
292#. Log response header.
293#: ../src/ddns/system.py:169 ../src/ddns/system.py:178
294#, python-format
295msgid "Response header (Status Code %s):"
296msgstr ""
297
298#: ../src/ddns/system.py:298
299msgid "Falling back to check the IP address with help of a public server"
300msgstr ""