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-08-02 16:08-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:140
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:308
30 msgid "Unknown command: %s"
33 #: ../pykickstart/errors.py:43
36 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
41 #: ../pykickstart/errors.py:45
43 msgid "There was a problem reading from line %s of the kickstart file"
46 #: ../pykickstart/options.py:77
48 msgid "Option %s is required"
51 #: ../pykickstart/options.py:80
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:83
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:86
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:139
75 msgid "Required flag set for option that doesn't take a value"
78 #: ../pykickstart/options.py:148
80 msgid "Option %(opt)s: invalid boolean value: %(value)r"
83 #: ../pykickstart/parser.py:85
85 msgid "Illegal url for %%ksappend: %s"
88 #: ../pykickstart/parser.py:90
90 msgid "Unable to open %%ksappend file: "
93 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
95 msgid "Unable to open %%ksappend file"
98 #: ../pykickstart/parser.py:278
99 msgid "Group cannot specify both --nodefaults and --optional"
102 #. If nothing else worked, we're out of options.
103 #: ../pykickstart/version.py:80 ../pykickstart/version.py:89
104 #: ../pykickstart/version.py:92 ../pykickstart/version.py:103
105 #: ../pykickstart/version.py:143
107 msgid "Unsupported version specified: %s"
110 #: ../validator/ksvalidator:45
111 msgid "halt after the first error or warning"
114 #: ../validator/ksvalidator:48
116 msgid "parse include files when %include is seen"
119 #: ../validator/ksvalidator:50
120 msgid "version of kickstart syntax to validate against"
123 #: ../validator/ksvalidator:64
125 msgid "The version %s is not supported by pykickstart"
128 #: ../validator/ksvalidator:77
131 "File uses a deprecated option or command.\n"
135 #: ../validator/ksvalidator:83
136 msgid "General kickstart error in input file"
139 #: ../validator/ksvalidator:86
141 msgid "General error in input file: %s"