# dpkg-sources.pl.po # This file is distributed under the same license as the dpkg package. # Robert Luberda , 2007 msgid "" msgstr "" "Project-Id-Version: dpkg 1.14.17\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" "POT-Creation-Date: 2007-12-29 05:57+0100\n" "PO-Revision-Date: 2007-11-15 20:15+0200\n" "Last-Translator: Robert Luberda \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" #: scripts/822-date.pl:12 msgid "Usage: 822-date" msgstr "Użycie: 822-date" #: scripts/822-date.pl:14 msgid "This program is deprecated. Please use 'date -R' instead." msgstr "Ten program jest przestarzały. Proszę używać 'date -R'." #: scripts/controllib.pl:58 scripts/controllib.pl:63 #, perl-format msgid "unable to get login information for username \"%s\"" msgstr "" "nie można pobrać informacji potrzebnych do zalogowania użytkownika \"%s\"" #: scripts/controllib.pl:66 #, perl-format msgid "" "no utmp entry available and LOGNAME not defined; using uid of process (%d)" msgstr "brak wpisu utmp i nie zdefiniowano LOGNAME; używanie uid procesu (%d)" #: scripts/controllib.pl:70 #, perl-format msgid "unable to get login information for uid %d" msgstr "nie można pobrać informacji potrzebnych do zalogowania uid %d" #: scripts/controllib.pl:91 #, perl-format msgid "too many substitutions - recursive ? - in `%s'" msgstr "za dużo podstawień - rekursja? - w `%s'" #: scripts/controllib.pl:97 #, perl-format msgid "unknown substitution variable ${%s}" msgstr "nieznana zmienna podstawiania ${%s}" #: scripts/controllib.pl:120 #, perl-format msgid "field %s has newline then non whitespace >%s<" msgstr "pole %s ma znak nowej linii, po której nie następuje biały znak >%s<" #: scripts/controllib.pl:123 #, perl-format msgid "field %s has blank lines >%s<" msgstr "pole %s ma puste linie >%s<" #: scripts/controllib.pl:125 #, perl-format msgid "field %s has trailing newline >%s<" msgstr "pole %s kończy się znakiem nowej linii >%s<" #: scripts/controllib.pl:132 msgid "write error on control data" msgstr "błąd zapisu danych kontrolnych" #: scripts/controllib.pl:135 msgid "write error on close control data" msgstr "błąd zapisu podczas zamykania danych kontrolnych" #: scripts/controllib.pl:144 #, perl-format msgid "cannot read control file %s: %s" msgstr "nie można odczytać pliku kontrolnego %s: %s" #: scripts/controllib.pl:147 #, perl-format msgid "control file %s" msgstr "plik kontrolny %s" #: scripts/controllib.pl:148 msgid "control file must have at least one binary package part" msgstr "" "plik kontrolny musi zawierać wpis o co najmniej jednym pakiecie binarnym" #: scripts/controllib.pl:152 #, perl-format msgid "per-package paragraph %d in control info file is missing Package line" msgstr "" "dotyczący pakietu paragraf %d w pliku kontrolnym nie zawiera linii Package" #: scripts/controllib.pl:156 msgid "source paragraph in control info file is missing Source line" msgstr "paragraf źródłowy w pliku kontrolnym nie zawiera linii Source" #: scripts/controllib.pl:173 #, perl-format msgid "bad line in substvars file %s at line %d" msgstr "błędna linia w pliku podstawień %s, w linii %d" #: scripts/controllib.pl:179 #, perl-format msgid "unable to open substvars file %s: %s" msgstr "nie można otworzyć pliku podstawień %s: %s" #: scripts/controllib.pl:188 msgid "fork for parse changelog" msgstr "fork w celu przetwarzania pliku zmian" #: scripts/controllib.pl:191 scripts/dpkg-genchanges.pl:306 #: scripts/dpkg-gencontrol.pl:220 scripts/dpkg-source.pl:381 msgid "parsed version of changelog" msgstr "przetworzona wersja pliku zmian" #: scripts/controllib.pl:193 msgid "parse changelog" msgstr "przetwarzanie pliku zmian" #: scripts/controllib.pl:232 #, perl-format msgid "source package name `%s' contains illegal character `%s'" msgstr "nazwa pakietu źródłowego `%s' zawiera niepoprawny znak `%s'" #: scripts/controllib.pl:235 #, perl-format msgid "source package name `%s' starts with non-alphanum" msgstr "nazwa pakietu źródłowego `%s'nie zaczyna się od znaku alfanumerycznego" #: scripts/controllib.pl:241 #, perl-format msgid "version number contains illegal character `%s'" msgstr "numer wersji zawiera niepoprawny znak `%s'" #: scripts/controllib.pl:250 #, perl-format msgid "source package has two conflicting values - %s and %s" msgstr "pakiet źródłowy ma dwie wartości będące w konflikcie ze sobą - %s i %s" #: scripts/controllib.pl:260 #, perl-format msgid "md5sum gave bogus output `%s'" msgstr "dziwne wyjście programu md5sum `%s'" #: scripts/controllib.pl:292 msgid "continued value line not in field" msgstr "linia kontynuowanej wartości nie należy do pola" #: scripts/controllib.pl:295 msgid "expected blank line before PGP signature" msgstr "oczekiwano pustej linii poprzedzającej sygnaturę PGP" #: scripts/controllib.pl:307 msgid "expected PGP signature, found EOF after blank line" msgstr "po pustej linii oczekiwano sygnatury PGP, a napotkano koniec pliku" #: scripts/controllib.pl:310 #, perl-format msgid "expected PGP signature, found something else `%s'" msgstr "oczekiwano sygnatury PGP, a napotkano coś innego `%s'" #: scripts/controllib.pl:315 msgid "found several `paragraphs' where only one expected" msgstr "znaleziono kilka `akapitów', chociaż oczekiwano tylko jednego" #: scripts/controllib.pl:319 msgid "line with unknown format (not field-colon-value)" msgstr "nieznany format linii (oczekiwano: pole-dwukropek-wartość)" #: scripts/controllib.pl:322 msgid "found start of PGP body but no signature" msgstr "znaleziono początek ciała PGP, ale brak sygnatury" #: scripts/controllib.pl:324 msgid "empty file" msgstr "pusty plik" #: scripts/controllib.pl:329 #, perl-format msgid "syntax error in %s at line %d: %s" msgstr "błąd składni w %s w linii %d: %s" #: scripts/dpkg-architecture.pl:35 scripts/dpkg-buildpackage.pl:21 #: scripts/dpkg-distaddfile.pl:21 scripts/dpkg-genchanges.pl:83 #: scripts/dpkg-gencontrol.pl:50 scripts/dpkg-gensymbols.pl:36 #: scripts/dpkg-parsechangelog.pl:24 scripts/dpkg-scanpackages.pl:51 #: scripts/dpkg-scansources.pl:96 scripts/dpkg-shlibdeps.pl:359 #: scripts/dpkg-source.pl:139 scripts/changelog/debian.pl:31 #, perl-format msgid "Debian %s version %s.\n" msgstr "Debian %s w wersji %s.\n" #: scripts/dpkg-architecture.pl:37 msgid "" "\n" "Copyright (C) 1999-2001 Marcus Brinkmann .\n" "Copyright (C) 2004-2005 Scott James Remnant ." msgstr "" "\n" "Copyright (C) 1999-2001 Marcus Brinkmann .\n" "Copyright (C) 2004-2005 Scott James Remnant ." #: scripts/dpkg-architecture.pl:41 scripts/dpkg-buildpackage.pl:28 #: scripts/dpkg-distaddfile.pl:26 scripts/dpkg-genchanges.pl:89 #: scripts/dpkg-gencontrol.pl:56 scripts/dpkg-gensymbols.pl:42 #: scripts/dpkg-parsechangelog.pl:30 scripts/dpkg-shlibdeps.pl:368 #: scripts/dpkg-source.pl:144 scripts/changelog/debian.pl:35 msgid "" "\n" "This is free software; see the GNU General Public Licence version 2 or\n" "later for copying conditions. There is NO warranty.\n" msgstr "" "\n" "Ten program jest oprogramowaniem wolnym, rozpowszechnianym na warunkach\n" "licencji GNU w wersji drugiej lub późniejszej. Brak JAKIEJKOLWIEK " "gwarancji.\n" #: scripts/dpkg-architecture.pl:49 #, perl-format msgid "" "Usage: %s [