New source layout - version handlers are just stubs now and are in
[pykickstart.git] / po / hu.po
blob74938896e0dfc1a9188c7b9bbaf8c132be4139f8
1 # This file is distributed under the same license as the PACKAGE package.
2 # Tamas Szanto <tszanto@interware.hu>, 2006.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: PyKickStart\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2007-01-16 14:27-0500\n"
9 "PO-Revision-Date: 2006-09-11 11:11+0100\n"
10 "Last-Translator: Tamas Szanto <tszanto@interware.hu>\n"
11 "Language-Team: Hungarian\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=utf-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #: ../pykickstart/errors.py:43
17 #, fuzzy, python-format
18 msgid ""
19 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
20 "\n"
21 "%(msg)s\n"
22 msgstr ""
23 "Az alábbi hiba történt a Kickstart-fájl %s. sorában:\n"
24 "\n"
25 "%s\n"
27 #: ../pykickstart/errors.py:45
28 #, python-format
29 msgid "There was a problem reading from line %s of the kickstart file"
30 msgstr "Hiba történt a Kickstart-fájl %s. sorának beolvasása közben"
32 #: ../pykickstart/errors.py:97
33 msgid "Unsupported version specified."
34 msgstr ""
36 #: ../pykickstart/options.py:77
37 #, python-format
38 msgid "Option %s is required"
39 msgstr "A(z) %s opciót kötelező megadni"
41 #: ../pykickstart/options.py:80
42 #, python-format
43 msgid ""
44 "The option %(option)s was introduced in version %(intro)s, but you are using "
45 "kickstart syntax version %(version)s"
46 msgstr ""
48 #: ../pykickstart/options.py:83
49 #, fuzzy, python-format
50 msgid ""
51 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
52 "been deprecated and no longer has any effect.  It may be removed from future "
53 "releases, which will result in a fatal error from kickstart.  Please modify "
54 "your kickstart file to remove this option."
55 msgstr ""
56 "Elavult beállítás szerepel a(z) %s. sorban, figyelmen kívül lesz hagyva: a"
57 "(z) %s beállítás már elavult, nincs hatása. A későbbi kiadások esetleg már "
58 "nem fogják elfogadni, és a Kickstart végzetes hibát jelezhet. Célszerű ezért "
59 "eltávolítani ezt a beállítást a Kickstart-fájlból."
61 #: ../pykickstart/options.py:86
62 #, python-format
63 msgid ""
64 "The option %(option)s was removed in version %(removed)s, but you are using "
65 "kickstart syntax version %(version)s"
66 msgstr ""
68 #: ../pykickstart/options.py:139
69 msgid "Required flag set for option that doesn't take a value"
70 msgstr "Kötelező attribútumú egy olyan beállítás, melynek nincs értéke"
72 #: ../pykickstart/options.py:148
73 #, fuzzy, python-format
74 msgid "Option %(opt)s: invalid boolean value: %(value)r"
75 msgstr "%s beállítás: érvénytelen logikai érték: %r"
77 #: ../validator/ksvalidator:37
78 msgid "halt after the first error or warning"
79 msgstr "leállás az első hiba vagy figyelmeztetés után"
81 #: ../validator/ksvalidator:40
82 #, python-format
83 msgid "parse include files when %include is seen"
84 msgstr "az include fájlok feldolgozása %include argumentum előfordulásakor"
86 #: ../validator/ksvalidator:42
87 msgid "version of kickstart syntax to validate against"
88 msgstr ""
90 #: ../validator/ksvalidator:56
91 #, python-format
92 msgid "The version %s is not supported by pykickstart"
93 msgstr ""
95 #: ../validator/ksvalidator:68
96 #, python-format
97 msgid ""
98 "File uses a deprecated option or command.\n"
99 "%s"
100 msgstr ""
101 "A fájlban elavult parancs vagy beállítás szerepel.\n"
102 "%s"
104 #: ../validator/ksvalidator:74
105 msgid "General kickstart error in input file"
106 msgstr "Általános Kickstart-hiba történt egy bemeneti fájlban"
108 #: ../validator/ksvalidator:77
109 #, python-format
110 msgid "General error in input file:  %s"
111 msgstr "Általános hiba történt egy bemeneti fájlban: %s"
113 #, fuzzy
114 #~ msgid ""
115 #~ "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
116 #~ "been deprecated and no longer has any effect.  It may be removed from "
117 #~ "future releases, which will result in a fatal error from kickstart.  "
118 #~ "Please modify your kickstart file to remove this command."
119 #~ msgstr ""
120 #~ "Figyelmen kívül lesz hagyva egy elavult parancs a(z) %s. sorban: a(z) %s "
121 #~ "parancs elavult, már nincs hatása. A későbbi kiadások esetleg már nem "
122 #~ "fogják elfogadni, és a Kickstart végzetes hibát jelezhet. Célszerű ezért "
123 #~ "eltávolítani ezt a beállítást a Kickstart-fájlból."
125 #~ msgid "Command %s does not take any arguments"
126 #~ msgstr "A(z) %s parancs nem fogad el argumentumokat"
128 #, fuzzy
129 #~ msgid "Unexpected arguments to %(command)s command: %(options)s"
130 #~ msgstr "Nem várt argumentumok a(z) %s parancsnál: %s"
132 #~ msgid "Command %s only takes one argument"
133 #~ msgstr "A(z) %s parancs csak egy argumentumot fogad el"
135 #~ msgid "Mount point required for %s"
136 #~ msgstr "Csatlakoztatási pont kell ehhez: %s"
138 #, fuzzy
139 #~ msgid "One of biospart or partition options must be specified."
140 #~ msgstr ""
141 #~ "A repo parancsban vagy a --baseurl, vagy a --mirrorlist argumentumot meg "
142 #~ "kell adni."
144 #, fuzzy
145 #~ msgid "Unexpected arguments to %(cmd)s command: %(options)s"
146 #~ msgstr "Nem várt argumentumok a(z) %s parancsnál: %s"
148 #, fuzzy
149 #~ msgid "Device '%(device)s' is already used in multipath '%(multipathdev)s'"
150 #~ msgstr "A(z) '%s' eszköz már szerepel a(z) '%s' többszörös útvonalban"
152 #~ msgid ""
153 #~ "Only one of --baseurl and --mirrorlist may be specified for repo command."
154 #~ msgstr ""
155 #~ "A repo parancsban csak egy --baseurl vagy --mirrorlist argumentum adható "
156 #~ "meg."
158 #~ msgid "One of --baseurl or --mirrorlist must be specified for repo command."
159 #~ msgstr ""
160 #~ "A repo parancsban vagy a --baseurl, vagy a --mirrorlist argumentumot meg "
161 #~ "kell adni."
163 #~ msgid "A single argument is expected for the %s command"
164 #~ msgstr "A(z) %s parancsban egy argumentumot kell megadni"
166 #~ msgid ""
167 #~ "Ignoring deprecated option on line %s:  The zerombr command no longer "
168 #~ "takes any options.  In future releases, this will result in a fatal error "
169 #~ "from kickstart.  Please modify your kickstart file to remove any options."
170 #~ msgstr ""
171 #~ "Egy elavult opció figyelmen kívül lesz hagyva a(z) %s. sorban: a zerombr "
172 #~ "parancs már nem fogad el argumentumot. A későbbi kiadásokban esetleg már "
173 #~ "végzetes hibát okozhat ez a beállítás a Kickstartban. Célszerű ezért a "
174 #~ "Kickstart-fájlból eltávolítani a parancs argumentumait."
176 #~ msgid "Unknown command: %s"
177 #~ msgstr "Ismeretlen parancs: %s"