Searched refs:gettext (Results 26 - 50 of 489) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-sh-211 gettext "help"
13 gettext "me"
15 gettext "Hey Jude"
18 gettext "The Fabulous Four"
H A Dxgettext-sh-510 echo $(gettext 'Simple string')
11 echo "$(gettext 'Simple string inside double-quotes')"
12 echo $(gettext 'Simple decorated string: "x" \"y\"')
13 echo "$(gettext 'Simple decorated string: "x" \"y\" inside double-quotes')"
14 echo $(gettext "Simple dstring")
15 echo "$(gettext "Simple dstring inside double-quotes")"
16 echo $(gettext "Simple decorated dstring: \"x\" \\\"y\\\"")
17 echo "$(gettext "Simple decorated dstring: \"x\" \\\"y\\\" inside double-quotes")"
H A Dxgettext-610 fprintf (fp, gettext ("c-format positive1"), gettext ("c-format negative1"));
11 printk (gettext ("c-format negative2"));
16 eval_gettext "sh-format positive1" "`gettext \"sh-format negative1\"`"
17 echo "`gettext \"sh-format negative2\"`"
22 my_printf (gettext ("python-format positive1"),
23 gettext ("python-format negative1"));
24 printk (gettext ("python-format negative2"));
29 (format t (gettext "lisp-format positive1") (gettext "lis
[all...]
H A Dxgettext-c-911 print (gettext ("help"));
13 print (gettext ("me"));
15 print (gettext ("Hey Jude"));
19 print (gettext ("The Fabulous Four"));
21 print (gettext ("there is not enough"
H A Dxgettext-c-714 gettext ("1");
24 gettext("2");
26 /* this one also counts */ gettext ("3");
28 gettext("4");
31 gettext ("5");
35 gettext("6");
39 gettext("7");
H A Dgettext-4-prg.c1 /* Test program, used by the gettext-4 test.
57 s = gettext ("cheese");
68 s = gettext ("cheese");
78 s = gettext ("cheese");
H A Dxgettext-712 gettext ("abc");
16 gettext ("abc");
20 gettext ("abc");
H A Dxgettext-lisp-111 (write-line (gettext "help"))
13 (write-line (gettext "me"))
15 (write-line (gettext "Hey Jude"))
19 (write-line (gettext "The Fabulous Four"))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A DMakefile.am1 # Example for use of GNU gettext.
17 hello_SOURCES = hello.c gettext.h
22 # Make sure the gettext.h include file is found.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A DMakefile.am1 # Example for use of GNU gettext.
17 hello_SOURCES = hello.cc gettext.h
22 # Make sure the gettext.h include file is found.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc/
H A DMakefile.am1 # Example for use of GNU gettext.
17 hello_SOURCES = hello.m gettext.h
22 # Make sure the gettext.h include file is found.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A DMakefile.am1 ## Makefile for the gettext-runtime/man subdirectory of GNU gettext
26 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
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
31 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext
[all...]
H A DHello.java1 // Example for use of GNU gettext.
9 import gnu.gettext.*;
14 System.out.println(GettextResource.gettext(catalog,"Hello, world!"));
17 GettextResource.gettext(catalog,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
31 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
31 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
31 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/gcj.m4 m4/gcj.m4
32 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.in174 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link
191 windows/windres-options windows/gettext.rc
609 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
613 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in
614 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot
615 cmp -s gettext
[all...]
H A DMakefile17 pkgdatadir = $(datadir)/gettext
18 pkglibdir = $(libdir)/gettext
19 pkgincludedir = $(includedir)/gettext
78 ACLOCAL = build-aux/fixaclocal ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10
79 AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar
80 AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoconf
81 AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoheader
82 AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run automake-1.10
92 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gettext\" -DVERSION=\"0.17\"
111 MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile.am1 ## Makefile for the gettext-tools/gnulib-lib subdirectory of GNU gettext
33 gettextsrcdir = $(datadir)/gettext
34 gettextsrc_DATA = gettext.h
37 pkgdatadir = $(datadir)/gettext
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dlocale_hack.h34 * Standard gettext macros.
38 # define _(String) gettext (String)
46 # define gettext(String) (String) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-clisp/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/
H A Dautogen.sh2 # Example for use of GNU gettext.
8 # Inside the gettext source directory.
12 # Inside a gettext build directory.
21 # Installed under ${prefix}/share/doc/gettext/examples.
26 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
29 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin

Completed in 235 milliseconds

1234567891011>>