New version.
[pykickstart.git] / po / pykickstart.pot
blob840cc8e931d8edb64b4436cd251e238b7e08b456
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-09-24 16:20-0400\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: ../pykickstart/base.py:187
21 #, python-format
22 msgid ""
23 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
24 "been deprecated and no longer has any effect.  It may be removed from future "
25 "releases, which will result in a fatal error from kickstart.  Please modify "
26 "your kickstart file to remove this command."
27 msgstr ""
29 #: ../pykickstart/base.py:417
30 #, python-format
31 msgid "Unknown command: %s"
32 msgstr ""
34 #: ../pykickstart/parser.py:85
35 #, python-format
36 msgid "Illegal url for %%ksappend: %s"
37 msgstr ""
39 #: ../pykickstart/parser.py:90
40 #, python-format
41 msgid "Unable to open %%ksappend file: %s"
42 msgstr ""
44 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
45 #, python-format
46 msgid "Unable to open %%ksappend file"
47 msgstr ""
49 #: ../pykickstart/parser.py:131 ../pykickstart/parser.py:728
50 #, python-format
51 msgid "Unable to open input kickstart file: %s"
52 msgstr ""
54 #: ../pykickstart/parser.py:367
55 msgid "Group cannot specify both --nodefaults and --optional"
56 msgstr ""
58 #: ../pykickstart/parser.py:540 ../pykickstart/parser.py:581
59 #, python-format
60 msgid "Section %s does not end with %%end."
61 msgstr ""
63 #: ../pykickstart/parser.py:674
64 #, python-format
65 msgid "Unknown kickstart section: %s"
66 msgstr ""
68 #. If nothing else worked, we're out of options.
69 #: ../pykickstart/version.py:114 ../pykickstart/version.py:123
70 #: ../pykickstart/version.py:126 ../pykickstart/version.py:142
71 #: ../pykickstart/version.py:196
72 #, python-format
73 msgid "Unsupported version specified: %s"
74 msgstr ""
76 #: ../pykickstart/options.py:82
77 #, python-format
78 msgid "Option %s is required"
79 msgstr ""
81 #: ../pykickstart/options.py:86
82 #, python-format
83 msgid ""
84 "The %(option)s option was introduced in version %(intro)s, but you are using "
85 "kickstart syntax version %(version)s."
86 msgstr ""
88 #: ../pykickstart/options.py:92
89 #, python-format
90 msgid "The %(option)s option is no longer supported."
91 msgstr ""
93 #: ../pykickstart/options.py:94
94 #, python-format
95 msgid ""
96 "The %(option)s option was removed in version %(removed)s, but you are using "
97 "kickstart syntax version %(version)s."
98 msgstr ""
100 #: ../pykickstart/options.py:97
101 #, python-format
102 msgid ""
103 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
104 "been deprecated and no longer has any effect.  It may be removed from future "
105 "releases, which will result in a fatal error from kickstart.  Please modify "
106 "your kickstart file to remove this option."
107 msgstr ""
109 #: ../pykickstart/options.py:136
110 #, python-format
111 msgid "Option %(opt)s: invalid boolean value: %(value)r"
112 msgstr ""
114 #: ../pykickstart/options.py:141
115 #, python-format
116 msgid "Option %(opt)s: invalid string value: %(value)r"
117 msgstr ""
119 #: ../pykickstart/options.py:178
120 msgid "Required flag set for option that doesn't take a value"
121 msgstr ""
123 #: ../pykickstart/sections.py:251
124 msgid "--default and --nobase cannot be used together"
125 msgstr ""
127 #: ../pykickstart/sections.py:253
128 msgid "--default and --nocore cannot be used together"
129 msgstr ""
131 #: ../pykickstart/errors.py:46
132 #, python-format
133 msgid ""
134 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
135 "\n"
136 "%(msg)s\n"
137 msgstr ""
139 #: ../pykickstart/errors.py:48
140 #, python-format
141 msgid "There was a problem reading from line %s of the kickstart file"
142 msgstr ""
144 #: ../tools/ksflatten:37
145 msgid "Path to kickstart config file"
146 msgstr ""
148 #: ../tools/ksflatten:39
149 msgid "Kickstart version to use for interpreting config"
150 msgstr ""
152 #: ../tools/ksflatten:41
153 msgid "Write flattened config to OUTPUT"
154 msgstr ""
156 #: ../tools/ksflatten:48
157 msgid "Need to specify a config to flatten"
158 msgstr ""
160 #: ../tools/ksflatten:56
161 #, python-format
162 msgid "Failed to read kickstart file '%s' : %s"
163 msgstr ""
165 #: ../tools/ksflatten:59
166 #, python-format
167 msgid "Failed to parse kickstart file '%s' : %s"
168 msgstr ""
170 #: ../tools/ksflatten:65
171 #, python-format
172 msgid "Failed to open output file '%s' : %s"
173 msgstr ""
175 #: ../tools/ksshell:147
176 msgid "a basis file to use for seeding the kickstart data (optional)"
177 msgstr ""
179 #: ../tools/ksshell:149
180 msgid ""
181 "the location to write the finished kickstart file, or stdout if not given"
182 msgstr ""
184 #: ../tools/ksshell:151 ../tools/ksvalidator:61
185 msgid "version of kickstart syntax to validate against"
186 msgstr ""
188 #: ../tools/ksshell:162 ../tools/ksverdiff:67 ../tools/ksvalidator:81
189 #, python-format
190 msgid "The version %s is not supported by pykickstart"
191 msgstr ""
193 #. Errors should just dump you to the prompt anyway.
194 #: ../tools/ksshell:174
195 #, python-format
196 msgid ""
197 "Warning:  The following error occurred when processing the input file:\n"
198 "%s\n"
199 msgstr ""
201 #: ../tools/ksshell:219
202 #, python-format
203 msgid "Internal command %s not recognized."
204 msgstr ""
206 #: ../tools/ksverdiff:49 ../tools/ksvalidator:59
207 msgid "list the available versions of kickstart syntax"
208 msgstr ""
210 #: ../tools/ksverdiff:60
211 msgid "You must specify two syntax versions."
212 msgstr ""
214 #: ../tools/ksverdiff:74
215 #, python-format
216 msgid "The following commands were removed in %s:"
217 msgstr ""
219 #: ../tools/ksverdiff:77
220 #, python-format
221 msgid "The following commands were deprecated in %s:"
222 msgstr ""
224 #: ../tools/ksverdiff:80
225 #, python-format
226 msgid "The following commands were added in %s:"
227 msgstr ""
229 #: ../tools/ksverdiff:106
230 #, python-format
231 msgid "The following options were added to the %s command in %s:"
232 msgstr ""
234 #: ../tools/ksverdiff:111
235 #, python-format
236 msgid "The following options were deprecated from the %s command in %s:"
237 msgstr ""
239 #: ../tools/ksverdiff:116
240 #, python-format
241 msgid "The following options were removed from the %s command in %s:"
242 msgstr ""
244 #: ../tools/ksvalidator:51
245 msgid "filename or URL to read from"
246 msgstr ""
248 #: ../tools/ksvalidator:53
249 msgid "halt after the first error or warning"
250 msgstr ""
252 #: ../tools/ksvalidator:56
253 #, python-format
254 msgid "parse include files when %%include is seen"
255 msgstr ""
257 #: ../tools/ksvalidator:75
258 #, python-format
259 msgid ""
260 "Error reading %s:\n"
261 "%s"
262 msgstr ""
264 #: ../tools/ksvalidator:97
265 #, python-format
266 msgid ""
267 "File uses a deprecated option or command.\n"
268 "%s"
269 msgstr ""
271 #: ../tools/ksvalidator:103
272 msgid "General kickstart error in input file"
273 msgstr ""
275 #: ../tools/ksvalidator:106
276 #, python-format
277 msgid "General error in input file:  %s"
278 msgstr ""