Modified the firewall to use a callback instead of the 2.5 append_const
[pykickstart/EL-5.git] / po / hu.po
blobb672f086dd02659894c0be2280b7b7a932a043c6
1 # Tamas Szanto <tszanto@interware.hu>, 2006.
2 # Arpad Biro <biro_arpad@yahoo.com>, 2007.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: pykickstart\n"
6 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2007-10-04 13:22-0400\n"
8 "PO-Revision-Date: 2008-04-23 21:05+0100\n"
9 "Last-Translator: Sulyok Péter <peti@sulyok.hu>\n"
10 "Language-Team: Hungarian <fedora-trans-hu@redhat.com>\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "X-Generator: KBabel 1.11.4\n"
15 "X-Poedit-Language: Hungarian\n"
16 "X-Poedit-Country: HUNGARY\n"
17 "X-Poedit-SourceCharset: utf-8\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #: ../pykickstart/base.py:147
21 #, python-format
22 msgid "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has been deprecated and no longer has any effect.  It may be removed from future releases, which will result in a fatal error from kickstart.  Please modify your kickstart file to remove this command."
23 msgstr "Elavult parancs mellőzése  a(z) %(lineno)s. sorban: a(z) %(cmd)s parancs elavult, már nincs hatása. További kiadásokból talán már eltávolítják, és a kickstart végzetes hibát fog jelezni. Kérem távolítsa el ezt a parancsot a kickstart fájlból!"
25 #: ../pykickstart/base.py:315
26 #, python-format
27 msgid "Unknown command: %s"
28 msgstr "Ismeretlen parancs: %s"
30 #: ../pykickstart/errors.py:48
31 #, python-format
32 msgid ""
33 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
34 "\n"
35 "%(msg)s\n"
36 msgstr ""
37 "Az alábbi hiba történt a kickstart fájl %(lineno)s. sorában:\n"
38 "\n"
39 "%(msg)s\n"
41 #: ../pykickstart/errors.py:50
42 #, python-format
43 msgid "There was a problem reading from line %s of the kickstart file"
44 msgstr "Hiba történt a kickstart fájl %s. sorát beolvasva"
46 #: ../pykickstart/options.py:84
47 #, python-format
48 msgid "Option %s is required"
49 msgstr "%s opció szükséges"
51 #: ../pykickstart/options.py:87
52 #, python-format
53 msgid "The option %(option)s was introduced in version %(intro)s, but you are using kickstart syntax version %(version)s"
54 msgstr "%(option)s opciót a(z) %(intro)s változatban vezették be, de kickstart szintaxis %(version)s változatát használja"
56 #: ../pykickstart/options.py:90
57 #, python-format
58 msgid "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has been deprecated and no longer has any effect.  It may be removed from future releases, which will result in a fatal error from kickstart.  Please modify your kickstart file to remove this option."
59 msgstr "%(lineno)s. sorban elavult beállítás mellőzése,: %(option)s beállítás már elavult, nincs hatása. A későbbi kiadásokból talán már eltávolítják, és kickstart végzetes hibát fog jelezni. Kérem távolítsa el ezt a beállítást a kickstart fájlból!"
61 #: ../pykickstart/options.py:93
62 #, python-format
63 msgid "The option %(option)s was removed in version %(removed)s, but you are using kickstart syntax version %(version)s"
64 msgstr "%(option)s opciót megszüntették %(removed)s változatban, de %(version)s verziójú kickstart szintaxist használ"
66 #: ../pykickstart/options.py:147
67 msgid "Required flag set for option that doesn't take a value"
68 msgstr "Kötelező attribútumú egy olyan beállítás, melynek nincs értéke"
70 #: ../pykickstart/options.py:156
71 #, python-format
72 msgid "Option %(opt)s: invalid boolean value: %(value)r"
73 msgstr "%(opt)s beállítás: érvénytelen logikai érték: %(value)r"
75 #: ../pykickstart/options.py:161
76 #, python-format
77 msgid "Option %(opt)s: invalid string value: %(value)r"
78 msgstr "%(opt)s beállítás: érvénytelen szöveg: %(value)r"
80 #: ../pykickstart/parser.py:90
81 #, python-format
82 msgid "Illegal url for %%ksappend: %s"
83 msgstr "Érvénytelen URL %%ksappend fájlhoz: %s"
85 #: ../pykickstart/parser.py:95
86 #, python-format
87 msgid "Unable to open %%ksappend file: "
88 msgstr "Nem lehet megnyitni %%ksappend fájlt:"
90 #: ../pykickstart/parser.py:101
91 #: ../pykickstart/parser.py:103
92 #, python-format
93 msgid "Unable to open %%ksappend file"
94 msgstr "Nem lehet megnyitni %%ksappend fájlt"
96 #: ../pykickstart/parser.py:286
97 msgid "Group cannot specify both --nodefaults and --optional"
98 msgstr "A csoport nem adhat meg --nodefaults és --optional opciót egyszerre"
100 #: ../pykickstart/parser.py:545
101 #: ../pykickstart/parser.py:604
102 #, python-format
103 msgid "%s does not end with %%end.  This syntax has been deprecated.  It may be removed from future releases, which will result in a fatal error from kickstart.  Please modify your kickstart file to use this updated syntax."
104 msgstr "%s nem %%end kifejezésre végződik. Ez a szintaxis elavult. További kiadásokból talán már eltávolítják, és a kickstart végzetes hibát fog jelezni. Kérem távolítsa el ezt a parancsot a kickstart fájlból!"
106 #: ../pykickstart/parser.py:604
107 msgid "Script"
108 msgstr "Írás"
110 #. If nothing else worked, we're out of options.
111 #: ../pykickstart/version.py:87
112 #: ../pykickstart/version.py:96
113 #: ../pykickstart/version.py:99
114 #: ../pykickstart/version.py:110
115 #: ../pykickstart/version.py:150
116 #, python-format
117 msgid "Unsupported version specified: %s"
118 msgstr "Nem támogatott verzió van megadva: %s"
120 #: ../tools/ksvalidator:52
121 msgid "halt after the first error or warning"
122 msgstr "leállás az első hiba vagy figyelmeztetés után"
124 #: ../tools/ksvalidator:55
125 #, python-format
126 msgid "parse include files when %include is seen"
127 msgstr "az include fájlok feldolgozása %include előfordulásakor"
129 #: ../tools/ksvalidator:57
130 msgid "version of kickstart syntax to validate against"
131 msgstr "melyik Kickstart-szintaxisverziónak megfelelően kell végezni az ellenőrzést"
133 #: ../tools/ksvalidator:71
134 #, python-format
135 msgid "The version %s is not supported by pykickstart"
136 msgstr "Pykickstart nem támogatja %s változatot"
138 #: ../tools/ksvalidator:87
139 #, python-format
140 msgid ""
141 "File uses a deprecated option or command.\n"
142 "%s"
143 msgstr ""
144 "A fájlban elavult parancs vagy beállítás szerepel.\n"
145 "%s"
147 #: ../tools/ksvalidator:93
148 msgid "General kickstart error in input file"
149 msgstr "Általános Kickstart-hiba történt egy bemeneti fájlban"
151 #: ../tools/ksvalidator:96
152 #, python-format
153 msgid "General error in input file:  %s"
154 msgstr "Általános hiba történt egy bemeneti fájlban: %s"