Searched refs:gettext (Results 1 - 25 of 489) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dgettext.x2 gettext \- translate message
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dautopoint.x2 autopoint \- copies standard gettext infrastructure
H A Dgettextize.x2 gettextize \- install or upgrade gettext infrastructure
H A Dxgettext.x2 xgettext \- extract gettext strings from source
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-sh/
H A Dhello.sh2 # Example for use of GNU gettext.
7 . gettext.sh
14 gettext "Hello, world!"; echo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-110 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext dngettext);
58 print gettext <<PERL; print gettext <<PERL;
65 printf "%s\n", gettext "abc\$def";
66 printf "%s\n", gettext "abc\\\$def";
69 printf "%s\n", gettext 'abc$defg';
70 printf "%s\n", gettext 'abc\$defg';
71 printf "%s\n", gettext 'abc\\$defg';
72 printf "%s\n", gettext 'abc\\\$defg';
75 printf "%s\n", gettext 'ec
[all...]
H A Dxgettext-python-211 print gettext.gettext("help")
13 print gettext.gettext("me")
15 print gettext.gettext("Hey Jude")
18 print gettext.gettext("The Fabulous Four")
20 print gettext.gettext("ther
[all...]
H A Dxgettext-sh-112 gettext depth_0_none_0_x
13 gettext depth_0_none_1_\x
14 gettext depth_0_none_2_\\x
15 gettext "depth_0_dquote_0_x"
16 gettext "depth_0_dquote_1_\x"
17 gettext "depth_0_dquote_2_\\x"
18 gettext 'depth_0_squote_0_x'
19 gettext 'depth_0_squote_1_\x'
20 gettext 'depth_0_squote_2_\\x'
22 echo `gettext depth_1_0_none_0_
[all...]
H A Dxgettext-perl-612 # For 'gettext', xgettext needs to extract the first argument.
14 # Don't extract further strings (second argument to gettext or unrelated
16 print gettext "extracted1", "$shouldnotbeextracted";
17 print gettext ("extracted2"), "$shouldnotbeextracted";
18 print gettext ("extracted3")."$notextracted", "$shouldnotbeextracted";
19 print (gettext ("extracted4")), "$shouldnotbeextracted";
22 print foobar gettext "extracted5", "$shouldnotbeextracted";
23 print foobar gettext ("extracted6"), "$shouldnotbeextracted";
24 print foobar gettext ("extracted7")."$notextracted", "$shouldnotbeextracted";
25 print foobar (gettext ("extracted
[all...]
H A Dxgettext-c-1411 format(gettext("%s on, %s off"));
12 format(gettext("%1$d on, %2$d off"));
13 format(gettext("%|1$| on, %|2$| off"));
14 format(gettext("%1% on, %2% off"));
16 gettext("heuristic %s on, %s off");
17 gettext("heuristic %1$d on, %2$d off");
18 gettext("heuristic %|1$| on, %|2$| off");
19 gettext("heuristic %1% on, %2% off");
H A Dgettext-5-prg.c1 /* Test program, used by the gettext-5 test.
47 s = gettext ("cheese");
57 s = gettext ("cheese");
H A Dxgettext-perl-511 print gettext "help";
13 print gettext "me";
15 print gettext "Hey Jude";
18 print gettext "The Fabulous Four";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.am1 ## Makefile for the toplevel directory of GNU gettext
22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link
31 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
35 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in
36 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot
37 cmp -s gettext
[all...]
H A Dautogen.sh33 # (The gettext-0.17 release was prepared using gnulib commit
68 # In gettext-runtime:
69 if test -f gettext-runtime/gnulib-m4/gnulib-cache.m4; then
70 mv -f gettext-runtime/gnulib-m4/gnulib-cache.m4 gettext-runtime/gnulib-m4/gnulib-cache.m4~
79 gettext-h
90 gettext-runtime-misc
95 $GNULIB_TOOL --dir=gettext-runtime --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --no-libtool --local-dir=gnulib-local --local-symlink \
97 # In gettext-tools:
98 if test -f gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile.am10 ../../gettext-runtime/m4/codeset.m4 \
11 ../../gettext-runtime/m4/gettext.m4 \
12 ../../gettext-runtime/m4/glibc2.m4 \
13 ../../gettext-runtime/m4/glibc21.m4 \
14 ../../gettext-runtime/m4/iconv.m4 \
15 ../../gettext-runtime/m4/intdiv0.m4 \
16 ../../gettext-runtime/m4/intl.m4 \
17 ../../gettext-runtime/m4/intldir.m4 \
18 ../../gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/
H A Dhello-1.pl.in2 # Example for use of GNU gettext.
7 use Locale::Messages qw (textdomain bindtextdomain gettext);
12 sub _ ($) { &gettext; }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.sh38 # ". gettext.sh" to find it, we install it in $PREFIX/bin (that is usually
40 # $PREFIX/share/sh-scripts or $PREFIX/share/gettext. In order to not violate
44 # zsh is not POSIX compliant: By default, while ". gettext.sh" is executed,
45 # it sets $0 to "gettext.sh", defeating the purpose of this test. But
50 gettext.sh | */gettext.sh | *\\gettext.sh)
52 package=gettext-runtime
58 echo "GNU gettext shell script function library version $version"
59 echo "Usage: . gettext
[all...]
H A Dgettext.sh.in38 # ". gettext.sh" to find it, we install it in $PREFIX/bin (that is usually
40 # $PREFIX/share/sh-scripts or $PREFIX/share/gettext. In order to not violate
44 # zsh is not POSIX compliant: By default, while ". gettext.sh" is executed,
45 # it sets $0 to "gettext.sh", defeating the purpose of this test. But
50 gettext.sh | */gettext.sh | *\\gettext.sh)
58 echo "GNU gettext shell script function library version $version"
59 echo "Usage: . gettext.sh"
90 gettext "
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.am1 ## Makefile for the gettext-tools/doc subdirectory of GNU gettext
22 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc
30 info_TEXINFOS = gettext.texi
31 # List of texinfo sources @included by gettext.texi, excluding version.texi.
38 $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \
39 $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \
40 $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi
72 (dir=.; test -f ./gettext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dxalloc-die.c28 #include "gettext.h"
29 #define _(msgid) gettext (msgid)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-java/
H A DMakefile.am1 ## Makefile for the gettext-runtime/intl-java subdirectory of GNU gettext
25 jardir = $(datadir)/gettext
44 gnu/gettext/GettextResource.class: $(srcdir)/gnu/gettext/GettextResource.java
45 $(JAVACOMP) -d . $(srcdir)/gnu/gettext/GettextResource.java
47 libintl.jar: gnu/gettext/GettextResource.class
48 $(JAR) cf $@ gnu/gettext/GettextResource*.class
50 EXTRA_DIST += gnu/gettext/GettextResource.java
52 CLEANFILES += libintl.jar gnu/gettext/*
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/
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}/csharpcomp.m4 m4/csharpcomp.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-csharp-forms/
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}/csharpcomp.m4 m4/csharpcomp.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/gnulib-lib/
H A Dxsetenv.c26 #include "gettext.h"
28 #define _(str) gettext (str)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/doc/
H A DMakefile.am1 ## Makefile for the gettext-runtime/doc subdirectory of GNU gettext
24 EXTRA_DIST += rt-gettext.texi rt-ngettext.texi rt-envsubst.texi

Completed in 185 milliseconds

1234567891011>>