aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/sshfs.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/sshfs.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/sshfs.fish')
-rw-r--r--share/completions/sshfs.fish20
1 files changed, 10 insertions, 10 deletions
diff --git a/share/completions/sshfs.fish b/share/completions/sshfs.fish
index 76a31493..c9785bde 100644
--- a/share/completions/sshfs.fish
+++ b/share/completions/sshfs.fish
@@ -17,17 +17,17 @@ complete -x -c sshfs -d Hostname -a "
#
# Mount Points, for neatness, I am only mounting under ~/mnt/
#
-complete -c sshfs -d (_ "Mount point") -x -a '(find ~/mnt -type d)'
+complete -c sshfs -d (N_ "Mount point") -x -a '(find ~/mnt -type d)'
#
# Command options
#
-complete -c sshfs -s V -d (_ "Display version and exit")
-complete -c sshfs -s p -x -d (_ "Port")
-complete -c sshfs -s C -d (_ "Compression")
-complete -c sshfs -s o -x -d (_ "Mount options")
-complete -c sshfs -s d -d (_ "Enable debug")
-complete -c sshfs -s f -d (_ "Foreground operation")
-complete -c sshfs -s s -d (_ "Disable multi-threaded operation")
-complete -c sshfs -s r -d (_ "Mount options")
-complete -c sshfs -s h -d (_ "Display help and exit")
+complete -c sshfs -s V -d (N_ "Display version and exit")
+complete -c sshfs -s p -x -d (N_ "Port")
+complete -c sshfs -s C -d (N_ "Compression")
+complete -c sshfs -s o -x -d (N_ "Mount options")
+complete -c sshfs -s d -d (N_ "Enable debug")
+complete -c sshfs -s f -d (N_ "Foreground operation")
+complete -c sshfs -s s -d (N_ "Disable multi-threaded operation")
+complete -c sshfs -s r -d (N_ "Mount options")
+complete -c sshfs -s h -d (N_ "Display help and exit")