-#. 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:2562
-#, c-format
-msgid "Need to get %sB of source archives.\n"
-msgstr "Je potrebné stiahnuť %sB zdrojových archívov.\n"
-
-#: cmdline/apt-get.cc:2568
-#, c-format
-msgid "Fetch source %s\n"
-msgstr "Stiahnuť zdroj %s\n"
-
-#: cmdline/apt-get.cc:2606
-msgid "Failed to fetch some archives."
-msgstr "Zlyhalo stiahnutie niektorých archívov."
-
-#: cmdline/apt-get.cc:2637
-#, c-format
-msgid "Skipping unpack of already unpacked source in %s\n"
-msgstr "Preskakuje sa rozbalenie už rozbaleného zdroja v %s\n"
-
-#: cmdline/apt-get.cc:2649
-#, c-format
-msgid "Unpack command '%s' failed.\n"
-msgstr "Príkaz na rozbalenie „%s“ zlyhal.\n"
-
-#: cmdline/apt-get.cc:2650
-#, c-format
-msgid "Check if the 'dpkg-dev' package is installed.\n"
-msgstr "Skontrolujte, či je nainštalovaný balík „dpkg-dev“.\n"
-
-#: cmdline/apt-get.cc:2672
-#, c-format
-msgid "Build command '%s' failed.\n"
-msgstr "Príkaz na zostavenie „%s“ zlyhal.\n"
-
-#: cmdline/apt-get.cc:2692
-msgid "Child process failed"
-msgstr "Proces potomka zlyhal"
-
-#: cmdline/apt-get.cc:2711
-msgid "Must specify at least one package to check builddeps for"
-msgstr ""
-"Musíte zadať aspoň jeden balík, pre ktorý sa budú overovať závislosti na "
-"zostavenie"
-
-#: cmdline/apt-get.cc:2736
-#, c-format
-msgid ""
-"No architecture information available for %s. See apt.conf(5) APT::"
-"Architectures for setup"
-msgstr ""
-"Informácie o architektúre nie sú dostupné pre %s. Informácie o nastavení "
-"nájdete v apt.conf(5) APT::Architectures"
-
-#: cmdline/apt-get.cc:2753
-#, c-format
-msgid "Unable to get build-dependency information for %s"
-msgstr "Nedajú sa získať závislosti na zostavenie %s"
-
-#: cmdline/apt-get.cc:2773
-#, c-format
-msgid "%s has no build depends.\n"
-msgstr "%s nemá žiadne závislosti na zostavenie.\n"
-
-#: cmdline/apt-get.cc:2903
-#, c-format
-msgid ""
-"%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
-"packages"
-msgstr ""
-"%s závislosť pre %s nemožno splniť, pretože %s nie je povolené na balíkoch "
-"„%s“"
-
-#: cmdline/apt-get.cc:2924
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because the package %s cannot be "
-"found"
-msgstr "%s závislosť pre %s nemožno splniť, pretože sa nedá nájsť balík %s"
-
-#: cmdline/apt-get.cc:2947
-#, c-format
-msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
-msgstr ""
-"Zlyhalo splnenie %s závislosti pre %s: Inštalovaný balík %s je príliš nový"
-
-#: cmdline/apt-get.cc:2986
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because candidate version of "
-"package %s can't satisfy version requirements"
-msgstr ""
-"%s závislosť pre %s nemožno splniť, pretože kandidátska verzia balíka %s, "
-"nedokáže splniť požiadavky na verziu"
-
-#: cmdline/apt-get.cc:2992
-#, c-format
-msgid ""
-"%s dependency for %s cannot be satisfied because package %s has no candidate "
-"version"
-msgstr ""
-"%s závislosť pre %s nemožno splniť, pretože balík %s nemá kandidátsku verziu"
-
-#: cmdline/apt-get.cc:3015
-#, c-format
-msgid "Failed to satisfy %s dependency for %s: %s"
-msgstr "Zlyhalo splnenie %s závislosti pre %s: %s"
-
-#: cmdline/apt-get.cc:3031
-#, c-format
-msgid "Build-dependencies for %s could not be satisfied."
-msgstr "Závislosti na zostavenie %s nemožno splniť."
-
-#: cmdline/apt-get.cc:3036
-msgid "Failed to process build dependencies"
-msgstr "Spracovanie závislostí na zostavenie zlyhalo"
-
-#: cmdline/apt-get.cc:3129 cmdline/apt-get.cc:3141
-#, c-format
-msgid "Changelog for %s (%s)"
-msgstr "Záznam zmien %s (%s)"
-
-#: cmdline/apt-get.cc:3260
-msgid "Supported modules:"
-msgstr "Podporované moduly:"
-
-#: cmdline/apt-get.cc:3301
-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 ""
-"Použitie: apt-get [voľby] príkaz\n"
-" apt-get [voľby] install|remove balík1 [balík2 ...]\n"
-" apt-get [voľby] source balík1 [balík2 ...]\n"
-"\n"
-"apt-get je jednoduché rozhranie na príkazovom riadku na sťahovanie\n"
-"a inštaláciu balíkov. Najpoužívanejšími príkazmi sú update a install.\n"
-"\n"
-"Príkazy:\n"
-" update - Získa nové zoznamy balíkov\n"
-" upgrade - Vykoná aktualizáciu\n"
-" install - Nainštaluje nové balíky (balík je libc6, nie libc6."
-"deb)\n"
-" remove - Odstráni balíky\n"
-" autoremove - Automaticky odstráni všetky nepoužité balíky\n"
-" purge - Odstráni a balíky a ich konfiguračné súbory\n"
-" source - Stiahne zdrojové archívy\n"
-" build-dep - Nastaví závislosti kompilácie pre zdrojové balíky\n"
-" dist-upgrade - Aktualizácia distribúcie, pozri apt-get(8)\n"
-" dselect-upgrade - Riadi sa podľa výberu v dselect\n"
-" clean - Zmaže stiahnuté archívy\n"
-" autoclean - Zmaže staré stiahnuté archívy\n"
-" check - Overí, či neexistujú poškodené závislosti\n"
-" markauto - Označí zadané balíky ako automaticky nainštalované\n"
-" unmarkauto - Označí zadané balíky ako manuálne nainštalované\n"
-"\n"
-"Voľby:\n"
-" -h Tento pomocník\n"
-" -q Nezobrazí indikátor priebehu - pre záznam\n"
-" -qq Zobrazí iba chyby\n"
-" -d Iba stiahne - neinštaluje ani nerozbaľuje archívy\n"
-" -s Žiadna akcia. Iba simuluje postupnosť pripravených akcií\n"
-" -y Na všetky otázky odpovedá Áno\n"
-" -f Pokúsi sa opraviť systém s poškodenými závislosťami\n"
-" -m Skúsi pokračovať, aj keď sa nepodarí nájsť archívy\n"
-" -u Zobrazí tiež zoznam aktualizovaných balíkov\n"
-" -b Po stiahnutí zdrojového balíka ho aj skompiluje\n"
-" -V Zobrazí čísla verzií\n"
-" -c=? Načíta tento konfiguračný súbor\n"
-" -o=? Nastaví ľubovoľnú voľbu, napr. -o dir::cache=/tmp\n"
-"Viac volieb nájdete v manuálových stránkach apt-get(8), sources.list(5)\n"
-"a apt.conf(5).\n"
-" Tento APT má schopnosti posvätnej kravy.\n"
-
-#: cmdline/apt-get.cc:3466
-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 ""
-"POZN.: Toto je iba simulácia!\n"
-" apt-get potrebuje na skutočné spustenie práva používateľa root.\n"
-" Tiež pamätajte, že zamykanie je deaktivované, takže\n"
-" sa nespoliehajte na to že to bude platiť v reálnej situácii!"
-
-#: cmdline/acqprogress.cc:59
-msgid "Hit "
-msgstr "Už existuje "
-
-#: cmdline/acqprogress.cc:83
-msgid "Get:"
-msgstr "Získava sa:"
-
-#: cmdline/acqprogress.cc:114
-msgid "Ign "
-msgstr "Ign "
-
-#: cmdline/acqprogress.cc:118
-msgid "Err "
-msgstr "Chyba "
-
-#: cmdline/acqprogress.cc:139
-#, c-format
-msgid "Fetched %sB in %s (%sB/s)\n"
-msgstr "%sB sa stiahlo za %s (%sB/s)\n"
-
-#: cmdline/acqprogress.cc:229
-#, c-format
-msgid " [Working]"
-msgstr " [Prebieha spracovanie]"
-
-#: cmdline/acqprogress.cc:285
-#, c-format
-msgid ""
-"Media change: please insert the disc labeled\n"
-" '%s'\n"
-"in the drive '%s' and press enter\n"
-msgstr ""
-"Výmena nosiča: Vložte disk s názvom\n"
-" „%s“\n"
-"do mechaniky „%s“ a stlačte Enter\n"
-
-#: cmdline/apt-internal-solver.cc:36
-msgid ""
-"Usage: apt-internal-resolver\n"
-"\n"
-"apt-internal-resolver is an interface to use the current internal\n"
-"like an external resolver for the APT family for debugging or alike\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -q Loggable output - no progress indicator\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-"apt.conf(5) manual pages for more information and options.\n"
-" This APT has Super Cow Powers.\n"
-msgstr ""
-
-#: cmdline/apt-mark.cc:49
-#, c-format
-msgid "%s can not be marked as it is not installed.\n"
-msgstr "%s nemožno označiť, pretože nie je nainštalovaný.\n"
-
-#: cmdline/apt-mark.cc:55
-#, c-format
-msgid "%s was already set to manually installed.\n"
-msgstr "%s už bol označený ako manuálne nainštalovaný.\n"
-
-#: cmdline/apt-mark.cc:57
-#, c-format
-msgid "%s was already set to automatically installed.\n"
-msgstr "%s už bol označený ako automaticky nainštalovaný.\n"
-
-#: cmdline/apt-mark.cc:172
-#, c-format
-msgid "%s was already set on hold.\n"
-msgstr "%s bol už nastavený na podržanie.\n"
-
-#: cmdline/apt-mark.cc:174
-#, c-format
-msgid "%s was already not hold.\n"
-msgstr "%s bol už nastavený na nepodržanie.\n"
-
-#: cmdline/apt-mark.cc:188 cmdline/apt-mark.cc:210
-#, c-format
-msgid "%s set on hold.\n"
-msgstr "%s je označený na podržanie.\n"