| /netbsd-src/external/gpl2/gettext/dist/djgpp/ |
| H A D | fnchange.lst | 1 gettext-0.11.5/config.h.in gettext-0.11.5/config.h-in 2 gettext-0.11.5/intl/COPYING.LIB-2.0 gettext-0.11.5/intl/COPYING_LIB.20 3 gettext-0.11.5/intl/COPYING.LIB-2.1 gettext-0.11.5/intl/COPYING_LIB.21 4 gettext-0.11.5/doc/gettext_1.html gettext-0.11.5/doc/gettext.1-html 5 gettext-0.11.5/doc/gettext_10.html gettext-0.11.5/doc/gettext.10-html 6 gettext-0.11.5/doc/gettext_11.html gettext-0.11.5/doc/gettext.11-html 7 gettext-0.11.5/doc/gettext_12.html gettext-0.11.5/doc/gettext.12-html 8 gettext-0.11.5/doc/gettext_13.html gettext-0.11.5/doc/gettext.13-html 9 gettext-0.11.5/doc/gettext_14.html gettext-0.11.5/doc/gettext.14-html 10 gettext-0.11.5/doc/gettext_15.html gettext-0.11.5/doc/gettext.15-html [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/ |
| H A D | Makefile.am | 22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link 32 …: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettex… 36 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in 37 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot 38 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed 39 cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed 40 cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header 41 cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header 42 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin 43 cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin [all …]
|
| H A D | PACKAGING | 4 Although the source of the gettext package comes as a single package, 8 gettext-runtime 12 gettext-tools 16 Dependencies: requires gettext-runtime. 18 The 'gettext-runtime' binary package is much smaller than the 'gettext-tools' 23 The 'gettext-runtime' binary package can be installed by doing 25 cd gettext-runtime 30 The 'gettext-tools' binary package can be installed by doing 32 cd gettext-tools 44 The precise split between gettext and gettext-tools is according to the [all …]
|
| H A D | Makefile.in | 173 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link 608 …: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettex… 612 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in 613 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot 614 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed 615 cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed 616 cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header 617 cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header 618 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin 619 cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-sh-1 | 12 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_x` [all …]
|
| H A D | xgettext-perl-1 | 10 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 'ecs\tasy'; 76 printf "%s\n", gettext 'ecs\\tasy'; [all …]
|
| H A D | xgettext-perl-6 | 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 ("extracted8")), "$shouldnotbeextracted"; 26 print foobar (gettext "extracted9", "$shouldnotbeextracted"); 27 print foobar (gettext ("extracted10"), "$shouldnotbeextracted"); [all …]
|
| H A D | xgettext-6 | 10 fprintf (fp, gettext ("c-format positive1"), gettext ("c-format negative1")); 11 printk (gettext ("c-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 "lisp-format negative1")) 30 (prin1 (gettext "lisp-format negative2")) 47 MessageFormat.format(gettext("java-format positive1"), 48 gettext("java-format negative1")); 49 System.err.println(gettext("java-format negative2")); [all …]
|
| H A D | xgettext-python-2 | 11 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("there is not enough"
|
| /netbsd-src/external/gpl2/texinfo/dist/m4/ |
| H A D | ChangeLog | 1 2004-02-05 gettextize <bug-gnu-gettext@gnu.org> 3 * po.m4: Upgrade to gettext-0.14.1. 5 2003-12-20 gettextize <bug-gnu-gettext@gnu.org> 7 * printf-posix.m4: Upgrade to gettext-0.13.1. 9 2003-12-13 gettextize <bug-gnu-gettext@gnu.org> 11 * intmax.m4: New file, from gettext-0.13. 12 * longdouble.m4: New file, from gettext-0.13. 13 * longlong.m4: New file, from gettext-0.13. 14 * printf-posix.m4: New file, from gettext-0.13. 15 * signed.m4: New file, from gettext-0.13. [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | Makefile.am | 23 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc 31 info_TEXINFOS = gettext.texi 39 $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \ 40 $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \ 41 $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi 73 (dir=.; test -f ./gettext.texi || dir=$(srcdir); \ 74 set `$(SHELL) $(top_srcdir)/../build-aux/mdate-sh $$dir/gettext.texi`; \ 107 CLEANFILES = gettext.pdf gettext.html 124 $(RM) $(DESTDIR)$(dvidir)/gettext.dvi 128 gettext.am gettext.ams \ [all …]
|
| H A D | Makefile.in | 129 $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \ 130 $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \ 131 $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \ 132 $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \ 133 $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \ 134 $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \ 135 $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \ 136 $(top_srcdir)/../gettext-runtime/m4/intl.m4 \ 137 $(top_srcdir)/../gettext-runtime/m4/intmax.m4 \ 138 $(top_srcdir)/../gettext-runtime/m4/inttypes-pri.m4 \ [all …]
|
| H A D | ChangeLog | 3 * gettext-0.16.1 released. 7 * gettext-0.16 released. 11 * gettext.texi (Mark Keywords): Explain the syntax that xgettext 16 * gettext.texi (Mark Keywords): keyword are -> keyword is. 31 * gettext.texi (Language codes): Split into two nodes "Usual Language 48 * gettext.texi (PO Files): Document the "previous msgid" syntax. 58 * gettext.texi (AM_GNU_GETTEXT): Mention the AM_GNU_GETTEXT_NEED 64 * gettext.texi (aclocal): Mention intldir.m4. 70 * gettext.texi (aclocal): Don't mention inttypes-h.m4. 74 * gettext.texi (aclocal): Mention nls.m4, po.m4, mkdirp.m4. [all …]
|
| H A D | ChangeLog.0 | 3 * gettext.texi (libgettextpo): New node. 15 * gettext.texi (AM_GNU_GETTEXT): Don't document use-libtool, as it's 35 * gettext.texi (C): Refer to node Top of autosprintf.info. Needed to 46 * gettext.texi (C): Add reference to autosprintf for C++. 50 * gettext.texi (@direntry): Add more entry points: one for every 51 program, except 'gettext' and 'ngettext', which are also available 56 * gettext.texi (Creating): Remove --verbose argument of msginit 62 * gettext.texi (Smalltalk): Update. 67 * gettext.texi (php-format): New subsection. 73 * gettext-0.11.5 released. [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/m4/ |
| H A D | Makefile.am | 10 ../../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-runtime/m4/intmax.m4 \ 19 ../../gettext-runtime/m4/inttypes_h.m4 \ [all …]
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | zpool_main.c | 207 return (gettext("\tadd [-fn] <pool> <vdev> ...\n")); in get_usage() 209 return (gettext("\tattach [-f] <pool> <device> " in get_usage() 212 return (gettext("\tclear [-nF] <pool> [device]\n")); in get_usage() 214 return (gettext("\tcreate [-fnd] [-o property=value] ... \n" in get_usage() 218 return (gettext("\tdestroy [-f] <pool>\n")); in get_usage() 220 return (gettext("\tdetach <pool> <device>\n")); in get_usage() 222 return (gettext("\texport [-f] <pool> ...\n")); in get_usage() 224 return (gettext("\thistory [-il] [<pool>] ...\n")); in get_usage() 226 return (gettext("\timport [-d dir] [-D]\n" in get_usage() 236 return (gettext("\tiostat [-v] [-T d|u] [pool] ... [interval " in get_usage() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/man/ |
| H A D | Makefile.am | 27 man_aux = gettext.x ngettext.x envsubst.x 31 man_MAN1GEN = gettext.1 ngettext.1 32 man_MAN1IN = gettext.1.in ngettext.1.in 35 man_MAN3 = gettext.3 ngettext.3 \ 37 man_MAN3IN = gettext.3.in ngettext.3.in \ 42 man_HTMLGEN = gettext.1.html ngettext.1.html 43 man_HTMLIN = gettext.1.html.in ngettext.1.html.in 46 gettext.3.html ngettext.3.html \ 80 gettext.1: gettext.1.in Makefile 81 …|@''localedir''@|$(localedir)|g' < `if test -f gettext.1.in; then echo .; else echo $(srcdir); fi`… [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/ |
| H A D | ChangeLog | 3 * gettext-0.16.1 released. 7 * gettext-0.16 released. 11 * gettext.sh.in: Put under LGPL. 16 RELOCATABLE_BUILD_DIR): Replace lib and ../gettext-tools/lib with 21 * Makefile.am (AM_CPPFLAGS): Replace gettext-tools/lib with 22 gettext-tools/gnulib-lib. 36 * gettext-0.15 released. 47 * gettext.c: Include propername.h. 55 * gettext.sh.in: Fix behaviour when the sourceing script has a name 56 ending in gettext.sh. [all …]
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 238 return (gettext("\tclone [-p] [-o property=value] ... " in get_usage() 241 return (gettext("\tcreate [-pu] [-o property=value] ... " in get_usage() 246 return (gettext("\tdestroy [-fnpRrv] <filesystem|volume>\n" in get_usage() 251 return (gettext("\tget [-rHp] [-d max] " in get_usage() 257 return (gettext("\tinherit [-rS] <property> " in get_usage() 260 return (gettext("\tupgrade [-v]\n" in get_usage() 263 return (gettext("\tjail <jailid|jailname> <filesystem>\n")); in get_usage() 265 return (gettext("\tunjail <jailid|jailname> <filesystem>\n")); in get_usage() 267 return (gettext("\tlist [-Hp] [-r|-d max] [-o property[,...]] " in get_usage() 271 return (gettext("\tmount\n" in get_usage() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| H A D | ChangeLog | 3 * gettext-0.16.1 released. 7 * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use 13 * gettext-0.16 released. 21 * gettext.m4 (AM_GNU_GETTEXT): Don't use 'eval' on commands, only on 59 * gettext.m4 (gt_NEEDS_INIT, AM_GNU_GETTEXT_NEED): New macros. 67 * gettext.m4 (AM_GNU_GETTEXT): Define gt_included_intl to yes if 93 * intl.m4: New file, extracted from gettext.m4. 94 * gettext.m4 (AM_INTL_SUBDIR, gt_INTL_SUBDIR_CORE, gt_CHECK_DECL): 104 * gettext.m4 (AM_INTL_SUBDIR): Remove bh_C_SIGNED invocation. 127 * gettext-0.15 released. [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | Makefile.in | 36 gettextsrcdir = $(datadir)/gettext/intl 258 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 273 if test "$(PACKAGE)" = "gettext-tools" \ 315 if test "$(PACKAGE)" = "gettext-tools"; then \ 342 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 348 if test "$(PACKAGE)" = "gettext-tools" \ 360 if test "$(PACKAGE)" = "gettext-tools"; then \ 370 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 378 if test "$(PACKAGE)" = "gettext-tools" \ 410 if test "$(PACKAGE)" = "gettext-tools"; then \ [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/ |
| H A D | ChangeLog | 3 * gettext-0.16.1 released. 7 * gettext-0.16 released. 15 * gettext-0.15 released. 28 * gettext-0.14.6 released. 32 * gettext-0.14.5 released. 36 * gettext-0.14.4 released. 40 * gettext-0.14.3 released. 44 * gettext-0.14.2 released. 48 * gettext-0.14.1 released. 52 * gettext-0.14 released. [all …]
|
| /netbsd-src/lib/libintl/ |
| H A D | Makefile | 6 SRCS= gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \ 14 MAN= gettext.3 15 MLINKS= gettext.3 dgettext.3 gettext.3 dcgettext.3 \ 16 gettext.3 ngettext.3 gettext.3 dngettext.3 \ 17 gettext.3 dcngettext.3 gettext.3 textdomain.3 \ 18 gettext.3 bindtextdomain.3 gettext.3 bind_textdomain_codeset.3
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/ |
| H A D | ChangeLog.0 | 14 * gettext.m4 (AM_PO_SUBDIRS): Avoid warning when there are at least 56 * gettext.m4 (AM_GNU_GETTEXT): Print a message containing the macro's 74 * gettext.m4 (AM_PO_SUBDIRS): New variable POMAKEFILEDEPS. Substitute 79 * gettext-0.11.5 released. 83 * gettext.m4: Avoid expanding ALL_LINGUAS in comment. 91 * gettext-0.11.4 released. 100 * gettext.m4 (AM_INTL_SUBDIR): Require gt_INTTYPES_PRI. 111 * gettext.m4 (AM_GNU_GETTEXT): Accept needsymbol = 120 * gettext.m4 (AM_GNU_GETTEXT_VERSION): New macro. 125 * gettext-0.11.3 released. [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/projects/ |
| H A D | ChangeLog | 3 * gettext-0.16.1 released. 7 * gettext-0.16 released. 21 * gettext-0.15 released. 35 * gettext-0.14.6 released. 39 * gettext-0.14.5 released. 43 * gettext-0.14.4 released. 53 * gettext-0.14.3 released. 57 * gettext-0.14.2 released. 72 * gettext-0.14.1 released. 76 * gettext-0.14 released. [all …]
|