| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gettext-runtime-tools-doc | Distribution: SUSE Linux Enterprise 15 |
| Version: 0.20.2 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 1.43 | Build date: Sat Mar 6 00:34:48 2021 |
| Group: Documentation/HTML | Build host: sheep58 |
| Size: 3968391 | Source RPM: gettext-runtime-0.20.2-1.43.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://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
* Tue Jul 07 2020 christian.voegl@suse.com
- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629)
* Sun Apr 26 2020 andreas.stieger@gmx.de
- update to 0.20.2:
* The programs 'gettext', 'ngettext', when invoked with option -e,
now expand '\\' and octal escape sequences, instead of
swallowing them
* xgettext now recognizes 'gettext' program invocations with the
'-e' option, such as gettext -e 'some\nstring\n'
* xgettext now assumes a Python source file is in UTF-8 encoding
by default, as stated in PEP 3120
* The value of the 'Icon' property is no longer extracted into
the POT file by xgettext
* Mon Jan 27 2020 schwab@suse.de
- Don't disable openmp with qemu, the emulation works now
* Wed Jan 15 2020 dimstar@opensuse.org
- Add libtextstyle0 to baselibs.conf: gettext-runtime-32bit has a
dependency on it, so we also need the library built as -32bit.
* Sat Dec 21 2019 stefan.bruens@rwth-aachen.de
- Add missing Requires: libtextstyle0 in corresponding devel package,
drop gettext-runtime Requires.
- Skip creation of shared libtextstyle in -mini flavor.
- Statically link to libtextstyle in -mini flavor, fixes
broken bootstrap of gettext.
* Tue Dec 17 2019 cvoegl@suse.de
- Add -lm to LDFLAGS (boo#1138806)
* Tue Nov 26 2019 cvoegl@suse.de
- Added xz to requires (boo#1141380)
- The previous update to 0.20.1 also fixes (boo#1113719)
* Wed Oct 30 2019 stefan.bruens@rwth-aachen.de
- Remove autoreconf call (not required), and drop the no longer
required libtool build dependency.
* Fri Aug 23 2019 jengelh@inai.de
- Heed SLPP by placing libtextstyle.so.0 in the right package.
- Drop documentation from libtextstyle0, no one will read it there.
- Drop static library.
- Remove pointless ldconfig calls for libtextstyle-devel.
- Avoid pointless sh invocation of libtextstyle0 scriptlets.
- Avoid unnecessary |xargs rm.
- Remove redundant %clean section.
* Thu Jun 20 2019 mliska@suse.cz
- Disable LTO (boo#1138806).
* Tue Jun 11 2019 christian.voegl@suse.com
- Updatetd to 0.20.1
+ msgfmt now eliminates the POT-Creation-Date header field from .mo files.
+ update-po target in Makefile.in.in now uses msgmerge --previous.
+ msgmerge now has an option --for-msgfmt, that produces a PO file meant
for use by msgfmt only. This option saves processing time, in particular
by omitting fuzzy matching that is not useful in this situation.
+ The .pot file in a 'po' directory is now erased by "make maintainer-clean".
+ It is now possible to override xgettext options from the po/Makefile.in.in
through options in XGETTEXT_OPTIONS (declared in po/Makevars).
+ The --intl option of the gettextize program (deprecated since 2010) is
no longer available. Instead of including the intl sources in your package,
we suggest making the libintl library an optional prerequisite of your
package. This will simplify the build system of your package.
+ Accordingly, the Autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is gone as well.
+ C, C++:
* xgettext now supports strings in u8"..." syntax, as specified in C11
and C++11.
* xgettext now supports 'p'/'P' exponent markers in number tokens, as
specified in C99 and C++17.
+ C++:
* xgettext now supports single-quotes in number tokens, as specified in
C++14.
+ Shell:
* The programs 'gettext', 'ngettext' now support a --context argument.
* gettext.sh contains new function eval_pgettext and eval_npgettext
for producing translations of messages with context.
+ Perl:
* Native support for context functions (pgettext, dpgettext, dcpgettext,
npgettext, dnpgettext, dcnpgettext).
* better detection of question mark and slash as operators (as opposed
to regular expression delimiters).
+ Scheme:
* xgettext now parses the syntax for specialized byte vectors (#u8(...),
[#]vu8(...), etc.) correctly.
+ Pascal:
* xgettext can now extract strings from .rsj files, produced by the
Free Pascal compiler version 3.0.0 or newer.
+ Vala:
* xgettext now parses escape sequences in strings more accurately.
+ JavaScript:
* xgettext now parses template literals correctly.
- Rebased gettext-dont-test-gnulib.patch
- Removed gettext-needlessly_init_vars.patch (now in upstream)
- Rebased gettext-po-mode.diff
- Removed msgfmt-remove-pot-creation-date.patch (now in upstream)
- Removed msgfmt-reset-msg-length-after-remove.patch (now in upstream)
- Removed parts of reproducible.patch (now in upstream)
* Sat May 25 2019 meissner@suse.com
- reproducible.patch: generate timestamp in .pot files from SOURCE_DATE_EPOCH
for reproducible builds
* Mon Mar 04 2019 dimstar@opensuse.org
- Only Require(Pre/Post) info in the non-mini variant: as the -mini
version is only used inside OBS, it is irrelevant if the info
files are present and registered or not.
* Sat Oct 06 2018 bwiedemann@suse.com
- Add reproducible.patch to override build date (boo#1047218)
* Wed Sep 19 2018 werner@suse.de
- Add patch msgfmt-reset-msg-length-after-remove.patch
which does reset the length of message string after a line
has been removed (boo#1106843)
* Thu May 24 2018 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
* Mon May 14 2018 antoine.belvire@opensuse.org
- Fix %install_info_delete usage:
* It has to be performed in %preun, not %postun.
* This fixes warning messages upon package removal.
* Wed Oct 18 2017 jayvdb@gmail.com
- Ignore Recommends: on non-SUSE distributions
- Explicitly remove %{_infodir}/dir before creating package to
allow builds on RHEL and derived Linux distributions
* Mon Jul 17 2017 dimstar@opensuse.org
- Ignore rpm-build's dependency on gettext-tools while building
the -mini variant: before gettext-runtime-mini is built, there is
no provider of this symbol in a bootstrap cycle.
* Sat Jul 01 2017 dimstar@opensuse.org
- Explicitly call autoreconf, as we have patches touching the build
system. Implicit calling automake/autoconf works only as long as
the version on the system is the same as was used to bootstrap
originally.
* Fri May 05 2017 bwiedemann@suse.com
- Add msgfmt-remove-pot-creation-date.patch
to enable reproducible builds of packages using gettext-runtime
such as dfc, e2fsprogs and acl
* Sun Jun 19 2016 astieger@suse.com
- GNU gettext 0.19.8.1:
* Fix unintentional soname bump
* Sat Jun 11 2016 astieger@suse.com
- GNU gettext 0.19.8:
* msgfmt now produces little-endian .mo files by default.
* xml: xgettext and msgfmt now look for .its files in directories
supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS
environment variable.
* JavaScript: xgettext and msgfmt now recognize numbered
arguments in format strings.
* Fri Apr 22 2016 astieger@suse.com
- drop gettext-runtime-grep-2.24.patch, no longer required for 2.25
* Sun Apr 17 2016 astieger@suse.com
- GNU gettext 0.19.7:
* can now load custom string extraction rules in XML
Internationalization Tag Set (ITS) standard
* the existing XML-based language scanners (Glade, GSettings, and
AppData) rewritten using ITS
* Add msgfmt --xml option to merge translations back to the
original XML document.
* Tue Apr 12 2016 dimstar@opensuse.org
- Add gettext-runtime-grep-2.24.patch: Fix test suite with
grep 2.24 (https://savannah.gnu.org/bugs/index.php?47674).
* Tue Dec 08 2015 sbrabec@suse.com
- Recommend bison-lang by gettext-tools, as it is used by them.
* Fri Sep 11 2015 astieger@suse.com
- GNU gettext 0.19.6:
* Support AppData file format
* New macro AM_GNU_GETTEXT_REQUIRE_VERSION
* po/Makefile.in.in can now insert the file $(DOMAIN).pot-header
to $(DOMAIN).pot, instead of the standard header comments.
* Fix mishandling of gettext version numbers for minor releases, in
po-mode.el and gettextize.
* Fix build with --enable-relocatable.
- remove no longer required gettext-0.19.5.1-gettextize.diff
* Mon Aug 24 2015 i@marguerite.su
- add patch: boo941629-unnessary-rpath-on-standard-path.patch
* config.rpath from gettext-tools will set rpath for ELF binaries
not in /usr/lib, even if it's the standard path the linker
would search anyway.
* Tue Jul 21 2015 mlin@suse.com
- Add gettext-0.19.5.1-gettextize.diff
* workaround gettextize in gettext 0.19.5.1, see
http://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html
* Thu Jul 16 2015 astieger@suse.com
- GNU gettext 0.19.5.1:
* fix build on old platforms where stpcpy and stpncpy is missing
* Fri Jul 10 2015 astieger@suse.com
- GNU gettext 0.19.5:
* xgettext: feature to perform syntax checks on msgid, via
- -check option or "xgettext: " commentgs
* msgfilter, msgexec: new option --newline
* The base Unicode standard is now updated to 8.0.0.
* msginit is now capable of generating "Plural-Forms:" from
Unicode CLDR. Via GETTEXTCLDRDIR environment variable.
* Improved Programming languages support
* drop gettext-check-allocated-size-for-static-segment.patch,
is upstream
* Tue Mar 10 2015 mlin@suse.com
- Add gettext-check-allocated-size-for-static-segment.patch from upstream
* Check if the embedded segment size is valid, before adding it to
the string length. Please see
http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg00005.html
* Tue Jan 27 2015 andreas.stieger@gmx.de
- GNU gettext 0.19.4:
* The --keyword option of xgettext now accepts same argument
number for both singular and plural forms.
* Programming languages support:
- C#: xgettext now properly handles Unicode characters encoded
with surrogate pairs.
- C/C++: xgettext now recognizes ISO/IEC 9899:2011 string
literals prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
- Shell: xgettext now properly recognizes Bash ANSI-C quoting
($'...').
* Bug fixes:
- Fix integer overflow when reading certain MO files with
msgunfmt.
- Avoid invalid memory access in various cases. In particular,
when the same argument number is specified for singular/
plural arguments, and when checking Lisp and Scheme format
strings.
* Sun Dec 28 2014 ledest@gmail.com
- fix 'echo -e' in cvs.sh script that may be unsupported in some
POSIX-complete shells
- add patches:
* gettext-0.19.3-fix-bashisms.patch
* Fri Oct 17 2014 andreas.stieger@gmx.de
- GNU gettext 0.19.3:
* Fix xgettext mishandling of octal character escapes in C.
* Fix autopoint infinite recursion with certain configure.ac.
* The po/Makevars file has a new field MSGINIT_OPTIONS, that can
be used to adjust msginit's operation. This is particularly
useful for controlling line wrapping behavior together with
MSGMERGE_OPTIONS and XGETTEXT_OPTIONS.
/usr/share/doc/packages/gettext-runtime /usr/share/doc/packages/gettext-runtime/autopoint.1.html /usr/share/doc/packages/gettext-runtime/autosprintf_all.html /usr/share/doc/packages/gettext-runtime/examples /usr/share/doc/packages/gettext-runtime/examples/README /usr/share/doc/packages/gettext-runtime/examples/build-aux /usr/share/doc/packages/gettext-runtime/examples/build-aux/csharpcomp.m4 /usr/share/doc/packages/gettext-runtime/examples/build-aux/csharpcomp.sh.in /usr/share/doc/packages/gettext-runtime/examples/build-aux/csharpexec-test.exe /usr/share/doc/packages/gettext-runtime/examples/build-aux/csharpexec.m4 /usr/share/doc/packages/gettext-runtime/examples/build-aux/csharpexec.sh.in /usr/share/doc/packages/gettext-runtime/examples/build-aux/javacomp.m4 /usr/share/doc/packages/gettext-runtime/examples/build-aux/javacomp.sh.in /usr/share/doc/packages/gettext-runtime/examples/build-aux/javaexec.m4 /usr/share/doc/packages/gettext-runtime/examples/build-aux/javaexec.sh.in /usr/share/doc/packages/gettext-runtime/examples/hello-c /usr/share/doc/packages/gettext-runtime/examples/hello-c++ /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/hello.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/gtk--.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/m4/gtk.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/BUGS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/ChangeLog /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/Doxyfile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/Doxyfile.global /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/Makefile.common /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/acinclude.m4.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/am_edit /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/compile /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/conf.change.pl /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/config.guess /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/config.pl /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/config.sub /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/configure.in.bot.end /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/configure.in.min /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/cvs-clean.pl /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/cvs.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/debianrules /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/depcomp /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/detect-autoconf.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/install-sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/libtool.m4.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/ltmain.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/missing /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/mkinstalldirs /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/admin/ylwrap /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/configure.in.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/hello.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/hellowindow.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/hellowindow.h /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-kde/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/BUGS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/hello.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/m4/qt.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-qt/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/hello.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++-wxwidgets/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c++/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c++/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c++/hello.cc /usr/share/doc/packages/gettext-runtime/examples/hello-c++/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c++/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c++/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/hello.c /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/hello.c /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/hello.desktop.in.in /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/hello.gresource.xml /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/hello.gschema.xml /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/hello.ui /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c-gnome3/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-c/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-c/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-c/hello.c /usr/share/doc/packages/gettext-runtime/examples/hello-c/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-c/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-c/po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-c/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/hello.lisp.in /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-clisp/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/hello.awk /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-gawk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile /usr/share/doc/packages/gettext-runtime/examples/hello-guile/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-guile/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-guile/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-guile/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-guile/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-guile/hello.scm /usr/share/doc/packages/gettext-runtime/examples/hello-guile/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-guile/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-guile/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep /usr/share/doc/packages/gettext-runtime/examples/hello-librep/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-librep/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-librep/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-librep/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-librep/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-librep/hello.jl.in /usr/share/doc/packages/gettext-runtime/examples/hello-librep/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-librep/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-librep/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/hello.m /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/m4/gnome.m4 /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnome/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/AppController.h /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/AppController.m /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/BUGS /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/GNUmakefile /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/Hello.h /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/Hello.m /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/main.m /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/GNUmakefile /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/LocaleAliases /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc-gnustep/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-objc/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-objc/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-objc/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-objc/hello.m /usr/share/doc/packages/gettext-runtime/examples/hello-objc/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-objc/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/Makevars /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/POTFILES.in /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-objc/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/hello.pas /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-pascal/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl /usr/share/doc/packages/gettext-runtime/examples/hello-perl/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-perl/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-perl/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-perl/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-perl/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-perl/hello-1.pl.in /usr/share/doc/packages/gettext-runtime/examples/hello-perl/hello-2.pl.in /usr/share/doc/packages/gettext-runtime/examples/hello-perl/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-perl/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-perl/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-php /usr/share/doc/packages/gettext-runtime/examples/hello-php/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-php/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-php/README /usr/share/doc/packages/gettext-runtime/examples/hello-php/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-php/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-php/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-php/hello.php /usr/share/doc/packages/gettext-runtime/examples/hello-php/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-php/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-php/po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-php/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-python /usr/share/doc/packages/gettext-runtime/examples/hello-python/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-python/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-python/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-python/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-python/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-python/hello.py.in /usr/share/doc/packages/gettext-runtime/examples/hello-python/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-python/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-python/po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-python/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh /usr/share/doc/packages/gettext-runtime/examples/hello-sh/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-sh/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-sh/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-sh/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-sh/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-sh/hello.sh /usr/share/doc/packages/gettext-runtime/examples/hello-sh/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-sh/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-sh/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/hello.st.in /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-smalltalk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/hello.tcl /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl-tk/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/hello.tcl /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-tcl/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/INSTALL /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/autoclean.sh /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/autogen.sh /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/configure.ac /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/hello.ycp /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/m4 /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/m4/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/LINGUAS /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/Makefile.am /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/af.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ast.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/bg.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ca.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/cs.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/da.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/de.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/el.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/eo.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/es.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/fi.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/fr.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ga.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/gl.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/hr.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/hu.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/id.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/it.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ja.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ky.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/lv.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ms.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/mt.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/nb.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/nl.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/pl.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/pt.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/pt_BR.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ro.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ru.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/sk.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/sl.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/sq.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/sr.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/sv.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/ta.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/tr.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/uk.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/vi.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/zh_CN.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/zh_HK.po /usr/share/doc/packages/gettext-runtime/examples/hello-ycp/po/zh_TW.po /usr/share/doc/packages/gettext-runtime/examples/installpaths /usr/share/doc/packages/gettext-runtime/gettext_1.html /usr/share/doc/packages/gettext-runtime/gettext_10.html /usr/share/doc/packages/gettext-runtime/gettext_11.html /usr/share/doc/packages/gettext-runtime/gettext_12.html /usr/share/doc/packages/gettext-runtime/gettext_13.html /usr/share/doc/packages/gettext-runtime/gettext_14.html /usr/share/doc/packages/gettext-runtime/gettext_15.html /usr/share/doc/packages/gettext-runtime/gettext_16.html /usr/share/doc/packages/gettext-runtime/gettext_17.html /usr/share/doc/packages/gettext-runtime/gettext_18.html /usr/share/doc/packages/gettext-runtime/gettext_19.html /usr/share/doc/packages/gettext-runtime/gettext_2.html /usr/share/doc/packages/gettext-runtime/gettext_20.html /usr/share/doc/packages/gettext-runtime/gettext_21.html /usr/share/doc/packages/gettext-runtime/gettext_22.html /usr/share/doc/packages/gettext-runtime/gettext_23.html /usr/share/doc/packages/gettext-runtime/gettext_24.html /usr/share/doc/packages/gettext-runtime/gettext_25.html /usr/share/doc/packages/gettext-runtime/gettext_26.html /usr/share/doc/packages/gettext-runtime/gettext_27.html /usr/share/doc/packages/gettext-runtime/gettext_28.html /usr/share/doc/packages/gettext-runtime/gettext_29.html /usr/share/doc/packages/gettext-runtime/gettext_3.html /usr/share/doc/packages/gettext-runtime/gettext_30.html /usr/share/doc/packages/gettext-runtime/gettext_4.html /usr/share/doc/packages/gettext-runtime/gettext_5.html /usr/share/doc/packages/gettext-runtime/gettext_6.html /usr/share/doc/packages/gettext-runtime/gettext_7.html /usr/share/doc/packages/gettext-runtime/gettext_8.html /usr/share/doc/packages/gettext-runtime/gettext_9.html /usr/share/doc/packages/gettext-runtime/gettext_abt.html /usr/share/doc/packages/gettext-runtime/gettext_fot.html /usr/share/doc/packages/gettext-runtime/gettext_toc.html /usr/share/doc/packages/gettext-runtime/gettextize.1.html /usr/share/doc/packages/gettext-runtime/msgattrib.1.html /usr/share/doc/packages/gettext-runtime/msgcat.1.html /usr/share/doc/packages/gettext-runtime/msgcmp.1.html /usr/share/doc/packages/gettext-runtime/msgcomm.1.html /usr/share/doc/packages/gettext-runtime/msgconv.1.html /usr/share/doc/packages/gettext-runtime/msgen.1.html /usr/share/doc/packages/gettext-runtime/msgexec.1.html /usr/share/doc/packages/gettext-runtime/msgfilter.1.html /usr/share/doc/packages/gettext-runtime/msgfmt.1.html /usr/share/doc/packages/gettext-runtime/msggrep.1.html /usr/share/doc/packages/gettext-runtime/msginit.1.html /usr/share/doc/packages/gettext-runtime/msgmerge.1.html /usr/share/doc/packages/gettext-runtime/msgunfmt.1.html /usr/share/doc/packages/gettext-runtime/msguniq.1.html /usr/share/doc/packages/gettext-runtime/recode-sr-latin.1.html /usr/share/doc/packages/gettext-runtime/tutorial.html /usr/share/doc/packages/gettext-runtime/xgettext.1.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 14:49:38 2025