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: 2007-10-04 13:22-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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: ../pykickstart/base.py:147
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."
28 #: ../pykickstart/base.py:315
30 msgid "Unknown command: %s"
33 #: ../pykickstart/errors.py:48
36 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
41 #: ../pykickstart/errors.py:50
43 msgid "There was a problem reading from line %s of the kickstart file"
46 #: ../pykickstart/options.py:84
48 msgid "Option %s is required"
51 #: ../pykickstart/options.py:87
54 "The option %(option)s was introduced in version %(intro)s, but you are using "
55 "kickstart syntax version %(version)s"
58 #: ../pykickstart/options.py:90
61 "Ignoring deprecated option on line %(lineno)s: The %(option)s option has "
62 "been deprecated and no longer has any effect. It may be removed from future "
63 "releases, which will result in a fatal error from kickstart. Please modify "
64 "your kickstart file to remove this option."
67 #: ../pykickstart/options.py:93
70 "The option %(option)s was removed in version %(removed)s, but you are using "
71 "kickstart syntax version %(version)s"
74 #: ../pykickstart/options.py:147
75 msgid "Required flag set for option that doesn't take a value"
78 #: ../pykickstart/options.py:156
80 msgid "Option %(opt)s: invalid boolean value: %(value)r"
83 #: ../pykickstart/options.py:161
85 msgid "Option %(opt)s: invalid string value: %(value)r"
88 #: ../pykickstart/parser.py:90
90 msgid "Illegal url for %%ksappend: %s"
93 #: ../pykickstart/parser.py:95
95 msgid "Unable to open %%ksappend file: "
98 #: ../pykickstart/parser.py:101 ../pykickstart/parser.py:103
100 msgid "Unable to open %%ksappend file"
103 #: ../pykickstart/parser.py:286
104 msgid "Group cannot specify both --nodefaults and --optional"
107 #: ../pykickstart/parser.py:545 ../pykickstart/parser.py:604
110 "%s does not end with %%end. This syntax has been deprecated. It may be "
111 "removed from future releases, which will result in a fatal error from "
112 "kickstart. Please modify your kickstart file to use this updated syntax."
115 #: ../pykickstart/parser.py:604
119 #. If nothing else worked, we're out of options.
120 #: ../pykickstart/version.py:87 ../pykickstart/version.py:96
121 #: ../pykickstart/version.py:99 ../pykickstart/version.py:110
122 #: ../pykickstart/version.py:150
124 msgid "Unsupported version specified: %s"
127 #: ../tools/ksvalidator:52
128 msgid "halt after the first error or warning"
131 #: ../tools/ksvalidator:55
133 msgid "parse include files when %include is seen"
136 #: ../tools/ksvalidator:57
137 msgid "version of kickstart syntax to validate against"
140 #: ../tools/ksvalidator:71
142 msgid "The version %s is not supported by pykickstart"
145 #: ../tools/ksvalidator:87
148 "File uses a deprecated option or command.\n"
152 #: ../tools/ksvalidator:93
153 msgid "General kickstart error in input file"
156 #: ../tools/ksvalidator:96
158 msgid "General error in input file: %s"