Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / ngettext.1
blob15f5261e7158d612106d5ca28379f939f1befb49
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH NGETTEXT "1" "June 2010" "GNU gettext-runtime 0.18.1" 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: /mingw/share/locale
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-2007 Free Software Foundation, Inc.
53 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
54 .br
55 This is free software: you are free to change and redistribute it.
56 There is NO WARRANTY, to the extent permitted by law.
57 .SH "SEE ALSO"
58 The full documentation for
59 .B ngettext
60 is maintained as a Texinfo manual.  If the
61 .B info
62 and
63 .B ngettext
64 programs are properly installed at your site, the command
65 .IP
66 .B info ngettext
67 .PP
68 should give you access to the complete manual.