aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/status.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/status.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/status.fish')
-rw-r--r--share/completions/status.fish18
1 files changed, 9 insertions, 9 deletions
diff --git a/share/completions/status.fish b/share/completions/status.fish
index 8f6fcc14..4c1b2e84 100644
--- a/share/completions/status.fish
+++ b/share/completions/status.fish
@@ -1,10 +1,10 @@
-complete -c status -l is-command-substitution -d (_ "Test if a command substitution is currently evaluated")
-complete -c status -l is-block -d (_ "Test if a code block is currently evaluated")
-complete -c status -l is-interactive -d (_ "Test if this is an interactive shell")
-complete -c status -l is-login -d (_ "Test if this is a login shell")
-complete -c status -l is-full-job-control -d (_ "Test if all new jobs are put under job control")
-complete -c status -l is-interactive-job-control -d (_ "Test if only interactive new jobs are put under job control")
-complete -c status -l is-no-job-control -d (_ "Test if new jobs are never put under job control")
-complete -c status -s j -l job-control -xa "full interactive none" -d (_ "Set which jobs are out under job control")
-complete -c status -s t -l print-stack-trace -d (_ "Print a list of all function calls leading up to running the current command")
+complete -c status -l is-command-substitution -d (N_ "Test if a command substitution is currently evaluated")
+complete -c status -l is-block -d (N_ "Test if a code block is currently evaluated")
+complete -c status -l is-interactive -d (N_ "Test if this is an interactive shell")
+complete -c status -l is-login -d (N_ "Test if this is a login shell")
+complete -c status -l is-full-job-control -d (N_ "Test if all new jobs are put under job control")
+complete -c status -l is-interactive-job-control -d (N_ "Test if only interactive new jobs are put under job control")
+complete -c status -l is-no-job-control -d (N_ "Test if new jobs are never put under job control")
+complete -c status -s j -l job-control -xa "full interactive none" -d (N_ "Set which jobs are out under job control")
+complete -c status -s t -l print-stack-trace -d (N_ "Print a list of all function calls leading up to running the current command")