Add support for "logvol --label=" (#677571).
[pykickstart.git] / po / sl.po
blob5941dad3b7cec3ff8fa1175b45a4cff3c3c7f3fd
1 # translation of sl.po to Slovenian
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
5 # Rok Papez <rok.papez@lugos.si>, 2006, 2007.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: sl\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2010-06-16 17:03-0400\n"
11 "PO-Revision-Date: 2007-04-11 22:16+0200\n"
12 "Last-Translator: Rok Papez <rok.papez@lugos.si>\n"
13 "Language-Team: Slovenian <sl@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.11.4\n"
19 #: ../pykickstart/base.py:185
20 #, python-format
21 msgid ""
22 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
23 "been deprecated and no longer has any effect.  It may be removed from future "
24 "releases, which will result in a fatal error from kickstart.  Please modify "
25 "your kickstart file to remove this command."
26 msgstr ""
27 "Zastarele nastavitve v vrstici %(lineno)s so zanemarjene. Nastavitev %(cmd)s "
28 "je zastarela in ne deluje več. V naslednjih izdajah bo morda odstranjena in "
29 "bo povzročila napako. Odstranite jo iz datoteke kickstart."
31 #: ../pykickstart/base.py:389
32 #, python-format
33 msgid "Unknown command: %s"
34 msgstr "Neznani ukaz: %s"
36 #: ../pykickstart/errors.py:46
37 #, python-format
38 msgid ""
39 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
40 "\n"
41 "%(msg)s\n"
42 msgstr ""
43 "V vrstici %(lineno)s datoteke kickstart je prišlo do naslednje težave:\n"
44 "\n"
45 "%(msg)s\n"
47 #: ../pykickstart/errors.py:48
48 #, python-format
49 msgid "There was a problem reading from line %s of the kickstart file"
50 msgstr "Napaka pri branju vrstice %s iz datoteke kickstart"
52 #: ../pykickstart/options.py:83
53 #, python-format
54 msgid "Option %s is required"
55 msgstr "Potrebna je nastavitev %s"
57 #: ../pykickstart/options.py:87
58 #, fuzzy, python-format
59 msgid ""
60 "The %(option)s option was introduced in version %(intro)s, but you are using "
61 "kickstart syntax version %(version)s."
62 msgstr ""
63 "Nastavitev %(option)s je bila dodana v različici %(intro)s, toda uporabljate "
64 "kickstart sintakso iz različice %(version)s"
66 #: ../pykickstart/options.py:93
67 #, python-format
68 msgid "The %(option)s option is no longer supported."
69 msgstr ""
71 #: ../pykickstart/options.py:95
72 #, fuzzy, python-format
73 msgid ""
74 "The %(option)s option was removed in version %(removed)s, but you are using "
75 "kickstart syntax version %(version)s."
76 msgstr ""
77 "Nastavitev %(option)s je bila odstranjena v različici %(removed)s, toda "
78 "uporabljate kickstart sintakso različice %(version)s"
80 #: ../pykickstart/options.py:98
81 #, python-format
82 msgid ""
83 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
84 "been deprecated and no longer has any effect.  It may be removed from future "
85 "releases, which will result in a fatal error from kickstart.  Please modify "
86 "your kickstart file to remove this option."
87 msgstr ""
88 "Zastarele nastavitve v vrstici %(lineno)s so zanemarjene. Nastavitev %"
89 "(option)s je zastarela in ne deluje več. V naslednjih izdajah bo morda "
90 "odstranjena in bo povzročila napako. Odstranite jo iz datoteke kickstart."
92 #: ../pykickstart/options.py:131
93 #, python-format
94 msgid "Option %(opt)s: invalid boolean value: %(value)r"
95 msgstr "Nastavitev %(opt)s: neveljavna vrednost boolean: %(value)r"
97 #: ../pykickstart/options.py:136
98 #, fuzzy, python-format
99 msgid "Option %(opt)s: invalid string value: %(value)r"
100 msgstr "Nastavitev %(opt)s: neveljavna vrednost boolean: %(value)r"
102 #: ../pykickstart/options.py:173
103 msgid "Required flag set for option that doesn't take a value"
104 msgstr "Nastavitev, ki ne sprejema dodatnih vrednosti je označena kot obvezna"
106 #: ../pykickstart/parser.py:94
107 #, python-format
108 msgid "Illegal url for %%ksappend: %s"
109 msgstr ""
111 #: ../pykickstart/parser.py:99
112 #, python-format
113 msgid "Unable to open %%ksappend file: %s"
114 msgstr ""
116 #: ../pykickstart/parser.py:105 ../pykickstart/parser.py:107
117 #, python-format
118 msgid "Unable to open %%ksappend file"
119 msgstr ""
121 #: ../pykickstart/parser.py:140 ../pykickstart/parser.py:790
122 #, fuzzy, python-format
123 msgid "Unable to open input kickstart file: %s"
124 msgstr "Splošna napaka v vhodni datoteki:  %s"
126 #: ../pykickstart/parser.py:345
127 msgid "Group cannot specify both --nodefaults and --optional"
128 msgstr "Skupina ne more hkrati določati in --nodefaults in --optional"
130 #: ../pykickstart/parser.py:673 ../pykickstart/parser.py:733
131 #, python-format
132 msgid "Section does not end with %%end."
133 msgstr ""
135 #. If nothing else worked, we're out of options.
136 #: ../pykickstart/version.py:103 ../pykickstart/version.py:112
137 #: ../pykickstart/version.py:115 ../pykickstart/version.py:131
138 #: ../pykickstart/version.py:185
139 #, python-format
140 msgid "Unsupported version specified: %s"
141 msgstr "Navedena je nepodprta različica: %s"
143 #: ../tools/ksvalidator:50
144 msgid "halt after the first error or warning"
145 msgstr "ustavi ob prvi napaki ali opozorilu"
147 #: ../tools/ksvalidator:53
148 #, python-format
149 msgid "parse include files when %include is seen"
150 msgstr "obdelaj vključne datoteke kjer naletiš na %include"
152 #: ../tools/ksvalidator:56
153 msgid "list the available versions of kickstart syntax"
154 msgstr ""
156 #: ../tools/ksvalidator:58
157 msgid "version of kickstart syntax to validate against"
158 msgstr "ugotavljanje pravilnosti glede na različica sintakse kickstart"
160 #: ../tools/ksvalidator:76
161 #, python-format
162 msgid ""
163 "Error reading %s:\n"
164 "%s"
165 msgstr ""
167 #: ../tools/ksvalidator:82 ../tools/ksverdiff:61
168 #, python-format
169 msgid "The version %s is not supported by pykickstart"
170 msgstr "pykickstart ne podpira različice %s"
172 #: ../tools/ksvalidator:98
173 #, python-format
174 msgid ""
175 "File uses a deprecated option or command.\n"
176 "%s"
177 msgstr ""
178 "V datoteki je zastareli parameter ali ukaz.\n"
179 "%s"
181 #: ../tools/ksvalidator:104
182 msgid "General kickstart error in input file"
183 msgstr "Splošna napaka kickstart v vhodni datoteki"
185 #: ../tools/ksvalidator:107
186 #, python-format
187 msgid "General error in input file:  %s"
188 msgstr "Splošna napaka v vhodni datoteki:  %s"
190 #: ../tools/ksverdiff:54
191 msgid "You must specify two syntax versions."
192 msgstr ""
194 #: ../tools/ksverdiff:68
195 #, python-format
196 msgid "The following commands were removed in %s:"
197 msgstr ""
199 #: ../tools/ksverdiff:71
200 #, python-format
201 msgid "The following commands were deprecated in %s:"
202 msgstr ""
204 #: ../tools/ksverdiff:74
205 #, python-format
206 msgid "The following commands were added in %s:"
207 msgstr ""
209 #: ../tools/ksverdiff:100
210 #, python-format
211 msgid "The following options were added to the %s command in %s:"
212 msgstr ""
214 #: ../tools/ksverdiff:105
215 #, python-format
216 msgid "The following options were deprecated from the %s command in %s:"
217 msgstr ""
219 #: ../tools/ksverdiff:110
220 #, python-format
221 msgid "The following options were removed from the %s command in %s:"
222 msgstr ""
224 #, fuzzy
225 #~ msgid ""
226 #~ "%s does not end with %%end.  This syntax has been deprecated.  It may be "
227 #~ "removed from future releases, which will result in a fatal error from "
228 #~ "kickstart.  Please modify your kickstart file to use this updated syntax."
229 #~ msgstr ""
230 #~ "Zastarele nastavitve v vrstici %(lineno)s so zanemarjene. Nastavitev %"
231 #~ "(option)s je zastarela in ne deluje več. V naslednjih izdajah bo morda "
232 #~ "odstranjena in bo povzročila napako. Odstranite jo iz datoteke kickstart."