Update devel/gettext to 0.20.1.
This also switches the port to MULTI_PACKAGES, replacing the formerly
separate devel/gettext-tools port. There is also a third subpackage
now, libtextstyle. I'm following the packaging recommendations from
upstream.
It will also require tweaking the *_DEPENDS of dependent ports and
bumping the REVISION of all ports that have a LIB_DEPENDS/RUN_DEPENDS
on one of the gettext components. I'll handle that.
It could use additional eyeballs.
(Yes, SUBST_VARS=VERSION is unused in this point release. I have
left it in for now.)
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/gettext/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- Makefile 25 Oct 2018 13:21:58 -0000 1.87
+++ Makefile 12 May 2019 20:56:35 -0000
@@ -1,11 +1,23 @@
# $OpenBSD: Makefile,v 1.87 2018/10/25 13:21:58 sthen Exp $
-COMMENT= GNU gettext runtime libraries and programs
+COMMENT-runtime= GNU gettext runtime libraries and programs
+COMMENT-textstyle= text styling library
+COMMENT-tools= GNU gettext development and translation tools
+
+VERSION= 0.20.1
+DISTNAME= gettext-${VERSION}
+PKGNAME-runtime= gettext-${VERSION}
+PKGNAME-textstyle= libtextstyle-${VERSION}
+PKGNAME-tools= gettext-tools-${VERSION}
-DISTNAME= gettext-0.19.8.1
-REVISION = 3
-SHARED_LIBS += intl 6.0 # 9.5
+SHARED_LIBS += intl 6.0 # 9.6
SHARED_LIBS += asprintf 1.1 # unknown
+SHARED_LIBS += textstyle 0.0 # 0.0
+SHARED_LIBS += gettextlib 8.0 # unknown
+SHARED_LIBS += gettextsrc 7.0 # unknown
+SHARED_LIBS += gettextpo 9.0 # 5.5
+
+SUBST_VARS= VERSION
CATEGORIES= devel
# DPB: parallel-safe, not worth it. Too much time in configure
@@ -20,21 +32,34 @@ MAINTAINER= Christian Weisgerber <naddy@
# LGPLv2.1, GPLv3
PERMIT_PACKAGE_CDROM= Yes
-LIB_DEPENDS= converters/libiconv
-WANTLIB= c m iconv ${COMPILER_LIBCXX}
+MULTI_PACKAGES= -runtime -textstyle -tools
+SUBPACKAGE?= -runtime
+
+WANTLIB-runtime= c iconv m ${COMPILER_LIBCXX}
+WANTLIB-textstyle= curses iconv m
+WANTLIB-tools= c curses iconv intl m textstyle
+
+LIB_DEPENDS= converters/libiconv
+LIB_DEPENDS-tools= ${BASE_PKGPATH},-runtime \
+ ${BASE_PKGPATH},-textstyle
# on critical path to lang/gcc. XXX c++ used in libasprintf but seems
# unused at present; may need to revisit if this changes
COMPILER = base-clang base-gcc
-WRKSRC= ${WRKDIST}/gettext-runtime
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-csharp \
--disable-java \
+ --disable-acl \
--with-libiconv-prefix="${LOCALBASE}" \
- --with-included-gettext
+ --with-included-gettext \
+ --with-included-libunistring \
+ --with-included-libxml \
+ --without-emacs \
+ --without-git
-MODGNU_CONFIG_GUESS_DIRS=${WRKDIST}/build-aux
+MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux \
+ ${WRKSRC}/libtextstyle/build-aux
EXTRA_LOCALES= en he lv no
# only in gettext-tools
@@ -43,6 +68,11 @@ EXTRA_LOCALES+= eu pa
post-install:
for l in ${EXTRA_LOCALES}; do \
${INSTALL_DATA_DIR} ${PREFIX}/share/locale/$$l/LC_MESSAGES; \
+ done
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
+ for f in start-po.el po-mode.el po-compat.el; do \
+ ${INSTALL_DATA} ${WRKSRC}/gettext-tools/emacs/$$f \
+ ${PREFIX}/share/emacs/site-lisp; \
done
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/gettext/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo 31 Aug 2016 13:53:11 -0000 1.18
+++ distinfo 12 May 2019 20:56:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (gettext-0.19.8.1.tar.xz) = EFVW28XD+7wqoO20bSLQVXSLb1x816jZn45+uE6Ti+Q=
-SIZE (gettext-0.19.8.1.tar.xz) = 7209808
+SHA256 (gettext-0.20.1.tar.xz) = U/Avu+yeeYsPqvfHMnL4NgjoNcYojdWL5sm7VGJKOAA=
+SIZE (gettext-0.20.1.tar.xz) = 9346544
Index: patches/patch-gettext-runtime_intl_dcigettext_c
===================================================================
RCS file:
/cvs/ports/devel/gettext/patches/patch-gettext-runtime_intl_dcigettext_c,v
retrieving revision 1.7
diff -u -p -r1.7 patch-gettext-runtime_intl_dcigettext_c
--- patches/patch-gettext-runtime_intl_dcigettext_c 10 Jul 2014 20:42:28
-0000 1.7
+++ patches/patch-gettext-runtime_intl_dcigettext_c 12 May 2019 20:56:35
-0000
@@ -1,6 +1,7 @@
$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.7 2014/07/10 20:42:28
naddy Exp $
---- gettext-runtime/intl/dcigettext.c.orig Tue Apr 15 03:52:10 2014
-+++ gettext-runtime/intl/dcigettext.c Tue Jul 8 23:49:09 2014
+Index: gettext-runtime/intl/dcigettext.c
+--- gettext-runtime/intl/dcigettext.c.orig
++++ gettext-runtime/intl/dcigettext.c
@@ -505,6 +505,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
const char *localename;
#endif
@@ -24,7 +25,7 @@ $OpenBSD: patch-gettext-runtime_intl_dci
- resolved_dirname = (char *) alloca (path_max + dirname_len);
+ resolved_dirname_len = path_max + dirname_len;
+ resolved_dirname = (char *) alloca (resolved_dirname_len);
- ADD_BLOCK (block_list, tmp_dirname);
+ ADD_BLOCK (block_list, resolved_dirname);
__set_errno (0);
@@ -650,7 +653,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
Index: patches/patch-gettext-runtime_intl_localcharset_c
===================================================================
RCS file: patches/patch-gettext-runtime_intl_localcharset_c
diff -N patches/patch-gettext-runtime_intl_localcharset_c
--- patches/patch-gettext-runtime_intl_localcharset_c 20 Oct 2014 18:34:38
-0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-gettext-runtime_intl_localcharset_c,v 1.4 2014/10/20 18:34:38
naddy Exp $
---- gettext-runtime/intl/localcharset.c.orig Wed Oct 1 04:35:20 2014
-+++ gettext-runtime/intl/localcharset.c Mon Oct 20 19:49:42 2014
-@@ -236,8 +236,9 @@ get_charset_aliases (void)
- free (old_res_ptr);
- break;
- }
-- strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
-- strcpy (res_ptr + res_size - (l2 + 1), buf2);
-+ strlcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1,
-+ l1 + 1 + l2 + 1 + 1);
-+ strlcpy (res_ptr + res_size - (l2 + 1), buf2, l2 + 1 +
1);
- }
- fclose (fp);
- if (res_size == 0)
Index: patches/patch-gettext-runtime_intl_relocatable_c
===================================================================
RCS file:
/cvs/ports/devel/gettext/patches/patch-gettext-runtime_intl_relocatable_c,v
retrieving revision 1.5
diff -u -p -r1.5 patch-gettext-runtime_intl_relocatable_c
--- patches/patch-gettext-runtime_intl_relocatable_c 19 Jul 2015 23:46:08
-0000 1.5
+++ patches/patch-gettext-runtime_intl_relocatable_c 12 May 2019 20:56:35
-0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.5 2015/07/19 23:46:08
naddy Exp $
---- gettext-runtime/intl/relocatable.c.orig Fri Jun 5 09:01:10 2015
-+++ gettext-runtime/intl/relocatable.c Sat Jul 18 19:13:09 2015
-@@ -510,13 +510,17 @@ relocate (const char *pathname)
+Index: gettext-runtime/intl/relocatable.c
+--- gettext-runtime/intl/relocatable.c.orig
++++ gettext-runtime/intl/relocatable.c
+@@ -509,13 +509,17 @@ relocate (const char *pathname)
if (pathname[orig_prefix_len] == '\0')
{
/* pathname equals orig_prefix. */
@@ -21,7 +22,7 @@ $OpenBSD: patch-gettext-runtime_intl_rel
return result;
}
}
-@@ -524,15 +528,19 @@ relocate (const char *pathname)
+@@ -523,15 +527,19 @@ relocate (const char *pathname)
{
/* pathname starts with orig_prefix. */
const char *pathname_tail = &pathname[orig_prefix_len];
Index: patches/patch-gettext-tools_gnulib-lib_Makefile_in
===================================================================
RCS file: patches/patch-gettext-tools_gnulib-lib_Makefile_in
diff -N patches/patch-gettext-tools_gnulib-lib_Makefile_in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-gettext-tools_gnulib-lib_Makefile_in 12 May 2019 20:56:35
-0000
@@ -0,0 +1,28 @@
+$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.4 2016/08/31 13:53:11
naddy Exp $
+
+Use standard shared library versioning.
+
+Do not remove static library after building.
+This was also a race if MAKE_JOBS > 1.
+
+Index: gettext-tools/gnulib-lib/Makefile.in
+--- gettext-tools/gnulib-lib/Makefile.in.orig
++++ gettext-tools/gnulib-lib/Makefile.in
+@@ -2605,7 +2605,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
+ $(ISNAND_LIBM) $(ISNANF_LIBM) $(ISNANL_LIBM) $(LIB_ACL) \
+ $(LIB_CLOCK_GETTIME) $(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) \
+ $(LTLIBTHREAD) $(LTLIBUNISTRING) $(POW_LIBM) \
+- @INTL_MACOSX_LIBS@ -release @VERSION@ $(am__append_3) \
++ @INTL_MACOSX_LIBS@ $(am__append_3) \
+ $(am__append_8) $(am__append_24) $(am__append_25)
+
+ # Use this preprocessor expression to decide whether #include_next works.
+@@ -3609,7 +3609,7 @@ getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/conf
+ mv -f $@-t $@
+
+ # No need to install libgettextlib.a, except on AIX.
+-install-exec-local: install-libLTLIBRARIES install-exec-clean
++install-exec-local: install-libLTLIBRARIES
+ install-exec-clean:
+ case "@host_os@" in \
+ aix*) ;; \
Index: patches/patch-gettext-tools_src_Makefile_in
===================================================================
RCS file: patches/patch-gettext-tools_src_Makefile_in
diff -N patches/patch-gettext-tools_src_Makefile_in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-gettext-tools_src_Makefile_in 12 May 2019 20:56:35 -0000
@@ -0,0 +1,28 @@
+$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.4 2016/08/31 13:53:11 naddy
Exp $
+
+Use standard shared library versioning.
+
+Do not remove static library after building.
+This was also a race if MAKE_JOBS > 1.
+
+Index: gettext-tools/src/Makefile.in
+--- gettext-tools/src/Makefile.in.orig
++++ gettext-tools/src/Makefile.in
+@@ -2518,7 +2518,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
+ # Need @LTLIBINTL@ because many source files use gettext().
+ # Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
+ # use iconv().
+-libgettextsrc_la_LDFLAGS = -release @VERSION@ \
++libgettextsrc_la_LDFLAGS = \
+ ../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) \
+ ../../libtextstyle/lib/libtextstyle.la @LTLIBINTL@ \
+ @LTLIBICONV@ -lc -no-undefined $(am__append_1) $(am__append_3) \
+@@ -3957,7 +3957,7 @@ textstyle.h textstyle/stdbool.h textstyle/version.h te
+ $(MAKE) install-nobase_includeHEADERS
install-nobase_nodist_includeHEADERS includedir="$$here"
+
+ # No need to install libgettextsrc.a, except on AIX.
+-install-exec-hook: install-exec-clean
++install-exec-hook:
+ install-exec-clean:
+ case "@host_os@" in \
+ aix*) ;; \
Index: pkg/DESCR
===================================================================
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- pkg/DESCR 19 Jul 2015 23:46:08 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
-GNU gettext is a framework of libraries and tools for the internationalization
-and localization of software.
-
-This package contains the runtime libraries and programs.
Index: pkg/DESCR-runtime
===================================================================
RCS file: pkg/DESCR-runtime
diff -N pkg/DESCR-runtime
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-runtime 12 May 2019 20:56:36 -0000
@@ -0,0 +1,4 @@
+GNU gettext is a framework of libraries and tools for the internationalization
+and localization of software.
+
+This package contains the runtime libraries and programs.
Index: pkg/DESCR-textstyle
===================================================================
RCS file: pkg/DESCR-textstyle
diff -N pkg/DESCR-textstyle
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-textstyle 12 May 2019 20:56:36 -0000
@@ -0,0 +1,4 @@
+GNU gettext is a framework of libraries and tools for the internationalization
+and localization of software.
+
+This package contains the text styling library.
Index: pkg/DESCR-tools
===================================================================
RCS file: pkg/DESCR-tools
diff -N pkg/DESCR-tools
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-tools 12 May 2019 20:56:36 -0000
@@ -0,0 +1,4 @@
+GNU gettext is a framework of libraries and tools for the internationalization
+and localization of software.
+
+This package contains tools and documentation for developers and translators.
Index: pkg/PLIST
===================================================================
RCS file: pkg/PLIST
diff -N pkg/PLIST
--- pkg/PLIST 19 Jul 2015 23:46:08 -0000 1.27
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,198 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.27 2015/07/19 23:46:08 naddy Exp $
-@bin bin/envsubst
-@bin bin/gettext
-bin/gettext.sh
-@bin bin/ngettext
-include/autosprintf.h
-include/libintl.h
-@info info/autosprintf.info
-@comment lib/charset.alias
-lib/libasprintf.a
-lib/libasprintf.la
-@lib lib/libasprintf.so.${LIBasprintf_VERSION}
-lib/libintl.a
-lib/libintl.la
-@lib lib/libintl.so.${LIBintl_VERSION}
-@man man/man1/envsubst.1
-@man man/man1/gettext.1
-@man man/man1/ngettext.1
-@man man/man3/bind_textdomain_codeset.3
-@man man/man3/bindtextdomain.3
-@man man/man3/dcgettext.3
-@man man/man3/dcngettext.3
-@man man/man3/dgettext.3
-@man man/man3/dngettext.3
-@man man/man3/gettext.3
-@man man/man3/ngettext.3
-@man man/man3/textdomain.3
-share/doc/gettext/
-share/doc/gettext/bind_textdomain_codeset.3.html
-share/doc/gettext/bindtextdomain.3.html
-share/doc/gettext/csharpdoc/
-share/doc/gettext/csharpdoc/GNU_Gettext.html
-share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
-share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
-share/doc/gettext/csharpdoc/begin.html
-share/doc/gettext/csharpdoc/index.html
-share/doc/gettext/csharpdoc/namespaces.html
-share/doc/gettext/envsubst.1.html
-share/doc/gettext/gettext.1.html
-share/doc/gettext/gettext.3.html
-share/doc/gettext/javadoc2/
-share/doc/gettext/javadoc2/allclasses-frame.html
-share/doc/gettext/javadoc2/deprecated-list.html
-share/doc/gettext/javadoc2/gnu/
-share/doc/gettext/javadoc2/gnu/gettext/
-share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html
-share/doc/gettext/javadoc2/gnu/gettext/package-frame.html
-share/doc/gettext/javadoc2/gnu/gettext/package-summary.html
-share/doc/gettext/javadoc2/gnu/gettext/package-tree.html
-share/doc/gettext/javadoc2/help-doc.html
-share/doc/gettext/javadoc2/index-all.html
-share/doc/gettext/javadoc2/index.html
-share/doc/gettext/javadoc2/overview-tree.html
-share/doc/gettext/javadoc2/package-list
-share/doc/gettext/javadoc2/packages.html
-share/doc/gettext/javadoc2/serialized-form.html
-share/doc/gettext/javadoc2/stylesheet.css
-share/doc/gettext/ngettext.1.html
-share/doc/gettext/ngettext.3.html
-share/doc/gettext/textdomain.3.html
-share/doc/libasprintf/
-share/doc/libasprintf/autosprintf_all.html
-share/gettext/
-share/gettext/ABOUT-NLS
-share/locale/
-share/locale/be/
-share/locale/be/LC_MESSAGES/
-share/locale/be/LC_MESSAGES/gettext-runtime.mo
-share/locale/bg/
-share/locale/bg/LC_MESSAGES/
-share/locale/bg/LC_MESSAGES/gettext-runtime.mo
-share/locale/ca/
-share/locale/ca/LC_MESSAGES/
-share/locale/ca/LC_MESSAGES/gettext-runtime.mo
-share/locale/cs/
-share/locale/cs/LC_MESSAGES/
-share/locale/cs/LC_MESSAGES/gettext-runtime.mo
-share/locale/da/
-share/locale/da/LC_MESSAGES/
-share/locale/da/LC_MESSAGES/gettext-runtime.mo
-share/locale/de/
-share/locale/de/LC_MESSAGES/
-share/locale/de/LC_MESSAGES/gettext-runtime.mo
-share/locale/el/
-share/locale/el/LC_MESSAGES/
-share/locale/el/LC_MESSAGES/gettext-runtime.mo
-share/locale/en/
-share/locale/en/LC_MESSAGES/
-share/locale/en@boldquot/
-share/locale/en@boldquot/LC_MESSAGES/
-share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
-share/locale/en@quot/
-share/locale/en@quot/LC_MESSAGES/
-share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
-share/locale/eo/
-share/locale/eo/LC_MESSAGES/
-share/locale/eo/LC_MESSAGES/gettext-runtime.mo
-share/locale/es/
-share/locale/es/LC_MESSAGES/
-share/locale/es/LC_MESSAGES/gettext-runtime.mo
-share/locale/et/
-share/locale/et/LC_MESSAGES/
-share/locale/et/LC_MESSAGES/gettext-runtime.mo
-share/locale/eu/
-share/locale/eu/LC_MESSAGES/
-share/locale/fi/
-share/locale/fi/LC_MESSAGES/
-share/locale/fi/LC_MESSAGES/gettext-runtime.mo
-share/locale/fr/
-share/locale/fr/LC_MESSAGES/
-share/locale/fr/LC_MESSAGES/gettext-runtime.mo
-share/locale/ga/
-share/locale/ga/LC_MESSAGES/
-share/locale/ga/LC_MESSAGES/gettext-runtime.mo
-share/locale/gl/
-share/locale/gl/LC_MESSAGES/
-share/locale/gl/LC_MESSAGES/gettext-runtime.mo
-share/locale/he/
-share/locale/he/LC_MESSAGES/
-share/locale/hr/
-share/locale/hr/LC_MESSAGES/
-share/locale/hr/LC_MESSAGES/gettext-runtime.mo
-share/locale/hu/
-share/locale/hu/LC_MESSAGES/
-share/locale/hu/LC_MESSAGES/gettext-runtime.mo
-share/locale/id/
-share/locale/id/LC_MESSAGES/
-share/locale/id/LC_MESSAGES/gettext-runtime.mo
-share/locale/it/
-share/locale/it/LC_MESSAGES/
-share/locale/it/LC_MESSAGES/gettext-runtime.mo
-share/locale/ja/
-share/locale/ja/LC_MESSAGES/
-share/locale/ja/LC_MESSAGES/gettext-runtime.mo
-share/locale/ko/
-share/locale/ko/LC_MESSAGES/
-share/locale/ko/LC_MESSAGES/gettext-runtime.mo
-share/locale/locale.alias
-share/locale/lv/
-share/locale/lv/LC_MESSAGES/
-share/locale/nb/
-share/locale/nb/LC_MESSAGES/
-share/locale/nb/LC_MESSAGES/gettext-runtime.mo
-share/locale/nl/
-share/locale/nl/LC_MESSAGES/
-share/locale/nl/LC_MESSAGES/gettext-runtime.mo
-share/locale/nn/
-share/locale/nn/LC_MESSAGES/
-share/locale/nn/LC_MESSAGES/gettext-runtime.mo
-share/locale/no/
-share/locale/no/LC_MESSAGES/
-share/locale/pa/
-share/locale/pa/LC_MESSAGES/
-share/locale/pl/
-share/locale/pl/LC_MESSAGES/
-share/locale/pl/LC_MESSAGES/gettext-runtime.mo
-share/locale/pt/
-share/locale/pt/LC_MESSAGES/
-share/locale/pt/LC_MESSAGES/gettext-runtime.mo
-share/locale/pt_BR/
-share/locale/pt_BR/LC_MESSAGES/
-share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
-share/locale/ro/
-share/locale/ro/LC_MESSAGES/
-share/locale/ro/LC_MESSAGES/gettext-runtime.mo
-share/locale/ru/
-share/locale/ru/LC_MESSAGES/
-share/locale/ru/LC_MESSAGES/gettext-runtime.mo
-share/locale/sk/
-share/locale/sk/LC_MESSAGES/
-share/locale/sk/LC_MESSAGES/gettext-runtime.mo
-share/locale/sl/
-share/locale/sl/LC_MESSAGES/
-share/locale/sl/LC_MESSAGES/gettext-runtime.mo
-share/locale/sr/
-share/locale/sr/LC_MESSAGES/
-share/locale/sr/LC_MESSAGES/gettext-runtime.mo
-share/locale/sv/
-share/locale/sv/LC_MESSAGES/
-share/locale/sv/LC_MESSAGES/gettext-runtime.mo
-share/locale/tr/
-share/locale/tr/LC_MESSAGES/
-share/locale/tr/LC_MESSAGES/gettext-runtime.mo
-share/locale/uk/
-share/locale/uk/LC_MESSAGES/
-share/locale/uk/LC_MESSAGES/gettext-runtime.mo
-share/locale/vi/
-share/locale/vi/LC_MESSAGES/
-share/locale/vi/LC_MESSAGES/gettext-runtime.mo
-share/locale/zh_CN/
-share/locale/zh_CN/LC_MESSAGES/
-share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
-share/locale/zh_HK/
-share/locale/zh_HK/LC_MESSAGES/
-share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
-share/locale/zh_TW/
-share/locale/zh_TW/LC_MESSAGES/
-share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
Index: pkg/PLIST-runtime
===================================================================
RCS file: pkg/PLIST-runtime
diff -N pkg/PLIST-runtime
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-runtime 12 May 2019 20:56:36 -0000
@@ -0,0 +1,202 @@
+@comment $OpenBSD: PLIST,v 1.27 2015/07/19 23:46:08 naddy Exp $
+@pkgpath devel/gettext
+@bin bin/envsubst
+@bin bin/gettext
+bin/gettext.sh
+@bin bin/ngettext
+include/autosprintf.h
+include/libintl.h
+@info info/autosprintf.info
+@comment lib/charset.alias
+lib/libasprintf.a
+lib/libasprintf.la
+@lib lib/libasprintf.so.${LIBasprintf_VERSION}
+lib/libintl.a
+lib/libintl.la
+@lib lib/libintl.so.${LIBintl_VERSION}
+@man man/man1/envsubst.1
+@man man/man1/gettext.1
+@man man/man1/ngettext.1
+@man man/man3/bind_textdomain_codeset.3
+@man man/man3/bindtextdomain.3
+@man man/man3/dcgettext.3
+@man man/man3/dcngettext.3
+@man man/man3/dgettext.3
+@man man/man3/dngettext.3
+@man man/man3/gettext.3
+@man man/man3/ngettext.3
+@man man/man3/textdomain.3
+share/doc/gettext/
+share/doc/gettext/bind_textdomain_codeset.3.html
+share/doc/gettext/bindtextdomain.3.html
+share/doc/gettext/csharpdoc/
+share/doc/gettext/csharpdoc/GNU_Gettext.html
+share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html
+share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html
+share/doc/gettext/csharpdoc/begin.html
+share/doc/gettext/csharpdoc/index.html
+share/doc/gettext/csharpdoc/namespaces.html
+share/doc/gettext/envsubst.1.html
+share/doc/gettext/gettext.1.html
+share/doc/gettext/gettext.3.html
+share/doc/gettext/javadoc2/
+share/doc/gettext/javadoc2/allclasses-frame.html
+share/doc/gettext/javadoc2/deprecated-list.html
+share/doc/gettext/javadoc2/gnu/
+share/doc/gettext/javadoc2/gnu/gettext/
+share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html
+share/doc/gettext/javadoc2/gnu/gettext/package-frame.html
+share/doc/gettext/javadoc2/gnu/gettext/package-summary.html
+share/doc/gettext/javadoc2/gnu/gettext/package-tree.html
+share/doc/gettext/javadoc2/help-doc.html
+share/doc/gettext/javadoc2/index-all.html
+share/doc/gettext/javadoc2/index.html
+share/doc/gettext/javadoc2/overview-tree.html
+share/doc/gettext/javadoc2/package-list
+share/doc/gettext/javadoc2/packages.html
+share/doc/gettext/javadoc2/serialized-form.html
+share/doc/gettext/javadoc2/stylesheet.css
+share/doc/gettext/ngettext.1.html
+share/doc/gettext/ngettext.3.html
+share/doc/gettext/textdomain.3.html
+share/doc/libasprintf/
+share/doc/libasprintf/autosprintf_all.html
+share/gettext/
+share/gettext/ABOUT-NLS
+share/locale/
+share/locale/ast/
+share/locale/ast/LC_MESSAGES/
+share/locale/ast/LC_MESSAGES/gettext-runtime.mo
+share/locale/be/
+share/locale/be/LC_MESSAGES/
+share/locale/be/LC_MESSAGES/gettext-runtime.mo
+share/locale/bg/
+share/locale/bg/LC_MESSAGES/
+share/locale/bg/LC_MESSAGES/gettext-runtime.mo
+share/locale/ca/
+share/locale/ca/LC_MESSAGES/
+share/locale/ca/LC_MESSAGES/gettext-runtime.mo
+share/locale/cs/
+share/locale/cs/LC_MESSAGES/
+share/locale/cs/LC_MESSAGES/gettext-runtime.mo
+share/locale/da/
+share/locale/da/LC_MESSAGES/
+share/locale/da/LC_MESSAGES/gettext-runtime.mo
+share/locale/de/
+share/locale/de/LC_MESSAGES/
+share/locale/de/LC_MESSAGES/gettext-runtime.mo
+share/locale/el/
+share/locale/el/LC_MESSAGES/
+share/locale/el/LC_MESSAGES/gettext-runtime.mo
+share/locale/en/
+share/locale/en/LC_MESSAGES/
+share/locale/en@boldquot/
+share/locale/en@boldquot/LC_MESSAGES/
+share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo
+share/locale/en@quot/
+share/locale/en@quot/LC_MESSAGES/
+share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo
+share/locale/eo/
+share/locale/eo/LC_MESSAGES/
+share/locale/eo/LC_MESSAGES/gettext-runtime.mo
+share/locale/es/
+share/locale/es/LC_MESSAGES/
+share/locale/es/LC_MESSAGES/gettext-runtime.mo
+share/locale/et/
+share/locale/et/LC_MESSAGES/
+share/locale/et/LC_MESSAGES/gettext-runtime.mo
+share/locale/eu/
+share/locale/eu/LC_MESSAGES/
+share/locale/fi/
+share/locale/fi/LC_MESSAGES/
+share/locale/fi/LC_MESSAGES/gettext-runtime.mo
+share/locale/fr/
+share/locale/fr/LC_MESSAGES/
+share/locale/fr/LC_MESSAGES/gettext-runtime.mo
+share/locale/ga/
+share/locale/ga/LC_MESSAGES/
+share/locale/ga/LC_MESSAGES/gettext-runtime.mo
+share/locale/gl/
+share/locale/gl/LC_MESSAGES/
+share/locale/gl/LC_MESSAGES/gettext-runtime.mo
+share/locale/he/
+share/locale/he/LC_MESSAGES/
+share/locale/hr/
+share/locale/hr/LC_MESSAGES/
+share/locale/hr/LC_MESSAGES/gettext-runtime.mo
+share/locale/hu/
+share/locale/hu/LC_MESSAGES/
+share/locale/hu/LC_MESSAGES/gettext-runtime.mo
+share/locale/id/
+share/locale/id/LC_MESSAGES/
+share/locale/id/LC_MESSAGES/gettext-runtime.mo
+share/locale/it/
+share/locale/it/LC_MESSAGES/
+share/locale/it/LC_MESSAGES/gettext-runtime.mo
+share/locale/ja/
+share/locale/ja/LC_MESSAGES/
+share/locale/ja/LC_MESSAGES/gettext-runtime.mo
+share/locale/ko/
+share/locale/ko/LC_MESSAGES/
+share/locale/ko/LC_MESSAGES/gettext-runtime.mo
+share/locale/locale.alias
+share/locale/lv/
+share/locale/lv/LC_MESSAGES/
+share/locale/nb/
+share/locale/nb/LC_MESSAGES/
+share/locale/nb/LC_MESSAGES/gettext-runtime.mo
+share/locale/nl/
+share/locale/nl/LC_MESSAGES/
+share/locale/nl/LC_MESSAGES/gettext-runtime.mo
+share/locale/nn/
+share/locale/nn/LC_MESSAGES/
+share/locale/nn/LC_MESSAGES/gettext-runtime.mo
+share/locale/no/
+share/locale/no/LC_MESSAGES/
+share/locale/pa/
+share/locale/pa/LC_MESSAGES/
+share/locale/pl/
+share/locale/pl/LC_MESSAGES/
+share/locale/pl/LC_MESSAGES/gettext-runtime.mo
+share/locale/pt/
+share/locale/pt/LC_MESSAGES/
+share/locale/pt/LC_MESSAGES/gettext-runtime.mo
+share/locale/pt_BR/
+share/locale/pt_BR/LC_MESSAGES/
+share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo
+share/locale/ro/
+share/locale/ro/LC_MESSAGES/
+share/locale/ro/LC_MESSAGES/gettext-runtime.mo
+share/locale/ru/
+share/locale/ru/LC_MESSAGES/
+share/locale/ru/LC_MESSAGES/gettext-runtime.mo
+share/locale/sk/
+share/locale/sk/LC_MESSAGES/
+share/locale/sk/LC_MESSAGES/gettext-runtime.mo
+share/locale/sl/
+share/locale/sl/LC_MESSAGES/
+share/locale/sl/LC_MESSAGES/gettext-runtime.mo
+share/locale/sr/
+share/locale/sr/LC_MESSAGES/
+share/locale/sr/LC_MESSAGES/gettext-runtime.mo
+share/locale/sv/
+share/locale/sv/LC_MESSAGES/
+share/locale/sv/LC_MESSAGES/gettext-runtime.mo
+share/locale/tr/
+share/locale/tr/LC_MESSAGES/
+share/locale/tr/LC_MESSAGES/gettext-runtime.mo
+share/locale/uk/
+share/locale/uk/LC_MESSAGES/
+share/locale/uk/LC_MESSAGES/gettext-runtime.mo
+share/locale/vi/
+share/locale/vi/LC_MESSAGES/
+share/locale/vi/LC_MESSAGES/gettext-runtime.mo
+share/locale/zh_CN/
+share/locale/zh_CN/LC_MESSAGES/
+share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo
+share/locale/zh_HK/
+share/locale/zh_HK/LC_MESSAGES/
+share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo
+share/locale/zh_TW/
+share/locale/zh_TW/LC_MESSAGES/
+share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo
Index: pkg/PLIST-textstyle
===================================================================
RCS file: pkg/PLIST-textstyle
diff -N pkg/PLIST-textstyle
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-textstyle 12 May 2019 20:56:36 -0000
@@ -0,0 +1,20 @@
+@comment $OpenBSD: PLIST,v$
+include/textstyle/
+include/textstyle.h
+include/textstyle/stdbool.h
+include/textstyle/version.h
+include/textstyle/woe32dll.h
+@info info/libtextstyle.info
+lib/libtextstyle.a
+lib/libtextstyle.la
+@lib lib/libtextstyle.so.${LIBtextstyle_VERSION}
+share/doc/libtextstyle/
+share/doc/libtextstyle/libtextstyle_1.html
+share/doc/libtextstyle/libtextstyle_2.html
+share/doc/libtextstyle/libtextstyle_3.html
+share/doc/libtextstyle/libtextstyle_4.html
+share/doc/libtextstyle/libtextstyle_5.html
+share/doc/libtextstyle/libtextstyle_6.html
+share/doc/libtextstyle/libtextstyle_7.html
+share/doc/libtextstyle/libtextstyle_abt.html
+share/doc/libtextstyle/libtextstyle_toc.html
Index: pkg/PLIST-tools
===================================================================
RCS file: pkg/PLIST-tools
diff -N pkg/PLIST-tools
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-tools 12 May 2019 20:56:36 -0000
@@ -0,0 +1,1883 @@
+@comment $OpenBSD: PLIST,v 1.4 2016/08/31 13:53:11 naddy Exp $
+@pkgpath devel/gettext-tools
+bin/autopoint
+bin/gettextize
+@bin bin/msgattrib
+@bin bin/msgcat
+@bin bin/msgcmp
+@bin bin/msgcomm
+@bin bin/msgconv
+@bin bin/msgen
+@bin bin/msgexec
+@bin bin/msgfilter
+@bin bin/msgfmt
+@bin bin/msggrep
+@bin bin/msginit
+@bin bin/msgmerge
+@bin bin/msgunfmt
+@bin bin/msguniq
+@bin bin/recode-sr-latin
+@bin bin/xgettext
+include/gettext-po.h
+@info info/gettext.info
+lib/gettext/
+@bin lib/gettext/cldr-plurals
+@bin lib/gettext/hostname
+lib/gettext/project-id
+@bin lib/gettext/urlget
+lib/gettext/user-email
+lib/libgettextlib.a
+lib/libgettextlib.la
+@lib lib/libgettextlib.so.${LIBgettextlib_VERSION}
+lib/libgettextpo.a
+lib/libgettextpo.la
+@lib lib/libgettextpo.so.${LIBgettextpo_VERSION}
+lib/libgettextsrc.a
+lib/libgettextsrc.la
+@lib lib/libgettextsrc.so.${LIBgettextsrc_VERSION}
+@man man/man1/autopoint.1
+@man man/man1/gettextize.1
+@man man/man1/msgattrib.1
+@man man/man1/msgcat.1
+@man man/man1/msgcmp.1
+@man man/man1/msgcomm.1
+@man man/man1/msgconv.1
+@man man/man1/msgen.1
+@man man/man1/msgexec.1
+@man man/man1/msgfilter.1
+@man man/man1/msgfmt.1
+@man man/man1/msggrep.1
+@man man/man1/msginit.1
+@man man/man1/msgmerge.1
+@man man/man1/msgunfmt.1
+@man man/man1/msguniq.1
+@man man/man1/recode-sr-latin.1
+@man man/man1/xgettext.1
+share/aclocal/
+share/aclocal/gettext.m4
+share/aclocal/host-cpu-c-abi.m4
+share/aclocal/iconv.m4
+share/aclocal/intlmacosx.m4
+share/aclocal/lib-ld.m4
+share/aclocal/lib-link.m4
+share/aclocal/lib-prefix.m4
+share/aclocal/nls.m4
+share/aclocal/po.m4
+share/aclocal/progtest.m4
+share/doc/gettext/FAQ.html
+share/doc/gettext/autopoint.1.html
+share/doc/gettext/examples/
+share/doc/gettext/examples/README
+share/doc/gettext/examples/build-aux/
+share/doc/gettext/examples/build-aux/csharpcomp.m4
+share/doc/gettext/examples/build-aux/csharpcomp.sh.in
+share/doc/gettext/examples/build-aux/csharpexec-test.exe
+share/doc/gettext/examples/build-aux/csharpexec.m4
+share/doc/gettext/examples/build-aux/csharpexec.sh.in
+share/doc/gettext/examples/build-aux/javacomp.m4
+share/doc/gettext/examples/build-aux/javacomp.sh.in
+share/doc/gettext/examples/build-aux/javaexec.m4
+share/doc/gettext/examples/build-aux/javaexec.sh.in
+share/doc/gettext/examples/hello-c/
+share/doc/gettext/examples/hello-c++/
+share/doc/gettext/examples/hello-c++-gnome/
+share/doc/gettext/examples/hello-c++-gnome/INSTALL
+share/doc/gettext/examples/hello-c++-gnome/Makefile.am
+share/doc/gettext/examples/hello-c++-gnome/autoclean.sh
+share/doc/gettext/examples/hello-c++-gnome/autogen.sh
+share/doc/gettext/examples/hello-c++-gnome/configure.ac
+share/doc/gettext/examples/hello-c++-gnome/hello.cc
+share/doc/gettext/examples/hello-c++-gnome/m4/
+share/doc/gettext/examples/hello-c++-gnome/m4/Makefile.am
+share/doc/gettext/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4
+share/doc/gettext/examples/hello-c++-gnome/m4/gnome-orbit-check.m4
+share/doc/gettext/examples/hello-c++-gnome/m4/gnome.m4
+share/doc/gettext/examples/hello-c++-gnome/m4/gtk--.m4
+share/doc/gettext/examples/hello-c++-gnome/m4/gtk.m4
+share/doc/gettext/examples/hello-c++-gnome/po/
+share/doc/gettext/examples/hello-c++-gnome/po/LINGUAS
+share/doc/gettext/examples/hello-c++-gnome/po/Makevars
+share/doc/gettext/examples/hello-c++-gnome/po/POTFILES.in
+share/doc/gettext/examples/hello-c++-gnome/po/af.po
+share/doc/gettext/examples/hello-c++-gnome/po/ast.po
+share/doc/gettext/examples/hello-c++-gnome/po/bg.po
+share/doc/gettext/examples/hello-c++-gnome/po/ca.po
+share/doc/gettext/examples/hello-c++-gnome/po/cs.po
+share/doc/gettext/examples/hello-c++-gnome/po/da.po
+share/doc/gettext/examples/hello-c++-gnome/po/de.po
+share/doc/gettext/examples/hello-c++-gnome/po/el.po
+share/doc/gettext/examples/hello-c++-gnome/po/eo.po
+share/doc/gettext/examples/hello-c++-gnome/po/es.po
+share/doc/gettext/examples/hello-c++-gnome/po/fi.po
+share/doc/gettext/examples/hello-c++-gnome/po/fr.po
+share/doc/gettext/examples/hello-c++-gnome/po/ga.po
+share/doc/gettext/examples/hello-c++-gnome/po/gl.po
+share/doc/gettext/examples/hello-c++-gnome/po/hr.po
+share/doc/gettext/examples/hello-c++-gnome/po/hu.po
+share/doc/gettext/examples/hello-c++-gnome/po/id.po
+share/doc/gettext/examples/hello-c++-gnome/po/it.po
+share/doc/gettext/examples/hello-c++-gnome/po/ja.po
+share/doc/gettext/examples/hello-c++-gnome/po/ky.po
+share/doc/gettext/examples/hello-c++-gnome/po/lv.po
+share/doc/gettext/examples/hello-c++-gnome/po/ms.po
+share/doc/gettext/examples/hello-c++-gnome/po/mt.po
+share/doc/gettext/examples/hello-c++-gnome/po/nb.po
+share/doc/gettext/examples/hello-c++-gnome/po/nl.po
+share/doc/gettext/examples/hello-c++-gnome/po/pl.po
+share/doc/gettext/examples/hello-c++-gnome/po/pt.po
+share/doc/gettext/examples/hello-c++-gnome/po/pt_BR.po
+share/doc/gettext/examples/hello-c++-gnome/po/ro.po
+share/doc/gettext/examples/hello-c++-gnome/po/ru.po
+share/doc/gettext/examples/hello-c++-gnome/po/sk.po
+share/doc/gettext/examples/hello-c++-gnome/po/sl.po
+share/doc/gettext/examples/hello-c++-gnome/po/sr.po
+share/doc/gettext/examples/hello-c++-gnome/po/sv.po
+share/doc/gettext/examples/hello-c++-gnome/po/ta.po
+share/doc/gettext/examples/hello-c++-gnome/po/tr.po
+share/doc/gettext/examples/hello-c++-gnome/po/uk.po
+share/doc/gettext/examples/hello-c++-gnome/po/vi.po
+share/doc/gettext/examples/hello-c++-gnome/po/zh_CN.po
+share/doc/gettext/examples/hello-c++-gnome/po/zh_HK.po
+share/doc/gettext/examples/hello-c++-gnome/po/zh_TW.po
+share/doc/gettext/examples/hello-c++-kde/
+share/doc/gettext/examples/hello-c++-kde/BUGS
+share/doc/gettext/examples/hello-c++-kde/INSTALL
+share/doc/gettext/examples/hello-c++-kde/Makefile.am
+share/doc/gettext/examples/hello-c++-kde/admin/
+share/doc/gettext/examples/hello-c++-kde/admin/ChangeLog
+share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.am
+share/doc/gettext/examples/hello-c++-kde/admin/Doxyfile.global
+share/doc/gettext/examples/hello-c++-kde/admin/Makefile.common
+share/doc/gettext/examples/hello-c++-kde/admin/acinclude.m4.in
+share/doc/gettext/examples/hello-c++-kde/admin/am_edit
+share/doc/gettext/examples/hello-c++-kde/admin/compile
+share/doc/gettext/examples/hello-c++-kde/admin/conf.change.pl
+share/doc/gettext/examples/hello-c++-kde/admin/config.guess
+share/doc/gettext/examples/hello-c++-kde/admin/config.pl
+share/doc/gettext/examples/hello-c++-kde/admin/config.sub
+share/doc/gettext/examples/hello-c++-kde/admin/configure.in.bot.end
+share/doc/gettext/examples/hello-c++-kde/admin/configure.in.min
+share/doc/gettext/examples/hello-c++-kde/admin/cvs-clean.pl
+share/doc/gettext/examples/hello-c++-kde/admin/cvs.sh
+share/doc/gettext/examples/hello-c++-kde/admin/debianrules
+share/doc/gettext/examples/hello-c++-kde/admin/depcomp
+share/doc/gettext/examples/hello-c++-kde/admin/detect-autoconf.sh
+share/doc/gettext/examples/hello-c++-kde/admin/install-sh
+share/doc/gettext/examples/hello-c++-kde/admin/libtool.m4.in
+share/doc/gettext/examples/hello-c++-kde/admin/ltmain.sh
+share/doc/gettext/examples/hello-c++-kde/admin/missing
+share/doc/gettext/examples/hello-c++-kde/admin/mkinstalldirs
+share/doc/gettext/examples/hello-c++-kde/admin/ylwrap
+share/doc/gettext/examples/hello-c++-kde/autoclean.sh
+share/doc/gettext/examples/hello-c++-kde/autogen.sh
+share/doc/gettext/examples/hello-c++-kde/configure.in.in
+share/doc/gettext/examples/hello-c++-kde/hello.cc
+share/doc/gettext/examples/hello-c++-kde/hellowindow.cc
+share/doc/gettext/examples/hello-c++-kde/hellowindow.h
+share/doc/gettext/examples/hello-c++-kde/m4/
+share/doc/gettext/examples/hello-c++-kde/m4/Makefile.am
+share/doc/gettext/examples/hello-c++-kde/po/
+share/doc/gettext/examples/hello-c++-kde/po/LINGUAS
+share/doc/gettext/examples/hello-c++-kde/po/Makevars
+share/doc/gettext/examples/hello-c++-kde/po/POTFILES.in
+share/doc/gettext/examples/hello-c++-kde/po/af.po
+share/doc/gettext/examples/hello-c++-kde/po/ast.po
+share/doc/gettext/examples/hello-c++-kde/po/bg.po
+share/doc/gettext/examples/hello-c++-kde/po/ca.po
+share/doc/gettext/examples/hello-c++-kde/po/cs.po
+share/doc/gettext/examples/hello-c++-kde/po/da.po
+share/doc/gettext/examples/hello-c++-kde/po/de.po
+share/doc/gettext/examples/hello-c++-kde/po/el.po
+share/doc/gettext/examples/hello-c++-kde/po/eo.po
+share/doc/gettext/examples/hello-c++-kde/po/es.po
+share/doc/gettext/examples/hello-c++-kde/po/fi.po
+share/doc/gettext/examples/hello-c++-kde/po/fr.po
+share/doc/gettext/examples/hello-c++-kde/po/ga.po
+share/doc/gettext/examples/hello-c++-kde/po/gl.po
+share/doc/gettext/examples/hello-c++-kde/po/hr.po
+share/doc/gettext/examples/hello-c++-kde/po/hu.po
+share/doc/gettext/examples/hello-c++-kde/po/id.po
+share/doc/gettext/examples/hello-c++-kde/po/it.po
+share/doc/gettext/examples/hello-c++-kde/po/ja.po
+share/doc/gettext/examples/hello-c++-kde/po/ky.po
+share/doc/gettext/examples/hello-c++-kde/po/lv.po
+share/doc/gettext/examples/hello-c++-kde/po/ms.po
+share/doc/gettext/examples/hello-c++-kde/po/mt.po
+share/doc/gettext/examples/hello-c++-kde/po/nb.po
+share/doc/gettext/examples/hello-c++-kde/po/nl.po
+share/doc/gettext/examples/hello-c++-kde/po/pl.po
+share/doc/gettext/examples/hello-c++-kde/po/pt.po
+share/doc/gettext/examples/hello-c++-kde/po/pt_BR.po
+share/doc/gettext/examples/hello-c++-kde/po/ro.po
+share/doc/gettext/examples/hello-c++-kde/po/ru.po
+share/doc/gettext/examples/hello-c++-kde/po/sk.po
+share/doc/gettext/examples/hello-c++-kde/po/sl.po
+share/doc/gettext/examples/hello-c++-kde/po/sr.po
+share/doc/gettext/examples/hello-c++-kde/po/sv.po
+share/doc/gettext/examples/hello-c++-kde/po/ta.po
+share/doc/gettext/examples/hello-c++-kde/po/tr.po
+share/doc/gettext/examples/hello-c++-kde/po/uk.po
+share/doc/gettext/examples/hello-c++-kde/po/vi.po
+share/doc/gettext/examples/hello-c++-kde/po/zh_CN.po
+share/doc/gettext/examples/hello-c++-kde/po/zh_HK.po
+share/doc/gettext/examples/hello-c++-kde/po/zh_TW.po
+share/doc/gettext/examples/hello-c++-qt/
+share/doc/gettext/examples/hello-c++-qt/BUGS
+share/doc/gettext/examples/hello-c++-qt/INSTALL
+share/doc/gettext/examples/hello-c++-qt/Makefile.am
+share/doc/gettext/examples/hello-c++-qt/autoclean.sh
+share/doc/gettext/examples/hello-c++-qt/autogen.sh
+share/doc/gettext/examples/hello-c++-qt/configure.ac
+share/doc/gettext/examples/hello-c++-qt/hello.cc
+share/doc/gettext/examples/hello-c++-qt/m4/
+share/doc/gettext/examples/hello-c++-qt/m4/Makefile.am
+share/doc/gettext/examples/hello-c++-qt/m4/qt.m4
+share/doc/gettext/examples/hello-c++-qt/po/
+share/doc/gettext/examples/hello-c++-qt/po/LINGUAS
+share/doc/gettext/examples/hello-c++-qt/po/Makefile.am
+share/doc/gettext/examples/hello-c++-qt/po/af.po
+share/doc/gettext/examples/hello-c++-qt/po/ast.po
+share/doc/gettext/examples/hello-c++-qt/po/bg.po
+share/doc/gettext/examples/hello-c++-qt/po/ca.po
+share/doc/gettext/examples/hello-c++-qt/po/cs.po
+share/doc/gettext/examples/hello-c++-qt/po/da.po
+share/doc/gettext/examples/hello-c++-qt/po/de.po
+share/doc/gettext/examples/hello-c++-qt/po/el.po
+share/doc/gettext/examples/hello-c++-qt/po/eo.po
+share/doc/gettext/examples/hello-c++-qt/po/es.po
+share/doc/gettext/examples/hello-c++-qt/po/fi.po
+share/doc/gettext/examples/hello-c++-qt/po/fr.po
+share/doc/gettext/examples/hello-c++-qt/po/ga.po
+share/doc/gettext/examples/hello-c++-qt/po/gl.po
+share/doc/gettext/examples/hello-c++-qt/po/hr.po
+share/doc/gettext/examples/hello-c++-qt/po/hu.po
+share/doc/gettext/examples/hello-c++-qt/po/id.po
+share/doc/gettext/examples/hello-c++-qt/po/it.po
+share/doc/gettext/examples/hello-c++-qt/po/ja.po
+share/doc/gettext/examples/hello-c++-qt/po/ky.po
+share/doc/gettext/examples/hello-c++-qt/po/lv.po
+share/doc/gettext/examples/hello-c++-qt/po/ms.po
+share/doc/gettext/examples/hello-c++-qt/po/mt.po
+share/doc/gettext/examples/hello-c++-qt/po/nb.po
+share/doc/gettext/examples/hello-c++-qt/po/nl.po
+share/doc/gettext/examples/hello-c++-qt/po/pl.po
+share/doc/gettext/examples/hello-c++-qt/po/pt.po
+share/doc/gettext/examples/hello-c++-qt/po/pt_BR.po
+share/doc/gettext/examples/hello-c++-qt/po/ro.po
+share/doc/gettext/examples/hello-c++-qt/po/ru.po
+share/doc/gettext/examples/hello-c++-qt/po/sk.po
+share/doc/gettext/examples/hello-c++-qt/po/sl.po
+share/doc/gettext/examples/hello-c++-qt/po/sr.po
+share/doc/gettext/examples/hello-c++-qt/po/sv.po
+share/doc/gettext/examples/hello-c++-qt/po/ta.po
+share/doc/gettext/examples/hello-c++-qt/po/tr.po
+share/doc/gettext/examples/hello-c++-qt/po/uk.po
+share/doc/gettext/examples/hello-c++-qt/po/vi.po
+share/doc/gettext/examples/hello-c++-qt/po/zh_CN.po
+share/doc/gettext/examples/hello-c++-qt/po/zh_HK.po
+share/doc/gettext/examples/hello-c++-qt/po/zh_TW.po
+share/doc/gettext/examples/hello-c++-wxwidgets/
+share/doc/gettext/examples/hello-c++-wxwidgets/INSTALL
+share/doc/gettext/examples/hello-c++-wxwidgets/Makefile.am
+share/doc/gettext/examples/hello-c++-wxwidgets/autoclean.sh
+share/doc/gettext/examples/hello-c++-wxwidgets/autogen.sh
+share/doc/gettext/examples/hello-c++-wxwidgets/configure.ac
+share/doc/gettext/examples/hello-c++-wxwidgets/hello.cc
+share/doc/gettext/examples/hello-c++-wxwidgets/m4/
+share/doc/gettext/examples/hello-c++-wxwidgets/m4/Makefile.am
+share/doc/gettext/examples/hello-c++-wxwidgets/m4/wxwidgets.m4
+share/doc/gettext/examples/hello-c++-wxwidgets/po/
+share/doc/gettext/examples/hello-c++-wxwidgets/po/LINGUAS
+share/doc/gettext/examples/hello-c++-wxwidgets/po/Makefile.am
+share/doc/gettext/examples/hello-c++-wxwidgets/po/af.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ast.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/bg.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ca.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/cs.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/da.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/de.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/el.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/eo.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/es.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/fi.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/fr.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ga.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/gl.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/hr.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/hu.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/id.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/it.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ja.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ky.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/lv.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ms.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/mt.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/nb.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/nl.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/pl.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/pt.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/pt_BR.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ro.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ru.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/sk.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/sl.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/sr.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/sv.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/ta.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/tr.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/uk.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/vi.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_CN.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_HK.po
+share/doc/gettext/examples/hello-c++-wxwidgets/po/zh_TW.po
+share/doc/gettext/examples/hello-c++/INSTALL
+share/doc/gettext/examples/hello-c++/Makefile.am
+share/doc/gettext/examples/hello-c++/autoclean.sh
+share/doc/gettext/examples/hello-c++/autogen.sh
+share/doc/gettext/examples/hello-c++/configure.ac
+share/doc/gettext/examples/hello-c++/hello.cc
+share/doc/gettext/examples/hello-c++/m4/
+share/doc/gettext/examples/hello-c++/m4/Makefile.am
+share/doc/gettext/examples/hello-c++/po/
+share/doc/gettext/examples/hello-c++/po/LINGUAS
+share/doc/gettext/examples/hello-c++/po/Makevars
+share/doc/gettext/examples/hello-c++/po/POTFILES.in
+share/doc/gettext/examples/hello-c++/po/af.po
+share/doc/gettext/examples/hello-c++/po/ast.po
+share/doc/gettext/examples/hello-c++/po/bg.po
+share/doc/gettext/examples/hello-c++/po/ca.po
+share/doc/gettext/examples/hello-c++/po/cs.po
+share/doc/gettext/examples/hello-c++/po/da.po
+share/doc/gettext/examples/hello-c++/po/de.po
+share/doc/gettext/examples/hello-c++/po/el.po
+share/doc/gettext/examples/hello-c++/po/eo.po
+share/doc/gettext/examples/hello-c++/po/es.po
+share/doc/gettext/examples/hello-c++/po/fi.po
+share/doc/gettext/examples/hello-c++/po/fr.po
+share/doc/gettext/examples/hello-c++/po/ga.po
+share/doc/gettext/examples/hello-c++/po/gl.po
+share/doc/gettext/examples/hello-c++/po/hr.po
+share/doc/gettext/examples/hello-c++/po/hu.po
+share/doc/gettext/examples/hello-c++/po/id.po
+share/doc/gettext/examples/hello-c++/po/it.po
+share/doc/gettext/examples/hello-c++/po/ja.po
+share/doc/gettext/examples/hello-c++/po/ky.po
+share/doc/gettext/examples/hello-c++/po/lv.po
+share/doc/gettext/examples/hello-c++/po/ms.po
+share/doc/gettext/examples/hello-c++/po/mt.po
+share/doc/gettext/examples/hello-c++/po/nb.po
+share/doc/gettext/examples/hello-c++/po/nl.po
+share/doc/gettext/examples/hello-c++/po/pl.po
+share/doc/gettext/examples/hello-c++/po/pt.po
+share/doc/gettext/examples/hello-c++/po/pt_BR.po
+share/doc/gettext/examples/hello-c++/po/ro.po
+share/doc/gettext/examples/hello-c++/po/ru.po
+share/doc/gettext/examples/hello-c++/po/sk.po
+share/doc/gettext/examples/hello-c++/po/sl.po
+share/doc/gettext/examples/hello-c++/po/sr.po
+share/doc/gettext/examples/hello-c++/po/sv.po
+share/doc/gettext/examples/hello-c++/po/ta.po
+share/doc/gettext/examples/hello-c++/po/tr.po
+share/doc/gettext/examples/hello-c++/po/uk.po
+share/doc/gettext/examples/hello-c++/po/vi.po
+share/doc/gettext/examples/hello-c++/po/zh_CN.po
+share/doc/gettext/examples/hello-c++/po/zh_HK.po
+share/doc/gettext/examples/hello-c++/po/zh_TW.po
+share/doc/gettext/examples/hello-c-gnome/
+share/doc/gettext/examples/hello-c-gnome/INSTALL
+share/doc/gettext/examples/hello-c-gnome/Makefile.am
+share/doc/gettext/examples/hello-c-gnome/autoclean.sh
+share/doc/gettext/examples/hello-c-gnome/autogen.sh
+share/doc/gettext/examples/hello-c-gnome/configure.ac
+share/doc/gettext/examples/hello-c-gnome/hello.c
+share/doc/gettext/examples/hello-c-gnome/m4/
+share/doc/gettext/examples/hello-c-gnome/m4/Makefile.am
+share/doc/gettext/examples/hello-c-gnome/m4/gnome-gnorba-check.m4
+share/doc/gettext/examples/hello-c-gnome/m4/gnome-orbit-check.m4
+share/doc/gettext/examples/hello-c-gnome/m4/gnome.m4
+share/doc/gettext/examples/hello-c-gnome/po/
+share/doc/gettext/examples/hello-c-gnome/po/LINGUAS
+share/doc/gettext/examples/hello-c-gnome/po/Makevars
+share/doc/gettext/examples/hello-c-gnome/po/POTFILES.in
+share/doc/gettext/examples/hello-c-gnome/po/af.po
+share/doc/gettext/examples/hello-c-gnome/po/ast.po
+share/doc/gettext/examples/hello-c-gnome/po/bg.po
+share/doc/gettext/examples/hello-c-gnome/po/ca.po
+share/doc/gettext/examples/hello-c-gnome/po/cs.po
+share/doc/gettext/examples/hello-c-gnome/po/da.po
+share/doc/gettext/examples/hello-c-gnome/po/de.po
+share/doc/gettext/examples/hello-c-gnome/po/el.po
+share/doc/gettext/examples/hello-c-gnome/po/eo.po
+share/doc/gettext/examples/hello-c-gnome/po/es.po
+share/doc/gettext/examples/hello-c-gnome/po/fi.po
+share/doc/gettext/examples/hello-c-gnome/po/fr.po
+share/doc/gettext/examples/hello-c-gnome/po/ga.po
+share/doc/gettext/examples/hello-c-gnome/po/gl.po
+share/doc/gettext/examples/hello-c-gnome/po/hr.po
+share/doc/gettext/examples/hello-c-gnome/po/hu.po
+share/doc/gettext/examples/hello-c-gnome/po/id.po
+share/doc/gettext/examples/hello-c-gnome/po/it.po
+share/doc/gettext/examples/hello-c-gnome/po/ja.po
+share/doc/gettext/examples/hello-c-gnome/po/ky.po
+share/doc/gettext/examples/hello-c-gnome/po/lv.po
+share/doc/gettext/examples/hello-c-gnome/po/ms.po
+share/doc/gettext/examples/hello-c-gnome/po/mt.po
+share/doc/gettext/examples/hello-c-gnome/po/nb.po
+share/doc/gettext/examples/hello-c-gnome/po/nl.po
+share/doc/gettext/examples/hello-c-gnome/po/pl.po
+share/doc/gettext/examples/hello-c-gnome/po/pt.po
+share/doc/gettext/examples/hello-c-gnome/po/pt_BR.po
+share/doc/gettext/examples/hello-c-gnome/po/ro.po
+share/doc/gettext/examples/hello-c-gnome/po/ru.po
+share/doc/gettext/examples/hello-c-gnome/po/sk.po
+share/doc/gettext/examples/hello-c-gnome/po/sl.po
+share/doc/gettext/examples/hello-c-gnome/po/sr.po
+share/doc/gettext/examples/hello-c-gnome/po/sv.po
+share/doc/gettext/examples/hello-c-gnome/po/ta.po
+share/doc/gettext/examples/hello-c-gnome/po/tr.po
+share/doc/gettext/examples/hello-c-gnome/po/uk.po
+share/doc/gettext/examples/hello-c-gnome/po/vi.po
+share/doc/gettext/examples/hello-c-gnome/po/zh_CN.po
+share/doc/gettext/examples/hello-c-gnome/po/zh_HK.po
+share/doc/gettext/examples/hello-c-gnome/po/zh_TW.po
+share/doc/gettext/examples/hello-c-gnome3/
+share/doc/gettext/examples/hello-c-gnome3/INSTALL
+share/doc/gettext/examples/hello-c-gnome3/Makefile.am
+share/doc/gettext/examples/hello-c-gnome3/autoclean.sh
+share/doc/gettext/examples/hello-c-gnome3/autogen.sh
+share/doc/gettext/examples/hello-c-gnome3/configure.ac
+share/doc/gettext/examples/hello-c-gnome3/hello.c
+share/doc/gettext/examples/hello-c-gnome3/hello.desktop.in.in
+share/doc/gettext/examples/hello-c-gnome3/hello.gresource.xml
+share/doc/gettext/examples/hello-c-gnome3/hello.gschema.xml
+share/doc/gettext/examples/hello-c-gnome3/hello.ui
+share/doc/gettext/examples/hello-c-gnome3/m4/
+share/doc/gettext/examples/hello-c-gnome3/m4/Makefile.am
+share/doc/gettext/examples/hello-c-gnome3/po/
+share/doc/gettext/examples/hello-c-gnome3/po/LINGUAS
+share/doc/gettext/examples/hello-c-gnome3/po/Makevars
+share/doc/gettext/examples/hello-c-gnome3/po/POTFILES.in
+share/doc/gettext/examples/hello-c-gnome3/po/af.po
+share/doc/gettext/examples/hello-c-gnome3/po/ast.po
+share/doc/gettext/examples/hello-c-gnome3/po/bg.po
+share/doc/gettext/examples/hello-c-gnome3/po/ca.po
+share/doc/gettext/examples/hello-c-gnome3/po/cs.po
+share/doc/gettext/examples/hello-c-gnome3/po/da.po
+share/doc/gettext/examples/hello-c-gnome3/po/de.po
+share/doc/gettext/examples/hello-c-gnome3/po/el.po
+share/doc/gettext/examples/hello-c-gnome3/po/eo.po
+share/doc/gettext/examples/hello-c-gnome3/po/es.po
+share/doc/gettext/examples/hello-c-gnome3/po/fi.po
+share/doc/gettext/examples/hello-c-gnome3/po/fr.po
+share/doc/gettext/examples/hello-c-gnome3/po/ga.po
+share/doc/gettext/examples/hello-c-gnome3/po/gl.po
+share/doc/gettext/examples/hello-c-gnome3/po/hr.po
+share/doc/gettext/examples/hello-c-gnome3/po/hu.po
+share/doc/gettext/examples/hello-c-gnome3/po/id.po
+share/doc/gettext/examples/hello-c-gnome3/po/it.po
+share/doc/gettext/examples/hello-c-gnome3/po/ja.po
+share/doc/gettext/examples/hello-c-gnome3/po/ky.po
+share/doc/gettext/examples/hello-c-gnome3/po/lv.po
+share/doc/gettext/examples/hello-c-gnome3/po/ms.po
+share/doc/gettext/examples/hello-c-gnome3/po/mt.po
+share/doc/gettext/examples/hello-c-gnome3/po/nb.po
+share/doc/gettext/examples/hello-c-gnome3/po/nl.po
+share/doc/gettext/examples/hello-c-gnome3/po/pl.po
+share/doc/gettext/examples/hello-c-gnome3/po/pt.po
+share/doc/gettext/examples/hello-c-gnome3/po/pt_BR.po
+share/doc/gettext/examples/hello-c-gnome3/po/ro.po
+share/doc/gettext/examples/hello-c-gnome3/po/ru.po
+share/doc/gettext/examples/hello-c-gnome3/po/sk.po
+share/doc/gettext/examples/hello-c-gnome3/po/sl.po
+share/doc/gettext/examples/hello-c-gnome3/po/sr.po
+share/doc/gettext/examples/hello-c-gnome3/po/sv.po
+share/doc/gettext/examples/hello-c-gnome3/po/ta.po
+share/doc/gettext/examples/hello-c-gnome3/po/tr.po
+share/doc/gettext/examples/hello-c-gnome3/po/uk.po
+share/doc/gettext/examples/hello-c-gnome3/po/vi.po
+share/doc/gettext/examples/hello-c-gnome3/po/zh_CN.po
+share/doc/gettext/examples/hello-c-gnome3/po/zh_HK.po
+share/doc/gettext/examples/hello-c-gnome3/po/zh_TW.po
+share/doc/gettext/examples/hello-c/INSTALL
+share/doc/gettext/examples/hello-c/Makefile.am
+share/doc/gettext/examples/hello-c/autoclean.sh
+share/doc/gettext/examples/hello-c/autogen.sh
+share/doc/gettext/examples/hello-c/configure.ac
+share/doc/gettext/examples/hello-c/hello.c
+share/doc/gettext/examples/hello-c/m4/
+share/doc/gettext/examples/hello-c/m4/Makefile.am
+share/doc/gettext/examples/hello-c/po/
+share/doc/gettext/examples/hello-c/po/LINGUAS
+share/doc/gettext/examples/hello-c/po/Makevars
+share/doc/gettext/examples/hello-c/po/POTFILES.in
+share/doc/gettext/examples/hello-c/po/af.po
+share/doc/gettext/examples/hello-c/po/ast.po
+share/doc/gettext/examples/hello-c/po/bg.po
+share/doc/gettext/examples/hello-c/po/ca.po
+share/doc/gettext/examples/hello-c/po/cs.po
+share/doc/gettext/examples/hello-c/po/da.po
+share/doc/gettext/examples/hello-c/po/de.po
+share/doc/gettext/examples/hello-c/po/el.po
+share/doc/gettext/examples/hello-c/po/eo.po
+share/doc/gettext/examples/hello-c/po/es.po
+share/doc/gettext/examples/hello-c/po/fi.po
+share/doc/gettext/examples/hello-c/po/fr.po
+share/doc/gettext/examples/hello-c/po/ga.po
+share/doc/gettext/examples/hello-c/po/gl.po
+share/doc/gettext/examples/hello-c/po/hr.po
+share/doc/gettext/examples/hello-c/po/hu.po
+share/doc/gettext/examples/hello-c/po/id.po
+share/doc/gettext/examples/hello-c/po/it.po
+share/doc/gettext/examples/hello-c/po/ja.po
+share/doc/gettext/examples/hello-c/po/ky.po
+share/doc/gettext/examples/hello-c/po/lv.po
+share/doc/gettext/examples/hello-c/po/ms.po
+share/doc/gettext/examples/hello-c/po/mt.po
+share/doc/gettext/examples/hello-c/po/nb.po
+share/doc/gettext/examples/hello-c/po/nl.po
+share/doc/gettext/examples/hello-c/po/pl.po
+share/doc/gettext/examples/hello-c/po/pt.po
+share/doc/gettext/examples/hello-c/po/pt_BR.po
+share/doc/gettext/examples/hello-c/po/ro.po
+share/doc/gettext/examples/hello-c/po/ru.po
+share/doc/gettext/examples/hello-c/po/sk.po
+share/doc/gettext/examples/hello-c/po/sl.po
+share/doc/gettext/examples/hello-c/po/sr.po
+share/doc/gettext/examples/hello-c/po/sv.po
+share/doc/gettext/examples/hello-c/po/ta.po
+share/doc/gettext/examples/hello-c/po/tr.po
+share/doc/gettext/examples/hello-c/po/uk.po
+share/doc/gettext/examples/hello-c/po/vi.po
+share/doc/gettext/examples/hello-c/po/zh_CN.po
+share/doc/gettext/examples/hello-c/po/zh_HK.po
+share/doc/gettext/examples/hello-c/po/zh_TW.po
+share/doc/gettext/examples/hello-clisp/
+share/doc/gettext/examples/hello-clisp/INSTALL
+share/doc/gettext/examples/hello-clisp/Makefile.am
+share/doc/gettext/examples/hello-clisp/autoclean.sh
+share/doc/gettext/examples/hello-clisp/autogen.sh
+share/doc/gettext/examples/hello-clisp/configure.ac
+share/doc/gettext/examples/hello-clisp/hello.lisp.in
+share/doc/gettext/examples/hello-clisp/m4/
+share/doc/gettext/examples/hello-clisp/m4/Makefile.am
+share/doc/gettext/examples/hello-clisp/po/
+share/doc/gettext/examples/hello-clisp/po/LINGUAS
+share/doc/gettext/examples/hello-clisp/po/Makefile.am
+share/doc/gettext/examples/hello-clisp/po/af.po
+share/doc/gettext/examples/hello-clisp/po/ast.po
+share/doc/gettext/examples/hello-clisp/po/bg.po
+share/doc/gettext/examples/hello-clisp/po/ca.po
+share/doc/gettext/examples/hello-clisp/po/cs.po
+share/doc/gettext/examples/hello-clisp/po/da.po
+share/doc/gettext/examples/hello-clisp/po/de.po
+share/doc/gettext/examples/hello-clisp/po/el.po
+share/doc/gettext/examples/hello-clisp/po/eo.po
+share/doc/gettext/examples/hello-clisp/po/es.po
+share/doc/gettext/examples/hello-clisp/po/fi.po
+share/doc/gettext/examples/hello-clisp/po/fr.po
+share/doc/gettext/examples/hello-clisp/po/ga.po
+share/doc/gettext/examples/hello-clisp/po/gl.po
+share/doc/gettext/examples/hello-clisp/po/hr.po
+share/doc/gettext/examples/hello-clisp/po/hu.po
+share/doc/gettext/examples/hello-clisp/po/id.po
+share/doc/gettext/examples/hello-clisp/po/it.po
+share/doc/gettext/examples/hello-clisp/po/ja.po
+share/doc/gettext/examples/hello-clisp/po/ky.po
+share/doc/gettext/examples/hello-clisp/po/lv.po
+share/doc/gettext/examples/hello-clisp/po/ms.po
+share/doc/gettext/examples/hello-clisp/po/mt.po
+share/doc/gettext/examples/hello-clisp/po/nb.po
+share/doc/gettext/examples/hello-clisp/po/nl.po
+share/doc/gettext/examples/hello-clisp/po/pl.po
+share/doc/gettext/examples/hello-clisp/po/pt.po
+share/doc/gettext/examples/hello-clisp/po/pt_BR.po
+share/doc/gettext/examples/hello-clisp/po/ro.po
+share/doc/gettext/examples/hello-clisp/po/ru.po
+share/doc/gettext/examples/hello-clisp/po/sk.po
+share/doc/gettext/examples/hello-clisp/po/sl.po
+share/doc/gettext/examples/hello-clisp/po/sr.po
+share/doc/gettext/examples/hello-clisp/po/sv.po
+share/doc/gettext/examples/hello-clisp/po/ta.po
+share/doc/gettext/examples/hello-clisp/po/tr.po
+share/doc/gettext/examples/hello-clisp/po/uk.po
+share/doc/gettext/examples/hello-clisp/po/vi.po
+share/doc/gettext/examples/hello-clisp/po/zh_CN.po
+share/doc/gettext/examples/hello-clisp/po/zh_HK.po
+share/doc/gettext/examples/hello-clisp/po/zh_TW.po
+share/doc/gettext/examples/hello-csharp/
+share/doc/gettext/examples/hello-csharp-forms/
+share/doc/gettext/examples/hello-csharp-forms/INSTALL
+share/doc/gettext/examples/hello-csharp-forms/Makefile.am
+share/doc/gettext/examples/hello-csharp-forms/README
+share/doc/gettext/examples/hello-csharp-forms/autoclean.sh
+share/doc/gettext/examples/hello-csharp-forms/autogen.sh
+share/doc/gettext/examples/hello-csharp-forms/configure.ac
+share/doc/gettext/examples/hello-csharp-forms/hello.cs
+share/doc/gettext/examples/hello-csharp-forms/m4/
+share/doc/gettext/examples/hello-csharp-forms/m4/Makefile.am
+share/doc/gettext/examples/hello-csharp-forms/po/
+share/doc/gettext/examples/hello-csharp-forms/po/LINGUAS
+share/doc/gettext/examples/hello-csharp-forms/po/Makefile.am
+share/doc/gettext/examples/hello-csharp-forms/po/af.po
+share/doc/gettext/examples/hello-csharp-forms/po/ast.po
+share/doc/gettext/examples/hello-csharp-forms/po/bg.po
+share/doc/gettext/examples/hello-csharp-forms/po/ca.po
+share/doc/gettext/examples/hello-csharp-forms/po/cs.po
+share/doc/gettext/examples/hello-csharp-forms/po/da.po
+share/doc/gettext/examples/hello-csharp-forms/po/de.po
+share/doc/gettext/examples/hello-csharp-forms/po/el.po
+share/doc/gettext/examples/hello-csharp-forms/po/eo.po
+share/doc/gettext/examples/hello-csharp-forms/po/es.po
+share/doc/gettext/examples/hello-csharp-forms/po/fi.po
+share/doc/gettext/examples/hello-csharp-forms/po/fr.po
+share/doc/gettext/examples/hello-csharp-forms/po/ga.po
+share/doc/gettext/examples/hello-csharp-forms/po/gl.po
+share/doc/gettext/examples/hello-csharp-forms/po/hr.po
+share/doc/gettext/examples/hello-csharp-forms/po/hu.po
+share/doc/gettext/examples/hello-csharp-forms/po/id.po
+share/doc/gettext/examples/hello-csharp-forms/po/it.po
+share/doc/gettext/examples/hello-csharp-forms/po/ja.po
+share/doc/gettext/examples/hello-csharp-forms/po/ky.po
+share/doc/gettext/examples/hello-csharp-forms/po/lv.po
+share/doc/gettext/examples/hello-csharp-forms/po/ms.po
+share/doc/gettext/examples/hello-csharp-forms/po/mt.po
+share/doc/gettext/examples/hello-csharp-forms/po/nb.po
+share/doc/gettext/examples/hello-csharp-forms/po/nl.po
+share/doc/gettext/examples/hello-csharp-forms/po/pl.po
+share/doc/gettext/examples/hello-csharp-forms/po/pt.po
+share/doc/gettext/examples/hello-csharp-forms/po/pt_BR.po
+share/doc/gettext/examples/hello-csharp-forms/po/ro.po
+share/doc/gettext/examples/hello-csharp-forms/po/ru.po
+share/doc/gettext/examples/hello-csharp-forms/po/sk.po
+share/doc/gettext/examples/hello-csharp-forms/po/sl.po
+share/doc/gettext/examples/hello-csharp-forms/po/sr.po
+share/doc/gettext/examples/hello-csharp-forms/po/sv.po
+share/doc/gettext/examples/hello-csharp-forms/po/ta.po
+share/doc/gettext/examples/hello-csharp-forms/po/tr.po
+share/doc/gettext/examples/hello-csharp-forms/po/uk.po
+share/doc/gettext/examples/hello-csharp-forms/po/vi.po
+share/doc/gettext/examples/hello-csharp-forms/po/zh_CN.po
+share/doc/gettext/examples/hello-csharp-forms/po/zh_HK.po
+share/doc/gettext/examples/hello-csharp-forms/po/zh_TW.po
+share/doc/gettext/examples/hello-csharp/INSTALL
+share/doc/gettext/examples/hello-csharp/Makefile.am
+share/doc/gettext/examples/hello-csharp/autoclean.sh
+share/doc/gettext/examples/hello-csharp/autogen.sh
+share/doc/gettext/examples/hello-csharp/configure.ac
+share/doc/gettext/examples/hello-csharp/hello.cs
+share/doc/gettext/examples/hello-csharp/m4/
+share/doc/gettext/examples/hello-csharp/m4/Makefile.am
+share/doc/gettext/examples/hello-csharp/po/
+share/doc/gettext/examples/hello-csharp/po/LINGUAS
+share/doc/gettext/examples/hello-csharp/po/Makefile.am
+share/doc/gettext/examples/hello-csharp/po/af.po
+share/doc/gettext/examples/hello-csharp/po/ast.po
+share/doc/gettext/examples/hello-csharp/po/bg.po
+share/doc/gettext/examples/hello-csharp/po/ca.po
+share/doc/gettext/examples/hello-csharp/po/cs.po
+share/doc/gettext/examples/hello-csharp/po/da.po
+share/doc/gettext/examples/hello-csharp/po/de.po
+share/doc/gettext/examples/hello-csharp/po/el.po
+share/doc/gettext/examples/hello-csharp/po/eo.po
+share/doc/gettext/examples/hello-csharp/po/es.po
+share/doc/gettext/examples/hello-csharp/po/fi.po
+share/doc/gettext/examples/hello-csharp/po/fr.po
+share/doc/gettext/examples/hello-csharp/po/ga.po
+share/doc/gettext/examples/hello-csharp/po/gl.po
+share/doc/gettext/examples/hello-csharp/po/hr.po
+share/doc/gettext/examples/hello-csharp/po/hu.po
+share/doc/gettext/examples/hello-csharp/po/id.po
+share/doc/gettext/examples/hello-csharp/po/it.po
+share/doc/gettext/examples/hello-csharp/po/ja.po
+share/doc/gettext/examples/hello-csharp/po/ky.po
+share/doc/gettext/examples/hello-csharp/po/lv.po
+share/doc/gettext/examples/hello-csharp/po/ms.po
+share/doc/gettext/examples/hello-csharp/po/mt.po
+share/doc/gettext/examples/hello-csharp/po/nb.po
+share/doc/gettext/examples/hello-csharp/po/nl.po
+share/doc/gettext/examples/hello-csharp/po/pl.po
+share/doc/gettext/examples/hello-csharp/po/pt.po
+share/doc/gettext/examples/hello-csharp/po/pt_BR.po
+share/doc/gettext/examples/hello-csharp/po/ro.po
+share/doc/gettext/examples/hello-csharp/po/ru.po
+share/doc/gettext/examples/hello-csharp/po/sk.po
+share/doc/gettext/examples/hello-csharp/po/sl.po
+share/doc/gettext/examples/hello-csharp/po/sr.po
+share/doc/gettext/examples/hello-csharp/po/sv.po
+share/doc/gettext/examples/hello-csharp/po/ta.po
+share/doc/gettext/examples/hello-csharp/po/tr.po
+share/doc/gettext/examples/hello-csharp/po/uk.po
+share/doc/gettext/examples/hello-csharp/po/vi.po
+share/doc/gettext/examples/hello-csharp/po/zh_CN.po
+share/doc/gettext/examples/hello-csharp/po/zh_HK.po
+share/doc/gettext/examples/hello-csharp/po/zh_TW.po
+share/doc/gettext/examples/hello-gawk/
+share/doc/gettext/examples/hello-gawk/INSTALL
+share/doc/gettext/examples/hello-gawk/Makefile.am
+share/doc/gettext/examples/hello-gawk/autoclean.sh
+share/doc/gettext/examples/hello-gawk/autogen.sh
+share/doc/gettext/examples/hello-gawk/configure.ac
+share/doc/gettext/examples/hello-gawk/hello.awk
+share/doc/gettext/examples/hello-gawk/m4/
+share/doc/gettext/examples/hello-gawk/m4/Makefile.am
+share/doc/gettext/examples/hello-gawk/po/
+share/doc/gettext/examples/hello-gawk/po/LINGUAS
+share/doc/gettext/examples/hello-gawk/po/Makefile.am
+share/doc/gettext/examples/hello-gawk/po/af.po
+share/doc/gettext/examples/hello-gawk/po/ast.po
+share/doc/gettext/examples/hello-gawk/po/bg.po
+share/doc/gettext/examples/hello-gawk/po/ca.po
+share/doc/gettext/examples/hello-gawk/po/cs.po
+share/doc/gettext/examples/hello-gawk/po/da.po
+share/doc/gettext/examples/hello-gawk/po/de.po
+share/doc/gettext/examples/hello-gawk/po/el.po
+share/doc/gettext/examples/hello-gawk/po/eo.po
+share/doc/gettext/examples/hello-gawk/po/es.po
+share/doc/gettext/examples/hello-gawk/po/fi.po
+share/doc/gettext/examples/hello-gawk/po/fr.po
+share/doc/gettext/examples/hello-gawk/po/ga.po
+share/doc/gettext/examples/hello-gawk/po/gl.po
+share/doc/gettext/examples/hello-gawk/po/hr.po
+share/doc/gettext/examples/hello-gawk/po/hu.po
+share/doc/gettext/examples/hello-gawk/po/id.po
+share/doc/gettext/examples/hello-gawk/po/it.po
+share/doc/gettext/examples/hello-gawk/po/ja.po
+share/doc/gettext/examples/hello-gawk/po/ky.po
+share/doc/gettext/examples/hello-gawk/po/lv.po
+share/doc/gettext/examples/hello-gawk/po/ms.po
+share/doc/gettext/examples/hello-gawk/po/mt.po
+share/doc/gettext/examples/hello-gawk/po/nb.po
+share/doc/gettext/examples/hello-gawk/po/nl.po
+share/doc/gettext/examples/hello-gawk/po/pl.po
+share/doc/gettext/examples/hello-gawk/po/pt.po
+share/doc/gettext/examples/hello-gawk/po/pt_BR.po
+share/doc/gettext/examples/hello-gawk/po/ro.po
+share/doc/gettext/examples/hello-gawk/po/ru.po
+share/doc/gettext/examples/hello-gawk/po/sk.po
+share/doc/gettext/examples/hello-gawk/po/sl.po
+share/doc/gettext/examples/hello-gawk/po/sr.po
+share/doc/gettext/examples/hello-gawk/po/sv.po
+share/doc/gettext/examples/hello-gawk/po/ta.po
+share/doc/gettext/examples/hello-gawk/po/tr.po
+share/doc/gettext/examples/hello-gawk/po/uk.po
+share/doc/gettext/examples/hello-gawk/po/vi.po
+share/doc/gettext/examples/hello-gawk/po/zh_CN.po
+share/doc/gettext/examples/hello-gawk/po/zh_HK.po
+share/doc/gettext/examples/hello-gawk/po/zh_TW.po
+share/doc/gettext/examples/hello-guile/
+share/doc/gettext/examples/hello-guile/INSTALL
+share/doc/gettext/examples/hello-guile/Makefile.am
+share/doc/gettext/examples/hello-guile/autoclean.sh
+share/doc/gettext/examples/hello-guile/autogen.sh
+share/doc/gettext/examples/hello-guile/configure.ac
+share/doc/gettext/examples/hello-guile/hello.scm
+share/doc/gettext/examples/hello-guile/m4/
+share/doc/gettext/examples/hello-guile/m4/Makefile.am
+share/doc/gettext/examples/hello-guile/po/
+share/doc/gettext/examples/hello-guile/po/LINGUAS
+share/doc/gettext/examples/hello-guile/po/Makefile.am
+share/doc/gettext/examples/hello-guile/po/af.po
+share/doc/gettext/examples/hello-guile/po/ast.po
+share/doc/gettext/examples/hello-guile/po/bg.po
+share/doc/gettext/examples/hello-guile/po/ca.po
+share/doc/gettext/examples/hello-guile/po/cs.po
+share/doc/gettext/examples/hello-guile/po/da.po
+share/doc/gettext/examples/hello-guile/po/de.po
+share/doc/gettext/examples/hello-guile/po/el.po
+share/doc/gettext/examples/hello-guile/po/eo.po
+share/doc/gettext/examples/hello-guile/po/es.po
+share/doc/gettext/examples/hello-guile/po/fi.po
+share/doc/gettext/examples/hello-guile/po/fr.po
+share/doc/gettext/examples/hello-guile/po/ga.po
+share/doc/gettext/examples/hello-guile/po/gl.po
+share/doc/gettext/examples/hello-guile/po/hr.po
+share/doc/gettext/examples/hello-guile/po/hu.po
+share/doc/gettext/examples/hello-guile/po/id.po
+share/doc/gettext/examples/hello-guile/po/it.po
+share/doc/gettext/examples/hello-guile/po/ja.po
+share/doc/gettext/examples/hello-guile/po/ky.po
+share/doc/gettext/examples/hello-guile/po/lv.po
+share/doc/gettext/examples/hello-guile/po/ms.po
+share/doc/gettext/examples/hello-guile/po/mt.po
+share/doc/gettext/examples/hello-guile/po/nb.po
+share/doc/gettext/examples/hello-guile/po/nl.po
+share/doc/gettext/examples/hello-guile/po/pl.po
+share/doc/gettext/examples/hello-guile/po/pt.po
+share/doc/gettext/examples/hello-guile/po/pt_BR.po
+share/doc/gettext/examples/hello-guile/po/ro.po
+share/doc/gettext/examples/hello-guile/po/ru.po
+share/doc/gettext/examples/hello-guile/po/sk.po
+share/doc/gettext/examples/hello-guile/po/sl.po
+share/doc/gettext/examples/hello-guile/po/sr.po
+share/doc/gettext/examples/hello-guile/po/sv.po
+share/doc/gettext/examples/hello-guile/po/ta.po
+share/doc/gettext/examples/hello-guile/po/tr.po
+share/doc/gettext/examples/hello-guile/po/uk.po
+share/doc/gettext/examples/hello-guile/po/vi.po
+share/doc/gettext/examples/hello-guile/po/zh_CN.po
+share/doc/gettext/examples/hello-guile/po/zh_HK.po
+share/doc/gettext/examples/hello-guile/po/zh_TW.po
+share/doc/gettext/examples/hello-java/
+share/doc/gettext/examples/hello-java-awt/
+share/doc/gettext/examples/hello-java-awt/BUGS
+share/doc/gettext/examples/hello-java-awt/Hello.java
+share/doc/gettext/examples/hello-java-awt/INSTALL
+share/doc/gettext/examples/hello-java-awt/Makefile.am
+share/doc/gettext/examples/hello-java-awt/autoclean.sh
+share/doc/gettext/examples/hello-java-awt/autogen.sh
+share/doc/gettext/examples/hello-java-awt/configure.ac
+share/doc/gettext/examples/hello-java-awt/m4/
+share/doc/gettext/examples/hello-java-awt/m4/Makefile.am
+share/doc/gettext/examples/hello-java-awt/m4/TestAWT.class
+share/doc/gettext/examples/hello-java-awt/m4/TestAWT.java
+share/doc/gettext/examples/hello-java-awt/po/
+share/doc/gettext/examples/hello-java-awt/po/LINGUAS
+share/doc/gettext/examples/hello-java-awt/po/Makefile.am
+share/doc/gettext/examples/hello-java-awt/po/af.po
+share/doc/gettext/examples/hello-java-awt/po/ast.po
+share/doc/gettext/examples/hello-java-awt/po/bg.po
+share/doc/gettext/examples/hello-java-awt/po/ca.po
+share/doc/gettext/examples/hello-java-awt/po/cs.po
+share/doc/gettext/examples/hello-java-awt/po/da.po
+share/doc/gettext/examples/hello-java-awt/po/de.po
+share/doc/gettext/examples/hello-java-awt/po/el.po
+share/doc/gettext/examples/hello-java-awt/po/eo.po
+share/doc/gettext/examples/hello-java-awt/po/es.po
+share/doc/gettext/examples/hello-java-awt/po/fi.po
+share/doc/gettext/examples/hello-java-awt/po/fr.po
+share/doc/gettext/examples/hello-java-awt/po/ga.po
+share/doc/gettext/examples/hello-java-awt/po/gl.po
+share/doc/gettext/examples/hello-java-awt/po/hr.po
+share/doc/gettext/examples/hello-java-awt/po/hu.po
+share/doc/gettext/examples/hello-java-awt/po/id.po
+share/doc/gettext/examples/hello-java-awt/po/it.po
+share/doc/gettext/examples/hello-java-awt/po/ja.po
+share/doc/gettext/examples/hello-java-awt/po/ky.po
+share/doc/gettext/examples/hello-java-awt/po/lv.po
+share/doc/gettext/examples/hello-java-awt/po/ms.po
+share/doc/gettext/examples/hello-java-awt/po/mt.po
+share/doc/gettext/examples/hello-java-awt/po/nb.po
+share/doc/gettext/examples/hello-java-awt/po/nl.po
+share/doc/gettext/examples/hello-java-awt/po/pl.po
+share/doc/gettext/examples/hello-java-awt/po/pt.po
+share/doc/gettext/examples/hello-java-awt/po/pt_BR.po
+share/doc/gettext/examples/hello-java-awt/po/ro.po
+share/doc/gettext/examples/hello-java-awt/po/ru.po
+share/doc/gettext/examples/hello-java-awt/po/sk.po
+share/doc/gettext/examples/hello-java-awt/po/sl.po
+share/doc/gettext/examples/hello-java-awt/po/sr.po
+share/doc/gettext/examples/hello-java-awt/po/sv.po
+share/doc/gettext/examples/hello-java-awt/po/ta.po
+share/doc/gettext/examples/hello-java-awt/po/tr.po
+share/doc/gettext/examples/hello-java-awt/po/uk.po
+share/doc/gettext/examples/hello-java-awt/po/vi.po
+share/doc/gettext/examples/hello-java-awt/po/zh_CN.po
+share/doc/gettext/examples/hello-java-awt/po/zh_HK.po
+share/doc/gettext/examples/hello-java-awt/po/zh_TW.po
+share/doc/gettext/examples/hello-java-qtjambi/
+share/doc/gettext/examples/hello-java-qtjambi/BUGS
+share/doc/gettext/examples/hello-java-qtjambi/Hello.java
+share/doc/gettext/examples/hello-java-qtjambi/INSTALL
+share/doc/gettext/examples/hello-java-qtjambi/Makefile.am
+share/doc/gettext/examples/hello-java-qtjambi/autoclean.sh
+share/doc/gettext/examples/hello-java-qtjambi/autogen.sh
+share/doc/gettext/examples/hello-java-qtjambi/configure.ac
+share/doc/gettext/examples/hello-java-qtjambi/m4/
+share/doc/gettext/examples/hello-java-qtjambi/m4/Makefile.am
+share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.class
+share/doc/gettext/examples/hello-java-qtjambi/m4/Test15.java
+share/doc/gettext/examples/hello-java-qtjambi/po/
+share/doc/gettext/examples/hello-java-qtjambi/po/LINGUAS
+share/doc/gettext/examples/hello-java-qtjambi/po/Makefile.am
+share/doc/gettext/examples/hello-java-qtjambi/po/af.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ast.po
+share/doc/gettext/examples/hello-java-qtjambi/po/bg.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ca.po
+share/doc/gettext/examples/hello-java-qtjambi/po/cs.po
+share/doc/gettext/examples/hello-java-qtjambi/po/da.po
+share/doc/gettext/examples/hello-java-qtjambi/po/de.po
+share/doc/gettext/examples/hello-java-qtjambi/po/el.po
+share/doc/gettext/examples/hello-java-qtjambi/po/eo.po
+share/doc/gettext/examples/hello-java-qtjambi/po/es.po
+share/doc/gettext/examples/hello-java-qtjambi/po/fi.po
+share/doc/gettext/examples/hello-java-qtjambi/po/fr.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ga.po
+share/doc/gettext/examples/hello-java-qtjambi/po/gl.po
+share/doc/gettext/examples/hello-java-qtjambi/po/hr.po
+share/doc/gettext/examples/hello-java-qtjambi/po/hu.po
+share/doc/gettext/examples/hello-java-qtjambi/po/id.po
+share/doc/gettext/examples/hello-java-qtjambi/po/it.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ja.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ky.po
+share/doc/gettext/examples/hello-java-qtjambi/po/lv.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ms.po
+share/doc/gettext/examples/hello-java-qtjambi/po/mt.po
+share/doc/gettext/examples/hello-java-qtjambi/po/nb.po
+share/doc/gettext/examples/hello-java-qtjambi/po/nl.po
+share/doc/gettext/examples/hello-java-qtjambi/po/pl.po
+share/doc/gettext/examples/hello-java-qtjambi/po/pt.po
+share/doc/gettext/examples/hello-java-qtjambi/po/pt_BR.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ro.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ru.po
+share/doc/gettext/examples/hello-java-qtjambi/po/sk.po
+share/doc/gettext/examples/hello-java-qtjambi/po/sl.po
+share/doc/gettext/examples/hello-java-qtjambi/po/sr.po
+share/doc/gettext/examples/hello-java-qtjambi/po/sv.po
+share/doc/gettext/examples/hello-java-qtjambi/po/ta.po
+share/doc/gettext/examples/hello-java-qtjambi/po/tr.po
+share/doc/gettext/examples/hello-java-qtjambi/po/uk.po
+share/doc/gettext/examples/hello-java-qtjambi/po/vi.po
+share/doc/gettext/examples/hello-java-qtjambi/po/zh_CN.po
+share/doc/gettext/examples/hello-java-qtjambi/po/zh_HK.po
+share/doc/gettext/examples/hello-java-qtjambi/po/zh_TW.po
+share/doc/gettext/examples/hello-java-swing/
+share/doc/gettext/examples/hello-java-swing/BUGS
+share/doc/gettext/examples/hello-java-swing/Hello.java
+share/doc/gettext/examples/hello-java-swing/INSTALL
+share/doc/gettext/examples/hello-java-swing/Makefile.am
+share/doc/gettext/examples/hello-java-swing/autoclean.sh
+share/doc/gettext/examples/hello-java-swing/autogen.sh
+share/doc/gettext/examples/hello-java-swing/configure.ac
+share/doc/gettext/examples/hello-java-swing/m4/
+share/doc/gettext/examples/hello-java-swing/m4/Makefile.am
+share/doc/gettext/examples/hello-java-swing/m4/TestAWT.class
+share/doc/gettext/examples/hello-java-swing/m4/TestAWT.java
+share/doc/gettext/examples/hello-java-swing/po/
+share/doc/gettext/examples/hello-java-swing/po/LINGUAS
+share/doc/gettext/examples/hello-java-swing/po/Makefile.am
+share/doc/gettext/examples/hello-java-swing/po/af.po
+share/doc/gettext/examples/hello-java-swing/po/ast.po
+share/doc/gettext/examples/hello-java-swing/po/bg.po
+share/doc/gettext/examples/hello-java-swing/po/ca.po
+share/doc/gettext/examples/hello-java-swing/po/cs.po
+share/doc/gettext/examples/hello-java-swing/po/da.po
+share/doc/gettext/examples/hello-java-swing/po/de.po
+share/doc/gettext/examples/hello-java-swing/po/el.po
+share/doc/gettext/examples/hello-java-swing/po/eo.po
+share/doc/gettext/examples/hello-java-swing/po/es.po
+share/doc/gettext/examples/hello-java-swing/po/fi.po
+share/doc/gettext/examples/hello-java-swing/po/fr.po
+share/doc/gettext/examples/hello-java-swing/po/ga.po
+share/doc/gettext/examples/hello-java-swing/po/gl.po
+share/doc/gettext/examples/hello-java-swing/po/hr.po
+share/doc/gettext/examples/hello-java-swing/po/hu.po
+share/doc/gettext/examples/hello-java-swing/po/id.po
+share/doc/gettext/examples/hello-java-swing/po/it.po
+share/doc/gettext/examples/hello-java-swing/po/ja.po
+share/doc/gettext/examples/hello-java-swing/po/ky.po
+share/doc/gettext/examples/hello-java-swing/po/lv.po
+share/doc/gettext/examples/hello-java-swing/po/ms.po
+share/doc/gettext/examples/hello-java-swing/po/mt.po
+share/doc/gettext/examples/hello-java-swing/po/nb.po
+share/doc/gettext/examples/hello-java-swing/po/nl.po
+share/doc/gettext/examples/hello-java-swing/po/pl.po
+share/doc/gettext/examples/hello-java-swing/po/pt.po
+share/doc/gettext/examples/hello-java-swing/po/pt_BR.po
+share/doc/gettext/examples/hello-java-swing/po/ro.po
+share/doc/gettext/examples/hello-java-swing/po/ru.po
+share/doc/gettext/examples/hello-java-swing/po/sk.po
+share/doc/gettext/examples/hello-java-swing/po/sl.po
+share/doc/gettext/examples/hello-java-swing/po/sr.po
+share/doc/gettext/examples/hello-java-swing/po/sv.po
+share/doc/gettext/examples/hello-java-swing/po/ta.po
+share/doc/gettext/examples/hello-java-swing/po/tr.po
+share/doc/gettext/examples/hello-java-swing/po/uk.po
+share/doc/gettext/examples/hello-java-swing/po/vi.po
+share/doc/gettext/examples/hello-java-swing/po/zh_CN.po
+share/doc/gettext/examples/hello-java-swing/po/zh_HK.po
+share/doc/gettext/examples/hello-java-swing/po/zh_TW.po
+share/doc/gettext/examples/hello-java/Hello.java
+share/doc/gettext/examples/hello-java/INSTALL
+share/doc/gettext/examples/hello-java/Makefile.am
+share/doc/gettext/examples/hello-java/autoclean.sh
+share/doc/gettext/examples/hello-java/autogen.sh
+share/doc/gettext/examples/hello-java/configure.ac
+share/doc/gettext/examples/hello-java/m4/
+share/doc/gettext/examples/hello-java/m4/Makefile.am
+share/doc/gettext/examples/hello-java/po/
+share/doc/gettext/examples/hello-java/po/LINGUAS
+share/doc/gettext/examples/hello-java/po/Makefile.am
+share/doc/gettext/examples/hello-java/po/af.po
+share/doc/gettext/examples/hello-java/po/ast.po
+share/doc/gettext/examples/hello-java/po/bg.po
+share/doc/gettext/examples/hello-java/po/ca.po
+share/doc/gettext/examples/hello-java/po/cs.po
+share/doc/gettext/examples/hello-java/po/da.po
+share/doc/gettext/examples/hello-java/po/de.po
+share/doc/gettext/examples/hello-java/po/el.po
+share/doc/gettext/examples/hello-java/po/eo.po
+share/doc/gettext/examples/hello-java/po/es.po
+share/doc/gettext/examples/hello-java/po/fi.po
+share/doc/gettext/examples/hello-java/po/fr.po
+share/doc/gettext/examples/hello-java/po/ga.po
+share/doc/gettext/examples/hello-java/po/gl.po
+share/doc/gettext/examples/hello-java/po/hr.po
+share/doc/gettext/examples/hello-java/po/hu.po
+share/doc/gettext/examples/hello-java/po/id.po
+share/doc/gettext/examples/hello-java/po/it.po
+share/doc/gettext/examples/hello-java/po/ja.po
+share/doc/gettext/examples/hello-java/po/ky.po
+share/doc/gettext/examples/hello-java/po/lv.po
+share/doc/gettext/examples/hello-java/po/ms.po
+share/doc/gettext/examples/hello-java/po/mt.po
+share/doc/gettext/examples/hello-java/po/nb.po
+share/doc/gettext/examples/hello-java/po/nl.po
+share/doc/gettext/examples/hello-java/po/pl.po
+share/doc/gettext/examples/hello-java/po/pt.po
+share/doc/gettext/examples/hello-java/po/pt_BR.po
+share/doc/gettext/examples/hello-java/po/ro.po
+share/doc/gettext/examples/hello-java/po/ru.po
+share/doc/gettext/examples/hello-java/po/sk.po
+share/doc/gettext/examples/hello-java/po/sl.po
+share/doc/gettext/examples/hello-java/po/sr.po
+share/doc/gettext/examples/hello-java/po/sv.po
+share/doc/gettext/examples/hello-java/po/ta.po
+share/doc/gettext/examples/hello-java/po/tr.po
+share/doc/gettext/examples/hello-java/po/uk.po
+share/doc/gettext/examples/hello-java/po/vi.po
+share/doc/gettext/examples/hello-java/po/zh_CN.po
+share/doc/gettext/examples/hello-java/po/zh_HK.po
+share/doc/gettext/examples/hello-java/po/zh_TW.po
+share/doc/gettext/examples/hello-librep/
+share/doc/gettext/examples/hello-librep/INSTALL
+share/doc/gettext/examples/hello-librep/Makefile.am
+share/doc/gettext/examples/hello-librep/autoclean.sh
+share/doc/gettext/examples/hello-librep/autogen.sh
+share/doc/gettext/examples/hello-librep/configure.ac
+share/doc/gettext/examples/hello-librep/hello.jl.in
+share/doc/gettext/examples/hello-librep/m4/
+share/doc/gettext/examples/hello-librep/m4/Makefile.am
+share/doc/gettext/examples/hello-librep/po/
+share/doc/gettext/examples/hello-librep/po/LINGUAS
+share/doc/gettext/examples/hello-librep/po/Makefile.am
+share/doc/gettext/examples/hello-librep/po/af.po
+share/doc/gettext/examples/hello-librep/po/ast.po
+share/doc/gettext/examples/hello-librep/po/bg.po
+share/doc/gettext/examples/hello-librep/po/ca.po
+share/doc/gettext/examples/hello-librep/po/cs.po
+share/doc/gettext/examples/hello-librep/po/da.po
+share/doc/gettext/examples/hello-librep/po/de.po
+share/doc/gettext/examples/hello-librep/po/el.po
+share/doc/gettext/examples/hello-librep/po/eo.po
+share/doc/gettext/examples/hello-librep/po/es.po
+share/doc/gettext/examples/hello-librep/po/fi.po
+share/doc/gettext/examples/hello-librep/po/fr.po
+share/doc/gettext/examples/hello-librep/po/ga.po
+share/doc/gettext/examples/hello-librep/po/gl.po
+share/doc/gettext/examples/hello-librep/po/hr.po
+share/doc/gettext/examples/hello-librep/po/hu.po
+share/doc/gettext/examples/hello-librep/po/id.po
+share/doc/gettext/examples/hello-librep/po/it.po
+share/doc/gettext/examples/hello-librep/po/ja.po
+share/doc/gettext/examples/hello-librep/po/ky.po
+share/doc/gettext/examples/hello-librep/po/lv.po
+share/doc/gettext/examples/hello-librep/po/ms.po
+share/doc/gettext/examples/hello-librep/po/mt.po
+share/doc/gettext/examples/hello-librep/po/nb.po
+share/doc/gettext/examples/hello-librep/po/nl.po
+share/doc/gettext/examples/hello-librep/po/pl.po
+share/doc/gettext/examples/hello-librep/po/pt.po
+share/doc/gettext/examples/hello-librep/po/pt_BR.po
+share/doc/gettext/examples/hello-librep/po/ro.po
+share/doc/gettext/examples/hello-librep/po/ru.po
+share/doc/gettext/examples/hello-librep/po/sk.po
+share/doc/gettext/examples/hello-librep/po/sl.po
+share/doc/gettext/examples/hello-librep/po/sr.po
+share/doc/gettext/examples/hello-librep/po/sv.po
+share/doc/gettext/examples/hello-librep/po/ta.po
+share/doc/gettext/examples/hello-librep/po/tr.po
+share/doc/gettext/examples/hello-librep/po/uk.po
+share/doc/gettext/examples/hello-librep/po/vi.po
+share/doc/gettext/examples/hello-librep/po/zh_CN.po
+share/doc/gettext/examples/hello-librep/po/zh_HK.po
+share/doc/gettext/examples/hello-librep/po/zh_TW.po
+share/doc/gettext/examples/hello-objc/
+share/doc/gettext/examples/hello-objc-gnome/
+share/doc/gettext/examples/hello-objc-gnome/INSTALL
+share/doc/gettext/examples/hello-objc-gnome/Makefile.am
+share/doc/gettext/examples/hello-objc-gnome/autoclean.sh
+share/doc/gettext/examples/hello-objc-gnome/autogen.sh
+share/doc/gettext/examples/hello-objc-gnome/configure.ac
+share/doc/gettext/examples/hello-objc-gnome/hello.m
+share/doc/gettext/examples/hello-objc-gnome/m4/
+share/doc/gettext/examples/hello-objc-gnome/m4/Makefile.am
+share/doc/gettext/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4
+share/doc/gettext/examples/hello-objc-gnome/m4/gnome-orbit-check.m4
+share/doc/gettext/examples/hello-objc-gnome/m4/gnome.m4
+share/doc/gettext/examples/hello-objc-gnome/po/
+share/doc/gettext/examples/hello-objc-gnome/po/LINGUAS
+share/doc/gettext/examples/hello-objc-gnome/po/Makevars
+share/doc/gettext/examples/hello-objc-gnome/po/POTFILES.in
+share/doc/gettext/examples/hello-objc-gnome/po/af.po
+share/doc/gettext/examples/hello-objc-gnome/po/ast.po
+share/doc/gettext/examples/hello-objc-gnome/po/bg.po
+share/doc/gettext/examples/hello-objc-gnome/po/ca.po
+share/doc/gettext/examples/hello-objc-gnome/po/cs.po
+share/doc/gettext/examples/hello-objc-gnome/po/da.po
+share/doc/gettext/examples/hello-objc-gnome/po/de.po
+share/doc/gettext/examples/hello-objc-gnome/po/el.po
+share/doc/gettext/examples/hello-objc-gnome/po/eo.po
+share/doc/gettext/examples/hello-objc-gnome/po/es.po
+share/doc/gettext/examples/hello-objc-gnome/po/fi.po
+share/doc/gettext/examples/hello-objc-gnome/po/fr.po
+share/doc/gettext/examples/hello-objc-gnome/po/ga.po
+share/doc/gettext/examples/hello-objc-gnome/po/gl.po
+share/doc/gettext/examples/hello-objc-gnome/po/hr.po
+share/doc/gettext/examples/hello-objc-gnome/po/hu.po
+share/doc/gettext/examples/hello-objc-gnome/po/id.po
+share/doc/gettext/examples/hello-objc-gnome/po/it.po
+share/doc/gettext/examples/hello-objc-gnome/po/ja.po
+share/doc/gettext/examples/hello-objc-gnome/po/ky.po
+share/doc/gettext/examples/hello-objc-gnome/po/lv.po
+share/doc/gettext/examples/hello-objc-gnome/po/ms.po
+share/doc/gettext/examples/hello-objc-gnome/po/mt.po
+share/doc/gettext/examples/hello-objc-gnome/po/nb.po
+share/doc/gettext/examples/hello-objc-gnome/po/nl.po
+share/doc/gettext/examples/hello-objc-gnome/po/pl.po
+share/doc/gettext/examples/hello-objc-gnome/po/pt.po
+share/doc/gettext/examples/hello-objc-gnome/po/pt_BR.po
+share/doc/gettext/examples/hello-objc-gnome/po/ro.po
+share/doc/gettext/examples/hello-objc-gnome/po/ru.po
+share/doc/gettext/examples/hello-objc-gnome/po/sk.po
+share/doc/gettext/examples/hello-objc-gnome/po/sl.po
+share/doc/gettext/examples/hello-objc-gnome/po/sr.po
+share/doc/gettext/examples/hello-objc-gnome/po/sv.po
+share/doc/gettext/examples/hello-objc-gnome/po/ta.po
+share/doc/gettext/examples/hello-objc-gnome/po/tr.po
+share/doc/gettext/examples/hello-objc-gnome/po/uk.po
+share/doc/gettext/examples/hello-objc-gnome/po/vi.po
+share/doc/gettext/examples/hello-objc-gnome/po/zh_CN.po
+share/doc/gettext/examples/hello-objc-gnome/po/zh_HK.po
+share/doc/gettext/examples/hello-objc-gnome/po/zh_TW.po
+share/doc/gettext/examples/hello-objc-gnustep/
+share/doc/gettext/examples/hello-objc-gnustep/AppController.h
+share/doc/gettext/examples/hello-objc-gnustep/AppController.m
+share/doc/gettext/examples/hello-objc-gnustep/BUGS
+share/doc/gettext/examples/hello-objc-gnustep/GNUmakefile
+share/doc/gettext/examples/hello-objc-gnustep/Hello.h
+share/doc/gettext/examples/hello-objc-gnustep/Hello.m
+share/doc/gettext/examples/hello-objc-gnustep/INSTALL
+share/doc/gettext/examples/hello-objc-gnustep/autoclean.sh
+share/doc/gettext/examples/hello-objc-gnustep/autogen.sh
+share/doc/gettext/examples/hello-objc-gnustep/main.m
+share/doc/gettext/examples/hello-objc-gnustep/po/
+share/doc/gettext/examples/hello-objc-gnustep/po/GNUmakefile
+share/doc/gettext/examples/hello-objc-gnustep/po/LINGUAS
+share/doc/gettext/examples/hello-objc-gnustep/po/LocaleAliases
+share/doc/gettext/examples/hello-objc-gnustep/po/af.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ast.po
+share/doc/gettext/examples/hello-objc-gnustep/po/bg.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ca.po
+share/doc/gettext/examples/hello-objc-gnustep/po/cs.po
+share/doc/gettext/examples/hello-objc-gnustep/po/da.po
+share/doc/gettext/examples/hello-objc-gnustep/po/de.po
+share/doc/gettext/examples/hello-objc-gnustep/po/el.po
+share/doc/gettext/examples/hello-objc-gnustep/po/eo.po
+share/doc/gettext/examples/hello-objc-gnustep/po/es.po
+share/doc/gettext/examples/hello-objc-gnustep/po/fi.po
+share/doc/gettext/examples/hello-objc-gnustep/po/fr.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ga.po
+share/doc/gettext/examples/hello-objc-gnustep/po/gl.po
+share/doc/gettext/examples/hello-objc-gnustep/po/hr.po
+share/doc/gettext/examples/hello-objc-gnustep/po/hu.po
+share/doc/gettext/examples/hello-objc-gnustep/po/id.po
+share/doc/gettext/examples/hello-objc-gnustep/po/it.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ja.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ky.po
+share/doc/gettext/examples/hello-objc-gnustep/po/lv.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ms.po
+share/doc/gettext/examples/hello-objc-gnustep/po/mt.po
+share/doc/gettext/examples/hello-objc-gnustep/po/nb.po
+share/doc/gettext/examples/hello-objc-gnustep/po/nl.po
+share/doc/gettext/examples/hello-objc-gnustep/po/pl.po
+share/doc/gettext/examples/hello-objc-gnustep/po/pt.po
+share/doc/gettext/examples/hello-objc-gnustep/po/pt_BR.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ro.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ru.po
+share/doc/gettext/examples/hello-objc-gnustep/po/sk.po
+share/doc/gettext/examples/hello-objc-gnustep/po/sl.po
+share/doc/gettext/examples/hello-objc-gnustep/po/sr.po
+share/doc/gettext/examples/hello-objc-gnustep/po/sv.po
+share/doc/gettext/examples/hello-objc-gnustep/po/ta.po
+share/doc/gettext/examples/hello-objc-gnustep/po/tr.po
+share/doc/gettext/examples/hello-objc-gnustep/po/uk.po
+share/doc/gettext/examples/hello-objc-gnustep/po/vi.po
+share/doc/gettext/examples/hello-objc-gnustep/po/zh_CN.po
+share/doc/gettext/examples/hello-objc-gnustep/po/zh_HK.po
+share/doc/gettext/examples/hello-objc-gnustep/po/zh_TW.po
+share/doc/gettext/examples/hello-objc/INSTALL
+share/doc/gettext/examples/hello-objc/Makefile.am
+share/doc/gettext/examples/hello-objc/autoclean.sh
+share/doc/gettext/examples/hello-objc/autogen.sh
+share/doc/gettext/examples/hello-objc/configure.ac
+share/doc/gettext/examples/hello-objc/hello.m
+share/doc/gettext/examples/hello-objc/m4/
+share/doc/gettext/examples/hello-objc/m4/Makefile.am
+share/doc/gettext/examples/hello-objc/po/
+share/doc/gettext/examples/hello-objc/po/LINGUAS
+share/doc/gettext/examples/hello-objc/po/Makevars
+share/doc/gettext/examples/hello-objc/po/POTFILES.in
+share/doc/gettext/examples/hello-objc/po/af.po
+share/doc/gettext/examples/hello-objc/po/ast.po
+share/doc/gettext/examples/hello-objc/po/bg.po
+share/doc/gettext/examples/hello-objc/po/ca.po
+share/doc/gettext/examples/hello-objc/po/cs.po
+share/doc/gettext/examples/hello-objc/po/da.po
+share/doc/gettext/examples/hello-objc/po/de.po
+share/doc/gettext/examples/hello-objc/po/el.po
+share/doc/gettext/examples/hello-objc/po/eo.po
+share/doc/gettext/examples/hello-objc/po/es.po
+share/doc/gettext/examples/hello-objc/po/fi.po
+share/doc/gettext/examples/hello-objc/po/fr.po
+share/doc/gettext/examples/hello-objc/po/ga.po
+share/doc/gettext/examples/hello-objc/po/gl.po
+share/doc/gettext/examples/hello-objc/po/hr.po
+share/doc/gettext/examples/hello-objc/po/hu.po
+share/doc/gettext/examples/hello-objc/po/id.po
+share/doc/gettext/examples/hello-objc/po/it.po
+share/doc/gettext/examples/hello-objc/po/ja.po
+share/doc/gettext/examples/hello-objc/po/ky.po
+share/doc/gettext/examples/hello-objc/po/lv.po
+share/doc/gettext/examples/hello-objc/po/ms.po
+share/doc/gettext/examples/hello-objc/po/mt.po
+share/doc/gettext/examples/hello-objc/po/nb.po
+share/doc/gettext/examples/hello-objc/po/nl.po
+share/doc/gettext/examples/hello-objc/po/pl.po
+share/doc/gettext/examples/hello-objc/po/pt.po
+share/doc/gettext/examples/hello-objc/po/pt_BR.po
+share/doc/gettext/examples/hello-objc/po/ro.po
+share/doc/gettext/examples/hello-objc/po/ru.po
+share/doc/gettext/examples/hello-objc/po/sk.po
+share/doc/gettext/examples/hello-objc/po/sl.po
+share/doc/gettext/examples/hello-objc/po/sr.po
+share/doc/gettext/examples/hello-objc/po/sv.po
+share/doc/gettext/examples/hello-objc/po/ta.po
+share/doc/gettext/examples/hello-objc/po/tr.po
+share/doc/gettext/examples/hello-objc/po/uk.po
+share/doc/gettext/examples/hello-objc/po/vi.po
+share/doc/gettext/examples/hello-objc/po/zh_CN.po
+share/doc/gettext/examples/hello-objc/po/zh_HK.po
+share/doc/gettext/examples/hello-objc/po/zh_TW.po
+share/doc/gettext/examples/hello-pascal/
+share/doc/gettext/examples/hello-pascal/INSTALL
+share/doc/gettext/examples/hello-pascal/Makefile.am
+share/doc/gettext/examples/hello-pascal/autoclean.sh
+share/doc/gettext/examples/hello-pascal/autogen.sh
+share/doc/gettext/examples/hello-pascal/configure.ac
+share/doc/gettext/examples/hello-pascal/hello.pas
+share/doc/gettext/examples/hello-pascal/m4/
+share/doc/gettext/examples/hello-pascal/m4/Makefile.am
+share/doc/gettext/examples/hello-pascal/po/
+share/doc/gettext/examples/hello-pascal/po/LINGUAS
+share/doc/gettext/examples/hello-pascal/po/Makefile.am
+share/doc/gettext/examples/hello-pascal/po/af.po
+share/doc/gettext/examples/hello-pascal/po/ast.po
+share/doc/gettext/examples/hello-pascal/po/bg.po
+share/doc/gettext/examples/hello-pascal/po/ca.po
+share/doc/gettext/examples/hello-pascal/po/cs.po
+share/doc/gettext/examples/hello-pascal/po/da.po
+share/doc/gettext/examples/hello-pascal/po/de.po
+share/doc/gettext/examples/hello-pascal/po/el.po
+share/doc/gettext/examples/hello-pascal/po/eo.po
+share/doc/gettext/examples/hello-pascal/po/es.po
+share/doc/gettext/examples/hello-pascal/po/fi.po
+share/doc/gettext/examples/hello-pascal/po/fr.po
+share/doc/gettext/examples/hello-pascal/po/ga.po
+share/doc/gettext/examples/hello-pascal/po/gl.po
+share/doc/gettext/examples/hello-pascal/po/hr.po
+share/doc/gettext/examples/hello-pascal/po/hu.po
+share/doc/gettext/examples/hello-pascal/po/id.po
+share/doc/gettext/examples/hello-pascal/po/it.po
+share/doc/gettext/examples/hello-pascal/po/ja.po
+share/doc/gettext/examples/hello-pascal/po/ky.po
+share/doc/gettext/examples/hello-pascal/po/lv.po
+share/doc/gettext/examples/hello-pascal/po/ms.po
+share/doc/gettext/examples/hello-pascal/po/mt.po
+share/doc/gettext/examples/hello-pascal/po/nb.po
+share/doc/gettext/examples/hello-pascal/po/nl.po
+share/doc/gettext/examples/hello-pascal/po/pl.po
+share/doc/gettext/examples/hello-pascal/po/pt.po
+share/doc/gettext/examples/hello-pascal/po/pt_BR.po
+share/doc/gettext/examples/hello-pascal/po/ro.po
+share/doc/gettext/examples/hello-pascal/po/ru.po
+share/doc/gettext/examples/hello-pascal/po/sk.po
+share/doc/gettext/examples/hello-pascal/po/sl.po
+share/doc/gettext/examples/hello-pascal/po/sr.po
+share/doc/gettext/examples/hello-pascal/po/sv.po
+share/doc/gettext/examples/hello-pascal/po/ta.po
+share/doc/gettext/examples/hello-pascal/po/tr.po
+share/doc/gettext/examples/hello-pascal/po/uk.po
+share/doc/gettext/examples/hello-pascal/po/vi.po
+share/doc/gettext/examples/hello-pascal/po/zh_CN.po
+share/doc/gettext/examples/hello-pascal/po/zh_HK.po
+share/doc/gettext/examples/hello-pascal/po/zh_TW.po
+share/doc/gettext/examples/hello-perl/
+share/doc/gettext/examples/hello-perl/INSTALL
+share/doc/gettext/examples/hello-perl/Makefile.am
+share/doc/gettext/examples/hello-perl/autoclean.sh
+share/doc/gettext/examples/hello-perl/autogen.sh
+share/doc/gettext/examples/hello-perl/configure.ac
+share/doc/gettext/examples/hello-perl/hello-1.pl.in
+share/doc/gettext/examples/hello-perl/hello-2.pl.in
+share/doc/gettext/examples/hello-perl/m4/
+share/doc/gettext/examples/hello-perl/m4/Makefile.am
+share/doc/gettext/examples/hello-perl/po/
+share/doc/gettext/examples/hello-perl/po/LINGUAS
+share/doc/gettext/examples/hello-perl/po/Makefile.am
+share/doc/gettext/examples/hello-perl/po/af.po
+share/doc/gettext/examples/hello-perl/po/ast.po
+share/doc/gettext/examples/hello-perl/po/bg.po
+share/doc/gettext/examples/hello-perl/po/ca.po
+share/doc/gettext/examples/hello-perl/po/cs.po
+share/doc/gettext/examples/hello-perl/po/da.po
+share/doc/gettext/examples/hello-perl/po/de.po
+share/doc/gettext/examples/hello-perl/po/el.po
+share/doc/gettext/examples/hello-perl/po/eo.po
+share/doc/gettext/examples/hello-perl/po/es.po
+share/doc/gettext/examples/hello-perl/po/fi.po
+share/doc/gettext/examples/hello-perl/po/fr.po
+share/doc/gettext/examples/hello-perl/po/ga.po
+share/doc/gettext/examples/hello-perl/po/gl.po
+share/doc/gettext/examples/hello-perl/po/hr.po
+share/doc/gettext/examples/hello-perl/po/hu.po
+share/doc/gettext/examples/hello-perl/po/id.po
+share/doc/gettext/examples/hello-perl/po/it.po
+share/doc/gettext/examples/hello-perl/po/ja.po
+share/doc/gettext/examples/hello-perl/po/ky.po
+share/doc/gettext/examples/hello-perl/po/lv.po
+share/doc/gettext/examples/hello-perl/po/ms.po
+share/doc/gettext/examples/hello-perl/po/mt.po
+share/doc/gettext/examples/hello-perl/po/nb.po
+share/doc/gettext/examples/hello-perl/po/nl.po
+share/doc/gettext/examples/hello-perl/po/pl.po
+share/doc/gettext/examples/hello-perl/po/pt.po
+share/doc/gettext/examples/hello-perl/po/pt_BR.po
+share/doc/gettext/examples/hello-perl/po/ro.po
+share/doc/gettext/examples/hello-perl/po/ru.po
+share/doc/gettext/examples/hello-perl/po/sk.po
+share/doc/gettext/examples/hello-perl/po/sl.po
+share/doc/gettext/examples/hello-perl/po/sr.po
+share/doc/gettext/examples/hello-perl/po/sv.po
+share/doc/gettext/examples/hello-perl/po/ta.po
+share/doc/gettext/examples/hello-perl/po/tr.po
+share/doc/gettext/examples/hello-perl/po/uk.po
+share/doc/gettext/examples/hello-perl/po/vi.po
+share/doc/gettext/examples/hello-perl/po/zh_CN.po
+share/doc/gettext/examples/hello-perl/po/zh_HK.po
+share/doc/gettext/examples/hello-perl/po/zh_TW.po
+share/doc/gettext/examples/hello-php/
+share/doc/gettext/examples/hello-php/INSTALL
+share/doc/gettext/examples/hello-php/Makefile.am
+share/doc/gettext/examples/hello-php/README
+share/doc/gettext/examples/hello-php/autoclean.sh
+share/doc/gettext/examples/hello-php/autogen.sh
+share/doc/gettext/examples/hello-php/configure.ac
+share/doc/gettext/examples/hello-php/hello.php
+share/doc/gettext/examples/hello-php/m4/
+share/doc/gettext/examples/hello-php/m4/Makefile.am
+share/doc/gettext/examples/hello-php/po/
+share/doc/gettext/examples/hello-php/po/LINGUAS
+share/doc/gettext/examples/hello-php/po/Makefile.am
+share/doc/gettext/examples/hello-php/po/af.po
+share/doc/gettext/examples/hello-php/po/ast.po
+share/doc/gettext/examples/hello-php/po/bg.po
+share/doc/gettext/examples/hello-php/po/ca.po
+share/doc/gettext/examples/hello-php/po/cs.po
+share/doc/gettext/examples/hello-php/po/da.po
+share/doc/gettext/examples/hello-php/po/de.po
+share/doc/gettext/examples/hello-php/po/el.po
+share/doc/gettext/examples/hello-php/po/eo.po
+share/doc/gettext/examples/hello-php/po/es.po
+share/doc/gettext/examples/hello-php/po/fi.po
+share/doc/gettext/examples/hello-php/po/fr.po
+share/doc/gettext/examples/hello-php/po/ga.po
+share/doc/gettext/examples/hello-php/po/gl.po
+share/doc/gettext/examples/hello-php/po/hr.po
+share/doc/gettext/examples/hello-php/po/hu.po
+share/doc/gettext/examples/hello-php/po/id.po
+share/doc/gettext/examples/hello-php/po/it.po
+share/doc/gettext/examples/hello-php/po/ja.po
+share/doc/gettext/examples/hello-php/po/ky.po
+share/doc/gettext/examples/hello-php/po/lv.po
+share/doc/gettext/examples/hello-php/po/ms.po
+share/doc/gettext/examples/hello-php/po/mt.po
+share/doc/gettext/examples/hello-php/po/nb.po
+share/doc/gettext/examples/hello-php/po/nl.po
+share/doc/gettext/examples/hello-php/po/pl.po
+share/doc/gettext/examples/hello-php/po/pt.po
+share/doc/gettext/examples/hello-php/po/pt_BR.po
+share/doc/gettext/examples/hello-php/po/ro.po
+share/doc/gettext/examples/hello-php/po/ru.po
+share/doc/gettext/examples/hello-php/po/sk.po
+share/doc/gettext/examples/hello-php/po/sl.po
+share/doc/gettext/examples/hello-php/po/sr.po
+share/doc/gettext/examples/hello-php/po/sv.po
+share/doc/gettext/examples/hello-php/po/ta.po
+share/doc/gettext/examples/hello-php/po/tr.po
+share/doc/gettext/examples/hello-php/po/uk.po
+share/doc/gettext/examples/hello-php/po/vi.po
+share/doc/gettext/examples/hello-php/po/zh_CN.po
+share/doc/gettext/examples/hello-php/po/zh_HK.po
+share/doc/gettext/examples/hello-php/po/zh_TW.po
+share/doc/gettext/examples/hello-python/
+share/doc/gettext/examples/hello-python/INSTALL
+share/doc/gettext/examples/hello-python/Makefile.am
+share/doc/gettext/examples/hello-python/autoclean.sh
+share/doc/gettext/examples/hello-python/autogen.sh
+share/doc/gettext/examples/hello-python/configure.ac
+share/doc/gettext/examples/hello-python/hello.py.in
+share/doc/gettext/examples/hello-python/m4/
+share/doc/gettext/examples/hello-python/m4/Makefile.am
+share/doc/gettext/examples/hello-python/po/
+share/doc/gettext/examples/hello-python/po/LINGUAS
+share/doc/gettext/examples/hello-python/po/Makefile.am
+share/doc/gettext/examples/hello-python/po/af.po
+share/doc/gettext/examples/hello-python/po/ast.po
+share/doc/gettext/examples/hello-python/po/bg.po
+share/doc/gettext/examples/hello-python/po/ca.po
+share/doc/gettext/examples/hello-python/po/cs.po
+share/doc/gettext/examples/hello-python/po/da.po
+share/doc/gettext/examples/hello-python/po/de.po
+share/doc/gettext/examples/hello-python/po/el.po
+share/doc/gettext/examples/hello-python/po/eo.po
+share/doc/gettext/examples/hello-python/po/es.po
+share/doc/gettext/examples/hello-python/po/fi.po
+share/doc/gettext/examples/hello-python/po/fr.po
+share/doc/gettext/examples/hello-python/po/ga.po
+share/doc/gettext/examples/hello-python/po/gl.po
+share/doc/gettext/examples/hello-python/po/hr.po
+share/doc/gettext/examples/hello-python/po/hu.po
+share/doc/gettext/examples/hello-python/po/id.po
+share/doc/gettext/examples/hello-python/po/it.po
+share/doc/gettext/examples/hello-python/po/ja.po
+share/doc/gettext/examples/hello-python/po/ky.po
+share/doc/gettext/examples/hello-python/po/lv.po
+share/doc/gettext/examples/hello-python/po/ms.po
+share/doc/gettext/examples/hello-python/po/mt.po
+share/doc/gettext/examples/hello-python/po/nb.po
+share/doc/gettext/examples/hello-python/po/nl.po
+share/doc/gettext/examples/hello-python/po/pl.po
+share/doc/gettext/examples/hello-python/po/pt.po
+share/doc/gettext/examples/hello-python/po/pt_BR.po
+share/doc/gettext/examples/hello-python/po/ro.po
+share/doc/gettext/examples/hello-python/po/ru.po
+share/doc/gettext/examples/hello-python/po/sk.po
+share/doc/gettext/examples/hello-python/po/sl.po
+share/doc/gettext/examples/hello-python/po/sr.po
+share/doc/gettext/examples/hello-python/po/sv.po
+share/doc/gettext/examples/hello-python/po/ta.po
+share/doc/gettext/examples/hello-python/po/tr.po
+share/doc/gettext/examples/hello-python/po/uk.po
+share/doc/gettext/examples/hello-python/po/vi.po
+share/doc/gettext/examples/hello-python/po/zh_CN.po
+share/doc/gettext/examples/hello-python/po/zh_HK.po
+share/doc/gettext/examples/hello-python/po/zh_TW.po
+share/doc/gettext/examples/hello-sh/
+share/doc/gettext/examples/hello-sh/INSTALL
+share/doc/gettext/examples/hello-sh/Makefile.am
+share/doc/gettext/examples/hello-sh/autoclean.sh
+share/doc/gettext/examples/hello-sh/autogen.sh
+share/doc/gettext/examples/hello-sh/configure.ac
+share/doc/gettext/examples/hello-sh/hello.sh
+share/doc/gettext/examples/hello-sh/m4/
+share/doc/gettext/examples/hello-sh/m4/Makefile.am
+share/doc/gettext/examples/hello-sh/po/
+share/doc/gettext/examples/hello-sh/po/LINGUAS
+share/doc/gettext/examples/hello-sh/po/Makefile.am
+share/doc/gettext/examples/hello-sh/po/af.po
+share/doc/gettext/examples/hello-sh/po/ast.po
+share/doc/gettext/examples/hello-sh/po/bg.po
+share/doc/gettext/examples/hello-sh/po/ca.po
+share/doc/gettext/examples/hello-sh/po/cs.po
+share/doc/gettext/examples/hello-sh/po/da.po
+share/doc/gettext/examples/hello-sh/po/de.po
+share/doc/gettext/examples/hello-sh/po/el.po
+share/doc/gettext/examples/hello-sh/po/eo.po
+share/doc/gettext/examples/hello-sh/po/es.po
+share/doc/gettext/examples/hello-sh/po/fi.po
+share/doc/gettext/examples/hello-sh/po/fr.po
+share/doc/gettext/examples/hello-sh/po/ga.po
+share/doc/gettext/examples/hello-sh/po/gl.po
+share/doc/gettext/examples/hello-sh/po/hr.po
+share/doc/gettext/examples/hello-sh/po/hu.po
+share/doc/gettext/examples/hello-sh/po/id.po
+share/doc/gettext/examples/hello-sh/po/it.po
+share/doc/gettext/examples/hello-sh/po/ja.po
+share/doc/gettext/examples/hello-sh/po/ky.po
+share/doc/gettext/examples/hello-sh/po/lv.po
+share/doc/gettext/examples/hello-sh/po/ms.po
+share/doc/gettext/examples/hello-sh/po/mt.po
+share/doc/gettext/examples/hello-sh/po/nb.po
+share/doc/gettext/examples/hello-sh/po/nl.po
+share/doc/gettext/examples/hello-sh/po/pl.po
+share/doc/gettext/examples/hello-sh/po/pt.po
+share/doc/gettext/examples/hello-sh/po/pt_BR.po
+share/doc/gettext/examples/hello-sh/po/ro.po
+share/doc/gettext/examples/hello-sh/po/ru.po
+share/doc/gettext/examples/hello-sh/po/sk.po
+share/doc/gettext/examples/hello-sh/po/sl.po
+share/doc/gettext/examples/hello-sh/po/sr.po
+share/doc/gettext/examples/hello-sh/po/sv.po
+share/doc/gettext/examples/hello-sh/po/ta.po
+share/doc/gettext/examples/hello-sh/po/tr.po
+share/doc/gettext/examples/hello-sh/po/uk.po
+share/doc/gettext/examples/hello-sh/po/vi.po
+share/doc/gettext/examples/hello-sh/po/zh_CN.po
+share/doc/gettext/examples/hello-sh/po/zh_HK.po
+share/doc/gettext/examples/hello-sh/po/zh_TW.po
+share/doc/gettext/examples/hello-smalltalk/
+share/doc/gettext/examples/hello-smalltalk/INSTALL
+share/doc/gettext/examples/hello-smalltalk/Makefile.am
+share/doc/gettext/examples/hello-smalltalk/autoclean.sh
+share/doc/gettext/examples/hello-smalltalk/autogen.sh
+share/doc/gettext/examples/hello-smalltalk/configure.ac
+share/doc/gettext/examples/hello-smalltalk/hello.st.in
+share/doc/gettext/examples/hello-smalltalk/m4/
+share/doc/gettext/examples/hello-smalltalk/m4/Makefile.am
+share/doc/gettext/examples/hello-smalltalk/po/
+share/doc/gettext/examples/hello-smalltalk/po/LINGUAS
+share/doc/gettext/examples/hello-smalltalk/po/Makefile.am
+share/doc/gettext/examples/hello-smalltalk/po/af.po
+share/doc/gettext/examples/hello-smalltalk/po/ast.po
+share/doc/gettext/examples/hello-smalltalk/po/bg.po
+share/doc/gettext/examples/hello-smalltalk/po/ca.po
+share/doc/gettext/examples/hello-smalltalk/po/cs.po
+share/doc/gettext/examples/hello-smalltalk/po/da.po
+share/doc/gettext/examples/hello-smalltalk/po/de.po
+share/doc/gettext/examples/hello-smalltalk/po/el.po
+share/doc/gettext/examples/hello-smalltalk/po/eo.po
+share/doc/gettext/examples/hello-smalltalk/po/es.po
+share/doc/gettext/examples/hello-smalltalk/po/fi.po
+share/doc/gettext/examples/hello-smalltalk/po/fr.po
+share/doc/gettext/examples/hello-smalltalk/po/ga.po
+share/doc/gettext/examples/hello-smalltalk/po/gl.po
+share/doc/gettext/examples/hello-smalltalk/po/hr.po
+share/doc/gettext/examples/hello-smalltalk/po/hu.po
+share/doc/gettext/examples/hello-smalltalk/po/id.po
+share/doc/gettext/examples/hello-smalltalk/po/it.po
+share/doc/gettext/examples/hello-smalltalk/po/ja.po
+share/doc/gettext/examples/hello-smalltalk/po/ky.po
+share/doc/gettext/examples/hello-smalltalk/po/lv.po
+share/doc/gettext/examples/hello-smalltalk/po/ms.po
+share/doc/gettext/examples/hello-smalltalk/po/mt.po
+share/doc/gettext/examples/hello-smalltalk/po/nb.po
+share/doc/gettext/examples/hello-smalltalk/po/nl.po
+share/doc/gettext/examples/hello-smalltalk/po/pl.po
+share/doc/gettext/examples/hello-smalltalk/po/pt.po
+share/doc/gettext/examples/hello-smalltalk/po/pt_BR.po
+share/doc/gettext/examples/hello-smalltalk/po/ro.po
+share/doc/gettext/examples/hello-smalltalk/po/ru.po
+share/doc/gettext/examples/hello-smalltalk/po/sk.po
+share/doc/gettext/examples/hello-smalltalk/po/sl.po
+share/doc/gettext/examples/hello-smalltalk/po/sr.po
+share/doc/gettext/examples/hello-smalltalk/po/sv.po
+share/doc/gettext/examples/hello-smalltalk/po/ta.po
+share/doc/gettext/examples/hello-smalltalk/po/tr.po
+share/doc/gettext/examples/hello-smalltalk/po/uk.po
+share/doc/gettext/examples/hello-smalltalk/po/vi.po
+share/doc/gettext/examples/hello-smalltalk/po/zh_CN.po
+share/doc/gettext/examples/hello-smalltalk/po/zh_HK.po
+share/doc/gettext/examples/hello-smalltalk/po/zh_TW.po
+share/doc/gettext/examples/hello-tcl/
+share/doc/gettext/examples/hello-tcl-tk/
+share/doc/gettext/examples/hello-tcl-tk/INSTALL
+share/doc/gettext/examples/hello-tcl-tk/Makefile.am
+share/doc/gettext/examples/hello-tcl-tk/autoclean.sh
+share/doc/gettext/examples/hello-tcl-tk/autogen.sh
+share/doc/gettext/examples/hello-tcl-tk/configure.ac
+share/doc/gettext/examples/hello-tcl-tk/hello.tcl
+share/doc/gettext/examples/hello-tcl-tk/m4/
+share/doc/gettext/examples/hello-tcl-tk/m4/Makefile.am
+share/doc/gettext/examples/hello-tcl-tk/po/
+share/doc/gettext/examples/hello-tcl-tk/po/LINGUAS
+share/doc/gettext/examples/hello-tcl-tk/po/Makefile.am
+share/doc/gettext/examples/hello-tcl-tk/po/af.po
+share/doc/gettext/examples/hello-tcl-tk/po/ast.po
+share/doc/gettext/examples/hello-tcl-tk/po/bg.po
+share/doc/gettext/examples/hello-tcl-tk/po/ca.po
+share/doc/gettext/examples/hello-tcl-tk/po/cs.po
+share/doc/gettext/examples/hello-tcl-tk/po/da.po
+share/doc/gettext/examples/hello-tcl-tk/po/de.po
+share/doc/gettext/examples/hello-tcl-tk/po/el.po
+share/doc/gettext/examples/hello-tcl-tk/po/eo.po
+share/doc/gettext/examples/hello-tcl-tk/po/es.po
+share/doc/gettext/examples/hello-tcl-tk/po/fi.po
+share/doc/gettext/examples/hello-tcl-tk/po/fr.po
+share/doc/gettext/examples/hello-tcl-tk/po/ga.po
+share/doc/gettext/examples/hello-tcl-tk/po/gl.po
+share/doc/gettext/examples/hello-tcl-tk/po/hr.po
+share/doc/gettext/examples/hello-tcl-tk/po/hu.po
+share/doc/gettext/examples/hello-tcl-tk/po/id.po
+share/doc/gettext/examples/hello-tcl-tk/po/it.po
+share/doc/gettext/examples/hello-tcl-tk/po/ja.po
+share/doc/gettext/examples/hello-tcl-tk/po/ky.po
+share/doc/gettext/examples/hello-tcl-tk/po/lv.po
+share/doc/gettext/examples/hello-tcl-tk/po/ms.po
+share/doc/gettext/examples/hello-tcl-tk/po/mt.po
+share/doc/gettext/examples/hello-tcl-tk/po/nb.po
+share/doc/gettext/examples/hello-tcl-tk/po/nl.po
+share/doc/gettext/examples/hello-tcl-tk/po/pl.po
+share/doc/gettext/examples/hello-tcl-tk/po/pt.po
+share/doc/gettext/examples/hello-tcl-tk/po/pt_BR.po
+share/doc/gettext/examples/hello-tcl-tk/po/ro.po
+share/doc/gettext/examples/hello-tcl-tk/po/ru.po
+share/doc/gettext/examples/hello-tcl-tk/po/sk.po
+share/doc/gettext/examples/hello-tcl-tk/po/sl.po
+share/doc/gettext/examples/hello-tcl-tk/po/sr.po
+share/doc/gettext/examples/hello-tcl-tk/po/sv.po
+share/doc/gettext/examples/hello-tcl-tk/po/ta.po
+share/doc/gettext/examples/hello-tcl-tk/po/tr.po
+share/doc/gettext/examples/hello-tcl-tk/po/uk.po
+share/doc/gettext/examples/hello-tcl-tk/po/vi.po
+share/doc/gettext/examples/hello-tcl-tk/po/zh_CN.po
+share/doc/gettext/examples/hello-tcl-tk/po/zh_HK.po
+share/doc/gettext/examples/hello-tcl-tk/po/zh_TW.po
+share/doc/gettext/examples/hello-tcl/INSTALL
+share/doc/gettext/examples/hello-tcl/Makefile.am
+share/doc/gettext/examples/hello-tcl/autoclean.sh
+share/doc/gettext/examples/hello-tcl/autogen.sh
+share/doc/gettext/examples/hello-tcl/configure.ac
+share/doc/gettext/examples/hello-tcl/hello.tcl
+share/doc/gettext/examples/hello-tcl/m4/
+share/doc/gettext/examples/hello-tcl/m4/Makefile.am
+share/doc/gettext/examples/hello-tcl/po/
+share/doc/gettext/examples/hello-tcl/po/LINGUAS
+share/doc/gettext/examples/hello-tcl/po/Makefile.am
+share/doc/gettext/examples/hello-tcl/po/af.po
+share/doc/gettext/examples/hello-tcl/po/ast.po
+share/doc/gettext/examples/hello-tcl/po/bg.po
+share/doc/gettext/examples/hello-tcl/po/ca.po
+share/doc/gettext/examples/hello-tcl/po/cs.po
+share/doc/gettext/examples/hello-tcl/po/da.po
+share/doc/gettext/examples/hello-tcl/po/de.po
+share/doc/gettext/examples/hello-tcl/po/el.po
+share/doc/gettext/examples/hello-tcl/po/eo.po
+share/doc/gettext/examples/hello-tcl/po/es.po
+share/doc/gettext/examples/hello-tcl/po/fi.po
+share/doc/gettext/examples/hello-tcl/po/fr.po
+share/doc/gettext/examples/hello-tcl/po/ga.po
+share/doc/gettext/examples/hello-tcl/po/gl.po
+share/doc/gettext/examples/hello-tcl/po/hr.po
+share/doc/gettext/examples/hello-tcl/po/hu.po
+share/doc/gettext/examples/hello-tcl/po/id.po
+share/doc/gettext/examples/hello-tcl/po/it.po
+share/doc/gettext/examples/hello-tcl/po/ja.po
+share/doc/gettext/examples/hello-tcl/po/ky.po
+share/doc/gettext/examples/hello-tcl/po/lv.po
+share/doc/gettext/examples/hello-tcl/po/ms.po
+share/doc/gettext/examples/hello-tcl/po/mt.po
+share/doc/gettext/examples/hello-tcl/po/nb.po
+share/doc/gettext/examples/hello-tcl/po/nl.po
+share/doc/gettext/examples/hello-tcl/po/pl.po
+share/doc/gettext/examples/hello-tcl/po/pt.po
+share/doc/gettext/examples/hello-tcl/po/pt_BR.po
+share/doc/gettext/examples/hello-tcl/po/ro.po
+share/doc/gettext/examples/hello-tcl/po/ru.po
+share/doc/gettext/examples/hello-tcl/po/sk.po
+share/doc/gettext/examples/hello-tcl/po/sl.po
+share/doc/gettext/examples/hello-tcl/po/sr.po
+share/doc/gettext/examples/hello-tcl/po/sv.po
+share/doc/gettext/examples/hello-tcl/po/ta.po
+share/doc/gettext/examples/hello-tcl/po/tr.po
+share/doc/gettext/examples/hello-tcl/po/uk.po
+share/doc/gettext/examples/hello-tcl/po/vi.po
+share/doc/gettext/examples/hello-tcl/po/zh_CN.po
+share/doc/gettext/examples/hello-tcl/po/zh_HK.po
+share/doc/gettext/examples/hello-tcl/po/zh_TW.po
+share/doc/gettext/examples/hello-ycp/
+share/doc/gettext/examples/hello-ycp/INSTALL
+share/doc/gettext/examples/hello-ycp/Makefile.am
+share/doc/gettext/examples/hello-ycp/autoclean.sh
+share/doc/gettext/examples/hello-ycp/autogen.sh
+share/doc/gettext/examples/hello-ycp/configure.ac
+share/doc/gettext/examples/hello-ycp/hello.ycp
+share/doc/gettext/examples/hello-ycp/m4/
+share/doc/gettext/examples/hello-ycp/m4/Makefile.am
+share/doc/gettext/examples/hello-ycp/po/
+share/doc/gettext/examples/hello-ycp/po/LINGUAS
+share/doc/gettext/examples/hello-ycp/po/Makefile.am
+share/doc/gettext/examples/hello-ycp/po/af.po
+share/doc/gettext/examples/hello-ycp/po/ast.po
+share/doc/gettext/examples/hello-ycp/po/bg.po
+share/doc/gettext/examples/hello-ycp/po/ca.po
+share/doc/gettext/examples/hello-ycp/po/cs.po
+share/doc/gettext/examples/hello-ycp/po/da.po
+share/doc/gettext/examples/hello-ycp/po/de.po
+share/doc/gettext/examples/hello-ycp/po/el.po
+share/doc/gettext/examples/hello-ycp/po/eo.po
+share/doc/gettext/examples/hello-ycp/po/es.po
+share/doc/gettext/examples/hello-ycp/po/fi.po
+share/doc/gettext/examples/hello-ycp/po/fr.po
+share/doc/gettext/examples/hello-ycp/po/ga.po
+share/doc/gettext/examples/hello-ycp/po/gl.po
+share/doc/gettext/examples/hello-ycp/po/hr.po
+share/doc/gettext/examples/hello-ycp/po/hu.po
+share/doc/gettext/examples/hello-ycp/po/id.po
+share/doc/gettext/examples/hello-ycp/po/it.po
+share/doc/gettext/examples/hello-ycp/po/ja.po
+share/doc/gettext/examples/hello-ycp/po/ky.po
+share/doc/gettext/examples/hello-ycp/po/lv.po
+share/doc/gettext/examples/hello-ycp/po/ms.po
+share/doc/gettext/examples/hello-ycp/po/mt.po
+share/doc/gettext/examples/hello-ycp/po/nb.po
+share/doc/gettext/examples/hello-ycp/po/nl.po
+share/doc/gettext/examples/hello-ycp/po/pl.po
+share/doc/gettext/examples/hello-ycp/po/pt.po
+share/doc/gettext/examples/hello-ycp/po/pt_BR.po
+share/doc/gettext/examples/hello-ycp/po/ro.po
+share/doc/gettext/examples/hello-ycp/po/ru.po
+share/doc/gettext/examples/hello-ycp/po/sk.po
+share/doc/gettext/examples/hello-ycp/po/sl.po
+share/doc/gettext/examples/hello-ycp/po/sr.po
+share/doc/gettext/examples/hello-ycp/po/sv.po
+share/doc/gettext/examples/hello-ycp/po/ta.po
+share/doc/gettext/examples/hello-ycp/po/tr.po
+share/doc/gettext/examples/hello-ycp/po/uk.po
+share/doc/gettext/examples/hello-ycp/po/vi.po
+share/doc/gettext/examples/hello-ycp/po/zh_CN.po
+share/doc/gettext/examples/hello-ycp/po/zh_HK.po
+share/doc/gettext/examples/hello-ycp/po/zh_TW.po
+share/doc/gettext/examples/installpaths
+share/doc/gettext/gettext_1.html
+share/doc/gettext/gettext_10.html
+share/doc/gettext/gettext_11.html
+share/doc/gettext/gettext_12.html
+share/doc/gettext/gettext_13.html
+share/doc/gettext/gettext_14.html
+share/doc/gettext/gettext_15.html
+share/doc/gettext/gettext_16.html
+share/doc/gettext/gettext_17.html
+share/doc/gettext/gettext_18.html
+share/doc/gettext/gettext_19.html
+share/doc/gettext/gettext_2.html
+share/doc/gettext/gettext_20.html
+share/doc/gettext/gettext_21.html
+share/doc/gettext/gettext_22.html
+share/doc/gettext/gettext_23.html
+share/doc/gettext/gettext_24.html
+share/doc/gettext/gettext_25.html
+share/doc/gettext/gettext_26.html
+share/doc/gettext/gettext_27.html
+share/doc/gettext/gettext_28.html
+share/doc/gettext/gettext_29.html
+share/doc/gettext/gettext_3.html
+share/doc/gettext/gettext_30.html
+share/doc/gettext/gettext_4.html
+share/doc/gettext/gettext_5.html
+share/doc/gettext/gettext_6.html
+share/doc/gettext/gettext_7.html
+share/doc/gettext/gettext_8.html
+share/doc/gettext/gettext_9.html
+share/doc/gettext/gettext_abt.html
+share/doc/gettext/gettext_fot.html
+share/doc/gettext/gettext_toc.html
+share/doc/gettext/gettextize.1.html
+share/doc/gettext/msgattrib.1.html
+share/doc/gettext/msgcat.1.html
+share/doc/gettext/msgcmp.1.html
+share/doc/gettext/msgcomm.1.html
+share/doc/gettext/msgconv.1.html
+share/doc/gettext/msgen.1.html
+share/doc/gettext/msgexec.1.html
+share/doc/gettext/msgfilter.1.html
+share/doc/gettext/msgfmt.1.html
+share/doc/gettext/msggrep.1.html
+share/doc/gettext/msginit.1.html
+share/doc/gettext/msgmerge.1.html
+share/doc/gettext/msgunfmt.1.html
+share/doc/gettext/msguniq.1.html
+share/doc/gettext/recode-sr-latin.1.html
+share/doc/gettext/tutorial.html
+share/doc/gettext/xgettext.1.html
+share/emacs/
+share/emacs/site-lisp/
+share/emacs/site-lisp/po-compat.el
+share/emacs/site-lisp/po-mode.el
+share/emacs/site-lisp/start-po.el
+share/gettext-0.20/
+share/gettext-0.20/its/
+share/gettext-0.20/its/glade.loc
+share/gettext-0.20/its/glade1.its
+share/gettext-0.20/its/glade2.its
+share/gettext-0.20/its/gsettings.its
+share/gettext-0.20/its/gsettings.loc
+share/gettext-0.20/its/gtkbuilder.its
+share/gettext-0.20/its/metainfo.its
+share/gettext-0.20/its/metainfo.loc
+share/gettext/archive.dir.tar.xz
+share/gettext/config.rpath
+share/gettext/gettext.h
+share/gettext/javaversion.class
+share/gettext/msgunfmt.tcl
+share/gettext/po/
+share/gettext/po/Makefile.in.in
+share/gettext/po/Makevars.template
+share/gettext/po/Rules-quot
+share/gettext/po/boldquot.sed
+share/gettext/po/[email protected]
+share/gettext/po/[email protected]
+share/gettext/po/insert-header.sin
+share/gettext/po/quot.sed
+share/gettext/po/remove-potcdate.sin
+share/gettext/projects/
+share/gettext/projects/GNOME/
+share/gettext/projects/GNOME/team-address
+share/gettext/projects/GNOME/teams.html
+share/gettext/projects/GNOME/teams.url
+share/gettext/projects/GNOME/trigger
+share/gettext/projects/KDE/
+share/gettext/projects/KDE/team-address
+share/gettext/projects/KDE/teams.html
+share/gettext/projects/KDE/teams.url
+share/gettext/projects/KDE/trigger
+share/gettext/projects/TP/
+share/gettext/projects/TP/team-address
+share/gettext/projects/TP/teams.html
+share/gettext/projects/TP/teams.url
+share/gettext/projects/TP/trigger
+share/gettext/projects/index
+share/gettext/projects/team-address
+share/gettext/styles/
+share/gettext/styles/po-default.css
+share/gettext/styles/po-emacs-x.css
+share/gettext/styles/po-emacs-xterm.css
+share/gettext/styles/po-emacs-xterm16.css
+share/gettext/styles/po-emacs-xterm256.css
+share/gettext/styles/po-vim.css
+share/locale/be/LC_MESSAGES/gettext-tools.mo
+share/locale/bg/LC_MESSAGES/gettext-tools.mo
+share/locale/ca/LC_MESSAGES/gettext-tools.mo
+share/locale/cs/LC_MESSAGES/gettext-tools.mo
+share/locale/da/LC_MESSAGES/gettext-tools.mo
+share/locale/de/LC_MESSAGES/gettext-tools.mo
+share/locale/el/LC_MESSAGES/gettext-tools.mo
+share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo
+share/locale/en@quot/LC_MESSAGES/gettext-tools.mo
+share/locale/es/LC_MESSAGES/gettext-tools.mo
+share/locale/et/LC_MESSAGES/gettext-tools.mo
+share/locale/eu/LC_MESSAGES/gettext-tools.mo
+share/locale/fi/LC_MESSAGES/gettext-tools.mo
+share/locale/fr/LC_MESSAGES/gettext-tools.mo
+share/locale/gl/LC_MESSAGES/gettext-tools.mo
+share/locale/id/LC_MESSAGES/gettext-tools.mo
+share/locale/it/LC_MESSAGES/gettext-tools.mo
+share/locale/ja/LC_MESSAGES/gettext-tools.mo
+share/locale/ko/LC_MESSAGES/gettext-tools.mo
+share/locale/nb/LC_MESSAGES/gettext-tools.mo
+share/locale/nl/LC_MESSAGES/gettext-tools.mo
+share/locale/nn/LC_MESSAGES/gettext-tools.mo
+share/locale/pa/LC_MESSAGES/gettext-tools.mo
+share/locale/pl/LC_MESSAGES/gettext-tools.mo
+share/locale/pt/LC_MESSAGES/gettext-tools.mo
+share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo
+share/locale/ro/LC_MESSAGES/gettext-tools.mo
+share/locale/ru/LC_MESSAGES/gettext-tools.mo
+share/locale/sk/LC_MESSAGES/gettext-tools.mo
+share/locale/sl/LC_MESSAGES/gettext-tools.mo
+share/locale/sr/LC_MESSAGES/gettext-tools.mo
+share/locale/sv/LC_MESSAGES/gettext-tools.mo
+share/locale/tr/LC_MESSAGES/gettext-tools.mo
+share/locale/uk/LC_MESSAGES/gettext-tools.mo
+share/locale/vi/LC_MESSAGES/gettext-tools.mo
+share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo
+share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo
--
Christian "naddy" Weisgerber [email protected]