Modified the firewall to use a callback instead of the 2.5 append_const
[pykickstart/EL-5.git] / po / bg.po
blobca69dbaa4d306138e10fa84a102e33e363326b56
1 # translation of pykickstart.pot to Bulgarian
2 # translation of pykickstart.po to Bulgarian
3 # Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
4 # This file is distributed under the same license as the PACKAGE package.
6 # Miroslav Ivanov <kiro.kopeleto@gmail.com>, 2007.
7 # Doncho N. Gunchev <gunchev@gmail.com>, 2007.
8 # Alexander Todorov <atodorov@redhat.com>, 2008
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: pykickstart\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2007-10-04 13:22-0400\n"
14 "PO-Revision-Date: 2008-03-08 13:06+0100\n"
15 "Last-Translator: Alexander Todorov <atodorov@redhat.com>\n"
16 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit"
21 #: ../pykickstart/base.py:147
22 #, python-format
23 msgid ""
24 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
25 "been deprecated and no longer has any effect.  It may be removed from future "
26 "releases, which will result in a fatal error from kickstart.  Please modify "
27 "your kickstart file to remove this command."
28 msgstr ""
29 "Премахване на старите отхвърлени команди на ред %(lineno)s:  Командата %(cmd)"
30 "s е била  отхвърлена и вече няма ефект.  Може би ще бъде премахната от "
31 "бъдещи версии, което ще предизвика фатални грешки kickstart.  Моля променете "
32 "вашия kickstart файл, премахвайки тази команда."
34 #: ../pykickstart/base.py:315
35 #, python-format
36 msgid "Unknown command: %s"
37 msgstr "Непозната команда: %s"
39 #: ../pykickstart/errors.py:48
40 #, python-format
41 msgid ""
42 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
43 "\n"
44 "%(msg)s\n"
45 msgstr ""
46 "Следния проблем възникна на ред %(lineno)s от kickstart файла:\n"
47 "\n"
48 "%(msg)s\n"
50 #: ../pykickstart/errors.py:50
51 #, python-format
52 msgid "There was a problem reading from line %s of the kickstart file"
53 msgstr "Възникна проблем при четене на ред %s от kickstart файла"
55 #: ../pykickstart/options.py:84
56 #, python-format
57 msgid "Option %s is required"
58 msgstr "Опцията %s е задължителна"
60 #: ../pykickstart/options.py:87
61 #, python-format
62 msgid ""
63 "The option %(option)s was introduced in version %(intro)s, but you are using "
64 "kickstart syntax version %(version)s"
65 msgstr ""
66 "Опцията %(option)s бе добавена във версия %(intro)s, но вие ползвате "
67 "kickstart синтаксис версия %(version)s"
69 #: ../pykickstart/options.py:90
70 #, python-format
71 msgid ""
72 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
73 "been deprecated and no longer has any effect.  It may be removed from future "
74 "releases, which will result in a fatal error from kickstart.  Please modify "
75 "your kickstart file to remove this option."
76 msgstr ""
77 "Премахване на старите отхвърлени опции на ред %(lineno)s:  Опцията %(option)"
78 "s е била  отхвърлена и вече няма ефект.  Може би ще бъде премахната от "
79 "бъдещи версии, което ще предизвика фатални грешки kickstart.  Моля променете "
80 "вашия kickstart файл, премахвайки тази опция."
82 #: ../pykickstart/options.py:93
83 #, python-format
84 msgid ""
85 "The option %(option)s was removed in version %(removed)s, but you are using "
86 "kickstart syntax version %(version)s"
87 msgstr ""
88 "Опцията %(option)s бе премахната от версията %(removed)s, но вие ползвате "
89 "kickstart синтаксис версия %(version)s"
91 #: ../pykickstart/options.py:147
92 msgid "Required flag set for option that doesn't take a value"
93 msgstr "Поставен е флаг за изискване за опция, неприемаща параметри"
95 #: ../pykickstart/options.py:156
96 #, python-format
97 msgid "Option %(opt)s: invalid boolean value: %(value)r"
98 msgstr "Опция %(opt)s: невалидна булева стойност: %(value)r"
100 #: ../pykickstart/options.py:161
101 #, python-format
102 msgid "Option %(opt)s: invalid string value: %(value)r"
103 msgstr "Опция %(opt)s: невалиден низ: %(value)r"
105 #: ../pykickstart/parser.py:90
106 #, python-format
107 msgid "Illegal url for %%ksappend: %s"
108 msgstr "Невалиден адрес (URL) за %%ksappend: %s"
110 #: ../pykickstart/parser.py:95
111 #, python-format
112 msgid "Unable to open %%ksappend file: "
113 msgstr "Не може да се отвори %%ksappend файла: "
115 #: ../pykickstart/parser.py:101 ../pykickstart/parser.py:103
116 #, python-format
117 msgid "Unable to open %%ksappend file"
118 msgstr "Не може да се отвори %%ksappend файла"
120 #: ../pykickstart/parser.py:286
121 msgid "Group cannot specify both --nodefaults and --optional"
122 msgstr "Групата не може да съдържа едновременно --nodefaults и --optional"
124 #: ../pykickstart/parser.py:545 ../pykickstart/parser.py:604
125 #, python-format
126 msgid ""
127 "%s does not end with %%end.  This syntax has been deprecated.  It may be "
128 "removed from future releases, which will result in a fatal error from "
129 "kickstart.  Please modify your kickstart file to use this updated syntax."
130 msgstr ""
131 "%s не завършва с %%end:  Опцията  е била  отхвърлена и вече няма ефект."
132 "  Може би ще бъде премахната от бъдещи версии, което ще предизвика фатални грешки."
133 "  Моля променете вашия kickstart файл, премахвайки тази опция."
135 #: ../pykickstart/parser.py:604
136 msgid "Script"
137 msgstr "Скрипт"
139 #. If nothing else worked, we're out of options.
140 #: ../pykickstart/version.py:87 ../pykickstart/version.py:96
141 #: ../pykickstart/version.py:99 ../pykickstart/version.py:110
142 #: ../pykickstart/version.py:150
143 #, python-format
144 msgid "Unsupported version specified: %s"
145 msgstr "Указана е неподдържана версия: %s"
147 #: ../tools/ksvalidator:52
148 msgid "halt after the first error or warning"
149 msgstr "спиране след първата грешка или предупреждение"
151 #: ../tools/ksvalidator:55
152 #, python-format
153 msgid "parse include files when %include is seen"
154 msgstr "Разбор на включените файлове при намеране на %include"
156 #: ../tools/ksvalidator:57
157 msgid "version of kickstart syntax to validate against"
158 msgstr "Версия на kickstart синтаксиса, за която да се валидира"
160 #: ../tools/ksvalidator:71
161 #, python-format
162 msgid "The version %s is not supported by pykickstart"
163 msgstr "Версия %s не се поддържа от pykickstart"
165 #: ../tools/ksvalidator:87
166 #, python-format
167 msgid ""
168 "File uses a deprecated option or command.\n"
169 "%s"
170 msgstr ""
171 "Файлът ползва остаряла опция или команда.\n"
172 "%s"
174 #: ../tools/ksvalidator:93
175 msgid "General kickstart error in input file"
176 msgstr "Генерална kickstart грешка във сходящия файл"
178 #: ../tools/ksvalidator:96
179 #, python-format
180 msgid "General error in input file:  %s"
181 msgstr "Генерална грешка във сходящия файл:  %s"