Use required attribute.
[pykickstart.git] / po / hu.po
blob588cd3e4eb07294c937a933d27d0387030623690
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: 2006-05-24 13:59-0400\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/parser.py:45
17 #, python-format
18 msgid ""
19 "The following problem occurred on line %s of the kickstart file:\n"
20 "\n"
21 "%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/parser.py:47
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/parser.py:104
33 #, python-format
34 msgid "Option %s is required"
35 msgstr "A(z) %s opciót kötelező megadni"
37 #: ../pykickstart/parser.py:107
38 #, python-format
39 msgid ""
40 "Ignoring deprecated option on line %s:  The %s option has been deprecated "
41 "and no longer has any effect.  It may be removed from future releases, which "
42 "will result in a fatal error from kickstart.  Please modify your kickstart "
43 "file to remove this option."
44 msgstr ""
45 "Elavult beállítás szerepel a(z) %s. sorban, figyelmen kívül lesz hagyva: a(z) %s beállítás már elavult, "
46 "nincs hatása. A későbbi kiadások esetleg már nem fogják elfogadni, és "
47 "a Kickstart végzetes hibát jelezhet. Célszerű ezért eltávolítani ezt a beállítást a "
48 "Kickstart-fájlból."
50 #: ../pykickstart/parser.py:139
51 msgid "Required flag set for option that doesn't take a value"
52 msgstr "Kötelező attribútumú egy olyan beállítás, melynek nincs értéke"
54 #: ../pykickstart/parser.py:147
55 #, python-format
56 msgid "Option %s: invalid boolean value: %r"
57 msgstr "%s beállítás: érvénytelen logikai érték: %r"
59 #: ../pykickstart/parser.py:291
60 #, python-format
61 msgid ""
62 "Ignoring deprecated command on line %s:  The %s command has been deprecated "
63 "and no longer has any effect.  It may be removed from future releases, which "
64 "will result in a fatal error from kickstart.  Please modify your kickstart "
65 "file to remove this command."
66 msgstr ""
67 "Figyelmen kívül lesz hagyva egy elavult parancs a(z) %s. sorban: a(z) %s parancs elavult, már "
68 "nincs hatása. A későbbi kiadások esetleg már nem fogják elfogadni, és "
69 "a Kickstart végzetes hibát jelezhet. Célszerű ezért eltávolítani ezt a beállítást "
70 "a Kickstart-fájlból."
72 #: ../pykickstart/parser.py:298 ../pykickstart/parser.py:421
73 #: ../pykickstart/parser.py:489 ../pykickstart/parser.py:770
74 #: ../pykickstart/parser.py:788
75 #, python-format
76 msgid "Command %s does not take any arguments"
77 msgstr "A(z) %s parancs nem fogad el argumentumokat"
79 #: ../pykickstart/parser.py:427 ../pykickstart/parser.py:433
80 #, python-format
81 msgid "Command %s only takes one argument"
82 msgstr "A(z) %s parancs csak egy argumentumot fogad el"
84 #: ../pykickstart/parser.py:470 ../pykickstart/parser.py:641
85 #: ../pykickstart/parser.py:721
86 #, python-format
87 msgid "Mount point required for %s"
88 msgstr "Csatlakoztatási pont kell ehhez: %s"
90 #: ../pykickstart/parser.py:523 ../pykickstart/parser.py:874
91 #, python-format
92 msgid "Unexpected arguments to %s command: %s"
93 msgstr "Nem várt argumentumok a(z) %s parancsnál: %s"
95 #: ../pykickstart/parser.py:577
96 #, python-format
97 msgid "Device '%s' is already used in multipath '%s'"
98 msgstr "A(z) '%s' eszköz már szerepel a(z) '%s' többszörös útvonalban"
100 #: ../pykickstart/parser.py:672
101 msgid ""
102 "Only one of --baseurl and --mirrorlist may be specified for repo command."
103 msgstr ""
104 "A repo parancsban csak egy --baseurl vagy --mirrorlist argumentum adható meg."
106 #: ../pykickstart/parser.py:675
107 msgid "One of --baseurl or --mirrorlist must be specified for repo command."
108 msgstr "A repo parancsban vagy a --baseurl, vagy a --mirrorlist argumentumot meg kell adni."
110 #: ../pykickstart/parser.py:738 ../pykickstart/parser.py:782
111 #, python-format
112 msgid "A single argument is expected for the %s command"
113 msgstr "A(z) %s parancsban egy argumentumot kell megadni"
115 #: ../pykickstart/parser.py:880
116 #, python-format
117 msgid ""
118 "Ignoring deprecated option on line %s:  The zerombr command no longer takes "
119 "any options.  In future releases, this will result in a fatal error from "
120 "kickstart.  Please modify your kickstart file to remove any options."
121 msgstr ""
122 "Egy elavult opció figyelmen kívül lesz hagyva a(z) %s. sorban: a zerombr parancs már nem fogad el argumentumot. "
123 "A későbbi kiadásokban esetleg már végzetes hibát okozhat ez a beállítás a "
124 "Kickstartban. Célszerű ezért a Kickstart-fájlból eltávolítani a parancs argumentumait."
126 #: ../pykickstart/parser.py:949
127 #, python-format
128 msgid "Unknown command: %s"
129 msgstr "Ismeretlen parancs: %s"
131 #: ../validator/ksvalidator:36
132 msgid "halt after the first error or warning"
133 msgstr "leállás az első hiba vagy figyelmeztetés után"
135 #: ../validator/ksvalidator:39
136 #, python-format
137 msgid "parse include files when %include is seen"
138 msgstr "az include fájlok feldolgozása %include argumentum előfordulásakor"
140 #: ../validator/ksvalidator:62
141 #, python-format
142 msgid ""
143 "File uses a deprecated option or command.\n"
144 "%s"
145 msgstr ""
146 "A fájlban elavult parancs vagy beállítás szerepel.\n"
147 "%s"
149 #: ../validator/ksvalidator:68
150 msgid "General kickstart error in input file"
151 msgstr "Általános Kickstart-hiba történt egy bemeneti fájlban"
153 #: ../validator/ksvalidator:71
154 #, python-format
155 msgid "General error in input file:  %s"
156 msgstr "Általános hiba történt egy bemeneti fájlban: %s"