]> git.ipfire.org Git - oddments/ddns.git/blame - po/sv.po
Bump version to 006
[oddments/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.
b3783a55 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"
ed923f9d
MT
11"POT-Creation-Date: 2014-09-29 14:20+0000\n"
12"PO-Revision-Date: 2014-09-29 14:25+0000\n"
4011554b 13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
b3783a55
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
68#: ../src/ddns/errors.py:72
69msgid "The configuration file has errors"
70msgstr ""
71
72#: ../src/ddns/errors.py:79
73msgid "Connection refused"
74msgstr ""
75
ed923f9d 76#: ../src/ddns/errors.py:86 ../src/ddns/system.py:218
4011554b
MT
77msgid "Connection timeout"
78msgstr ""
79
80#: ../src/ddns/errors.py:94
81msgid "The host could not be found in the configuration file"
82msgstr ""
83
84#: ../src/ddns/errors.py:102
85msgid "Internal server error"
86msgstr ""
87
88#: ../src/ddns/errors.py:109
89msgid "Network unreachable"
90msgstr ""
91
ed923f9d
MT
92#: ../src/ddns/errors.py:116
93msgid "Not found"
94msgstr ""
95
96#: ../src/ddns/errors.py:124
4011554b
MT
97msgid "Request error"
98msgstr ""
99
ed923f9d 100#: ../src/ddns/errors.py:132
b3783a55 101msgid "Could not resolve DNS entry"
4011554b
MT
102msgstr ""
103
ed923f9d 104#: ../src/ddns/errors.py:139
b3783a55
MT
105msgid "Service unavailable"
106msgstr ""
107
ed923f9d 108#: ../src/ddns/errors.py:147
4011554b
MT
109msgid "The update could not be performed"
110msgstr ""
111
ed923f9d 112#: ../src/ddns/providers.py:85
b3783a55
MT
113msgid "Provider is not properly configured"
114msgstr ""
115
ed923f9d 116#: ../src/ddns/providers.py:154
2a0f28fd
MT
117#, python-format
118msgid "Updating %s forced"
119msgstr ""
120
ed923f9d 121#: ../src/ddns/providers.py:170
b3783a55 122#, python-format
ed923f9d 123msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
b3783a55
MT
124msgstr ""
125
ed923f9d 126#: ../src/ddns/providers.py:194
2a0f28fd 127#, python-format
ed923f9d
MT
128msgid ""
129"An update for %(hostname)s (%(provider)s) is performed because of an IP "
130"address change"
131msgstr ""
132
133#: ../src/ddns/providers.py:202
134#, python-format
135msgid ""
136"An update for %(hostname)s (%(provider)s) is performed because the holdoff "
137"time has expired"
138msgstr ""
139
140#. Otherwise, we don't need to perform an update
141#: ../src/ddns/providers.py:209
142#, python-format
143msgid "No update required for %(hostname)s (%(provider)s)"
144msgstr ""
145
146#: ../src/ddns/providers.py:228 ../src/ddns/providers.py:242
147#, python-format
148msgid "An update has not been performed because earlier updates failed for %s"
2a0f28fd
MT
149msgstr ""
150
ed923f9d
MT
151#: ../src/ddns/providers.py:230
152msgid "There will be no retries"
153msgstr ""
154
155#: ../src/ddns/providers.py:246
156msgid "Last failure message:"
157msgstr ""
158
159#: ../src/ddns/providers.py:251
160#, python-format
161msgid "Further updates will be withheld until %s"
162msgstr ""
163
164#: ../src/ddns/providers.py:385 ../src/ddns/providers.py:612
165#: ../src/ddns/providers.py:1191 ../src/ddns/providers.py:1340
2a0f28fd
MT
166msgid "No valid FQDN was given."
167msgstr ""
168
ed923f9d 169#: ../src/ddns/providers.py:387
b3783a55
MT
170msgid "Specified host does not exist."
171msgstr ""
172
ed923f9d 173#: ../src/ddns/providers.py:391
b3783a55
MT
174msgid "DNS error encountered."
175msgstr ""
176
177#. If we got here, some other update error happened.
ed923f9d 178#: ../src/ddns/providers.py:396 ../src/ddns/providers.py:785
b3783a55
MT
179#, python-format
180msgid "Server response: %s"
181msgstr ""
182
ed923f9d 183#: ../src/ddns/providers.py:531
b3783a55
MT
184msgid "Scriptlet:"
185msgstr ""
186
ed923f9d 187#: ../src/ddns/providers.py:614 ../src/ddns/providers.py:661
2a0f28fd
MT
188msgid "Invalid hostname specified."
189msgstr ""
190
ed923f9d 191#: ../src/ddns/providers.py:616
2a0f28fd
MT
192msgid "Hostname not marked as a dynamic host."
193msgstr ""
194
ed923f9d
MT
195#: ../src/ddns/providers.py:618 ../src/ddns/providers.py:670
196#: ../src/ddns/providers.py:905
2a0f28fd
MT
197msgid "Invalid IP address has been sent."
198msgstr ""
199
ed923f9d 200#: ../src/ddns/providers.py:658
4011554b
MT
201msgid "No hostname specified."
202msgstr ""
203
ed923f9d 204#: ../src/ddns/providers.py:667
4011554b
MT
205msgid "Account has been disabled."
206msgstr ""
207
ed923f9d 208#: ../src/ddns/providers.py:673
4011554b
MT
209msgid "Too many failed requests."
210msgstr ""
211
ed923f9d
MT
212#: ../src/ddns/providers.py:776
213msgid "Malformed request has been sent."
214msgstr ""
215
216#: ../src/ddns/providers.py:780
217msgid "Too frequent update requests have been sent."
218msgstr ""
219
220#: ../src/ddns/providers.py:826 ../src/ddns/providers.py:1013
b3783a55 221msgid "Domain not found."
4011554b
MT
222msgstr ""
223
ed923f9d 224#: ../src/ddns/providers.py:861
b3783a55 225msgid "An invalid IP address was submitted"
4011554b
MT
226msgstr ""
227
ed923f9d 228#: ../src/ddns/providers.py:1015
b3783a55 229msgid "Domain not active."
4011554b
MT
230msgstr ""
231
ed923f9d 232#: ../src/ddns/providers.py:1165
4011554b
MT
233msgid "No Auth details specified."
234msgstr ""
235
ed923f9d 236#: ../src/ddns/providers.py:1187
4011554b
MT
237msgid "Invalid IPv4 address has been sent."
238msgstr ""
239
ed923f9d 240#: ../src/ddns/providers.py:1189
4011554b
MT
241msgid "Invalid IPv6 address has been sent."
242msgstr ""
243
ed923f9d
MT
244#: ../src/ddns/providers.py:1385
245msgid "Invalid hostname specified"
246msgstr ""
247
b3783a55 248#: ../src/ddns/system.py:55
4011554b
MT
249#, python-format
250msgid "Running on distribution: %s"
251msgstr ""
252
b3783a55 253#: ../src/ddns/system.py:153
ba9a8e95
MT
254msgid "Request header:"
255msgstr ""
256
257#. Log response header.
b3783a55 258#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
4011554b
MT
259#, python-format
260msgid "Response header (Status Code %s):"
ba9a8e95 261msgstr ""