aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/mimedb.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/mimedb.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/mimedb.fish')
-rw-r--r--init/completions/mimedb.fish18
1 files changed, 9 insertions, 9 deletions
diff --git a/init/completions/mimedb.fish b/init/completions/mimedb.fish
index a7bc6930..8d0f1324 100644
--- a/init/completions/mimedb.fish
+++ b/init/completions/mimedb.fish
@@ -1,9 +1,9 @@
-complete -c mimedb -s t -l input-file-data -d "Input is a file, use name and contents to determine mimetype"
-complete -c mimedb -s f -l input-filename -d "Input is a file, use name to determine mimetype"
-complete -c mimedb -s i -l input-mime -d "Input is a mimetype"
-complete -c mimedb -s m -l output-mime -d "Output mimetype"
-complete -c mimedb -s d -l output-description -d "Output description of mimetype"
-complete -c mimedb -s a -l output-action -d "Output default action for mimetype"
-complete -c mimedb -s l -l launch -d "Launch default action for each file"
-complete -c mimedb -s h -l help -d "Display help and exit"
-complete -c mimedb -s v -l version -d "Display version and exit"
+complete -c mimedb -s t -l input-file-data -d (_ "Input is a file, use name and contents to determine mimetype")
+complete -c mimedb -s f -l input-filename -d (_ "Input is a file, use name to determine mimetype")
+complete -c mimedb -s i -l input-mime -d (_ "Input is a mimetype")
+complete -c mimedb -s m -l output-mime -d (_ "Output mimetype")
+complete -c mimedb -s d -l output-description -d (_ "Output description of mimetype")
+complete -c mimedb -s a -l output-action -d (_ "Output default action for mimetype")
+complete -c mimedb -s l -l launch -d (_ "Launch default action for each file")
+complete -c mimedb -s h -l help -d (_ "Display help and exit")
+complete -c mimedb -s v -l version -d (_ "Display version and exit")