]> git.ipfire.org Git - ddns.git/blame_incremental - po/da.po
Update translations.
[ddns.git] / po / da.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# Henrik Simonsen <cybermaze@gmail.com>, 2014
7msgid ""
8msgstr ""
9"Project-Id-Version: IPFire Project\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-08-04 14:54+0000\n"
12"PO-Revision-Date: 2014-06-23 08:45+0000\n"
13"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
14"Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/"
15"da/)\n"
16"Language: da\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:62
23msgid "Debugging mode enabled"
24msgstr ""
25
26#: ../src/ddns/__init__.py:86
27#, python-format
28msgid "Loading configuration file %s"
29msgstr ""
30
31#: ../src/ddns/__init__.py:146
32msgid "Found no entries in the configuration file. Exiting."
33msgstr "Fandt ingen indgange i konfigurationsfilen. Afslutter."
34
35#: ../src/ddns/__init__.py:157
36#, python-format
37msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) fejlede:"
39
40#: ../src/ddns/__init__.py:164
41#, python-format
42msgid ""
43"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44"exception:"
45msgstr ""
46"Dynamisk DNS opdatering af %(hostname)s (%(provider)s) kastede en ubehandlet "
47"undtagelse:"
48
49#: ../src/ddns/errors.py:29
50msgid "Error"
51msgstr ""
52
53#: ../src/ddns/errors.py:39
54msgid "Network error"
55msgstr ""
56
57#: ../src/ddns/errors.py:47
58msgid ""
59"The server denied processing the request because account abuse is suspected"
60msgstr ""
61
62#: ../src/ddns/errors.py:55
63msgid "Authentication against the server has failed"
64msgstr ""
65
66#: ../src/ddns/errors.py:64
67msgid "The server denies any updates from this client"
68msgstr ""
69
70#: ../src/ddns/errors.py:72
71msgid "The configuration file has errors"
72msgstr ""
73
74#: ../src/ddns/errors.py:79
75msgid "Connection refused"
76msgstr ""
77
78#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
79msgid "Connection timeout"
80msgstr ""
81
82#: ../src/ddns/errors.py:94
83msgid "The host could not be found in the configuration file"
84msgstr ""
85
86#: ../src/ddns/errors.py:102
87msgid "Internal server error"
88msgstr ""
89
90#: ../src/ddns/errors.py:109
91msgid "Network unreachable"
92msgstr ""
93
94#: ../src/ddns/errors.py:117
95msgid "Request error"
96msgstr ""
97
98#: ../src/ddns/errors.py:125
99msgid "Could not resolve DNS entry"
100msgstr ""
101
102#: ../src/ddns/errors.py:132
103msgid "Service unavailable"
104msgstr ""
105
106#: ../src/ddns/errors.py:140
107msgid "The update could not be performed"
108msgstr ""
109
110#: ../src/ddns/providers.py:71
111msgid "Provider is not properly configured"
112msgstr ""
113
114#: ../src/ddns/providers.py:128
115#, python-format
116msgid "Updating %s forced"
117msgstr ""
118
119#: ../src/ddns/providers.py:132
120#, fuzzy, python-format
121msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
122msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) fejlede:"
123
124#: ../src/ddns/providers.py:139
125#, python-format
126msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) succesfuld"
128
129#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
130#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
131msgid "No valid FQDN was given."
132msgstr ""
133
134#: ../src/ddns/providers.py:222
135msgid "Specified host does not exist."
136msgstr ""
137
138#: ../src/ddns/providers.py:226
139msgid "DNS error encountered."
140msgstr ""
141
142#. If we got here, some other update error happened.
143#: ../src/ddns/providers.py:229
144#, python-format
145msgid "Server response: %s"
146msgstr ""
147
148#: ../src/ddns/providers.py:345
149msgid "Scriptlet:"
150msgstr ""
151
152#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
153msgid "Invalid hostname specified."
154msgstr ""
155
156#: ../src/ddns/providers.py:428
157msgid "Hostname not marked as a dynamic host."
158msgstr ""
159
160#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
161#: ../src/ddns/providers.py:658
162msgid "Invalid IP address has been sent."
163msgstr ""
164
165#: ../src/ddns/providers.py:469
166msgid "No hostname specified."
167msgstr ""
168
169#: ../src/ddns/providers.py:478
170msgid "Account has been disabled."
171msgstr ""
172
173#: ../src/ddns/providers.py:484
174msgid "Too many failed requests."
175msgstr ""
176
177#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
178msgid "Domain not found."
179msgstr ""
180
181#: ../src/ddns/providers.py:609
182msgid "An invalid IP address was submitted"
183msgstr ""
184
185#: ../src/ddns/providers.py:748
186msgid "Domain not active."
187msgstr ""
188
189#: ../src/ddns/providers.py:809
190msgid "Invalid protocol has been given"
191msgstr ""
192
193#: ../src/ddns/providers.py:903
194msgid "No Auth details specified."
195msgstr ""
196
197#: ../src/ddns/providers.py:925
198msgid "Invalid IPv4 address has been sent."
199msgstr ""
200
201#: ../src/ddns/providers.py:927
202msgid "Invalid IPv6 address has been sent."
203msgstr ""
204
205#: ../src/ddns/system.py:55
206#, python-format
207msgid "Running on distribution: %s"
208msgstr ""
209
210#: ../src/ddns/system.py:153
211msgid "Request header:"
212msgstr "Request header:"
213
214#. Log response header.
215#: ../src/ddns/system.py:161 ../src/ddns/system.py:170
216#, python-format
217msgid "Response header (Status Code %s):"
218msgstr ""