aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/sort.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/sort.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/sort.fish')
-rw-r--r--share/completions/sort.fish40
1 files changed, 20 insertions, 20 deletions
diff --git a/share/completions/sort.fish b/share/completions/sort.fish
index 0fa9c170..a0c79f1b 100644
--- a/share/completions/sort.fish
+++ b/share/completions/sort.fish
@@ -1,21 +1,21 @@
-complete -c sort -s b -l ignore-leading-blanks -d (_ "Ignore leading blanks")
-complete -c sort -s d -l dictionary-order -d (_ "Consider only blanks and alphanumerics")
-complete -c sort -s f -l ignore-case -d (_ "Ignore case")
-complete -c sort -s g -l general-numeric-sort -d (_ "Compare general numeric value")
-complete -c sort -s i -l ignore-nonprinting -d (_ "Consider only printable")
-complete -c sort -s M -l month-sort -d (_ "Compare month names")
-complete -c sort -s n -l numeric-sort -d (_ "Compare string numerical value")
-complete -c sort -s r -l reverse -d (_ "Reverse results")
-complete -c sort -s c -l check -d (_ "Only check if sorted")
-complete -c sort -s k -l key -d (_ "Define key")
-complete -c sort -s m -l merge -d (_ "Merge sorted files")
-complete -c sort -s o -l output -f -d (_ "Write to file")
-complete -c sort -s s -l stable -d (_ "Stabilize sort")
-complete -c sort -s S -l buffer-size -r -d (_ "Set memory buffer size")
-complete -c sort -s t -l field-separator -d (_ "Field separator")
-complete -c sort -s T -l temporary-directory -r -d (_ "Set temporary directory")
-complete -c sort -s u -l unique -d (_ "Output only first of equal lines")
-complete -c sort -s z -l zero-terminated -d (_ "Lines end with 0 byte")
-complete -c sort -l help -d (_ "Display help and exit")
-complete -c sort -l version -d (_ "Display version and exit")
+complete -c sort -s b -l ignore-leading-blanks -d (N_ "Ignore leading blanks")
+complete -c sort -s d -l dictionary-order -d (N_ "Consider only blanks and alphanumerics")
+complete -c sort -s f -l ignore-case -d (N_ "Ignore case")
+complete -c sort -s g -l general-numeric-sort -d (N_ "Compare general numeric value")
+complete -c sort -s i -l ignore-nonprinting -d (N_ "Consider only printable")
+complete -c sort -s M -l month-sort -d (N_ "Compare month names")
+complete -c sort -s n -l numeric-sort -d (N_ "Compare string numerical value")
+complete -c sort -s r -l reverse -d (N_ "Reverse results")
+complete -c sort -s c -l check -d (N_ "Only check if sorted")
+complete -c sort -s k -l key -d (N_ "Define key")
+complete -c sort -s m -l merge -d (N_ "Merge sorted files")
+complete -c sort -s o -l output -f -d (N_ "Write to file")
+complete -c sort -s s -l stable -d (N_ "Stabilize sort")
+complete -c sort -s S -l buffer-size -r -d (N_ "Set memory buffer size")
+complete -c sort -s t -l field-separator -d (N_ "Field separator")
+complete -c sort -s T -l temporary-directory -r -d (N_ "Set temporary directory")
+complete -c sort -s u -l unique -d (N_ "Output only first of equal lines")
+complete -c sort -s z -l zero-terminated -d (N_ "Lines end with 0 byte")
+complete -c sort -l help -d (N_ "Display help and exit")
+complete -c sort -l version -d (N_ "Display version and exit")