aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-ftparchive.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-ftparchive.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-ftparchive.fish')
-rw-r--r--share/completions/apt-ftparchive.fish32
1 files changed, 16 insertions, 16 deletions
diff --git a/share/completions/apt-ftparchive.fish b/share/completions/apt-ftparchive.fish
index 556cd877..e741b96c 100644
--- a/share/completions/apt-ftparchive.fish
+++ b/share/completions/apt-ftparchive.fish
@@ -1,17 +1,17 @@
#apt-ftparchive
-complete -c apt-ftparchive -s h -l help -d (_ "Display help and exit")
-complete -f -c apt-ftparchive -a packages -d (_ "Generate package from source")
-complete -f -c apt-ftparchive -a sources -d (_ "Generate source index file")
-complete -f -c apt-ftparchive -a contents -d (_ "Generate contents file")
-complete -f -c apt-ftparchive -a release -d (_ "Generate release file")
-complete -f -c apt-ftparchive -a clean -d (_ "Remove records")
-complete -f -c apt-ftparchive -l md5 -d (_ "Generate MD5 sums")
-complete -f -c apt-ftparchive -s d -l db -d (_ "Use a binary db")
-complete -f -c apt-ftparchive -s q -l quiet -d (_ "Quiet mode")
-complete -f -c apt-ftparchive -l delink -d (_ "Perform delinking")
-complete -f -c apt-ftparchive -l contents -d (_ "Perform contents generation")
-complete -c apt-ftparchive -s s -l source-override -d (_ "Use source override")
-complete -f -c apt-ftparchive -l readonly -d (_ "Make caching db readonly")
-complete -f -c apt-ftparchive -s v -l version -d (_ "Display version and exit")
-complete -r -c apt-ftparchive -s c -l config-file -d (_ "Use config file")
-complete -r -c apt-ftparchive -s o -l option -d (_ "Set config options")
+complete -c apt-ftparchive -s h -l help -d (N_ "Display help and exit")
+complete -f -c apt-ftparchive -a packages -d (N_ "Generate package from source")
+complete -f -c apt-ftparchive -a sources -d (N_ "Generate source index file")
+complete -f -c apt-ftparchive -a contents -d (N_ "Generate contents file")
+complete -f -c apt-ftparchive -a release -d (N_ "Generate release file")
+complete -f -c apt-ftparchive -a clean -d (N_ "Remove records")
+complete -f -c apt-ftparchive -l md5 -d (N_ "Generate MD5 sums")
+complete -f -c apt-ftparchive -s d -l db -d (N_ "Use a binary db")
+complete -f -c apt-ftparchive -s q -l quiet -d (N_ "Quiet mode")
+complete -f -c apt-ftparchive -l delink -d (N_ "Perform delinking")
+complete -f -c apt-ftparchive -l contents -d (N_ "Perform contents generation")
+complete -c apt-ftparchive -s s -l source-override -d (N_ "Use source override")
+complete -f -c apt-ftparchive -l readonly -d (N_ "Make caching db readonly")
+complete -f -c apt-ftparchive -s v -l version -d (N_ "Display version and exit")
+complete -r -c apt-ftparchive -s c -l config-file -d (N_ "Use config file")
+complete -r -c apt-ftparchive -s o -l option -d (N_ "Set config options")