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: 2010-06-16 17:03-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:185
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:389
30 msgid "Unknown command: %s"
33 #: ../pykickstart/errors.py:46
36 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
41 #: ../pykickstart/errors.py:48
43 msgid "There was a problem reading from line %s of the kickstart file"
46 #: ../pykickstart/options.py:83
48 msgid "Option %s is required"
51 #: ../pykickstart/options.py:87
54 "The %(option)s option was introduced in version %(intro)s, but you are using "
55 "kickstart syntax version %(version)s."
58 #: ../pykickstart/options.py:93
60 msgid "The %(option)s option is no longer supported."
63 #: ../pykickstart/options.py:95
66 "The %(option)s option was removed in version %(removed)s, but you are using "
67 "kickstart syntax version %(version)s."
70 #: ../pykickstart/options.py:98
73 "Ignoring deprecated option on line %(lineno)s: The %(option)s option has "
74 "been deprecated and no longer has any effect. It may be removed from future "
75 "releases, which will result in a fatal error from kickstart. Please modify "
76 "your kickstart file to remove this option."
79 #: ../pykickstart/options.py:131
81 msgid "Option %(opt)s: invalid boolean value: %(value)r"
84 #: ../pykickstart/options.py:136
86 msgid "Option %(opt)s: invalid string value: %(value)r"
89 #: ../pykickstart/options.py:173
90 msgid "Required flag set for option that doesn't take a value"
93 #: ../pykickstart/parser.py:94
95 msgid "Illegal url for %%ksappend: %s"
98 #: ../pykickstart/parser.py:99
100 msgid "Unable to open %%ksappend file: %s"
103 #: ../pykickstart/parser.py:105 ../pykickstart/parser.py:107
105 msgid "Unable to open %%ksappend file"
108 #: ../pykickstart/parser.py:140 ../pykickstart/parser.py:790
110 msgid "Unable to open input kickstart file: %s"
113 #: ../pykickstart/parser.py:345
114 msgid "Group cannot specify both --nodefaults and --optional"
117 #: ../pykickstart/parser.py:673 ../pykickstart/parser.py:733
119 msgid "Section does not end with %%end."
122 #. If nothing else worked, we're out of options.
123 #: ../pykickstart/version.py:103 ../pykickstart/version.py:112
124 #: ../pykickstart/version.py:115 ../pykickstart/version.py:131
125 #: ../pykickstart/version.py:185
127 msgid "Unsupported version specified: %s"
130 #: ../tools/ksvalidator:50
131 msgid "halt after the first error or warning"
134 #: ../tools/ksvalidator:53
136 msgid "parse include files when %include is seen"
139 #: ../tools/ksvalidator:56
140 msgid "list the available versions of kickstart syntax"
143 #: ../tools/ksvalidator:58
144 msgid "version of kickstart syntax to validate against"
147 #: ../tools/ksvalidator:76
150 "Error reading %s:\n"
154 #: ../tools/ksvalidator:82 ../tools/ksverdiff:61
156 msgid "The version %s is not supported by pykickstart"
159 #: ../tools/ksvalidator:98
162 "File uses a deprecated option or command.\n"
166 #: ../tools/ksvalidator:104
167 msgid "General kickstart error in input file"
170 #: ../tools/ksvalidator:107
172 msgid "General error in input file: %s"
175 #: ../tools/ksverdiff:54
176 msgid "You must specify two syntax versions."
179 #: ../tools/ksverdiff:68
181 msgid "The following commands were removed in %s:"
184 #: ../tools/ksverdiff:71
186 msgid "The following commands were deprecated in %s:"
189 #: ../tools/ksverdiff:74
191 msgid "The following commands were added in %s:"
194 #: ../tools/ksverdiff:100
196 msgid "The following options were added to the %s command in %s:"
199 #: ../tools/ksverdiff:105
201 msgid "The following options were deprecated from the %s command in %s:"
204 #: ../tools/ksverdiff:110
206 msgid "The following options were removed from the %s command in %s:"