1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
2 .TH GETTEXT "1" "April 2005" "GNU gettext-runtime 0.14.3" GNU
4 gettext \- translate message
7 [\fIOPTION\fR] [[\fITEXTDOMAIN\fR] \fIMSGID\fR]
10 [\fIOPTION\fR] \fI-s \fR[\fIMSGID\fR]...
12 .\" Add any additional description here
13 The \fBgettext\fP program translates a natural language message into the
14 user's language, by looking up the translation in a message catalog.
16 Display native language translation of a textual message.
18 \fB\-d\fR, \fB\-\-domain\fR=\fITEXTDOMAIN\fR
19 retrieve translated messages from TEXTDOMAIN
22 enable expansion of some escape sequences
25 (ignored for compatibility)
27 \fB\-h\fR, \fB\-\-help\fR
28 display this help and exit
31 suppress trailing newline
33 \fB\-V\fR, \fB\-\-version\fR
34 display version information and exit
37 retrieve translated message corresponding
38 to MSGID from TEXTDOMAIN
40 If the TEXTDOMAIN parameter is not given, the domain is determined from the
41 environment variable TEXTDOMAIN. If the message catalog is not found in the
42 regular directory, another location can be specified with the environment
43 variable TEXTDOMAINDIR.
44 When used with the \fB\-s\fR option the program behaves like the `echo' command.
45 But it does not simply copy its arguments to stdout. Instead those messages
46 found in the selected catalog are translated.
47 Standard search directory: @localedir@
49 Written by Ulrich Drepper.
51 Report bugs to <bug-gnu-gettext@gnu.org>.
53 Copyright \(co 1995-1997, 2000-2005 Free Software Foundation, Inc.
55 This is free software; see the source for copying conditions. There is NO
56 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
58 The full documentation for
60 is maintained as a Texinfo manual. If the
64 programs are properly installed at your site, the command
68 should give you access to the complete manual.