NAME
ngettext - translate message and choose plural form
SYNOPSIS
ngettext [OPTION] [TEXTDOMAIN] MSGID MSGID-PLURAL COUNT
DESCRIPTION
The ngettext program translates a natural language message into the user's language, by looking up the translation in a message catalog, and chooses the appropriate plural form, which depends on the number COUNT and the language of the message catalog where the translation was found. Display native language translation of a textual message whose grammatical form depends on a number. -d, --domain=TEXTDOMAIN retrieve translated message from TEXTDOMAIN -e enable expansion of some escape sequences -E (ignored for compatibility) -h, --help display this help and exit -V, --version display version information and exit [TEXTDOMAIN] retrieve translated message from TEXTDOMAIN MSGID MSGID-PLURAL translate MSGID (singular) / MSGID-PLURAL (plural) COUNT choose singular/plural form based on this value If the TEXTDOMAIN parameter is not given, the domain is determined from the environment variable TEXTDOMAIN. If the message catalog is not found in the regular directory, another location can be specified with the environment variable TEXTDOMAINDIR. Standard search directory: /usr/share/locale
AUTHOR
Written by Ulrich Drepper.
REPORTING BUGS
Report bugs to <bug-gnu-gettext@gnu.org>.
COPYRIGHT
Copyright 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
The full documentation for ngettext is maintained as a Texinfo manual. If the info and ngettext programs are properly installed at your site, the command info ngettext should give you access to the complete manual.
More Linux Commands
manpages/cfdisk.8.html
cfdisk(8) - display or manipulate disk partition table......
cfdisk is a curses-based program for partitioning any block device. The default device is /dev/sda. Note that cfdisk provides basic partitioning functionality w
manpages/Encode::MIME::Header.3pm.html
Encode::MIME::Header(3pm) - MIME 'B' and 'Q' header encoding
When you decode(=?encoding?X? ENCODED WORD ?=), ENCODED WORD is extracted and decoded for X encoding (B for Base64, Q for Quoted-Printable). Then the decoded ch
manpages/XtAddConverter.3.html
XtAddConverter(3) - register resource converter (Man Page)
XtAppAddConverter is equivalent in function to XtAppSetTypeConverter with cache_type equal to XtCacheAll for old-format type converters. It has been superseded
manpages/App::Prove::State.3pm.html
App::Prove::State(3pm) - State storage for the "prove" comma
The prove command supports a --state option that instructs it to store persistent state across runs. This module implements that state and the operations that m
manpages/utmpxname.3.html
utmpxname(3) - access utmp file entries - Linux manual page
New applications should use the POSIX.1-specified utmpx versions of these functions; see CONFORMING TO. utmpname() sets the name of the utmp-format file for the
manpages/FcConfigGetConfigDirs.3.html
FcConfigGetConfigDirs(3) - Get config directories (ManPage)
Returns the list of font directories specified in the configuration files for config. Does not include any subdirectories. If config is NULL, the current config
manpages/rpcclient.1.html
rpcclient.1 - rpcclient(1) - tool for executing client side MS-RPC functio
This tool is part of the samba(7) suite. rpcclient is a utility initially developed to test MS-RPC functionality in Samba itself. It has undergone several stage
manpages/sensors.conf.5.html
sensors.conf(5) - libsensors configuration file (Man Page)
sensors.conf describes how libsensors, and so all programs using it, should translate the raw readings from the kernel modules to real-world values. SEMANTICS O
manpages/isxdigit.3.html
isxdigit(3) - character classification routines (Man Page)
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T
manpages/XChangePointerDevice.3.html
XChangePointerDevice(3) - change which device is the X point
The XChangePointerDevice request causes the server to use the specified device as the X pointer. The device must have been opened by the client via XOpenDevice
manpages/mq_timedsend.3.html
mq_timedsend(3) - send a message to a message queue.........
mq_send() adds the message pointed to by msg_ptr to the message queue referred to by the descriptor mqdes. The msg_len argument specifies the length of the mess
manpages/gij.1.html
gij(1) - GNU interpreter for Java bytecode - Linux man page
gij is a Java bytecode interpreter included with libgcj. gij is not available on every platform; porting it requires a small amount of assembly programming whic
