aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-zip-inst.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-zip-inst.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-zip-inst.fish')
-rw-r--r--share/completions/apt-zip-inst.fish14
1 files changed, 7 insertions, 7 deletions
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")