Add support for "logvol --label=" (#677571).
[pykickstart.git] / po / lo.po
bloba579599c0a39405c01a7161b03310d1a794d60cc
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: 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"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: ../pykickstart/base.py:185
20 #, python-format
21 msgid ""
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."
26 msgstr ""
28 #: ../pykickstart/base.py:389
29 #, python-format
30 msgid "Unknown command: %s"
31 msgstr ""
33 #: ../pykickstart/errors.py:46
34 #, python-format
35 msgid ""
36 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
37 "\n"
38 "%(msg)s\n"
39 msgstr ""
41 #: ../pykickstart/errors.py:48
42 #, python-format
43 msgid "There was a problem reading from line %s of the kickstart file"
44 msgstr ""
46 #: ../pykickstart/options.py:83
47 #, python-format
48 msgid "Option %s is required"
49 msgstr ""
51 #: ../pykickstart/options.py:87
52 #, python-format
53 msgid ""
54 "The %(option)s option was introduced in version %(intro)s, but you are using "
55 "kickstart syntax version %(version)s."
56 msgstr ""
58 #: ../pykickstart/options.py:93
59 #, python-format
60 msgid "The %(option)s option is no longer supported."
61 msgstr ""
63 #: ../pykickstart/options.py:95
64 #, python-format
65 msgid ""
66 "The %(option)s option was removed in version %(removed)s, but you are using "
67 "kickstart syntax version %(version)s."
68 msgstr ""
70 #: ../pykickstart/options.py:98
71 #, python-format
72 msgid ""
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."
77 msgstr ""
79 #: ../pykickstart/options.py:131
80 #, python-format
81 msgid "Option %(opt)s: invalid boolean value: %(value)r"
82 msgstr ""
84 #: ../pykickstart/options.py:136
85 #, python-format
86 msgid "Option %(opt)s: invalid string value: %(value)r"
87 msgstr ""
89 #: ../pykickstart/options.py:173
90 msgid "Required flag set for option that doesn't take a value"
91 msgstr ""
93 #: ../pykickstart/parser.py:94
94 #, python-format
95 msgid "Illegal url for %%ksappend: %s"
96 msgstr ""
98 #: ../pykickstart/parser.py:99
99 #, python-format
100 msgid "Unable to open %%ksappend file: %s"
101 msgstr ""
103 #: ../pykickstart/parser.py:105 ../pykickstart/parser.py:107
104 #, python-format
105 msgid "Unable to open %%ksappend file"
106 msgstr ""
108 #: ../pykickstart/parser.py:140 ../pykickstart/parser.py:790
109 #, python-format
110 msgid "Unable to open input kickstart file: %s"
111 msgstr ""
113 #: ../pykickstart/parser.py:345
114 msgid "Group cannot specify both --nodefaults and --optional"
115 msgstr ""
117 #: ../pykickstart/parser.py:673 ../pykickstart/parser.py:733
118 #, python-format
119 msgid "Section does not end with %%end."
120 msgstr ""
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
126 #, python-format
127 msgid "Unsupported version specified: %s"
128 msgstr ""
130 #: ../tools/ksvalidator:50
131 msgid "halt after the first error or warning"
132 msgstr ""
134 #: ../tools/ksvalidator:53
135 #, python-format
136 msgid "parse include files when %include is seen"
137 msgstr ""
139 #: ../tools/ksvalidator:56
140 msgid "list the available versions of kickstart syntax"
141 msgstr ""
143 #: ../tools/ksvalidator:58
144 msgid "version of kickstart syntax to validate against"
145 msgstr ""
147 #: ../tools/ksvalidator:76
148 #, python-format
149 msgid ""
150 "Error reading %s:\n"
151 "%s"
152 msgstr ""
154 #: ../tools/ksvalidator:82 ../tools/ksverdiff:61
155 #, python-format
156 msgid "The version %s is not supported by pykickstart"
157 msgstr ""
159 #: ../tools/ksvalidator:98
160 #, python-format
161 msgid ""
162 "File uses a deprecated option or command.\n"
163 "%s"
164 msgstr ""
166 #: ../tools/ksvalidator:104
167 msgid "General kickstart error in input file"
168 msgstr ""
170 #: ../tools/ksvalidator:107
171 #, python-format
172 msgid "General error in input file:  %s"
173 msgstr ""
175 #: ../tools/ksverdiff:54
176 msgid "You must specify two syntax versions."
177 msgstr ""
179 #: ../tools/ksverdiff:68
180 #, python-format
181 msgid "The following commands were removed in %s:"
182 msgstr ""
184 #: ../tools/ksverdiff:71
185 #, python-format
186 msgid "The following commands were deprecated in %s:"
187 msgstr ""
189 #: ../tools/ksverdiff:74
190 #, python-format
191 msgid "The following commands were added in %s:"
192 msgstr ""
194 #: ../tools/ksverdiff:100
195 #, python-format
196 msgid "The following options were added to the %s command in %s:"
197 msgstr ""
199 #: ../tools/ksverdiff:105
200 #, python-format
201 msgid "The following options were deprecated from the %s command in %s:"
202 msgstr ""
204 #: ../tools/ksverdiff:110
205 #, python-format
206 msgid "The following options were removed from the %s command in %s:"
207 msgstr ""