Update translation files.
[pykickstart.git] / po / en_GB.po
blob050aceb234b1e82585294f6125a3b33faa9df65d
1 # English (British) translation.
2 # Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # Abigail Brady <morwen@evilmagic.org>, Bastien Nocera <hadess@hadess.net>, 2007.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-08-02 16:08-0400\n"
11 "PO-Revision-Date: 2007-06-11 13:58+0000\n"
12 "Last-Translator: Abigail Brady <morwen@evilmagic.org>\n"
13 "Language-Team: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: ../pykickstart/base.py:140
19 #, python-format
20 msgid ""
21 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
22 "been deprecated and no longer has any effect.  It may be removed from future "
23 "releases, which will result in a fatal error from kickstart.  Please modify "
24 "your kickstart file to remove this command."
25 msgstr ""
26 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
27 "been deprecated and no longer has any effect.  It may be removed from future "
28 "releases, which will result in a fatal error from kickstart.  Please modify "
29 "your kickstart file to remove this command."
31 #: ../pykickstart/base.py:308
32 #, python-format
33 msgid "Unknown command: %s"
34 msgstr "Unknown command: %s"
36 #: ../pykickstart/errors.py:43
37 #, python-format
38 msgid ""
39 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
40 "\n"
41 "%(msg)s\n"
42 msgstr ""
43 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
44 "\n"
45 "%(msg)s\n"
47 #: ../pykickstart/errors.py:45
48 #, python-format
49 msgid "There was a problem reading from line %s of the kickstart file"
50 msgstr "There was a problem reading from line %s of the kickstart file"
52 #: ../pykickstart/options.py:77
53 #, python-format
54 msgid "Option %s is required"
55 msgstr "Option %s is required"
57 #: ../pykickstart/options.py:80
58 #, python-format
59 msgid ""
60 "The option %(option)s was introduced in version %(intro)s, but you are using "
61 "kickstart syntax version %(version)s"
62 msgstr ""
63 "The option %(option)s was introduced in version %(intro)s, but you are using "
64 "kickstart syntax version %(version)s"
66 #: ../pykickstart/options.py:83
67 #, python-format
68 msgid ""
69 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
70 "been deprecated and no longer has any effect.  It may be removed from future "
71 "releases, which will result in a fatal error from kickstart.  Please modify "
72 "your kickstart file to remove this option."
73 msgstr ""
74 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
75 "been deprecated and no longer has any effect.  It may be removed from future "
76 "releases, which will result in a fatal error from kickstart.  Please modify "
77 "your kickstart file to remove this option."
79 #: ../pykickstart/options.py:86
80 #, python-format
81 msgid ""
82 "The option %(option)s was removed in version %(removed)s, but you are using "
83 "kickstart syntax version %(version)s"
84 msgstr ""
85 "The option %(option)s was removed in version %(removed)s, but you are using "
86 "kickstart syntax version %(version)s"
88 #: ../pykickstart/options.py:139
89 msgid "Required flag set for option that doesn't take a value"
90 msgstr "Required flag set for option that doesn't take a value"
92 #: ../pykickstart/options.py:148
93 #, python-format
94 msgid "Option %(opt)s: invalid boolean value: %(value)r"
95 msgstr "Option %(opt)s: invalid boolean value: %(value)r"
97 #: ../pykickstart/parser.py:85
98 #, python-format
99 msgid "Illegal url for %%ksappend: %s"
100 msgstr ""
102 #: ../pykickstart/parser.py:90
103 #, python-format
104 msgid "Unable to open %%ksappend file: "
105 msgstr ""
107 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
108 #, python-format
109 msgid "Unable to open %%ksappend file"
110 msgstr ""
112 #: ../pykickstart/parser.py:278
113 msgid "Group cannot specify both --nodefaults and --optional"
114 msgstr "Group cannot specify both --nodefaults and --optional"
116 #. If nothing else worked, we're out of options.
117 #: ../pykickstart/version.py:80 ../pykickstart/version.py:89
118 #: ../pykickstart/version.py:92 ../pykickstart/version.py:103
119 #: ../pykickstart/version.py:143
120 #, python-format
121 msgid "Unsupported version specified: %s"
122 msgstr "Unsupported version specified: %s"
124 #: ../validator/ksvalidator:45
125 msgid "halt after the first error or warning"
126 msgstr "halt after the first error or warning"
128 #: ../validator/ksvalidator:48
129 #, python-format
130 msgid "parse include files when %include is seen"
131 msgstr "parse include files when %include is seen"
133 #: ../validator/ksvalidator:50
134 msgid "version of kickstart syntax to validate against"
135 msgstr "version of kickstart syntax to validate against"
137 #: ../validator/ksvalidator:64
138 #, python-format
139 msgid "The version %s is not supported by pykickstart"
140 msgstr "The version %s is not supported by pykickstart"
142 #: ../validator/ksvalidator:77
143 #, python-format
144 msgid ""
145 "File uses a deprecated option or command.\n"
146 "%s"
147 msgstr ""
148 "File uses a deprecated option or command.\n"
149 "%s"
151 #: ../validator/ksvalidator:83
152 msgid "General kickstart error in input file"
153 msgstr "General kickstart error in input file"
155 #: ../validator/ksvalidator:86
156 #, python-format
157 msgid "General error in input file:  %s"
158 msgstr "General error in input file:  %s"