Searched refs:gettext (Results 301 - 325 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 Dwrite-tcl.c42 #include "gettext.h"
44 #define _(str) gettext (str)
H A Dx-po.c44 #include "gettext.h"
46 /* A convenience macro. I don't like writing gettext() every time. */
47 #define _(str) gettext (str)
H A Dx-smalltalk.c35 #include "gettext.h"
37 #define _(s) gettext(s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstgettext.c0 /* gettext - retrieve text string from message catalog and print it.
43 #define _(str) gettext (str)
305 fputs (_("Report bugs to <bug-gnu-gettext@gnu.org>.\n"), stdout);
H A Dlang-bash3 # Test of gettext facilities in the bash language.
16 . gettext.sh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfd-ostream.oo.c31 #include "gettext.h"
33 #define _(str) gettext (str)
H A Diconv-ostream.oo.c33 #include "gettext.h"
35 #define _(str) gettext (str)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dwget.h54 /* `gettext (FOO)' is long to write, so we use `_(FOO)'. If NLS is
56 #include "gettext.h"
57 #define _(string) gettext (string)
60 extraction of messages, but does not call gettext(). The run-time
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Ddialog.h32 # define gettext(Msgid) ((const char *) (Msgid)) macro
H A Dchecklist.c106 print_button(dialog, gettext("Select"), y, x, selected == 0);
107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dargmatch.c32 #include "gettext.h"
33 #define _(msgid) gettext (msgid)
H A Dfd-ostream.c34 #include "gettext.h"
36 #define _(str) gettext (str)
H A Dfd-ostream.oo.c31 #include "gettext.h"
33 #define _(str) gettext (str)
H A Dhtml-styled-ostream.c41 #include "gettext.h"
43 #define _(str) gettext (str)
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --with-tests --makefile-name=Makefile.gnulib --libtool --macro-prefix=gl alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase c-strcasestr c-strstr clean-temp closeout copy-file csharpcomp csharpexec error error-progname execute exit fd-ostream file-ostream filename findprog fnmatch-posix fopen fstrcmp full-write fwriteerror gcd gcj getline getopt gettext-h gettext-tools-misc hash html-styled-ostream iconv java javacomp javaexec linebreak localcharset locale localename lock memmove memset minmax obstack open openmp ostream pipe progname propername relocatable-prog relocatable-script sh-quote stdbool stdint stpcpy stpncpy strcspn strpbrk strtol strtoul styled-ostream sys_stat sys_time term-styled-ostream ucs4-utf8 uniname/uniname unistd uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf wait-process xalloc xerror xmalloca xsetenv xstriconv xvasprintf
30 pkglibdir = $(libdir)/gettext-tools
31 pkgincludedir = $(includedir)/gettext-tools
207 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \
208 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \
209 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \
210 $(top_srcdir)/../gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/src/
H A Diconv.c77 #include "gettext.h"
79 #define _(str) gettext(str)
768 and for gettext. */
771 /* Needed for gettext. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/po/
H A DMakefile7 # but which still want to provide support for the GNU gettext functionality.
52 MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
53 GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile.in1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
11 # Origin: gettext-0.17
14 PACKAGE = gettext-runtime
30 gettextsrcdir = $(datadir)/gettext/po
38 # $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh -d
43 install_sh = $(SHELL) $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh
104 # Ensure that the gettext macro
[all...]
H A DMakefile1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
11 # Origin: gettext-0.17
14 PACKAGE = gettext-runtime
30 gettextsrcdir = $(datadir)/gettext/po
38 # $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh -d
43 install_sh = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh
81 ../src/gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dautopoint20 # of packages which are internationalized with the help of GNU gettext. For
21 # further information how to use it consult the GNU gettext manual.
24 package=gettext-tools
31 gettext_dir="${datarootdir}/gettext"
157 Copies standard gettext infrastructure files into a source package.
165 # -V version copy the infrastructure of the specified gettext version
168 Report bugs to <bug-gnu-gettext@gnu.org>."
195 # - ver gettext version if -V was given, empty otherwise
271 xver=`cat intl/VERSION | LC_ALL=C sed -n -e 's/^.*gettext-\([-+_.0-9A-Za-z]*\).*$/\1/p'`
276 func_fatal_error "Version mismatch: specified -V $ver but the package uses gettext versio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile.in1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
11 # Origin: gettext-0.17
14 PACKAGE = gettext-tools
30 gettextsrcdir = $(datadir)/gettext/po
38 # $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh -d
43 install_sh = $(SHELL) $(SHELL) /home/eric/U12H189_WNDR4500/2011_04_14_WNDR4500_Alpha/ap/gpl/timemachine/gettext-0.17/build-aux/install-sh
104 # Ensure that the gettext macro
[all...]
H A DMakefile1 # Makefile for PO directory in any package using GNU gettext.
6 # License but which still want to provide support for the GNU gettext
8 # Please note that the actual code of GNU gettext is covered by the GNU
11 # Origin: gettext-0.17
14 PACKAGE = gettext-tools
30 gettextsrcdir = $(datadir)/gettext/po
38 # $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh does not start with $(SHELL), so we add it.
42 mkinstalldirs = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh -d
43 install_sh = $(SHELL) $(SHELL) ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/install-sh
179 ../libgettextpo/gettext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in25 import avahi, gettext, gtk, gobject, dbus, avahi.ServiceTypeDatabase
29 _ = gettext.gettext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/m4m/
H A DMakefile.in42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
43 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
201 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-config-msg.m4 gp-documentation.m4 gp-gettext-hack.m4 gp-packaging.m4 gp-pkg-config.m4 gp-references.m4 stdint.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in25 import avahi, gettext, gtk, gobject, dbus, avahi.ServiceTypeDatabase
29 _ = gettext.gettext

Completed in 146 milliseconds

<<11121314151617181920>>