Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gettext-runtime-mini-tools-doc | Distribution: openSUSE Tumbleweed |
Version: 0.22.5 | Vendor: openSUSE |
Release: 7.1 | Build date: Thu Sep 12 12:43:43 2024 |
Group: Documentation/HTML | Build host: reproducible |
Size: 4142577 | Source RPM: gettext-runtime-mini-0.22.5-7.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.gnu.org/software/gettext/ | |
Summary: HTML documentation and examples for gettext-runtime |
This subpackage contains the HTML version of the gettext documentation as well as project examples.
GPL-3.0-or-later AND LGPL-2.0-or-later
* Thu Sep 12 2024 Dan Čermák <dcermak@suse.com> - Move envsubst requires into main package, gettext.sh is not part of gettext-tools, but gettext-runtime (fixes boo#1227070) * Tue Jul 16 2024 Bernhard Wiedemann <bwiedemann@suse.com> - Use %autosetup * Thu Jun 06 2024 Dominique Leuenberger <dimstar@opensuse.org> - Fix envsubst-mini: + Conflicts with the 'full' envsubst + Require 'this-is-only-for-build-envs': ensure this does not find it's way out of OBS onto installations. * Tue Jun 04 2024 Dan Čermák <dcermak@suse.com> - add optional -mini suffix to envsubst package * Tue May 21 2024 Andreas Schwab <schwab@suse.de> - Require glibc-gconv-modules-extra by the gettext-tools packages * Tue May 14 2024 Dan Čermák <dcermak@suse.com> - Split out envsubst into a separate package This allows us to pull in envsubst into containers without enlarging them substantially. Additionally, this binary is standalone and useful outside of the context of gettext. * Mon Apr 15 2024 Dominique Leuenberger <dimstar@opensuse.org> - Require this-is-only-for-build-envs by the -mini packages: ensure those mini packages never find their way onto a system, even when published. * Thu Apr 04 2024 Dan Čermák <dcermak@suse.com> - Add missing Requires: find to gettext-tools * Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Sat Feb 24 2024 Andreas Stieger <andreas.stieger@gmx.de> - update to 0.22.5: * xgettext's processing of Vala files with printf method invocations has been corrected (regression in 0.22) * Tue Feb 13 2024 Antonio Larrosa <alarrosa@suse.com> - Update to version 0.22.4 * Bug fixes: - AM_GNU_GETTEXT now recognizes a statically built libintl on macOS and AIX. - Build fixes on AIX - Update to version 0.22.3 * Portability: - The libintl library now works on macOS 14. (Older versions of libintl crash on macOS 14, due to an incompatible change in macOS.) - Update to version 0.22.2 * No information available upstream - Update to version 0.22.1 * Bug fixes: - The libintl shared library now exports again some symbols that were accidentally missing. - xgettext's processing of large Perl files may have led to errors. - "xgettext --join-existing" could encounter errors. * Portability: - Building on Android is now supported. - Update to version 0.22.0 * PO file format: - When a #: line contains references to file names that contain spaces, these file names are surrounded by Unicode characters U+2068 and U+2069. This makes it possible to parse such references correctly. * Improvements for maintainers: - The AM_GNU_GETTEXT macro now defines two variables localedir_c and localedir_c_make, that can be used in C code or in Makefiles, respectively, for representing the value of the --localedir configure option. * Programming languages support: - C, C++: + xgettext now supports gettext-like functions that take wide strings (of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *') as arguments. + xgettext now recognizes numbers with digit separators, as defined by ISO C 23, as tokens. + xgettext and msgfmt now recognize the format string directive %b (for binary integer output, as defined by ISO C 23) in format strings. + xgettext and msgfmt now recognize the argument size specifiers w8, w16, w32, w64, wf8, wf16, wf32, wf64 (as defined by ISO C 23) in format strings. + xgettext and msgfmt now recognize C++ format strings, as defined by ISO C++ 20. They are marked as 'c++-format' in POT and PO files. A new example has been added, 'hello-c++20', that illustrates how to use these format strings with gettext. - Java: + The build system and tools now also support Java versions newer than Java 11. This is known to work up to Java 20, at least. On the other hand, support for old versions of Java (Java 1.5 and GCJ) has been dropped. + Tcl: xgettext now supports the \x, \u, and \U escapes as defined in Tcl 8.6. * Portability: - On systems with musl libc, the *gettext() functions in libc now work with MO files generated from PO files with an encoding other than UTF-8. To this effect, the msgfmt program now converts the messages to UTF-8 encoding before storing them in a MO file. You can prevent this byusing the msgfmt - -no-convert option. - On systems with musl libc, the *gettext() functions in libc now work with MO files generated from PO files with ISO C 99 <inttypes.h> format string directive macros. To this effect, the msgfmt program pre-expands strings with such macros. You can prevent this by using the msgfmt --no-redundancy option. * xgettext: - The xgettext option '--sorted-output' is now deprecated. - xgettext input files of type PO that are not all ASCII and not UTF-8 encoded are now handled correctly. * The base Unicode standard is now updated to 15.0.0. * Emacs PO mode: - Fix an incompatibility with Emacs version 29 or newer. - Rebase patches: * gettext-dont-test-gnulib.patch * 0001-msgcat-Add-feature-to-use-the-newest-po-file.patch * 0002-msgcat-Merge-headers-when-use-first.patch - Drop patch which isn't required anymore since newer java versions are already supported by upstream: * gettext-0.21-jdk17.patch * Thu May 04 2023 Frederic Crozat <fcrozat@suse.com> - Add _multibuild to define additional spec files as additional flavors. Eliminates the need for source package links in OBS. * Mon Oct 24 2022 Dirk Müller <dmueller@suse.com> - update keyring for the last version update * Sat Oct 15 2022 Stephan Kulow <coolo@suse.com> - Update to Version 0.21.1 * Runtime behaviour: - On AIX, locale names with a script or with an uppercase language are now supported. For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and EN_US.UTF-8 is treated like en_US.UTF-8. * The base Unicode standard is now updated to 14.0.0. * Portability: - Building on macOS 11/arm64 is now supported. - Building on Linux/powerpc64le with glibc ≥ 2.35 is now supported. * Fri Apr 08 2022 Fridrich Strba <fstrba@suse.com> - Added patch: * gettext-0.21-jdk17.patch + Build with java source and target levels 1.8 + Allows building with JDK17 + Fixes build in Factory * Mon Nov 29 2021 Michael Gorse <mgorse@suse.com> - Remove libcroco from BuildRequires: it is now bundled internally. * Fri Jan 22 2021 Dirk Müller <dmueller@suse.com> - fixup libtextstyle autofoo with adding use-acinit-for-libtextstyle.patch
/usr/share/doc/packages/gettext-runtime-mini /usr/share/doc/packages/gettext-runtime-mini/autopoint.1.html /usr/share/doc/packages/gettext-runtime-mini/autosprintf_all.html /usr/share/doc/packages/gettext-runtime-mini/examples /usr/share/doc/packages/gettext-runtime-mini/examples/README /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/csharpcomp.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/csharpcomp.sh.in /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/csharpexec-test.exe /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/csharpexec.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/csharpexec.sh.in /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/javacomp.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/javacomp.sh.in /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/javaexec.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/build-aux/javaexec.sh.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++ /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/gtk--.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/m4/gtk.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/BUGS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/ChangeLog /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/Doxyfile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/Doxyfile.global /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/Makefile.common /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/acinclude.m4.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/am_edit /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/compile /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/conf.change.pl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/config.guess /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/config.pl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/config.sub /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/configure.in.bot.end /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/configure.in.min /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/cvs-clean.pl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/cvs.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/debianrules /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/depcomp /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/detect-autoconf.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/install-sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/libtool.m4.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/ltmain.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/missing /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/mkinstalldirs /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/admin/ylwrap /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/configure.in.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/hellowindow.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/hellowindow.h /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-kde/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/BUGS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/m4/qt.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-qt/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++-wxwidgets/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/hello.cc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c++20/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/hello.c /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/hello.c /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/hello.desktop.in.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/hello.gresource.xml /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/hello.gschema.xml /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/hello.ui /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c-gnome3/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/hello.c /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-c/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/hello.lisp.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-clisp/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/hello.awk /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-gawk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/hello.scm /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-guile/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/hello.jl.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-librep/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/hello.m /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/AppController.h /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/AppController.m /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/BUGS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/GNUmakefile /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/Hello.h /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/Hello.m /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/main.m /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/GNUmakefile /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/LocaleAliases /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc-gnustep/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/hello.m /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/Makevars /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/POTFILES.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-objc/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/hello.pas /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-pascal/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/hello-1.pl.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/hello-2.pl.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-perl/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/README /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/hello.php /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-php/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/hello.py.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-python/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/hello.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-sh/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/hello.st.in /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-smalltalk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/hello.tcl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl-tk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/hello.tcl /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-tcl/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/INSTALL /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/autoclean.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/autogen.sh /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/configure.ac /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/hello.ycp /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/m4 /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/m4/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/LINGUAS /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/Makefile.am /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/af.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ast.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/bg.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ca.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/cs.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/da.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/de.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/el.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/eo.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/es.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/fi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/fr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ga.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/gl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/hr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/hu.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/id.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/it.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ja.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ka.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ky.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/lv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ms.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/mt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/nb.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/nl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/nn.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/pl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/pt.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/pt_BR.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ro.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ru.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/sk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/sl.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/sq.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/sr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/sv.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/ta.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/tr.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/uk.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/vi.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/zh_CN.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/zh_HK.po /usr/share/doc/packages/gettext-runtime-mini/examples/hello-ycp/po/zh_TW.po /usr/share/doc/packages/gettext-runtime-mini/examples/installpaths /usr/share/doc/packages/gettext-runtime-mini/gettext_1.html /usr/share/doc/packages/gettext-runtime-mini/gettext_10.html /usr/share/doc/packages/gettext-runtime-mini/gettext_11.html /usr/share/doc/packages/gettext-runtime-mini/gettext_12.html /usr/share/doc/packages/gettext-runtime-mini/gettext_13.html /usr/share/doc/packages/gettext-runtime-mini/gettext_14.html /usr/share/doc/packages/gettext-runtime-mini/gettext_15.html /usr/share/doc/packages/gettext-runtime-mini/gettext_16.html /usr/share/doc/packages/gettext-runtime-mini/gettext_17.html /usr/share/doc/packages/gettext-runtime-mini/gettext_18.html /usr/share/doc/packages/gettext-runtime-mini/gettext_19.html /usr/share/doc/packages/gettext-runtime-mini/gettext_2.html /usr/share/doc/packages/gettext-runtime-mini/gettext_20.html /usr/share/doc/packages/gettext-runtime-mini/gettext_21.html /usr/share/doc/packages/gettext-runtime-mini/gettext_22.html /usr/share/doc/packages/gettext-runtime-mini/gettext_23.html /usr/share/doc/packages/gettext-runtime-mini/gettext_24.html /usr/share/doc/packages/gettext-runtime-mini/gettext_25.html /usr/share/doc/packages/gettext-runtime-mini/gettext_26.html /usr/share/doc/packages/gettext-runtime-mini/gettext_27.html /usr/share/doc/packages/gettext-runtime-mini/gettext_28.html /usr/share/doc/packages/gettext-runtime-mini/gettext_29.html /usr/share/doc/packages/gettext-runtime-mini/gettext_3.html /usr/share/doc/packages/gettext-runtime-mini/gettext_30.html /usr/share/doc/packages/gettext-runtime-mini/gettext_4.html /usr/share/doc/packages/gettext-runtime-mini/gettext_5.html /usr/share/doc/packages/gettext-runtime-mini/gettext_6.html /usr/share/doc/packages/gettext-runtime-mini/gettext_7.html /usr/share/doc/packages/gettext-runtime-mini/gettext_8.html /usr/share/doc/packages/gettext-runtime-mini/gettext_9.html /usr/share/doc/packages/gettext-runtime-mini/gettext_abt.html /usr/share/doc/packages/gettext-runtime-mini/gettext_fot.html /usr/share/doc/packages/gettext-runtime-mini/gettext_toc.html /usr/share/doc/packages/gettext-runtime-mini/gettextize.1.html /usr/share/doc/packages/gettext-runtime-mini/msgattrib.1.html /usr/share/doc/packages/gettext-runtime-mini/msgcat.1.html /usr/share/doc/packages/gettext-runtime-mini/msgcmp.1.html /usr/share/doc/packages/gettext-runtime-mini/msgcomm.1.html /usr/share/doc/packages/gettext-runtime-mini/msgconv.1.html /usr/share/doc/packages/gettext-runtime-mini/msgen.1.html /usr/share/doc/packages/gettext-runtime-mini/msgexec.1.html /usr/share/doc/packages/gettext-runtime-mini/msgfilter.1.html /usr/share/doc/packages/gettext-runtime-mini/msgfmt.1.html /usr/share/doc/packages/gettext-runtime-mini/msggrep.1.html /usr/share/doc/packages/gettext-runtime-mini/msginit.1.html /usr/share/doc/packages/gettext-runtime-mini/msgmerge.1.html /usr/share/doc/packages/gettext-runtime-mini/msgunfmt.1.html /usr/share/doc/packages/gettext-runtime-mini/msguniq.1.html /usr/share/doc/packages/gettext-runtime-mini/recode-sr-latin.1.html /usr/share/doc/packages/gettext-runtime-mini/tutorial.html /usr/share/doc/packages/gettext-runtime-mini/xgettext.1.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 17 00:23:02 2024