Add support for the --priority, --includepkgs, and --excludepkgs options.
[pykickstart.git] / po / pl.po
blob8c9c81f1f4742b6bb692e23db9af8f6db4e82405
1 # translation of pl.po to Polish
2 # Piotr Drąg <raven@pmail.pl>, 2006.
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: pl\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2007-08-02 16:08-0400\n"
9 "PO-Revision-Date: 2007-08-03 15:00+0200\n"
10 "Last-Translator: Piotr Drąg <raven@pmail.pl>\n"
11 "Language-Team: Polish <pl@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #: ../pykickstart/base.py:140
17 #, python-format
18 msgid ""
19 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
20 "been deprecated and no longer has any effect.  It may be removed from future "
21 "releases, which will result in a fatal error from kickstart.  Please modify "
22 "your kickstart file to remove this command."
23 msgstr ""
24 "Ignorowanie przestarzałego polecenia w wierszu %(lineno)s: polecenie %(cmd)s "
25 "jest przestarzały i jego użycie nie powoduje żadnych zmian. Może zostać "
26 "usunięte z przyszłych wydań, co spowoduje krytyczny błąd kickstartu. "
27 "Zmodyfikuj plik kickstart, aby usunąć to polecenie."
29 #: ../pykickstart/base.py:308
30 #, python-format
31 msgid "Unknown command: %s"
32 msgstr "Nieznane polecenie: %s"
34 #: ../pykickstart/errors.py:43
35 #, python-format
36 msgid ""
37 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
38 "\n"
39 "%(msg)s\n"
40 msgstr ""
41 "Wystąpił następujący problem w wierszu %(lineno)s pliku kickstart:\n"
42 "\n"
43 "%(msg)s\n"
45 #: ../pykickstart/errors.py:45
46 #, python-format
47 msgid "There was a problem reading from line %s of the kickstart file"
48 msgstr "Wystąpił problem podczas odczytywania z wiersza %s pliku kickstart"
50 #: ../pykickstart/options.py:77
51 #, python-format
52 msgid "Option %s is required"
53 msgstr "Opcja %s jest wymagana"
55 #: ../pykickstart/options.py:80
56 #, python-format
57 msgid ""
58 "The option %(option)s was introduced in version %(intro)s, but you are using "
59 "kickstart syntax version %(version)s"
60 msgstr ""
61 "Opcja %(option)s została wprowadzona w wersji %(intro)s, ale używasz wersji "
62 "składni kickstart %(version)s"
64 #: ../pykickstart/options.py:83
65 #, python-format
66 msgid ""
67 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
68 "been deprecated and no longer has any effect.  It may be removed from future "
69 "releases, which will result in a fatal error from kickstart.  Please modify "
70 "your kickstart file to remove this option."
71 msgstr ""
72 "Ignorowanie przestarzałej opcji w wierszu %(lineno)s: opcja %(option)s jest "
73 "przestarzała i jej użycie nie powoduje żadnych zmian. Może zostać usunięta z "
74 "przyszłych wydań, co spowoduje krytyczny błąd kickstartu. Zmodyfikuj plik "
75 "kickstart, aby usunąć tę opcję."
77 #: ../pykickstart/options.py:86
78 #, python-format
79 msgid ""
80 "The option %(option)s was removed in version %(removed)s, but you are using "
81 "kickstart syntax version %(version)s"
82 msgstr ""
83 "Opcja %(option)s została usunięta w wersji %(removed)s, ale używasz wersji "
84 "składni kickstart %(version)s"
86 #: ../pykickstart/options.py:139
87 msgid "Required flag set for option that doesn't take a value"
88 msgstr "Wymagane ustawienie flagi dla opcji, która nie przyjmuje wartości"
90 #: ../pykickstart/options.py:148
91 #, python-format
92 msgid "Option %(opt)s: invalid boolean value: %(value)r"
93 msgstr "Opcja %(opt)s: nieprawidłowa wartość zmiennej logicznej: %(value)r"
95 #: ../pykickstart/parser.py:85
96 #, python-format
97 msgid "Illegal url for %%ksappend: %s"
98 msgstr "Niedozwolony URL dla %%ksappend: %s"
100 #: ../pykickstart/parser.py:90
101 #, python-format
102 msgid "Unable to open %%ksappend file: "
103 msgstr "Nie można otworzyć pliku %%ksappend: "
105 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
106 #, python-format
107 msgid "Unable to open %%ksappend file"
108 msgstr "Nie można otworzyć pliku %%ksappend"
110 #: ../pykickstart/parser.py:278
111 msgid "Group cannot specify both --nodefaults and --optional"
112 msgstr "Grupa nie może określać zarówno --nodefaults, jak i --optional"
114 #. If nothing else worked, we're out of options.
115 #: ../pykickstart/version.py:80 ../pykickstart/version.py:89
116 #: ../pykickstart/version.py:92 ../pykickstart/version.py:103
117 #: ../pykickstart/version.py:143
118 #, python-format
119 msgid "Unsupported version specified: %s"
120 msgstr "Określono nieobsługiwaną wersję: %s"
122 #: ../validator/ksvalidator:45
123 msgid "halt after the first error or warning"
124 msgstr "wyłącz po pierwszym błędzie lub ostrzeżeniu"
126 #: ../validator/ksvalidator:48
127 #, python-format
128 msgid "parse include files when %include is seen"
129 msgstr "przeanalizuj pliki nagłówków, gdy zobaczysz %include"
131 #: ../validator/ksvalidator:50
132 msgid "version of kickstart syntax to validate against"
133 msgstr "wersja składni kickstart, jaką sprawdzać"
135 #: ../validator/ksvalidator:64
136 #, python-format
137 msgid "The version %s is not supported by pykickstart"
138 msgstr "Wersja %s nie jest obsługiwana przez pykickstart"
140 #: ../validator/ksvalidator:77
141 #, python-format
142 msgid ""
143 "File uses a deprecated option or command.\n"
144 "%s"
145 msgstr ""
146 "Plik używa przestarzałej opcji lub polecenia.\n"
147 "%s"
149 #: ../validator/ksvalidator:83
150 msgid "General kickstart error in input file"
151 msgstr "Ogólny błąd kickstart w pliku wejściowym"
153 #: ../validator/ksvalidator:86
154 #, python-format
155 msgid "General error in input file:  %s"
156 msgstr "Ogólny błąd w pliku wejściowym: %s"