+#: 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 ""
+"Brug: apt-internal-resolver\n"
+"\n"
+"apt-internal-resolver er en grænseflade, der skal bruge den aktuelle\n"
+"interne som en ekstern problemløser for APT-familien for fejlsøgning\n"
+"eller lignende\n"
+"\n"
+"Tilvalg:\n"
+" -h Denne hjælpetekst.\n"
+" -q Logbare uddata - ingen statusindikator\n"
+" -c=? Læs denne konfigurationsfil\n"
+" -o=? Angiv et arbitrærtkonfigurationstilvalg, f.eks. -o dir::cache=/tmp\n"
+"apt.conf(5)-manualsider for yderligere information og indstillinger.\n"
+" Denne APT har Super Cow Powers.\n"
+
+#: cmdline/apt-mark.cc:49
+#, c-format
+msgid "%s can not be marked as it is not installed.\n"
+msgstr "%s kan ikke markeres, da den ikke er installeret.\n"
+
+#: cmdline/apt-mark.cc:55
+#, c-format
+msgid "%s was already set to manually installed.\n"
+msgstr "%s var allerede sat til manuelt installeret.\n"
+
+#: cmdline/apt-mark.cc:57
+#, c-format
+msgid "%s was already set to automatically installed.\n"
+msgstr "%s var allerede sat til automatisk installeret.\n"
+
+#: cmdline/apt-mark.cc:172
+#, c-format
+msgid "%s was already set on hold.\n"
+msgstr "%s var allerede sat i bero.\n"
+
+#: cmdline/apt-mark.cc:174
+#, c-format
+msgid "%s was already not hold.\n"
+msgstr "%s var allerede ikke i bero.\n"
+
+#: cmdline/apt-mark.cc:188 cmdline/apt-mark.cc:210
+#, c-format
+msgid "%s set on hold.\n"
+msgstr "%s sat i bero.\n"
+
+#: cmdline/apt-mark.cc:190 cmdline/apt-mark.cc:215
+#, c-format
+msgid "Canceled hold on %s.\n"
+msgstr "Afbrød i bero for %s.\n"
+
+#: cmdline/apt-mark.cc:223
+msgid "Executing dpkg failed. Are you root?"
+msgstr "Kørsel af dpkg fejlede. Er du root (administrator)?"
+
+#: 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 ""
+"Brug: apt-mark [tilvalg] {auto|manual} pakke1 [pakke2 ...]\n"
+"\n"
+"apt-mark er en simpel kommandolinjegrænseflade for markering af pakker\n"
+"som manuelt eller automatisk installeret. Programmet kan også vise\n"
+"markeringerne.\n"
+"\n"
+"Kommandoer:\n"
+" auto - Marker de givne pakker som automatisk installeret\n"
+" manual - Marker de givne pakker som manuelt installeret\n"
+"\n"
+"Tilvalg:\n"
+" -h Denne hjælpetekst.\n"
+" -q Logbar uddata - ingen statusindikator\n"
+" -qq Ingen uddata undtagen for fejl\n"
+" -s Ingen handling. Viser kun hvad der ville blive udført.\n"
+" -f læs/skriv auto/manuel markering i den givne fil\n"
+" -c=? Læs denne konfigurationsfil\n"
+" -o=? Angiv en arbitrær konfigurationsindstilling, f.eks. -o dir::cache=/"
+"tmp\n"
+"Se manualsiderne apt-mark(8) og apt.conf(5) for yderligere information."
+
+#: cmdline/apt-sortpkgs.cc:89