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.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-10-07 14:50-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"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: ../pykickstart/sections.py:251
21 msgid "--default and --nobase cannot be used together"
24 #: ../pykickstart/sections.py:253
25 msgid "--default and --nocore cannot be used together"
28 #: ../pykickstart/base.py:187
31 "Ignoring deprecated command on line %(lineno)s: The %(cmd)s command has "
32 "been deprecated and no longer has any effect. It may be removed from future "
33 "releases, which will result in a fatal error from kickstart. Please modify "
34 "your kickstart file to remove this command."
37 #: ../pykickstart/base.py:417
39 msgid "Unknown command: %s"
42 #: ../pykickstart/parser.py:85
44 msgid "Illegal url for %%ksappend: %s"
47 #: ../pykickstart/parser.py:90
49 msgid "Unable to open %%ksappend file: %s"
52 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
54 msgid "Unable to open %%ksappend file"
57 #: ../pykickstart/parser.py:131 ../pykickstart/parser.py:728
59 msgid "Unable to open input kickstart file: %s"
62 #: ../pykickstart/parser.py:367
63 msgid "Group cannot specify both --nodefaults and --optional"
66 #: ../pykickstart/parser.py:540 ../pykickstart/parser.py:581
68 msgid "Section %s does not end with %%end."
71 #: ../pykickstart/parser.py:674
73 msgid "Unknown kickstart section: %s"
76 #. If nothing else worked, we're out of options.
77 #: ../pykickstart/version.py:114 ../pykickstart/version.py:123
78 #: ../pykickstart/version.py:126 ../pykickstart/version.py:142
79 #: ../pykickstart/version.py:196
81 msgid "Unsupported version specified: %s"
84 #: ../pykickstart/options.py:82
86 msgid "Option %s is required"
89 #: ../pykickstart/options.py:86
92 "The %(option)s option was introduced in version %(intro)s, but you are using "
93 "kickstart syntax version %(version)s."
96 #: ../pykickstart/options.py:92
98 msgid "The %(option)s option is no longer supported."
101 #: ../pykickstart/options.py:94
104 "The %(option)s option was removed in version %(removed)s, but you are using "
105 "kickstart syntax version %(version)s."
108 #: ../pykickstart/options.py:97
111 "Ignoring deprecated option on line %(lineno)s: The %(option)s option has "
112 "been deprecated and no longer has any effect. It may be removed from future "
113 "releases, which will result in a fatal error from kickstart. Please modify "
114 "your kickstart file to remove this option."
117 #: ../pykickstart/options.py:136
119 msgid "Option %(opt)s: invalid boolean value: %(value)r"
122 #: ../pykickstart/options.py:141
124 msgid "Option %(opt)s: invalid string value: %(value)r"
127 #: ../pykickstart/options.py:178
128 msgid "Required flag set for option that doesn't take a value"
131 #: ../pykickstart/errors.py:46
134 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
139 #: ../pykickstart/errors.py:48
141 msgid "There was a problem reading from line %s of the kickstart file"
144 #: ../tools/ksflatten:37
145 msgid "Path to kickstart config file"
148 #: ../tools/ksflatten:39
149 msgid "Kickstart version to use for interpreting config"
152 #: ../tools/ksflatten:41
153 msgid "Write flattened config to OUTPUT"
156 #: ../tools/ksflatten:48
157 msgid "Need to specify a config to flatten"
160 #: ../tools/ksflatten:56
162 msgid "Failed to read kickstart file '%s' : %s"
165 #: ../tools/ksflatten:59
167 msgid "Failed to parse kickstart file '%s' : %s"
170 #: ../tools/ksflatten:65
172 msgid "Failed to open output file '%s' : %s"
175 #: ../tools/ksshell:147
176 msgid "a basis file to use for seeding the kickstart data (optional)"
179 #: ../tools/ksshell:149
181 "the location to write the finished kickstart file, or stdout if not given"
184 #: ../tools/ksshell:151 ../tools/ksvalidator:61
185 msgid "version of kickstart syntax to validate against"
188 #: ../tools/ksshell:162 ../tools/ksverdiff:67 ../tools/ksvalidator:81
190 msgid "The version %s is not supported by pykickstart"
193 #. Errors should just dump you to the prompt anyway.
194 #: ../tools/ksshell:174
197 "Warning: The following error occurred when processing the input file:\n"
201 #: ../tools/ksshell:219
203 msgid "Internal command %s not recognized."
206 #: ../tools/ksverdiff:49 ../tools/ksvalidator:59
207 msgid "list the available versions of kickstart syntax"
210 #: ../tools/ksverdiff:60
211 msgid "You must specify two syntax versions."
214 #: ../tools/ksverdiff:74
216 msgid "The following commands were removed in %s:"
219 #: ../tools/ksverdiff:77
221 msgid "The following commands were deprecated in %s:"
224 #: ../tools/ksverdiff:80
226 msgid "The following commands were added in %s:"
229 #: ../tools/ksverdiff:106
231 msgid "The following options were added to the %s command in %s:"
234 #: ../tools/ksverdiff:111
236 msgid "The following options were deprecated from the %s command in %s:"
239 #: ../tools/ksverdiff:116
241 msgid "The following options were removed from the %s command in %s:"
244 #: ../tools/ksvalidator:51
245 msgid "filename or URL to read from"
248 #: ../tools/ksvalidator:53
249 msgid "halt after the first error or warning"
252 #: ../tools/ksvalidator:56
254 msgid "parse include files when %%include is seen"
257 #: ../tools/ksvalidator:75
260 "Error reading %s:\n"
264 #: ../tools/ksvalidator:97
267 "File uses a deprecated option or command.\n"
271 #: ../tools/ksvalidator:103
272 msgid "General kickstart error in input file"
275 #: ../tools/ksvalidator:106
277 msgid "General error in input file: %s"