New version.
[pykickstart.git] / po / pykickstart.pot
blob6d969bf31af0027c086a71938020a14eb042fc0b
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-08-01 12:59-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:193
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:423
30 #, python-format
31 msgid "Unknown command: %s"
32 msgstr ""
34 #: ../pykickstart/parser.py:88
35 #, python-format
36 msgid "Illegal url for %%ksappend: %s"
37 msgstr ""
39 #: ../pykickstart/parser.py:93
40 #, python-format
41 msgid "Unable to open %%ksappend file: %s"
42 msgstr ""
44 #: ../pykickstart/parser.py:99 ../pykickstart/parser.py:101
45 #, python-format
46 msgid "Unable to open %%ksappend file"
47 msgstr ""
49 #: ../pykickstart/parser.py:134 ../pykickstart/parser.py:725
50 #, python-format
51 msgid "Unable to open input kickstart file: %s"
52 msgstr ""
54 #: ../pykickstart/parser.py:364
55 msgid "Group cannot specify both --nodefaults and --optional"
56 msgstr ""
58 #: ../pykickstart/parser.py:537 ../pykickstart/parser.py:578
59 #, python-format
60 msgid "Section %s does not end with %%end."
61 msgstr ""
63 #: ../pykickstart/parser.py:671
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:112 ../pykickstart/version.py:121
70 #: ../pykickstart/version.py:124 ../pykickstart/version.py:140
71 #: ../pykickstart/version.py:194
72 #, python-format
73 msgid "Unsupported version specified: %s"
74 msgstr ""
76 #: ../pykickstart/options.py:83
77 #, python-format
78 msgid "Option %s is required"
79 msgstr ""
81 #: ../pykickstart/options.py:87
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:93
89 #, python-format
90 msgid "The %(option)s option is no longer supported."
91 msgstr ""
93 #: ../pykickstart/options.py:95
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:98
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:137
110 #, python-format
111 msgid "Option %(opt)s: invalid boolean value: %(value)r"
112 msgstr ""
114 #: ../pykickstart/options.py:142
115 #, python-format
116 msgid "Option %(opt)s: invalid string value: %(value)r"
117 msgstr ""
119 #: ../pykickstart/options.py:179
120 msgid "Required flag set for option that doesn't take a value"
121 msgstr ""
123 #: ../pykickstart/errors.py:46
124 #, python-format
125 msgid ""
126 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
127 "\n"
128 "%(msg)s\n"
129 msgstr ""
131 #: ../pykickstart/errors.py:48
132 #, python-format
133 msgid "There was a problem reading from line %s of the kickstart file"
134 msgstr ""
136 #: ../tools/ksshell:147
137 msgid "a basis file to use for seeding the kickstart data (optional)"
138 msgstr ""
140 #: ../tools/ksshell:149
141 msgid ""
142 "the location to write the finished kickstart file, or stdout if not given"
143 msgstr ""
145 #: ../tools/ksshell:151 ../tools/ksvalidator:58
146 msgid "version of kickstart syntax to validate against"
147 msgstr ""
149 #: ../tools/ksshell:165 ../tools/ksverdiff:61 ../tools/ksvalidator:82
150 #, python-format
151 msgid "The version %s is not supported by pykickstart"
152 msgstr ""
154 #. Errors should just dump you to the prompt anyway.
155 #: ../tools/ksshell:177
156 #, python-format
157 msgid ""
158 "Warning:  The following error occurred when processing the input file:\n"
159 "%s\n"
160 msgstr ""
162 #: ../tools/ksshell:222
163 #, python-format
164 msgid "Internal command %s not recognized."
165 msgstr ""
167 #: ../tools/ksverdiff:54
168 msgid "You must specify two syntax versions."
169 msgstr ""
171 #: ../tools/ksverdiff:68
172 #, python-format
173 msgid "The following commands were removed in %s:"
174 msgstr ""
176 #: ../tools/ksverdiff:71
177 #, python-format
178 msgid "The following commands were deprecated in %s:"
179 msgstr ""
181 #: ../tools/ksverdiff:74
182 #, python-format
183 msgid "The following commands were added in %s:"
184 msgstr ""
186 #: ../tools/ksverdiff:100
187 #, python-format
188 msgid "The following options were added to the %s command in %s:"
189 msgstr ""
191 #: ../tools/ksverdiff:105
192 #, python-format
193 msgid "The following options were deprecated from the %s command in %s:"
194 msgstr ""
196 #: ../tools/ksverdiff:110
197 #, python-format
198 msgid "The following options were removed from the %s command in %s:"
199 msgstr ""
201 #: ../tools/ksvalidator:50
202 msgid "halt after the first error or warning"
203 msgstr ""
205 #: ../tools/ksvalidator:53
206 #, python-format
207 msgid "parse include files when %include is seen"
208 msgstr ""
210 #: ../tools/ksvalidator:56
211 msgid "list the available versions of kickstart syntax"
212 msgstr ""
214 #: ../tools/ksvalidator:76
215 #, python-format
216 msgid ""
217 "Error reading %s:\n"
218 "%s"
219 msgstr ""
221 #: ../tools/ksvalidator:98
222 #, python-format
223 msgid ""
224 "File uses a deprecated option or command.\n"
225 "%s"
226 msgstr ""
228 #: ../tools/ksvalidator:104
229 msgid "General kickstart error in input file"
230 msgstr ""
232 #: ../tools/ksvalidator:107
233 #, python-format
234 msgid "General error in input file:  %s"
235 msgstr ""