From c2f6c6c1d2be2c67d55855cd2151c1f82382c172 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 2 Mar 2006 02:53:47 +1000 Subject: Do gettext translation of descriptions just-in-time internally in fish darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz --- share/completions/apt-zip-inst.fish | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'share/completions/apt-zip-inst.fish') diff --git a/share/completions/apt-zip-inst.fish b/share/completions/apt-zip-inst.fish index 34a302ef..d19ab31f 100644 --- a/share/completions/apt-zip-inst.fish +++ b/share/completions/apt-zip-inst.fish @@ -1,10 +1,10 @@ #apt-zip-inst -complete -c apt-zip-inst -s h -l help -d (_ "Display help and exit") -complete -f -c apt-zip-inst -s V -l version -d (_ "Display version and exit") -complete -c apt-zip-inst -s m -l medium -d (_ "Removable medium") -complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d (_ "Select an action") -complete -c apt-zip-inst -s p -l packages -d (_ "List of packages to install") -complete -f -c apt-zip-inst -s f -l fix-broken -d (_ "Fix broken option") -complete -c apt-zip-inst -l skip-mount -d (_ "Specify a non-mountpoint dir") +complete -c apt-zip-inst -s h -l help -d (N_ "Display help and exit") +complete -f -c apt-zip-inst -s V -l version -d (N_ "Display version and exit") +complete -c apt-zip-inst -s m -l medium -d (N_ "Removable medium") +complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dist-upgrade" -d (N_ "Select an action") +complete -c apt-zip-inst -s p -l packages -d (N_ "List of packages to install") +complete -f -c apt-zip-inst -s f -l fix-broken -d (N_ "Fix broken option") +complete -c apt-zip-inst -l skip-mount -d (N_ "Specify a non-mountpoint dir") -- cgit v1.2.3