No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-runtime / man / ngettext.1.in
blob59a92981a3fa699a3fe5dae9e3b6725ff7a1721e
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH NGETTEXT "1" "April 2005" "GNU gettext-runtime 0.14.3" GNU
3 .SH NAME
4 ngettext \- translate message and choose plural form
5 .SH SYNOPSIS
6 .B ngettext
7 [\fIOPTION\fR] [\fITEXTDOMAIN\fR] \fIMSGID MSGID-PLURAL COUNT\fR
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 The \fBngettext\fP program translates a natural language message into the
11 user's language, by looking up the translation in a message catalog, and
12 chooses the appropriate plural form, which depends on the number \fICOUNT\fP
13 and the language of the message catalog where the translation was found.
14 .PP
15 Display native language translation of a textual message whose grammatical
16 form depends on a number.
17 .TP
18 \fB\-d\fR, \fB\-\-domain\fR=\fITEXTDOMAIN\fR
19 retrieve translated message from TEXTDOMAIN
20 .TP
21 \fB\-e\fR
22 enable expansion of some escape sequences
23 .TP
24 \fB\-E\fR
25 (ignored for compatibility)
26 .TP
27 \fB\-h\fR, \fB\-\-help\fR
28 display this help and exit
29 .TP
30 \fB\-V\fR, \fB\-\-version\fR
31 display version information and exit
32 .TP
33 [TEXTDOMAIN]
34 retrieve translated message from TEXTDOMAIN
35 .TP
36 MSGID MSGID-PLURAL
37 translate MSGID (singular) / MSGID-PLURAL (plural)
38 .TP
39 COUNT
40 choose singular/plural form based on this value
41 .PP
42 If the TEXTDOMAIN parameter is not given, the domain is determined from the
43 environment variable TEXTDOMAIN.  If the message catalog is not found in the
44 regular directory, another location can be specified with the environment
45 variable TEXTDOMAINDIR.
46 Standard search directory: @localedir@
47 .SH AUTHOR
48 Written by Ulrich Drepper.
49 .SH "REPORTING BUGS"
50 Report bugs to <bug-gnu-gettext@gnu.org>.
51 .SH COPYRIGHT
52 Copyright \(co 1995-1997, 2000-2005 Free Software Foundation, Inc.
53 .br
54 This is free software; see the source for copying conditions.  There is NO
55 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56 .SH "SEE ALSO"
57 The full documentation for
58 .B ngettext
59 is maintained as a Texinfo manual.  If the
60 .B info
61 and
62 .B ngettext
63 programs are properly installed at your site, the command
64 .IP
65 .B info ngettext
66 .PP
67 should give you access to the complete manual.