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-01-16 14:27-0500\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/errors.py:43
22 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
27 #: ../pykickstart/errors.py:45
29 msgid "There was a problem reading from line %s of the kickstart file"
32 #: ../pykickstart/errors.py:97
33 msgid "Unsupported version specified."
36 #: ../pykickstart/options.py:77
38 msgid "Option %s is required"
41 #: ../pykickstart/options.py:80
44 "The option %(option)s was introduced in version %(intro)s, but you are using "
45 "kickstart syntax version %(version)s"
48 #: ../pykickstart/options.py:83
51 "Ignoring deprecated option on line %(lineno)s: The %(option)s option has "
52 "been deprecated and no longer has any effect. It may be removed from future "
53 "releases, which will result in a fatal error from kickstart. Please modify "
54 "your kickstart file to remove this option."
57 #: ../pykickstart/options.py:86
60 "The option %(option)s was removed in version %(removed)s, but you are using "
61 "kickstart syntax version %(version)s"
64 #: ../pykickstart/options.py:139
65 msgid "Required flag set for option that doesn't take a value"
68 #: ../pykickstart/options.py:148
70 msgid "Option %(opt)s: invalid boolean value: %(value)r"
73 #: ../validator/ksvalidator:37
74 msgid "halt after the first error or warning"
77 #: ../validator/ksvalidator:40
79 msgid "parse include files when %include is seen"
82 #: ../validator/ksvalidator:42
83 msgid "version of kickstart syntax to validate against"
86 #: ../validator/ksvalidator:56
88 msgid "The version %s is not supported by pykickstart"
91 #: ../validator/ksvalidator:68
94 "File uses a deprecated option or command.\n"
98 #: ../validator/ksvalidator:74
99 msgid "General kickstart error in input file"
102 #: ../validator/ksvalidator:77
104 msgid "General error in input file: %s"