aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/touch.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/touch.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/touch.fish')
-rw-r--r--share/completions/touch.fish22
1 files changed, 11 insertions, 11 deletions
diff --git a/share/completions/touch.fish b/share/completions/touch.fish
index 423730fd..d4560638 100644
--- a/share/completions/touch.fish
+++ b/share/completions/touch.fish
@@ -1,11 +1,11 @@
-complete -c touch -s a -d (_ "Change access time")
-complete -c touch -s B -l backward -x -d (_ "Set date back")
-complete -c touch -s c -l no-create -d (_ "Do not create file")
-complete -c touch -s d -l date -x -d (_ "Set date")
-complete -c touch -s f -l forward -x -d (_ "Set date forward")
-complete -c touch -s m -d (_ "Change modification time")
-complete -c touch -s r -l reference -d (_ "Use this files times")
-complete -c touch -s t -d (_ "Set date")
-complete -c touch -l time -x -d (_ "Set time")
-complete -c touch -l help -d (_ "Display help and exit")
-complete -c touch -l version -d (_ "Display version and exit")
+complete -c touch -s a -d (N_ "Change access time")
+complete -c touch -s B -l backward -x -d (N_ "Set date back")
+complete -c touch -s c -l no-create -d (N_ "Do not create file")
+complete -c touch -s d -l date -x -d (N_ "Set date")
+complete -c touch -s f -l forward -x -d (N_ "Set date forward")
+complete -c touch -s m -d (N_ "Change modification time")
+complete -c touch -s r -l reference -d (N_ "Use this files times")
+complete -c touch -s t -d (N_ "Set date")
+complete -c touch -l time -x -d (N_ "Set time")
+complete -c touch -l help -d (N_ "Display help and exit")
+complete -c touch -l version -d (N_ "Display version and exit")