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.
8 "Project-Id-Version: IPFire Project\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-09-29 14:20+0000\n"
11 "PO-Revision-Date: 2014-09-29 14:25+0000\n"
12 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
13 "Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 #: ../src/ddns/__init__.py:63
22 msgid "Debugging mode enabled"
25 #: ../src/ddns/__init__.py:90
27 msgid "Loading configuration file %s"
30 #: ../src/ddns/__init__.py:156
31 msgid "Found no entries in the configuration file. Exiting."
34 #: ../src/ddns/__init__.py:167
36 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
39 #: ../src/ddns/__init__.py:174
42 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
46 #: ../src/ddns/errors.py:29
50 #: ../src/ddns/errors.py:39
54 #: ../src/ddns/errors.py:47
56 "The server denied processing the request because account abuse is suspected"
59 #: ../src/ddns/errors.py:55
60 msgid "Authentication against the server has failed"
63 #: ../src/ddns/errors.py:64
64 msgid "The server denies any updates from this client"
67 #: ../src/ddns/errors.py:72
68 msgid "The configuration file has errors"
71 #: ../src/ddns/errors.py:79
72 msgid "Connection refused"
75 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
76 msgid "Connection timeout"
79 #: ../src/ddns/errors.py:94
80 msgid "The host could not be found in the configuration file"
83 #: ../src/ddns/errors.py:102
84 msgid "Internal server error"
87 #: ../src/ddns/errors.py:109
88 msgid "Network unreachable"
91 #: ../src/ddns/errors.py:116
95 #: ../src/ddns/errors.py:124
99 #: ../src/ddns/errors.py:132
100 msgid "Could not resolve DNS entry"
103 #: ../src/ddns/errors.py:139
104 msgid "Service unavailable"
107 #: ../src/ddns/errors.py:147
108 msgid "The update could not be performed"
111 #: ../src/ddns/providers.py:85
112 msgid "Provider is not properly configured"
115 #: ../src/ddns/providers.py:154
117 msgid "Updating %s forced"
120 #: ../src/ddns/providers.py:170
122 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
125 #: ../src/ddns/providers.py:194
128 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
132 #: ../src/ddns/providers.py:202
135 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
139 #. Otherwise, we don't need to perform an update
140 #: ../src/ddns/providers.py:209
142 msgid "No update required for %(hostname)s (%(provider)s)"
145 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
147 msgid "An update has not been performed because earlier updates failed for %s"
150 #: ../src/ddns/providers.py:230
151 msgid "There will be no retries"
154 #: ../src/ddns/providers.py:246
155 msgid "Last failure message:"
158 #: ../src/ddns/providers.py:251
160 msgid "Further updates will be withheld until %s"
163 #: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
164 #: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
165 msgid "No valid FQDN was given."
168 #: ../src/ddns/providers.py:387
169 msgid "Specified host does not exist."
172 #: ../src/ddns/providers.py:391
173 msgid "DNS error encountered."
176 #. If we got here, some other update error happened.
177 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
179 msgid "Server response: %s"
182 #: ../src/ddns/providers.py:531
186 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
187 msgid "Invalid hostname specified."
190 #: ../src/ddns/providers.py:616
191 msgid "Hostname not marked as a dynamic host."
194 #: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
195 #: ../src/ddns/providers.py:905
196 msgid "Invalid IP address has been sent."
199 #: ../src/ddns/providers.py:658
200 msgid "No hostname specified."
203 #: ../src/ddns/providers.py:667
204 msgid "Account has been disabled."
207 #: ../src/ddns/providers.py:673
208 msgid "Too many failed requests."
211 #: ../src/ddns/providers.py:776
212 msgid "Malformed request has been sent."
215 #: ../src/ddns/providers.py:780
216 msgid "Too frequent update requests have been sent."
219 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
220 msgid "Domain not found."
223 #: ../src/ddns/providers.py:861
224 msgid "An invalid IP address was submitted"
227 #: ../src/ddns/providers.py:1015
228 msgid "Domain not active."
231 #: ../src/ddns/providers.py:1165
232 msgid "No Auth details specified."
235 #: ../src/ddns/providers.py:1187
236 msgid "Invalid IPv4 address has been sent."
239 #: ../src/ddns/providers.py:1189
240 msgid "Invalid IPv6 address has been sent."
243 #: ../src/ddns/providers.py:1385
244 msgid "Invalid hostname specified"
247 #: ../src/ddns/system.py:55
249 msgid "Running on distribution: %s"
252 #: ../src/ddns/system.py:153
253 msgid "Request header:"
256 #. Log response header.
257 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
259 msgid "Response header (Status Code %s):"