+#: 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"
+
+#: cmdline/apt-mark.cc:190 cmdline/apt-mark.cc:215
+#, c-format
+msgid "Canceled hold on %s.\n"
+msgstr "Zrušené podržanie %s.\n"
+
+#: cmdline/apt-mark.cc:223
+msgid "Executing dpkg failed. Are you root?"
+msgstr "Vykonanie dpkg zlyhalo. Ste root?"
+
+#: cmdline/apt-mark.cc:271
+msgid ""
+"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
+"\n"
+"apt-mark is a simple command line interface for marking packages\n"
+"as manual or automatical installed. It can also list marks.\n"
+"\n"
+"Commands:\n"
+" auto - Mark the given packages as automatically installed\n"
+" manual - Mark the given packages as manually installed\n"
+"\n"
+"Options:\n"
+" -h This help text.\n"
+" -q Loggable output - no progress indicator\n"
+" -qq No output except for errors\n"
+" -s No-act. Just prints what would be done.\n"
+" -f read/write auto/manual marking in the given file\n"
+" -c=? Read this configuration file\n"
+" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+"See the apt-mark(8) and apt.conf(5) manual pages for more information."
+msgstr ""
+"Použitie: apt-mark [voľby] {auto|manual} balík1 [balík2 ...]\n"
+"\n"
+"apt-mark je jednoduché rozhranie príkazového riadka na označovanie\n"
+"balíkov ako manuálne alebo automaticky nainštalované.\n"
+"Tiež dokáže označenia vypisovať.\n"
+"\n"
+"Príkazy:\n"
+" auto - Označí uvedené balíky ako automaticky nainštalované\n"
+" manual - Označí uvedené balíky ako manuálne nainštalované\n"
+"\n"
+"Voľby:\n"
+" -h Tento text pomocníka.\n"
+" -q Výstup vhodný do záznamu - bez indikátora priebehu\n"
+" -qq Nevypisovať nič, len chyby\n"
+" -s Nevykonávať zmeny. Iba vypísať, čo by sa urobilo.\n"
+" -f čítanie/zápis označenia auto/manálne v uvedenom súbore\n"
+" -c=? Načítať tento konfiguračný súbor\n"
+" -o=? Nastaviť ľubovoľný konfiguračnú voľbu, napr. -o dir::cache=/tmp\n"
+"Ďalšie informácie nájdete na manuálových stránkach apt-mark(8) a apt.conf(5)."
+
+#: cmdline/apt-sortpkgs.cc:89