]> git.ipfire.org Git - ddns.git/blob - po/hu.po
Create database to track updates that have been performed
[ddns.git] / po / hu.po
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 # Gábor Sávolyi <huginn@naglfar.hu>, 2013
7 msgid ""
8 msgstr ""
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: Hungarian (http://www.transifex.com/projects/p/ipfire/"
15 "language/hu/)\n"
16 "Language: hu\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
23 msgid "Debugging mode enabled"
24 msgstr ""
25
26 #: ../src/ddns/__init__.py:86
27 #, python-format
28 msgid "Loading configuration file %s"
29 msgstr ""
30
31 #: ../src/ddns/__init__.py:146
32 msgid "Found no entries in the configuration file. Exiting."
33 msgstr "Nem találhatóak bejegyzések a konfigurációs fájlban. Feladat vége."
34
35 #: ../src/ddns/__init__.py:157
36 #, python-format
37 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:"
38 msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikertelen:"
39
40 #: ../src/ddns/__init__.py:164
41 #, python-format
42 msgid ""
43 "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled "
44 "exception:"
45 msgstr ""
46 "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése nem várt választ "
47 "adott:"
48
49 #: ../src/ddns/errors.py:29
50 msgid "Error"
51 msgstr ""
52
53 #: ../src/ddns/errors.py:39
54 msgid "Network error"
55 msgstr ""
56
57 #: ../src/ddns/errors.py:47
58 msgid ""
59 "The server denied processing the request because account abuse is suspected"
60 msgstr ""
61
62 #: ../src/ddns/errors.py:55
63 msgid "Authentication against the server has failed"
64 msgstr ""
65
66 #: ../src/ddns/errors.py:64
67 msgid "The server denies any updates from this client"
68 msgstr ""
69
70 #: ../src/ddns/errors.py:72
71 msgid "The configuration file has errors"
72 msgstr ""
73
74 #: ../src/ddns/errors.py:79
75 msgid "Connection refused"
76 msgstr ""
77
78 #: ../src/ddns/errors.py:86 ../src/ddns/system.py:212
79 msgid "Connection timeout"
80 msgstr ""
81
82 #: ../src/ddns/errors.py:94
83 msgid "The host could not be found in the configuration file"
84 msgstr ""
85
86 #: ../src/ddns/errors.py:102
87 msgid "Internal server error"
88 msgstr ""
89
90 #: ../src/ddns/errors.py:109
91 msgid "Network unreachable"
92 msgstr ""
93
94 #: ../src/ddns/errors.py:117
95 msgid "Request error"
96 msgstr ""
97
98 #: ../src/ddns/errors.py:125
99 msgid "Could not resolve DNS entry"
100 msgstr ""
101
102 #: ../src/ddns/errors.py:132
103 msgid "Service unavailable"
104 msgstr ""
105
106 #: ../src/ddns/errors.py:140
107 msgid "The update could not be performed"
108 msgstr ""
109
110 #: ../src/ddns/providers.py:71
111 msgid "Provider is not properly configured"
112 msgstr ""
113
114 #: ../src/ddns/providers.py:128
115 #, python-format
116 msgid "Updating %s forced"
117 msgstr ""
118
119 #: ../src/ddns/providers.py:132
120 #, fuzzy, python-format
121 msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date"
122 msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikertelen:"
123
124 #: ../src/ddns/providers.py:139
125 #, python-format
126 msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful"
127 msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikeres."
128
129 #: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424
130 #: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077
131 msgid "No valid FQDN was given."
132 msgstr ""
133
134 #: ../src/ddns/providers.py:222
135 msgid "Specified host does not exist."
136 msgstr ""
137
138 #: ../src/ddns/providers.py:226
139 msgid "DNS error encountered."
140 msgstr ""
141
142 #. If we got here, some other update error happened.
143 #: ../src/ddns/providers.py:229
144 #, python-format
145 msgid "Server response: %s"
146 msgstr ""
147
148 #: ../src/ddns/providers.py:345
149 msgid "Scriptlet:"
150 msgstr ""
151
152 #: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472
153 msgid "Invalid hostname specified."
154 msgstr ""
155
156 #: ../src/ddns/providers.py:428
157 msgid "Hostname not marked as a dynamic host."
158 msgstr ""
159
160 #: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481
161 #: ../src/ddns/providers.py:658
162 msgid "Invalid IP address has been sent."
163 msgstr ""
164
165 #: ../src/ddns/providers.py:469
166 msgid "No hostname specified."
167 msgstr ""
168
169 #: ../src/ddns/providers.py:478
170 msgid "Account has been disabled."
171 msgstr ""
172
173 #: ../src/ddns/providers.py:484
174 msgid "Too many failed requests."
175 msgstr ""
176
177 #: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746
178 msgid "Domain not found."
179 msgstr ""
180
181 #: ../src/ddns/providers.py:609
182 msgid "An invalid IP address was submitted"
183 msgstr ""
184
185 #: ../src/ddns/providers.py:748
186 msgid "Domain not active."
187 msgstr ""
188
189 #: ../src/ddns/providers.py:809
190 msgid "Invalid protocol has been given"
191 msgstr ""
192
193 #: ../src/ddns/providers.py:903
194 msgid "No Auth details specified."
195 msgstr ""
196
197 #: ../src/ddns/providers.py:925
198 msgid "Invalid IPv4 address has been sent."
199 msgstr ""
200
201 #: ../src/ddns/providers.py:927
202 msgid "Invalid IPv6 address has been sent."
203 msgstr ""
204
205 #: ../src/ddns/system.py:55
206 #, python-format
207 msgid "Running on distribution: %s"
208 msgstr ""
209
210 #: ../src/ddns/system.py:153
211 msgid "Request header:"
212 msgstr "A lekérés fejléce:"
213
214 #. Log response header.
215 #: ../src/ddns/system.py:161 ../src/ddns/system.py:170
216 #, python-format
217 msgid "Response header (Status Code %s):"
218 msgstr ""