Add support for "logvol --label=" (#677571).
[pykickstart.git] / po / cs.po
blobeca5bd9903c33ff1d5630ad57d1a3cbb065a1e08
1 # translation of cs.po to Czech
2 # Translation of pykickstart to Czech
3 # This file is distributed under the same license as the pykickstart package.
4 # Copyright (C) 2006 FSF
6 # Nikola Štohanzl <niko@srnet.cz>, 2006.
7 # Milan Kerslager <kerslage@linux.cz>, 2007.
8 # Adam Přibyl <pribyl@lowlevel.cz>, 2007.
9 # Miloslav Trmač <mitr@volny.cz>, 2008.
10 msgid ""
11 msgstr ""
12 "Project-Id-Version: cs\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2010-06-16 17:03-0400\n"
15 "PO-Revision-Date: 2010-08-22 10:58+0100\n"
16 "Last-Translator: Milan Keršláger <milan.kerslager@pslib.cz>\n"
17 "Language-Team: Czech <fedora-cs-list@redhat.com>\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "X-Generator: KBabel 1.11.4\n"
22 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
24 #: ../pykickstart/base.py:185
25 #, python-format
26 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."
27 msgstr "Ignoruji zastaralý příkaz na řádku %(lineno)s: Příkaz %(cmd)s již není používán a nemá již žádný efekt. V budoucnosti může být odstraněn, což by mohlo způsobit závažnou chybu kickstartu. Upravte prosím Váš kickstart soubor tak, aby zastaralý příkaz neobsahoval."
29 #: ../pykickstart/base.py:389
30 #, python-format
31 msgid "Unknown command: %s"
32 msgstr "Neznámý příkaz: %s"
34 #: ../pykickstart/errors.py:46
35 #, python-format
36 msgid ""
37 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
38 "\n"
39 "%(msg)s\n"
40 msgstr ""
41 "Na řádku %(lineno)s kickstart souboru došlo k problému:\n"
42 "\n"
43 "%(msg)s\n"
45 #: ../pykickstart/errors.py:48
46 #, python-format
47 msgid "There was a problem reading from line %s of the kickstart file"
48 msgstr "Došlo k problému při čtení řádku %s v kickstart souboru."
50 #: ../pykickstart/options.py:83
51 #, python-format
52 msgid "Option %s is required"
53 msgstr "Volba %s je povinná"
55 #: ../pykickstart/options.py:87
56 #, python-format
57 msgid "The %(option)s option was introduced in version %(intro)s, but you are using kickstart syntax version %(version)s."
58 msgstr "Volba %(option)s byla přidána až ve verzi %(intro)s, avšak používáte syntaxi verze %(version)s."
60 #: ../pykickstart/options.py:93
61 #, python-format
62 msgid "The %(option)s option is no longer supported."
63 msgstr "Volba %(option)s již není podporována."
65 #: ../pykickstart/options.py:95
66 #, python-format
67 msgid "The %(option)s option was removed in version %(removed)s, but you are using kickstart syntax version %(version)s."
68 msgstr "Volba %(option)s byla odstraněna ve verzi %(removed)s, avšak používáte syntaxi verze %(version)s."
70 #: ../pykickstart/options.py:98
71 #, python-format
72 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."
73 msgstr "Ignoruji zastaralou volbu na řádku %(lineno)s: Volba %(option)s již není používána a nemá již žádný efekt. V budoucnosti může být odstraněna, což by mohlo způsobit závažnou chybu kickstartu. Upravte prosím Váš kickstart soubor tak, aby tuto volbu neobsahoval."
75 #: ../pykickstart/options.py:131
76 #, python-format
77 msgid "Option %(opt)s: invalid boolean value: %(value)r"
78 msgstr "Volba %(opt)s: neplatná boolean hodnota: %(value)r"
80 #: ../pykickstart/options.py:136
81 #, python-format
82 msgid "Option %(opt)s: invalid string value: %(value)r"
83 msgstr "Volba %(opt)s: neplatná hodnota řetězce: %(value)r"
85 #: ../pykickstart/options.py:173
86 msgid "Required flag set for option that doesn't take a value"
87 msgstr "Povinný přepínač pro volbu nemá žádnou hodnotu "
89 #: ../pykickstart/parser.py:94
90 #, python-format
91 msgid "Illegal url for %%ksappend: %s"
92 msgstr "Neplatné url pro %%ksappend: %s"
94 #: ../pykickstart/parser.py:99
95 #, python-format
96 msgid "Unable to open %%ksappend file: %s"
97 msgstr "Nelze otevřít %%ksappend soubor: %s"
99 #: ../pykickstart/parser.py:105
100 #: ../pykickstart/parser.py:107
101 #, python-format
102 msgid "Unable to open %%ksappend file"
103 msgstr "Nemohu otevřít soubor %%ksappend "
105 #: ../pykickstart/parser.py:140
106 #: ../pykickstart/parser.py:790
107 #, python-format
108 msgid "Unable to open input kickstart file: %s"
109 msgstr "Nelze otevřít kickstart soubor: %s"
111 #: ../pykickstart/parser.py:345
112 msgid "Group cannot specify both --nodefaults and --optional"
113 msgstr "Skupina nemůže mít zároveň --nodefaults a --optional"
115 #: ../pykickstart/parser.py:673
116 #: ../pykickstart/parser.py:733
117 #, python-format
118 msgid "Section does not end with %%end."
119 msgstr "Sekce nekončí značkou %%end."
121 #. If nothing else worked, we're out of options.
122 #: ../pykickstart/version.py:103
123 #: ../pykickstart/version.py:112
124 #: ../pykickstart/version.py:115
125 #: ../pykickstart/version.py:131
126 #: ../pykickstart/version.py:185
127 #, python-format
128 msgid "Unsupported version specified: %s"
129 msgstr "Použita nepodporovaná verze: %s"
131 #: ../tools/ksvalidator:50
132 msgid "halt after the first error or warning"
133 msgstr "skončit po první chybě nebo varování"
135 #: ../tools/ksvalidator:53
136 #, python-format
137 msgid "parse include files when %include is seen"
138 msgstr "zpracovat vložené (include) soubory, je-li zaznamenáno %include"
140 #: ../tools/ksvalidator:56
141 msgid "list the available versions of kickstart syntax"
142 msgstr "vypsat dostupné verze kickstart syntaxe"
144 #: ../tools/ksvalidator:58
145 msgid "version of kickstart syntax to validate against"
146 msgstr "zkontrolovat syntaxi proti verzi kickstartu"
148 #: ../tools/ksvalidator:76
149 #, python-format
150 msgid ""
151 "Error reading %s:\n"
152 "%s"
153 msgstr ""
154 "Chyba při čtení %s:\n"
155 "%s"
157 #: ../tools/ksvalidator:82
158 #: ../tools/ksverdiff:61
159 #, python-format
160 msgid "The version %s is not supported by pykickstart"
161 msgstr "Verze %s není programem pykickstart podporována"
163 #: ../tools/ksvalidator:98
164 #, python-format
165 msgid ""
166 "File uses a deprecated option or command.\n"
167 "%s"
168 msgstr ""
169 "Soubor obsahuje zastaralý příkaz nebo volbu.\n"
170 "%s"
172 #: ../tools/ksvalidator:104
173 msgid "General kickstart error in input file"
174 msgstr "Kickstart chyba ve vstupním souboru"
176 #: ../tools/ksvalidator:107
177 #, python-format
178 msgid "General error in input file:  %s"
179 msgstr "Chyba ve vstupním souboru: %s"
181 #: ../tools/ksverdiff:54
182 msgid "You must specify two syntax versions."
183 msgstr "Je nutné specifikovat dvě verze syntaxe."
185 #: ../tools/ksverdiff:68
186 #, python-format
187 msgid "The following commands were removed in %s:"
188 msgstr "Následující příkazy v %s byly odstraněny:"
190 #: ../tools/ksverdiff:71
191 #, python-format
192 msgid "The following commands were deprecated in %s:"
193 msgstr "Následující příkazy v %s jsou zastaralé:"
195 #: ../tools/ksverdiff:74
196 #, python-format
197 msgid "The following commands were added in %s:"
198 msgstr "Následující příkazy byly do %s přidány:"
200 #: ../tools/ksverdiff:100
201 #, python-format
202 msgid "The following options were added to the %s command in %s:"
203 msgstr "Následující volby pro příkaz %s byly přidány v %s:"
205 #: ../tools/ksverdiff:105
206 #, python-format
207 msgid "The following options were deprecated from the %s command in %s:"
208 msgstr "Následující volby jsou pro příkaz %s zastaralé v %s:"
210 #: ../tools/ksverdiff:110
211 #, python-format
212 msgid "The following options were removed from the %s command in %s:"
213 msgstr "Následující volby pro příkaz %s byly odebrány v %s:"
215 #~ msgid ""
216 #~ "%s does not end with %%end.  This syntax has been deprecated.  It may be "
217 #~ "removed from future releases, which will result in a fatal error from "
218 #~ "kickstart.  Please modify your kickstart file to use this updated syntax."
219 #~ msgstr ""
220 #~ "%s nekončí s %%end. Tato syntaxe je zastaralá. V budoucnosti může být "
221 #~ "odstraněna, což by mohlo způsobit závažnou chybu kickstartu. Upravte "
222 #~ "prosím Váš soubor kickstart tak, aby používal tuto novou syntaxi."
224 #~ msgid "Script"
225 #~ msgstr "Skript"