Searched refs:gettext (Results 251 - 275 of 694) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c39 #include "gettext.h"
41 #define _(s) gettext(s)
H A Dformat-gcc-internal.c30 #include "gettext.h"
32 #define _(str) gettext (str)
H A Dformat.c30 #include "gettext.h"
32 #define _(str) gettext (str)
H A Dread-tcl.c40 #include "gettext.h"
42 #define _(str) gettext (str)
H A Dwrite-resources.c44 #include "gettext.h"
46 #define _(str) gettext (str)
174 gettextexedir = relocate (LIBDIR "/gettext");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-c++3 # Test of gettext facilities in the C++ language.
39 #define _(string) gettext (string)
71 ${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/gnulib-lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \
73 ${LIBTOOL} --quiet --mode=link ${CXX} ${CXXFLAGS} ${LDFLAGS} -o prog prog.${OBJEXT} ../../gettext-runtime/libasprintf/libasprintf.la ../gnulib-lib/libgettextlib.la ${LTLIBINTL} \
H A Dlang-clisp3 # Test of gettext facilities in the CLISP language.
17 (format t "~A~%" (gettext "'Your command, please?', asked the waiter."))
21 (format t "~A~%" (format nil (gettext "~A is replaced by ~A.") "FF" "EUR"))
90 # Test for presence of clisp version 2.28 or newer with gettext support.
103 || { echo "Skipping test: clisp was built without gettext support"
H A Dtstngettext.c41 #define _(str) gettext (str)
228 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c38 #include "gettext.h"
40 #define _(str) gettext (str)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-styled-ostream.oo.c38 #include "gettext.h"
40 #define _(str) gettext (str)
H A Dcopy-file.c44 #include "gettext.h"
46 #define _(str) gettext (str)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile29 pkgdatadir = $(datadir)/gettext-tools
30 pkglibdir = $(libdir)/gettext-tools
31 pkgincludedir = $(includedir)/gettext-tools
226 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
227 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
228 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
229 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \
230 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \
231 $(top_srcdir)/../gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlocale.tex10 the {\tt Wx::Locale} module can export the {\tt gettext} and
11 {\tt gettext\_noop} under any given name.
14 # this imports gettext ( equivalent to Wx::GetTranslation
22 print gettext( ``Panic!'' );
24 button = Wx::Button->new( window, -1, gettext( ``Label'' ) );
27 If you need to translate a lot of strings, then adding gettext( ) around
29 a shorter name for gettext:
33 use Wx::Locale 'gettext' => 't',
296 See \urlref{GNU gettext manual}{http://www.gnu.org/manual/gettext/htm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/intl/
H A DMakefile1 # Makefile for directory with message catalog handling library of GNU gettext
19 PACKAGE = gettext-tools
24 srcdir = $(top_srcdir)/../gettext-runtime/intl
34 # 2. If PACKAGE = gettext-tools, VPATH _must_ be omitted, because otherwise
35 # 'make' does the wrong thing if GNU gettext was configured with
37 # files it finds in srcdir = ../../gettext-runtime/intl.
48 gettextsrcdir = $(datadir)/gettext/intl
58 # $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
62 mkinstalldirs = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh -d
63 install_sh = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dmenubox.c160 print_button(win, gettext("Select"), y, x, selected == 0);
161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1);
162 print_button(win, gettext(" Help "), y, x + 24, selected == 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-codeset.c81 const char *transl = gettext(testcases[i].orig);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=gettext-runtime --local-dir=gnulib-local --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --no-libtool --macro-prefix=gl atexit basename closeout csharpcomp-script error exit getopt gettext-h gettext-runtime-misc java javacomp-script memmove progname propername relocatable-prog stdbool strtoul unlocked-io xalloc
31 pkgdatadir = $(datadir)/gettext-runtime
32 pkglibdir = $(libdir)/gettext-runtime
33 pkgincludedir = $(includedir)/gettext-runtime
106 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
157 ACLOCAL = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10
160 AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar
163 AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile136 ACLOCAL = ../../build-aux/fixaclocal ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10
139 AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar
142 AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoconf
143 AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoheader
144 AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run automake-1.10
188 MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run makeinfo
207 abs_builddir = ${TIMEMACHINE_PATH}/gettext-0.17/gettext-runtime/libasprintf
208 abs_srcdir = ${TIMEMACHINE_PATH}/gettext-0.17/gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py50 import gettext namespace
53 gettext.install(app_name, locale_dir, unicode=1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py50 import gettext namespace
53 gettext.install(app_name, locale_dir, unicode=1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/MacOSX/
H A Dfull_build.sh180 echo -e "\tGetting gettext sources..."
182 GETTEXT_FOLDER="gettext-source"
183 GETTEXT_FOLDER_INST="gettext-inst"
184 GETTEXT_URL=`curl -sS http://www.gnu.org/software/gettext/ | grep -m 1 -oE "http://[^\"]+/gettext-([0-9]+\.)+tar.gz" | head -1`
191 curl -L -o gettext.tar.gz $GETTEXT_URL >> $STDOUT_FILE 2>> $ERROR_FILE
193 echo -e "\t\tCompiling gettext..."
194 tar --strip-components 1 -zxf ../gettext.tar.gz >> $STDOUT_FILE 2>> $ERROR_FILE
201 rm gettext.tar.gz >> $STDOUT_FILE 2>> $ERROR_FILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautoclean.sh2 # Example for use of GNU gettext.
13 rm -f m4/gettext.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dautoclean.sh2 # Example for use of GNU gettext.
19 rm -f m4/gettext.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dautoclean.sh2 # Example for use of GNU gettext.
13 rm -f m4/gettext.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnome/
H A Dautoclean.sh2 # Example for use of GNU gettext.
13 rm -f m4/gettext.m4

Completed in 159 milliseconds

<<11121314151617181920>>