Searched refs:ngettext (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dngettext.x2 ngettext \- translate message and choose plural form
H A DMakefile.am26 man_aux = gettext.x ngettext.x envsubst.x
30 man_MAN1GEN = gettext.1 ngettext.1
31 man_MAN1IN = gettext.1.in ngettext.1.in
34 man_MAN3 = gettext.3 ngettext.3 \
36 man_MAN3IN = gettext.3.in ngettext.3.in \
41 man_HTMLGEN = gettext.1.html ngettext.1.html
42 man_HTMLIN = gettext.1.html.in ngettext.1.html.in
45 gettext.3.html ngettext.3.html \
82 ngettext.1: ngettext
[all...]
H A DMakefile.in446 man_aux = gettext.x ngettext.x envsubst.x
449 man_MAN1GEN = gettext.1 ngettext.1
450 man_MAN1IN = gettext.1.in ngettext.1.in
453 man_MAN3 = gettext.3 ngettext.3 \
456 man_MAN3IN = gettext.3.in ngettext.3.in \
461 man_HTMLGEN = gettext.1.html ngettext.1.html
462 man_HTMLIN = gettext.1.html.in ngettext.1.html.in
465 gettext.3.html ngettext.3.html \
773 ngettext.1: ngettext
[all...]
H A DMakefile446 man_aux = gettext.x ngettext.x envsubst.x
449 man_MAN1GEN = gettext.1 ngettext.1
450 man_MAN1IN = gettext.1.in ngettext.1.in
453 man_MAN3 = gettext.3 ngettext.3 \
456 man_MAN3IN = gettext.3.in ngettext.3.in \
461 man_HTMLGEN = gettext.1.html ngettext.1.html
462 man_HTMLIN = gettext.1.html.in ngettext.1.html.in
465 gettext.3.html ngettext.3.html \
773 ngettext.1: ngettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/doc/
H A DMakefile.am24 EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-sh-1316 ngettext depth_0_none_0_semi ;
317 ngettext depth_0_none_1_semi \;
318 ngettext depth_0_none_2_semi \\;
319 ngettext "depth_0_dquote_0_semi ;"
320 ngettext "depth_0_dquote_1_semi \;"
321 ngettext "depth_0_dquote_2_semi \\;"
322 ngettext 'depth_0_squote_0_semi ;'
323 ngettext 'depth_0_squote_1_semi \;'
324 ngettext 'depth_0_squote_2_semi \\;'
326 echo `ngettext depth_1_0_none_0_sem
[all...]
H A Dplural-1-prg.c41 printf (ngettext ("a piece of cake", "%d pieces of cake", n), n);
H A Dxgettext-java-414 test.ngettext(test, "test 1", "plural test");
21 ${XGETTEXT} --omit-header --no-location --keyword=ngettext:2,3 \
H A Dxgettext-java-314 test.ngettext("test 1", "plural test");
H A Dxgettext-c-1115 // (KDE) The 3-argument i18n macro is an ngettext without context.
H A Dxgettext-c-1512 /* (hypothetical) The 2-argument Q_ macro is an ngettext with contexts. */
H A Dformat-c-4-prg.c61 s = ngettext ("father of %"PRId8" child", "father of %"PRId8" children", n);
H A Dlang-perl-115 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext);
21 printf ngettext ("a piece of cake", "%d pieces of cake", $n), $n;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile.am27 bin_PROGRAMS = gettext ngettext envsubst
38 ngettext_SOURCES = ngettext.c
H A Dgettext.sh97 ngettext "$1" "$2" "$3" | (export PATH `envsubst --variables "$1 $2"`; envsubst "$1 $2")
H A Dgettext.sh.in97 ngettext "$1" "$2" "$3" | (export PATH `envsubst --variables "$1 $2"`; envsubst "$1 $2")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dngettext.c1 /* Implementation of ngettext(3) function.
64 weak_alias (__ngettext, ngettext);
H A Dintl-compat.c41 #undef ngettext macro
87 ngettext (const char *msgid1, const char *msgid2, unsigned long int n) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dspider.c82 logprintf (LOG_NOTQUIET, ngettext("Found %d broken link.\n\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgettext.h53 # define ngettext(Msgid1, Msgid2, N) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dgettext.h28 the gettext() and ngettext() macros. This is an alternative to calling
34 # undef ngettext macro
35 # define ngettext(Msgid1, Msgid2, N) \ macro
73 # undef ngettext macro
74 # define ngettext(Msgid1, Msgid2, N) \ macro
80 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgettext.h29 the gettext() and ngettext() macros. This is an alternative to calling
35 # undef ngettext macro
36 # define ngettext(Msgid1, Msgid2, N) \ macro
71 # define ngettext(Msgid1, Msgid2, N) \ macro
76 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext.h29 the gettext() and ngettext() macros. This is an alternative to calling
35 # undef ngettext macro
36 # define ngettext(Msgid1, Msgid2, N) \ macro
71 # define ngettext(Msgid1, Msgid2, N) \ macro
76 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgettext.h29 the gettext() and ngettext() macros. This is an alternative to calling
35 # undef ngettext macro
36 # define ngettext(Msgid1, Msgid2, N) \ macro
71 # define ngettext(Msgid1, Msgid2, N) \ macro
76 ((void) (Domainname), ngettext (Msgid1, Msgid2, N))

Completed in 138 milliseconds

123