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