-#: cmdline/apt-get.cc:2491
-#, c-format
-msgid "Skipping already downloaded file '%s'\n"
-msgstr "Pomijanie już pobranego pliku \"%s\"\n"
-
-#: cmdline/apt-get.cc:2528
-#, c-format
-msgid "You don't have enough free space in %s"
-msgstr "W %s nie ma wystarczającej ilości wolnego miejsca"
-
-#. TRANSLATOR: The required space between number and unit is already included
-#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
-#: cmdline/apt-get.cc:2537
-#, c-format
-msgid "Need to get %sB/%sB of source archives.\n"
-msgstr "Konieczne pobranie %sB/%sB archiwów źródeł.\n"
-
-#. TRANSLATOR: The required space between number and unit is already included
-#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
-#: cmdline/apt-get.cc:2542
-#, c-format
-msgid "Need to get %sB of source archives.\n"
-msgstr "Konieczne pobranie %sB archiwów źródeł.\n"
-
-#: cmdline/apt-get.cc:2548
-#, c-format
-msgid "Fetch source %s\n"
-msgstr "Pobieranie źródeł %s\n"
-
-#: cmdline/apt-get.cc:2586
-msgid "Failed to fetch some archives."
-msgstr "Nie udało się pobrać niektórych archiwów."
-
-#: cmdline/apt-get.cc:2617
-#, c-format
-msgid "Skipping unpack of already unpacked source in %s\n"
-msgstr "Pomijanie rozpakowania już rozpakowanego źródła w %s\n"
-
-#: cmdline/apt-get.cc:2629
-#, c-format
-msgid "Unpack command '%s' failed.\n"
-msgstr "Polecenie rozpakowania \"%s\" zawiodło.\n"
-
-#: cmdline/apt-get.cc:2630
-#, c-format
-msgid "Check if the 'dpkg-dev' package is installed.\n"
-msgstr "Proszę sprawdzić czy pakiet \"dpkg-dev\" jest zainstalowany.\n"
-
-#: cmdline/apt-get.cc:2652
-#, c-format
-msgid "Build command '%s' failed.\n"
-msgstr "Polecenie budowania \"%s\" zawiodło.\n"
-
-#: cmdline/apt-get.cc:2672
-msgid "Child process failed"
-msgstr "Proces potomny zawiódł"
-
-#: cmdline/apt-get.cc:2691
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Należy podać przynajmniej jeden pakiet, dla którego mają zostać sprawdzone "
-"zależności dla budowania"
-
-#: cmdline/apt-get.cc:2716
-#, c-format
-msgid ""
-"No architecture information available for %s. See apt.conf(5) APT::"
-"Architectures for setup"
-msgstr ""
-"Nie znaleziono informacji o architekturze dla %s. Proszę zapoznać się z apt."
-"conf(5) APT::Architectures"
-
-#: cmdline/apt-get.cc:2733
-#, c-format
-msgid "Unable to get build-dependency information for %s"
-msgstr "Nie udało się pobrać informacji o zależnościach dla budowania %s"
-
-#: cmdline/apt-get.cc:2753
-#, c-format
-msgid "%s has no build depends.\n"
-msgstr "%s nie ma zależności dla budowania.\n"
-
-#: cmdline/apt-get.cc:2883
-#, c-format
-msgid ""
-"%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
-"packages"
-msgstr ""
-"Zależność %s od %s nie może zostać spełniona, ponieważ %s nie jest dozwolone "
-"w pakietach \"%s\""
-
-#: cmdline/apt-get.cc:2904
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because the package %s cannot be "
-"found"
-msgstr ""
-"Zależność %s od %s nie może zostać spełniona, ponieważ nie znaleziono "
-"pakietu %s"
-
-#: cmdline/apt-get.cc:2927
-#, c-format
-msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
-msgstr ""
-"Nie udało się spełnić zależności %s od %s: Zainstalowany pakiet %s jest zbyt "
-"nowy"
-
-#: cmdline/apt-get.cc:2966
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because candidate version of "
-"package %s can't satisfy version requirements"
-msgstr ""
-"Zależność %s od %s nie może zostać spełniona, ponieważ kandydująca wersja "
-"pakietu %s nie spełnia wymagań wersji"
-
-#: cmdline/apt-get.cc:2972
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because package %s has no candidate "
-"version"
-msgstr ""
-"Zależność %s od %s nie może zostać spełniona, ponieważ pakiet %s nie ma "
-"wersji kandydującej"
-
-#: cmdline/apt-get.cc:2995
-#, c-format
-msgid "Failed to satisfy %s dependency for %s: %s"
-msgstr "Nie udało się spełnić zależności %s od %s: %s"
-
-#: cmdline/apt-get.cc:3011
-#, c-format
-msgid "Build-dependencies for %s could not be satisfied."
-msgstr "Nie udało się spełnić zależności dla budowania %s."
-
-#: cmdline/apt-get.cc:3016
-msgid "Failed to process build dependencies"
-msgstr "Nie udało się przetworzyć zależności dla budowania"
-
-#: cmdline/apt-get.cc:3109 cmdline/apt-get.cc:3121
-#, c-format
-msgid "Changelog for %s (%s)"
-msgstr "Dziennik zmian %s (%s)"
-
-#: cmdline/apt-get.cc:3240
-msgid "Supported modules:"
-msgstr "Obsługiwane moduły:"
-
-#: cmdline/apt-get.cc:3281
-msgid ""
-"Usage: apt-get [options] command\n"
-" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
-" apt-get [options] source pkg1 [pkg2 ...]\n"
-"\n"
-"apt-get is a simple command line interface for downloading and\n"
-"installing packages. The most frequently used commands are update\n"
-"and install.\n"
-"\n"
-"Commands:\n"
-" update - Retrieve new lists of packages\n"
-" upgrade - Perform an upgrade\n"
-" install - Install new packages (pkg is libc6 not libc6.deb)\n"
-" remove - Remove packages\n"
-" autoremove - Remove automatically all unused packages\n"
-" purge - Remove packages and config files\n"
-" source - Download source archives\n"
-" build-dep - Configure build-dependencies for source packages\n"
-" dist-upgrade - Distribution upgrade, see apt-get(8)\n"
-" dselect-upgrade - Follow dselect selections\n"
-" clean - Erase downloaded archive files\n"
-" autoclean - Erase old downloaded archive files\n"
-" check - Verify that there are no broken dependencies\n"
-" changelog - Download and display the changelog for the given package\n"
-" download - Download the binary package into the current directory\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -q Loggable output - no progress indicator\n"
-" -qq No output except for errors\n"
-" -d Download only - do NOT install or unpack archives\n"
-" -s No-act. Perform ordering simulation\n"
-" -y Assume Yes to all queries and do not prompt\n"
-" -f Attempt to correct a system with broken dependencies in place\n"
-" -m Attempt to continue if archives are unlocatable\n"
-" -u Show a list of upgraded packages as well\n"
-" -b Build the source package after fetching it\n"
-" -V Show verbose version numbers\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
-"pages for more information and options.\n"
-" This APT has Super Cow Powers.\n"
-msgstr ""
-"Użycie: apt-get [opcje] polecenie\n"
-" apt-get [opcje] install|remove pakiet1 [pakiet2 ...]\n"
-" apt-get [opcje] source pakiet1 [pakiet2 ...]\n"
-"\n"
-"apt-get to prosty interfejs wiersza poleceń do pobierania i instalacji\n"
-"pakietów. Najczęściej używane polecenia to update i install.\n"
-"\n"
-"Polecenia:\n"
-" update - Pobiera nowe listy pakietów\n"
-" upgrade - Wykonuje aktualizację\n"
-" install - Instaluje nowe pakiety (pakiet to np. libc6, nie libc6.deb)\n"
-" remove - Usuwa pakiety\n"
-" autoremove - Usuwa automatycznie wszystkie nieużywane pakiety\n"
-" purge - Usuwa pakiety łącznie z plikami konfiguracyjnymi\n"
-" source - Pobiera archiwa źródłowe\n"
-" build-dep - Konfiguruje zależności dla budowania pakietów źródłowych\n"
-" dist-upgrade - Aktualizacja dystrybucji, patrz apt-get(8)\n"
-" dselect-upgrade - Instaluje według wyborów dselect\n"
-" clean - Usuwa pobrane pliki archiwów\n"
-" autoclean - Usuwa stare pobrane pliki archiwów\n"
-" check - Sprawdza, czy wszystkie zależności są spełnione\n"
-" changelog - Pobiera i wyświetla dziennika zmian wybranych pakietów\n"
-" download - Pobiera pakiet binarny do bieżącego katalogu\n"
-"\n"
-"Opcje:\n"
-" -h Ten tekst pomocy\n"
-" -q Nie pokazuje wskaźnika postępu (przydatne przy rejestrowaniu "
-"działania)\n"
-" -qq Nie wypisuje nic oprócz komunikatów błędów\n"
-" -d Tylko pobiera - NIE instaluje ani nie rozpakowuje archiwów\n"
-" -s Bez działania. Wykonuje tylko symulację ustalenia kolejności\n"
-" -y Zakłada odpowiedź \"tak\" na wszystkie pytania, nie pyta\n"
-" -f Próbuje naprawić system, w którym występują niespełnione zależności\n"
-" -m Próbuje działać nawet jeśli nie można znaleźć niektórych archiwów\n"
-" -u Pokazuje też listę aktualizowanych pakietów\n"
-" -b Buduje pakiet po pobraniu archiwum źródłowego\n"
-" -V Pokazuje pełną informację na temat wersji\n"
-" -c=? Czyta wskazany plik konfiguracyjny.\n"
-" -o=? Ustawia dowolną opcję konfiguracji, np. -o dir::cache=/tmp\n"
-"Więcej informacji i opcji można znaleźć na stronach podręcznika\n"
-"apt-get(8), sources.list(5) i apt.conf(5).\n"
-" Ten APT ma moce Super Krowy.\n"
-
-#: cmdline/apt-get.cc:3444
-msgid ""
-"NOTE: This is only a simulation!\n"
-" apt-get needs root privileges for real execution.\n"
-" Keep also in mind that locking is deactivated,\n"
-" so don't depend on the relevance to the real current situation!"
-msgstr ""
-"UWAGA: To jest tylko symulacja!\n"
-" apt-get wymaga do normalnego działania uprawnień administratora.\n"
-" Aktualnie blokowanie jest wyłączone, więc nie należy polegać\n"
-" na związku z rzeczywistą sytuacją!"
-
-# Ujednolicono z aptitude
-#: cmdline/acqprogress.cc:57
-msgid "Hit "
-msgstr "Stary "
-
-#: cmdline/acqprogress.cc:81
-msgid "Get:"
-msgstr "Pobieranie:"
-
-# Wyrównane do Hit i Err.
-#: cmdline/acqprogress.cc:112
-msgid "Ign "
-msgstr "Ign. "
-
-# Wyrównane do Hit i Ign.
-#: cmdline/acqprogress.cc:116
-msgid "Err "
-msgstr "Błąd "
-
-#: cmdline/acqprogress.cc:137
-#, c-format
-msgid "Fetched %sB in %s (%sB/s)\n"
-msgstr "Pobrano %sB w %s (%sB/s)\n"
-
-#: cmdline/acqprogress.cc:227
-#, c-format
-msgid " [Working]"
-msgstr " [Pracuje]"
-
-#: cmdline/acqprogress.cc:283
-#, c-format
-msgid ""
-"Media change: please insert the disc labeled\n"
-" '%s'\n"
-"in the drive '%s' and press enter\n"
-msgstr ""
-"Zmiana nośnika: Proszę włożyć dysk oznaczony\n"
-" \"%s\"\n"
-"do napędu \"%s\" i nacisnąć enter\n"
-
-#: cmdline/apt-mark.cc:46
-#, c-format
-msgid "%s can not be marked as it is not installed.\n"
-msgstr "%s nie może zostać oznaczony, ponieważ nie jest zainstalowany.\n"
-
-#: cmdline/apt-mark.cc:52
-#, c-format
-msgid "%s was already set to manually installed.\n"
-msgstr "%s został już ustawiony jako zainstalowany ręcznie.\n"
-
-#: cmdline/apt-mark.cc:54
-#, c-format
-msgid "%s was already set to automatically installed.\n"
-msgstr "%s został już ustawiony jako zainstalowany automatycznie.\n"
-
-#: cmdline/apt-mark.cc:169
-#, c-format
-msgid "%s was already set on hold.\n"
-msgstr "%s został już zatrzymany.\n"
-
-#: cmdline/apt-mark.cc:171
-#, c-format
-msgid "%s was already not hold.\n"
-msgstr "%s został już odznaczony jako zatrzymany.\n"
-
-#: cmdline/apt-mark.cc:185 cmdline/apt-mark.cc:207
-#, c-format
-msgid "%s set on hold.\n"
-msgstr "%s został zatrzymany.\n"