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