aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-cache.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
commitc2f6c6c1d2be2c67d55855cd2151c1f82382c172 (patch)
tree36d3a284c8a6d63cca5e10f8e931a7a829bbfdda /share/completions/apt-cache.fish
parent7726cffdabead968f0b9e1394333851f760671b1 (diff)
Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
Diffstat (limited to 'share/completions/apt-cache.fish')
-rw-r--r--share/completions/apt-cache.fish58
1 files changed, 29 insertions, 29 deletions
diff --git a/share/completions/apt-cache.fish b/share/completions/apt-cache.fish
index ea8c90fe..66011d67 100644
--- a/share/completions/apt-cache.fish
+++ b/share/completions/apt-cache.fish
@@ -1,31 +1,31 @@
#apt-cache
-complete -c apt-cache -s h -l help -d (_ "Display help and exit")
-complete -f -c apt-cache -a gencaches -d (_ "Build apt cache")
-complete -x -c apt-cache -a showpkg -d (_ "Show package info")
-complete -f -c apt-cache -a stats -d (_ "Show cache statistics")
-complete -x -c apt-cache -a showsrc -d (_ "Show source package")
-complete -f -c apt-cache -a dump -d (_ "Show packages in cache")
-complete -f -c apt-cache -a dumpavail -d (_ "Print available list")
-complete -f -c apt-cache -a unmet -d (_ "List unmet dependencies in cache")
-complete -x -c apt-cache -a show -d (_ "Display package record")
-complete -x -c apt-cache -a search -d (_ "Search packagename by REGEX")
-complete -c apt-cache -l full -a search -d (_ "Search full package name")
-complete -x -c apt-cache -l names-only -a search -d (_ "Search packagename only")
-complete -x -c apt-cache -a depends -d (_ "List dependencies for the package")
-complete -x -c apt-cache -a rdepends -d (_ "List reverse dependencies for the package")
-complete -x -c apt-cache -a pkgnames -d (_ "Print package name by prefix")
-complete -x -c apt-cache -a dotty -d (_ "Generate dotty output for packages")
-complete -x -c apt-cache -a policy -d (_ "Debug preferences file")
-complete -r -c apt-cache -s p -l pkg-cache -d (_ "Select file to store package cache")
-complete -r -c apt-cache -s s -l src-cache -d (_ "Select file to store source cache")
-complete -f -c apt-cache -s q -l quiet -d (_ "Quiet mode")
-complete -f -c apt-cache -s i -l important -d (_ "Print important dependencies")
-complete -f -c apt-cache -s a -l all-versions -d (_ "Print full records")
-complete -f -c apt-cache -s g -l generate -d (_ "Auto-gen package cache")
-complete -f -c apt-cache -l all-names -d (_ "Print all names")
-complete -f -c apt-cache -l recurse -d (_ "Dep and rdep recursive")
-complete -f -c apt-cache -l installed -d (_ "Limit to installed")
-complete -f -c apt-cache -s v -l version -d (_ "Display version and exit")
-complete -r -c apt-cache -s c -l config-file -d (_ "Specify config file")
-complete -x -c apt-cache -s o -l option -d (_ "Specify options")
+complete -c apt-cache -s h -l help -d (N_ "Display help and exit")
+complete -f -c apt-cache -a gencaches -d (N_ "Build apt cache")
+complete -x -c apt-cache -a showpkg -d (N_ "Show package info")
+complete -f -c apt-cache -a stats -d (N_ "Show cache statistics")
+complete -x -c apt-cache -a showsrc -d (N_ "Show source package")
+complete -f -c apt-cache -a dump -d (N_ "Show packages in cache")
+complete -f -c apt-cache -a dumpavail -d (N_ "Print available list")
+complete -f -c apt-cache -a unmet -d (N_ "List unmet dependencies in cache")
+complete -x -c apt-cache -a show -d (N_ "Display package record")
+complete -x -c apt-cache -a search -d (N_ "Search packagename by REGEX")
+complete -c apt-cache -l full -a search -d (N_ "Search full package name")
+complete -x -c apt-cache -l names-only -a search -d (N_ "Search packagename only")
+complete -x -c apt-cache -a depends -d (N_ "List dependencies for the package")
+complete -x -c apt-cache -a rdepends -d (N_ "List reverse dependencies for the package")
+complete -x -c apt-cache -a pkgnames -d (N_ "Print package name by prefix")
+complete -x -c apt-cache -a dotty -d (N_ "Generate dotty output for packages")
+complete -x -c apt-cache -a policy -d (N_ "Debug preferences file")
+complete -r -c apt-cache -s p -l pkg-cache -d (N_ "Select file to store package cache")
+complete -r -c apt-cache -s s -l src-cache -d (N_ "Select file to store source cache")
+complete -f -c apt-cache -s q -l quiet -d (N_ "Quiet mode")
+complete -f -c apt-cache -s i -l important -d (N_ "Print important dependencies")
+complete -f -c apt-cache -s a -l all-versions -d (N_ "Print full records")
+complete -f -c apt-cache -s g -l generate -d (N_ "Auto-gen package cache")
+complete -f -c apt-cache -l all-names -d (N_ "Print all names")
+complete -f -c apt-cache -l recurse -d (N_ "Dep and rdep recursive")
+complete -f -c apt-cache -l installed -d (N_ "Limit to installed")
+complete -f -c apt-cache -s v -l version -d (N_ "Display version and exit")
+complete -r -c apt-cache -s c -l config-file -d (N_ "Specify config file")
+complete -x -c apt-cache -s o -l option -d (N_ "Specify options")