]> git.ipfire.org Git - ddns.git/blob - po/ca.po
Update translations
[ddns.git] / po / ca.po
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 #
5 # Translators:
6 msgid ""
7 msgstr ""
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/"
14 "ca/)\n"
15 "Language: ca\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #: ../src/ddns/__init__.py:63
22 msgid "Debugging mode enabled"
23 msgstr ""
24
25 #: ../src/ddns/__init__.py:90
26 #, python-format
27 msgid "Loading configuration file %s"
28 msgstr ""
29
30 #: ../src/ddns/__init__.py:156
31 msgid "Found no entries in the configuration file. Exiting."
32 msgstr ""
33
34 #: ../src/ddns/__init__.py:167
35 #, python-format
36 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
37 msgstr ""
38
39 #: ../src/ddns/__init__.py:174
40 #, python-format
41 msgid ""
42 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
43 "exception:"
44 msgstr ""
45
46 #: ../src/ddns/errors.py:29
47 msgid "Error"
48 msgstr ""
49
50 #: ../src/ddns/errors.py:39
51 msgid "Network error"
52 msgstr ""
53
54 #: ../src/ddns/errors.py:47
55 msgid ""
56 "The server denied processing the request because account abuse is suspected"
57 msgstr ""
58
59 #: ../src/ddns/errors.py:55
60 msgid "Authentication against the server has failed"
61 msgstr ""
62
63 #: ../src/ddns/errors.py:64
64 msgid "The server denies any updates from this client"
65 msgstr ""
66
67 #: ../src/ddns/errors.py:72
68 msgid "The configuration file has errors"
69 msgstr ""
70
71 #: ../src/ddns/errors.py:79
72 msgid "Connection refused"
73 msgstr ""
74
75 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
76 msgid "Connection timeout"
77 msgstr ""
78
79 #: ../src/ddns/errors.py:94
80 msgid "The host could not be found in the configuration file"
81 msgstr ""
82
83 #: ../src/ddns/errors.py:102
84 msgid "Internal server error"
85 msgstr ""
86
87 #: ../src/ddns/errors.py:109
88 msgid "Network unreachable"
89 msgstr ""
90
91 #: ../src/ddns/errors.py:116
92 msgid "Not found"
93 msgstr ""
94
95 #: ../src/ddns/errors.py:124
96 msgid "Request error"
97 msgstr ""
98
99 #: ../src/ddns/errors.py:132
100 msgid "Could not resolve DNS entry"
101 msgstr ""
102
103 #: ../src/ddns/errors.py:139
104 msgid "Service unavailable"
105 msgstr ""
106
107 #: ../src/ddns/errors.py:147
108 msgid "The update could not be performed"
109 msgstr ""
110
111 #: ../src/ddns/providers.py:85
112 msgid "Provider is not properly configured"
113 msgstr ""
114
115 #: ../src/ddns/providers.py:154
116 #, python-format
117 msgid "Updating %s forced"
118 msgstr ""
119
120 #: ../src/ddns/providers.py:170
121 #, python-format
122 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
123 msgstr ""
124
125 #: ../src/ddns/providers.py:194
126 #, python-format
127 msgid ""
128 "An update for %(hostname)s (%(provider)s) is performed because of an IP "
129 "address change"
130 msgstr ""
131
132 #: ../src/ddns/providers.py:202
133 #, python-format
134 msgid ""
135 "An update for %(hostname)s (%(provider)s) is performed because the holdoff "
136 "time has expired"
137 msgstr ""
138
139 #. Otherwise, we don't need to perform an update
140 #: ../src/ddns/providers.py:209
141 #, python-format
142 msgid "No update required for %(hostname)s (%(provider)s)"
143 msgstr ""
144
145 #: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
146 #, python-format
147 msgid "An update has not been performed because earlier updates failed for %s"
148 msgstr ""
149
150 #: ../src/ddns/providers.py:230
151 msgid "There will be no retries"
152 msgstr ""
153
154 #: ../src/ddns/providers.py:246
155 msgid "Last failure message:"
156 msgstr ""
157
158 #: ../src/ddns/providers.py:251
159 #, python-format
160 msgid "Further updates will be withheld until %s"
161 msgstr ""
162
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."
166 msgstr ""
167
168 #: ../src/ddns/providers.py:387
169 msgid "Specified host does not exist."
170 msgstr ""
171
172 #: ../src/ddns/providers.py:391
173 msgid "DNS error encountered."
174 msgstr ""
175
176 #. If we got here, some other update error happened.
177 #: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
178 #, python-format
179 msgid "Server response: %s"
180 msgstr ""
181
182 #: ../src/ddns/providers.py:531
183 msgid "Scriptlet:"
184 msgstr ""
185
186 #: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
187 msgid "Invalid hostname specified."
188 msgstr ""
189
190 #: ../src/ddns/providers.py:616
191 msgid "Hostname not marked as a dynamic host."
192 msgstr ""
193
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."
197 msgstr ""
198
199 #: ../src/ddns/providers.py:658
200 msgid "No hostname specified."
201 msgstr ""
202
203 #: ../src/ddns/providers.py:667
204 msgid "Account has been disabled."
205 msgstr ""
206
207 #: ../src/ddns/providers.py:673
208 msgid "Too many failed requests."
209 msgstr ""
210
211 #: ../src/ddns/providers.py:776
212 msgid "Malformed request has been sent."
213 msgstr ""
214
215 #: ../src/ddns/providers.py:780
216 msgid "Too frequent update requests have been sent."
217 msgstr ""
218
219 #: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
220 msgid "Domain not found."
221 msgstr ""
222
223 #: ../src/ddns/providers.py:861
224 msgid "An invalid IP address was submitted"
225 msgstr ""
226
227 #: ../src/ddns/providers.py:1015
228 msgid "Domain not active."
229 msgstr ""
230
231 #: ../src/ddns/providers.py:1165
232 msgid "No Auth details specified."
233 msgstr ""
234
235 #: ../src/ddns/providers.py:1187
236 msgid "Invalid IPv4 address has been sent."
237 msgstr ""
238
239 #: ../src/ddns/providers.py:1189
240 msgid "Invalid IPv6 address has been sent."
241 msgstr ""
242
243 #: ../src/ddns/providers.py:1385
244 msgid "Invalid hostname specified"
245 msgstr ""
246
247 #: ../src/ddns/system.py:55
248 #, python-format
249 msgid "Running on distribution: %s"
250 msgstr ""
251
252 #: ../src/ddns/system.py:153
253 msgid "Request header:"
254 msgstr ""
255
256 #. Log response header.
257 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
258 #, python-format
259 msgid "Response header (Status Code %s):"
260 msgstr ""