-#: cmdline/apt-cache.cc:156
-#, c-format
-msgid "Package %s version %s has an unmet dep:\n"
-msgstr "Paket %s različica %s ima nereąene odvisnosti:\n"
-
-#: cmdline/apt-cache.cc:284
-msgid "Total package names: "
-msgstr "Vseh imen paketov: "
-
-#: cmdline/apt-cache.cc:286
-msgid "Total package structures: "
-msgstr "Skupno struktur paketov"
-
-#: cmdline/apt-cache.cc:326
-msgid " Normal packages: "
-msgstr " Običajni paketi: "
-
-#: cmdline/apt-cache.cc:327
-msgid " Pure virtual packages: "
-msgstr " Čisti navidezni paketi: "
-
-#: cmdline/apt-cache.cc:328
-msgid " Single virtual packages: "
-msgstr " Posamezni navidezni paketi: "
-
-#: cmdline/apt-cache.cc:329
-msgid " Mixed virtual packages: "
-msgstr " Meąani navidezni paketi: "
-
-#: cmdline/apt-cache.cc:330
-msgid " Missing: "
-msgstr " Manjka: "
-
-#: cmdline/apt-cache.cc:332
-msgid "Total distinct versions: "
-msgstr "Vseh različic: "
-
-#: cmdline/apt-cache.cc:334
-msgid "Total distinct descriptions: "
-msgstr "Skupno različnih opisov:"
-
-#: cmdline/apt-cache.cc:336
-msgid "Total dependencies: "
-msgstr "Vseh odvisnosti: "
-
-#: cmdline/apt-cache.cc:339
-msgid "Total ver/file relations: "
-msgstr "Vseh povezav Raz/Dat: "
-
-#: cmdline/apt-cache.cc:341
-msgid "Total Desc/File relations: "
-msgstr "Skupno razmerij opisov/datotek:"
-
-#: cmdline/apt-cache.cc:343
-msgid "Total Provides mappings: "
-msgstr "Vseh dobljenih preslikav: "
-
-#: cmdline/apt-cache.cc:355
-msgid "Total globbed strings: "
-msgstr "Vseh raząirjenih nizov: "
-
-#: cmdline/apt-cache.cc:369
-msgid "Total dependency version space: "
-msgstr "Celotna velikost z odvisnostmi različice: "
-
-#: cmdline/apt-cache.cc:374
-msgid "Total slack space: "
-msgstr "Celotna ohlapna velikost: "
-
-#: cmdline/apt-cache.cc:382
-msgid "Total space accounted for: "
-msgstr "Celotna velikost, izračunana za: "
-
-#: cmdline/apt-cache.cc:513 cmdline/apt-cache.cc:1194
-#, c-format
-msgid "Package file %s is out of sync."
-msgstr "Datoteka paketa %s ni usklajena."
-
-#: cmdline/apt-cache.cc:1273
-msgid "You must give at least one search pattern"
-msgstr "Podati morate vsaj en iskalni vzorec"
-
-#: cmdline/apt-cache.cc:1429 cmdline/apt-cache.cc:1431
-#: cmdline/apt-cache.cc:1508
-msgid "No packages found"
-msgstr "Nobena paket ni bil najden"
-
-#: cmdline/apt-cache.cc:1503 apt-pkg/cacheset.cc:440
-#, c-format
-msgid "Unable to locate package %s"
-msgstr "Ni mogoče najti paketa %s"
-
-#: cmdline/apt-cache.cc:1533
-msgid "Package files:"
-msgstr "Datoteke paketa:"
-
-#: cmdline/apt-cache.cc:1540 cmdline/apt-cache.cc:1638
-msgid "Cache is out of sync, can't x-ref a package file"
-msgstr "Predpomnilnik ni usklajen, x-ref datoteke paketa ni mogoč"
-
-#. Show any packages have explicit pins
-#: cmdline/apt-cache.cc:1554
-msgid "Pinned packages:"
-msgstr "Pripeti paketi:"
-
-#: cmdline/apt-cache.cc:1566 cmdline/apt-cache.cc:1618
-msgid "(not found)"
-msgstr "(ni najdeno)"
-
-#: cmdline/apt-cache.cc:1575
-msgid " Installed: "
-msgstr " Nameąčen: "
-
-#: cmdline/apt-cache.cc:1576
-msgid " Candidate: "
-msgstr " Kandidat: "
-
-#: cmdline/apt-cache.cc:1600 cmdline/apt-cache.cc:1608
-msgid "(none)"
-msgstr "(brez)"
-
-#: cmdline/apt-cache.cc:1615
-msgid " Package pin: "
-msgstr " Bucika paketa:"
-
-#. Show the priority tables
-#: cmdline/apt-cache.cc:1624
-msgid " Version table:"
-msgstr " Preglednica različic:"
-
-#: cmdline/apt-cache.cc:1738 cmdline/apt-cdrom.cc:197 cmdline/apt-config.cc:70
-#: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:589
-#: cmdline/apt-get.cc:2758 cmdline/apt-sortpkgs.cc:144
-#, c-format
-msgid "%s %s for %s compiled on %s %s\n"
-msgstr "%s %s za %s preveden na %s %s\n"
-
-#: cmdline/apt-cache.cc:1745
-msgid ""
-"Usage: apt-cache [options] command\n"
-" apt-cache [options] add file1 [file2 ...]\n"
-" apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
-" apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
-"\n"
-"apt-cache is a low-level tool used to manipulate APT's binary\n"
-"cache files, and query information from them\n"
-"\n"
-"Commands:\n"
-" add - Add a package file to the source cache\n"
-" gencaches - Build both the package and source cache\n"
-" showpkg - Show some general information for a single package\n"
-" showsrc - Show source records\n"
-" stats - Show some basic statistics\n"
-" dump - Show the entire file in a terse form\n"
-" dumpavail - Print an available file to stdout\n"
-" unmet - Show unmet dependencies\n"
-" search - Search the package list for a regex pattern\n"
-" show - Show a readable record for the package\n"
-" showauto - Display a list of automatically installed packages\n"
-" depends - Show raw dependency information for a package\n"
-" rdepends - Show reverse dependency information for a package\n"
-" pkgnames - List the names of all packages in the system\n"
-" dotty - Generate package graphs for GraphViz\n"
-" xvcg - Generate package graphs for xvcg\n"
-" policy - Show policy settings\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -p=? The package cache.\n"
-" -s=? The source cache.\n"
-" -q Disable progress indicator.\n"
-" -i Show only important deps for the unmet command.\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
-msgstr ""
-"Uporaba: apt-cache [moľnosti] ukaz\n"
-" apt-cache [moľnosti] add datoteka1 [datoteka2 ...]\n"
-" apt-cache [moľnosti] showpkg paket1 [paket2 ...]\n"
-" apt-cache [moľnosti] showsrc paket 1 [paket2 ...]\n"
-"\n"
-"apt-cache je orodje nizke ravni, ki se uporablja za upravljanje APT-ovih\n"
-"binarnih datotek predpomnilnika in za poizvedbo podatkov iz njih\n"
-"\n"
-"Ukazi: add - dodat datoteko paketa v predpomnilnik vira\n"
-" gencaches - izgradi tako paket kot izvorni predpomnilnik\n"
-" showpkg - pokaľe nekaj sploąnih podatkov za posamezen paket\n"
-" showsrc - pokaľe zapise vira\n"
-" stats - pokaľe nekaj osnovne statistike\n"
-" dump - pokaľe celotno datoteko v obliki terse\n"
-" dumpavail - izpiąe razpoloľljivo datoteko na standardni izhod\n"
-" unmet - pokaľe nerazreąene odvisnosti\n"
-" search - iąče seznam paketov za vzorec logičnega izraza\n"
-" show - iąče berljiv zapis paketa\n"
-" showauto - pokaľe seznam samodejno nameąčenih paketov\n"
-" depends - pokaľe surove podatke odvisnosti za paket\n"
-" rdepends - pokaľe obratne podatke odvisnosti za paket\n"
-" pkgnames - naąteje imena vseh paketov na sistemu\n"
-" dotty - ustvari grafe paketov za GraphViz\n"
-" xvcg - ustvari grafe paketov za xvcg\n"
-" policy - pokaľe nastavitve pravil\n"
-"\n"
-"Moľnosti:\n"
-" -h to besedilo pomoči\n"
-" -p=? predpomnilnik paketa\n"
-" -s=? predpomnilnik vira\n"
-" -q onemogoči pokazatelj napredka\n"
-" -i pokaľe le pomembne odvisnosti za ukaz unmet.\n"
-" -c=? prebere podano datoteko nastavitev\n"
-" -o=? nastavi poljubno moľnost nastavitev, na primer -o dir::cache=/tmp\n"
-"Za več podrobnosti si oglejte strani priročnikov apt-cache(8) in apt-conf"
-"(5).\n"
-
-#: cmdline/apt-cdrom.cc:77
-msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
-msgstr "Navedite ime tega diska, kot je naprimer 'Debian 5.0.3 disk 1'"
-
-#: cmdline/apt-cdrom.cc:92
-msgid "Please insert a Disc in the drive and press enter"
-msgstr "Vstavite disk v pogon in pritisnite vnosno tipko"
-
-#: cmdline/apt-cdrom.cc:127
-#, c-format
-msgid "Failed to mount '%s' to '%s'"
-msgstr "Priklapljanje '%s' na '%s' je spodletelo"
-
-#: cmdline/apt-cdrom.cc:162
-msgid "Repeat this process for the rest of the CDs in your set."
-msgstr "Ponovi to opravilo za preostanek CD-jev v vaąi zbirki."
-
-#: cmdline/apt-config.cc:41
-msgid "Arguments not in pairs"
-msgstr "Argumenti niso v parih"
-
-#: cmdline/apt-config.cc:76
-msgid ""
-"Usage: apt-config [options] command\n"
-"\n"
-"apt-config is a simple tool to read the APT config file\n"
-"\n"
-"Commands:\n"
-" shell - Shell mode\n"
-" dump - Show the configuration\n"
-"\n"
-"Options:\n"
-" -h This help text.\n"
-" -c=? Read this configuration file\n"
-" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-msgstr ""
-"Uporaba: apt-config [moľnosti] ukaz\n"
-"\n"
-"apt-config je preprosto orodje za branje nastavitvene datoteke APT\n"
-"\n"
-"Ukazi:\n"
-" shell - Lupinski način\n"
-" dump - Prikaľe nastavitve\n"
-"\n"
-"Moľnosti:\n"
-" -h To besedilo pomoči.\n"
-" -c=? Prebere podano datoteko z nastavitvami\n"
-" -o=? Nastavi poljubno nastavitveno moľnost, na primer. -o dir::cache=/tmp\n"
-
-#: cmdline/apt-extracttemplates.cc:98