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