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