aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/w.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
commit690648e1b0a04db179d113e2900dde52d0e7f67f (patch)
treee06606ec232ce96c730433c2490be796c4e442f8 /init/completions/w.fish
parentb33d3f78b1d3d1b5f9dbb9fbe9000fd6ab181cbb (diff)
Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
Diffstat (limited to 'init/completions/w.fish')
-rw-r--r--init/completions/w.fish12
1 files changed, 6 insertions, 6 deletions
diff --git a/init/completions/w.fish b/init/completions/w.fish
index 54abe5d1..f53bcbd7 100644
--- a/init/completions/w.fish
+++ b/init/completions/w.fish
@@ -1,6 +1,6 @@
-complete -c w -s h -d "Dont print header"
-complete -c w -s u -d "Ignore username for time calculations"
-complete -c w -s s -d "Short format"
-complete -c w -s f -d "Toggle printing of remote hostname"
-complete -c w -s V -d "Display version and exit"
-complete -c w -x -a "(__fish_complete_users)" -d "Username"
+complete -c w -s h -d (_ "Dont print header")
+complete -c w -s u -d (_ "Ignore username for time calculations")
+complete -c w -s s -d (_ "Short format")
+complete -c w -s f -d (_ "Toggle printing of remote hostname")
+complete -c w -s V -d (_ "Display version and exit")
+complete -c w -x -a "(__fish_complete_users)" -d (_ "Username")