aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apt-listchanges.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/apt-listchanges.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/apt-listchanges.fish')
-rw-r--r--share/completions/apt-listchanges.fish24
1 files changed, 12 insertions, 12 deletions
diff --git a/share/completions/apt-listchanges.fish b/share/completions/apt-listchanges.fish
index 4bf1aa64..c02c9585 100644
--- a/share/completions/apt-listchanges.fish
+++ b/share/completions/apt-listchanges.fish
@@ -1,13 +1,13 @@
#apt-listchanges
-complete -c apt-listchanges -l help -d (_ "Display help and exit")
-complete -c apt-listchanges -l apt -d (_ "Read filenames from pipe")
-complete -f -c apt-listchanges -s v -l verbose -d (_ "Verbose mode")
-complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (_ "Select frontend interface")
-complete -r -f -c apt-listchanges -l email-address -d (_ "Specify email address")
-complete -f -c apt-listchanges -s c -l confirm -d (_ "Ask confirmation")
-complete -f -c apt-listchanges -s a -l all -d (_ "Display all changelogs")
-complete -r -c apt-listchanges -l save_seen -d (_ "Avoid changelogs from db in named file")
-complete -r -f -c apt-listchanges -l which -a "news changelogs both" -d (_ "Select display")
-complete -f -c apt-listchanges -s h -l headers -d (_ "Insert header")
-complete -f -c apt-listchanges -l debug -d (_ "Display debug info")
-complete -r -c apt-listchanges -l profile -d (_ "Select an option profile")
+complete -c apt-listchanges -l help -d (N_ "Display help and exit")
+complete -c apt-listchanges -l apt -d (N_ "Read filenames from pipe")
+complete -f -c apt-listchanges -s v -l verbose -d (N_ "Verbose mode")
+complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (N_ "Select frontend interface")
+complete -r -f -c apt-listchanges -l email-address -d (N_ "Specify email address")
+complete -f -c apt-listchanges -s c -l confirm -d (N_ "Ask confirmation")
+complete -f -c apt-listchanges -s a -l all -d (N_ "Display all changelogs")
+complete -r -c apt-listchanges -l save_seen -d (N_ "Avoid changelogs from db in named file")
+complete -r -f -c apt-listchanges -l which -a "news changelogs both" -d (N_ "Select display")
+complete -f -c apt-listchanges -s h -l headers -d (N_ "Insert header")
+complete -f -c apt-listchanges -l debug -d (N_ "Display debug info")
+complete -r -c apt-listchanges -l profile -d (N_ "Select an option profile")