+msgid "Unable to locate package %s"
+msgstr "प्याकेज %s तोक्न असक्षम भयो"
+
+#: cmdline/apt-cache.cc:1630
+msgid "Package files:"
+msgstr "प्याकेज फाइलहरू:"
+
+#: cmdline/apt-cache.cc:1637 cmdline/apt-cache.cc:1728
+msgid "Cache is out of sync, can't x-ref a package file"
+msgstr "क्यास sync भन्दा बाहिर छ, प्याकेज फाइल x-ref गर्न सक्दैन"
+
+#. Show any packages have explicit pins
+#: cmdline/apt-cache.cc:1651
+msgid "Pinned packages:"
+msgstr "पिन गरिएका प्याकेजहरू:"
+
+#: cmdline/apt-cache.cc:1663 cmdline/apt-cache.cc:1708
+msgid "(not found)"
+msgstr "(फेला परेन)"
+
+#: cmdline/apt-cache.cc:1671
+msgid " Installed: "
+msgstr " स्थापना भयो:"
+
+#: cmdline/apt-cache.cc:1672
+msgid " Candidate: "
+msgstr " उमेद्वार:"
+
+#: cmdline/apt-cache.cc:1690 cmdline/apt-cache.cc:1698
+msgid "(none)"
+msgstr "(कुनै पनि होइन)"
+
+#: cmdline/apt-cache.cc:1705
+msgid " Package pin: "
+msgstr "प्याकेज पिन:"
+
+#. Show the priority tables
+#: cmdline/apt-cache.cc:1714
+msgid " Version table:"
+msgstr " संस्करण तालिका:"
+
+#: cmdline/apt-cache.cc:1827 cmdline/apt-cdrom.cc:208 cmdline/apt-config.cc:83
+#: cmdline/apt-get.cc:1610 cmdline/apt-helper.cc:86 cmdline/apt-mark.cc:446
+#: cmdline/apt.cc:42 cmdline/apt-extracttemplates.cc:222
+#: ftparchive/apt-ftparchive.cc:619 cmdline/apt-internal-solver.cc:47
+#: cmdline/apt-sortpkgs.cc:149
+#, fuzzy, c-format
+msgid "%s %s for %s compiled on %s %s\n"
+msgstr "%s %s को लागि %s %s, %s %s मा कम्पाएल गरिएको छ\n"
+
+#: cmdline/apt-cache.cc:1834
+#, fuzzy
+msgid ""
+"Usage: apt-cache [options] command\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 query information\n"
+"from APT's binary cache files\n"
+"\n"
+"Commands:\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"
+" 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"