aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/complete.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/complete.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/complete.fish')
-rw-r--r--share/completions/complete.fish28
1 files changed, 14 insertions, 14 deletions
diff --git a/share/completions/complete.fish b/share/completions/complete.fish
index 2dcc8200..95ba6aa6 100644
--- a/share/completions/complete.fish
+++ b/share/completions/complete.fish
@@ -1,14 +1,14 @@
-complete -c complete -s c -l command -d (_ "Command to add completion to") -r
-complete -c complete -s p -l path -d (_ "Path to add completion to")
-complete -c complete -s s -l short-option -d (_ "Posix-style option to complete")
-complete -c complete -s l -l long-option -d (_ "GNU-style option to complete")
-complete -c complete -s o -l old-option -d (_ "Old style long option to complete")
-complete -c complete -s f -l no-files -d (_ "Do not use file completion")
-complete -c complete -s r -l require-parameter -d (_ "Require parameter")
-complete -c complete -s x -l exclusive -d (_ "Require parameter and do not use file completion")
-complete -c complete -s a -l arguments -d (_ "A list of possible arguments")
-complete -c complete -s d -l description -d (_ "Description of this completions")
-complete -c complete -s u -l unauthorative -d (_ "Option list is not complete")
-complete -c complete -s e -l erase -d (_ "Remove completion")
-complete -c complete -s h -l help -d (_ "Display help and exit")
-complete -c complete -s C -l do-complete -d (_ "Print all completions for the specified commandline")
+complete -c complete -s c -l command -d (N_ "Command to add completion to") -r
+complete -c complete -s p -l path -d (N_ "Path to add completion to")
+complete -c complete -s s -l short-option -d (N_ "Posix-style option to complete")
+complete -c complete -s l -l long-option -d (N_ "GNU-style option to complete")
+complete -c complete -s o -l old-option -d (N_ "Old style long option to complete")
+complete -c complete -s f -l no-files -d (N_ "Do not use file completion")
+complete -c complete -s r -l require-parameter -d (N_ "Require parameter")
+complete -c complete -s x -l exclusive -d (N_ "Require parameter and do not use file completion")
+complete -c complete -s a -l arguments -d (N_ "A list of possible arguments")
+complete -c complete -s d -l description -d (N_ "Description of this completions")
+complete -c complete -s u -l unauthorative -d (N_ "Option list is not complete")
+complete -c complete -s e -l erase -d (N_ "Remove completion")
+complete -c complete -s h -l help -d (N_ "Display help and exit")
+complete -c complete -s C -l do-complete -d (N_ "Print all completions for the specified commandline")