]> git.ipfire.org Git - ddns.git/blob - po/ddns.pot
c3f46300bca55b5b692a077a2e2d150d1c070273
[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: 2014-09-29 14:20+0000\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:72
67 msgid "The configuration file has errors"
68 msgstr ""
69
70 #: ../src/ddns/errors.py:79
71 msgid "Connection refused"
72 msgstr ""
73
74 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
75 msgid "Connection timeout"
76 msgstr ""
77
78 #: ../src/ddns/errors.py:94
79 msgid "The host could not be found in the configuration file"
80 msgstr ""
81
82 #: ../src/ddns/errors.py:102
83 msgid "Internal server error"
84 msgstr ""
85
86 #: ../src/ddns/errors.py:109
87 msgid "Network unreachable"
88 msgstr ""
89
90 #: ../src/ddns/errors.py:116
91 msgid "Not found"
92 msgstr ""
93
94 #: ../src/ddns/errors.py:124
95 msgid "Request error"
96 msgstr ""
97
98 #: ../src/ddns/errors.py:132
99 msgid "Could not resolve DNS entry"
100 msgstr ""
101
102 #: ../src/ddns/errors.py:139
103 msgid "Service unavailable"
104 msgstr ""
105
106 #: ../src/ddns/errors.py:147
107 msgid "The update could not be performed"
108 msgstr ""
109
110 #: ../src/ddns/providers.py:85
111 msgid "Provider is not properly configured"
112 msgstr ""
113
114 #: ../src/ddns/providers.py:154
115 #, python-format
116 msgid "Updating %s forced"
117 msgstr ""
118
119 #: ../src/ddns/providers.py:170
120 #, python-format
121 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
122 msgstr ""
123
124 #: ../src/ddns/providers.py:194
125 #, python-format
126 msgid ""
127 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
128 "address change"
129 msgstr ""
130
131 #: ../src/ddns/providers.py:202
132 #, python-format
133 msgid ""
134 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
135 "time has expired"
136 msgstr ""
137
138 #. Otherwise, we don't need to perform an update
139 #: ../src/ddns/providers.py:209
140 #, python-format
141 msgid "No update required for %(hostname)s (%(provider)s)"
142 msgstr ""
143
144 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
145 #, python-format
146 msgid "An update has not been performed because earlier updates failed for %s"
147 msgstr ""
148
149 #: ../src/ddns/providers.py:230
150 msgid "There will be no retries"
151 msgstr ""
152
153 #: ../src/ddns/providers.py:246
154 msgid "Last failure message:"
155 msgstr ""
156
157 #: ../src/ddns/providers.py:251
158 #, python-format
159 msgid "Further updates will be withheld until %s"
160 msgstr ""
161
162 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
163 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
164 msgid "No valid FQDN was given."
165 msgstr ""
166
167 #: ../src/ddns/providers.py:387
168 msgid "Specified host does not exist."
169 msgstr ""
170
171 #: ../src/ddns/providers.py:391
172 msgid "DNS error encountered."
173 msgstr ""
174
175 #. If we got here, some other update error happened.
176 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
177 #, python-format
178 msgid "Server response: %s"
179 msgstr ""
180
181 #: ../src/ddns/providers.py:531
182 msgid "Scriptlet:"
183 msgstr ""
184
185 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
186 msgid "Invalid hostname specified."
187 msgstr ""
188
189 #: ../src/ddns/providers.py:616
190 msgid "Hostname not marked as a dynamic host."
191 msgstr ""
192
193 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
194 #: ../src/ddns/providers.py:905
195 msgid "Invalid IP address has been sent."
196 msgstr ""
197
198 #: ../src/ddns/providers.py:658
199 msgid "No hostname specified."
200 msgstr ""
201
202 #: ../src/ddns/providers.py:667
203 msgid "Account has been disabled."
204 msgstr ""
205
206 #: ../src/ddns/providers.py:673
207 msgid "Too many failed requests."
208 msgstr ""
209
210 #: ../src/ddns/providers.py:776
211 msgid "Malformed request has been sent."
212 msgstr ""
213
214 #: ../src/ddns/providers.py:780
215 msgid "Too frequent update requests have been sent."
216 msgstr ""
217
218 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
219 msgid "Domain not found."
220 msgstr ""
221
222 #: ../src/ddns/providers.py:861
223 msgid "An invalid IP address was submitted"
224 msgstr ""
225
226 #: ../src/ddns/providers.py:1015
227 msgid "Domain not active."
228 msgstr ""
229
230 #: ../src/ddns/providers.py:1165
231 msgid "No Auth details specified."
232 msgstr ""
233
234 #: ../src/ddns/providers.py:1187
235 msgid "Invalid IPv4 address has been sent."
236 msgstr ""
237
238 #: ../src/ddns/providers.py:1189
239 msgid "Invalid IPv6 address has been sent."
240 msgstr ""
241
242 #: ../src/ddns/providers.py:1385
243 msgid "Invalid hostname specified"
244 msgstr ""
245
246 #: ../src/ddns/system.py:55
247 #, python-format
248 msgid "Running on distribution: %s"
249 msgstr ""
250
251 #: ../src/ddns/system.py:153
252 msgid "Request header:"
253 msgstr ""
254
255 #. Log response header.
256 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
257 #, python-format
258 msgid "Response header (Status Code %s):"
259 msgstr ""