]> git.ipfire.org Git - ddns.git/blame_incremental - po/sv.po
Add new provider Servercow
[ddns.git] / po / sv.po
... / ...
CommitLineData
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
7msgid ""
8msgstr ""
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
23msgid "Debugging mode enabled"
24msgstr ""
25
26#: ../src/ddns/__init__.py:90
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
31#: ../src/ddns/__init__.py:156
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Hittade inte några inlägg i konfigurations filen. Avslutar."
34
35#: ../src/ddns/__init__.py:167
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38msgstr ""
39
40#: ../src/ddns/__init__.py:174
41#, python-format
42msgid ""
43"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44"exception:"
45msgstr ""
46
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
68#: ../src/ddns/errors.py:71
69msgid "Invalid certificate"
70msgstr ""
71
72#: ../src/ddns/errors.py:79
73msgid "The configuration file has errors"
74msgstr ""
75
76#: ../src/ddns/errors.py:86
77msgid "Connection refused"
78msgstr ""
79
80#: ../src/ddns/errors.py:93 ../src/ddns/system.py:240
81msgid "Connection timeout"
82msgstr ""
83
84#: ../src/ddns/errors.py:101
85msgid "The host could not be found in the configuration file"
86msgstr ""
87
88#: ../src/ddns/errors.py:109
89msgid "Internal server error"
90msgstr ""
91
92#: ../src/ddns/errors.py:116
93msgid "Network unreachable"
94msgstr ""
95
96#: ../src/ddns/errors.py:123
97msgid "No route to host"
98msgstr ""
99
100#: ../src/ddns/errors.py:130
101msgid "Not found"
102msgstr ""
103
104#: ../src/ddns/errors.py:138
105msgid "Request error"
106msgstr ""
107
108#: ../src/ddns/errors.py:146
109msgid "Could not resolve DNS entry"
110msgstr ""
111
112#: ../src/ddns/errors.py:154
113msgid "SSL negotiation error"
114msgstr ""
115
116#: ../src/ddns/errors.py:161
117msgid "Service unavailable"
118msgstr ""
119
120#: ../src/ddns/errors.py:169
121msgid "The update could not be performed"
122msgstr ""
123
124#: ../src/ddns/providers.py:85
125msgid "Provider is not properly configured"
126msgstr ""
127
128#: ../src/ddns/providers.py:154
129#, python-format
130msgid "Updating %s forced"
131msgstr ""
132
133#: ../src/ddns/providers.py:179
134#, python-format
135msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
136msgstr ""
137
138#: ../src/ddns/providers.py:203
139#, python-format
140msgid ""
141"An update for %(hostname)s (%(provider)s) is performed because of an IP "
142"address change"
143msgstr ""
144
145#: ../src/ddns/providers.py:211
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
153#: ../src/ddns/providers.py:218
154#, python-format
155msgid "No update required for %(hostname)s (%(provider)s)"
156msgstr ""
157
158#: ../src/ddns/providers.py:237 ../src/ddns/providers.py:251
159#, python-format
160msgid "An update has not been performed because earlier updates failed for %s"
161msgstr ""
162
163#: ../src/ddns/providers.py:239
164msgid "There will be no retries"
165msgstr ""
166
167#: ../src/ddns/providers.py:255
168msgid "Last failure message:"
169msgstr ""
170
171#: ../src/ddns/providers.py:260
172#, python-format
173msgid "Further updates will be withheld until %s"
174msgstr ""
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
179msgid "No valid FQDN was given"
180msgstr ""
181
182#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:670
183#: ../src/ddns/providers.py:1636
184msgid "Specified host does not exist"
185msgstr ""
186
187#: ../src/ddns/providers.py:400 ../src/ddns/providers.py:674
188msgid "DNS error encountered"
189msgstr ""
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
195msgid "Server response: %s"
196msgstr ""
197
198#: ../src/ddns/providers.py:540
199msgid "Scriptlet:"
200msgstr ""
201
202#: ../src/ddns/providers.py:577
203msgid "Domain not found."
204msgstr ""
205
206#: ../src/ddns/providers.py:676
207msgid "Account disabled or locked"
208msgstr ""
209
210#: ../src/ddns/providers.py:754 ../src/ddns/providers.py:801
211#: ../src/ddns/providers.py:1682
212msgid "Invalid hostname specified"
213msgstr ""
214
215#: ../src/ddns/providers.py:756
216msgid "Hostname not marked as a dynamic host"
217msgstr ""
218
219#: ../src/ddns/providers.py:758 ../src/ddns/providers.py:810
220#: ../src/ddns/providers.py:1093
221msgid "Invalid IP address has been sent"
222msgstr ""
223
224#: ../src/ddns/providers.py:798
225msgid "No hostname specified"
226msgstr ""
227
228#: ../src/ddns/providers.py:807
229msgid "Account has been disabled"
230msgstr ""
231
232#: ../src/ddns/providers.py:813
233msgid "Too many failed requests"
234msgstr ""
235
236#: ../src/ddns/providers.py:908
237msgid "Dynamic DNS is not turned on for this domain"
238msgstr ""
239
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"
251msgstr ""
252
253#: ../src/ddns/providers.py:1014 ../src/ddns/providers.py:1241
254msgid "Domain not found"
255msgstr ""
256
257#: ../src/ddns/providers.py:1049
258msgid "An invalid IP address was submitted"
259msgstr ""
260
261#: ../src/ddns/providers.py:1243
262msgid "Domain not active"
263msgstr ""
264
265#: ../src/ddns/providers.py:1393
266msgid "No Auth details specified"
267msgstr ""
268
269#: ../src/ddns/providers.py:1415
270msgid "Invalid IPv4 address has been sent"
271msgstr ""
272
273#: ../src/ddns/providers.py:1417
274msgid "Invalid IPv6 address has been sent"
275msgstr ""
276
277#: ../src/ddns/providers.py:1630
278msgid "Account has been suspended"
279msgstr ""
280
281#: ../src/ddns/providers.py:1633
282msgid "Account has been revoked"
283msgstr ""
284
285#: ../src/ddns/system.py:56
286#, python-format
287msgid "Running on distribution: %s"
288msgstr ""
289
290#: ../src/ddns/system.py:161
291msgid "Request header:"
292msgstr ""
293
294#. Log response header.
295#: ../src/ddns/system.py:169 ../src/ddns/system.py:178
296#, python-format
297msgid "Response header (Status Code %s):"
298msgstr ""
299
300#: ../src/ddns/system.py:298
301msgid "Falling back to check the IP address with help of a public server"
302msgstr ""