summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++-kde/po
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++-kde/po')
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/LINGUAS5
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/Makevars63
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/POTFILES.in6
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/af.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ast.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/bg.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ca.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/cs.po35
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/da.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/de.po38
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/el.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/eo.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/es.po37
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/fi.po35
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/fr.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ga.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/gl.po38
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/hr.po35
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/hu.po36
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/id.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/it.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ja.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ky.po35
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/lv.po37
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ms.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/mt.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/nb.po36
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/nl.po38
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/pl.po34
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/pt.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/pt_BR.po37
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ro.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/ru.po37
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/sk.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/sl.po36
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/sr.po36
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/sv.po32
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/tr.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/uk.po37
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/vi.po38
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/zh_CN.po33
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/zh_HK.po32
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/zh_TW.po34
43 files changed, 1460 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++-kde/po/LINGUAS b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
new file mode 100644
index 0000000..339c7f9
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
@@ -0,0 +1,5 @@
+# Example for use of GNU gettext.
+# This file is in the public domain.
+#
+# Set of available languages.
+af ast bg ca cs da de el eo es fi fr ga gl hr hu id it ja ky lv ms mt nb nl pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_HK zh_TW
diff --git a/gettext-tools/examples/hello-c++-kde/po/Makevars b/gettext-tools/examples/hello-c++-kde/po/Makevars
new file mode 100644
index 0000000..b5477ea
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/Makevars
@@ -0,0 +1,63 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = \
+ --qt \
+ --keyword=i18n --flag=i18n:1:pass-c-format --flag=i18n:1:pass-qt-format \
+ --keyword=tr2i18n --flag=tr2i18n:1:pass-c-format --flag=tr2i18n:1:pass-qt-format \
+ --keyword=I18N_NOOP --flag=I18N_NOOP:1:pass-c-format --flag=I18N_NOOP:1:pass-qt-format \
+ --keyword=tr --flag=tr:1:pass-c-format --flag=tr:1:pass-qt-format \
+ --keyword=translate:2 --flag=translate:2:pass-c-format --flag=translate:2:pass-qt-format \
+ --keyword=QT_TR_NOOP --flag=QT_TR_NOOP:1:pass-c-format --flag=QT_TR_NOOP:1:pass-qt-format \
+ --keyword=QT_TRANSLATE_NOOP:2 --flag=QT_TRANSLATE_NOOP:2:pass-c-format --flag=QT_TRANSLATE_NOOP:2:pass-qt-format \
+ --keyword=_ --flag=_:1:pass-c-format --flag=_:1:pass-qt-format \
+ --keyword=N_ --flag=N_:1:pass-c-format --flag=N_:1:pass-qt-format
+
+# This is the copyright holder that gets inserted into the header of the
+# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
+# package. (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.) Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright. The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
+COPYRIGHT_HOLDER = Yoyodyne, Inc.
+
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+# in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+# understood.
+# - Strings which make invalid assumptions about notation of date, time or
+# money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS = bug-gnu-gettext@gnu.org
+
+# This is the list of locale categories, beyond LC_MESSAGES, for which the
+# message catalogs shall be used. It is usually empty.
+EXTRA_LOCALE_CATEGORIES =
+
+# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
+# context. Possible values are "yes" and "no". Set this to yes if the
+# package uses functions taking also a message context, like pgettext(), or
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+# --previous to keep previous msgids of translated messages,
+# --quiet to reduce the verbosity.
+MSGMERGE_OPTIONS = --quiet
diff --git a/gettext-tools/examples/hello-c++-kde/po/POTFILES.in b/gettext-tools/examples/hello-c++-kde/po/POTFILES.in
new file mode 100644
index 0000000..d631e96
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/POTFILES.in
@@ -0,0 +1,6 @@
+# Example for use of GNU gettext.
+# This file is in the public domain.
+#
+# List of files which contain translatable strings.
+hello.cc
+hellowindow.cc
diff --git a/gettext-tools/examples/hello-c++-kde/po/af.po b/gettext-tools/examples/hello-c++-kde/po/af.po
new file mode 100644
index 0000000..54ffa7f
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/af.po
@@ -0,0 +1,33 @@
+# Afrikaans translation for Silky
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# This file is distributed under the same license as the silky package.
+# Hanlie Pretorius <hpretorius@pnp.co.za>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.13.1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2003-12-31 10:30+2\n"
+"Last-Translator: Ysbeer <ysbeer@af.org.za>\n"
+"Language-Team: Afrikaans <i18n@af.org.za>\n"
+"Language: af\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hallo voorbeeld"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Hallo wêreld voorbeeld"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hallo wêreld!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Hierdie program loop as prosesnommer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ast.po b/gettext-tools/examples/hello-c++-kde/po/ast.po
new file mode 100644
index 0000000..3a90fbd
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ast.po
@@ -0,0 +1,34 @@
+# Mensajes en asturianu para GNU gettext.
+# This file is distributed under the same license as the gettext package.
+# Copyright (C) 2009 Yoyodyne, Inc. (msgids)
+# Copyright (C) 2009 Free Software Foundation, Inc.
+# Marquinos <maacub@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.17\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2009-12-15 12:16+0100\n"
+"Last-Translator: Marquinos <maacub@gmail.com>\n"
+"Language-Team: Asturian <ubuntu-l10n-ast@lists.ubuntu.com>\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hola exemplu"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemplu de hola mundu"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hola, mundu!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Esti programa ta corriendo como'l procesu nmberu %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/bg.po b/gettext-tools/examples/hello-c++-kde/po/bg.po
new file mode 100644
index 0000000..384fe27
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/bg.po
@@ -0,0 +1,33 @@
+# Bulgarian translations for hello-c++-kde package.
+# Copyright (C) 2010 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Roumen Petrov <transl@roumenpetrov.info>, 2010,2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-16 22:12+0200\n"
+"Last-Translator: Roumen Petrov <transl@roumenpetrov.info>\n"
+"Language-Team: Bulgarian <dict@ludost.net>\n"
+"Language: bg\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Пример: Здравейте"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Пример: Здравейте на всички"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Здравейте на всички !"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Програмата е пусната под процес номер %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ca.po b/gettext-tools/examples/hello-c++-kde/po/ca.po
new file mode 100644
index 0000000..1f2ac1b
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ca.po
@@ -0,0 +1,34 @@
+# Catalan messages for GNU hello-c++-kde.
+# Copyright (C) 2003, 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Ivan Vilata i Balaguer <ivan@selidor.net>, 2003, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-12 14:23+0100\n"
+"Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
+"Language-Team: Catalan <ca@dodds.net>\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Exemple Hola"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemple Hola Món"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hola, món!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Aquest programa està corrent amb el número de procés %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/cs.po b/gettext-tools/examples/hello-c++-kde/po/cs.po
new file mode 100644
index 0000000..1b4940e
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/cs.po
@@ -0,0 +1,35 @@
+# The Czech translation for the gettext package.
+# Copyright (C) 2011 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Marek Černocký <marek@manet.cz>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.18\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2011-11-30 16:10+0100\n"
+"Last-Translator: Marek Černocký <marek@manet.cz>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Příklad „Hello“"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Příklad „Hello world“"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Ahoj světe!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Tento program běží jako proces číslo %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/da.po b/gettext-tools/examples/hello-c++-kde/po/da.po
new file mode 100644
index 0000000..91f4159
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/da.po
@@ -0,0 +1,33 @@
+# Danish messages for hello-c++-kde.
+# Copyright (C) 2011 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Jan Djrv <jan.h.d@swipnet.se>, 2003, 2006
+# Keld Simonsen <keld@keldix.com>, 2011
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.18\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2011-01-08 12:39+0100\n"
+"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
+"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Eksempel p hilsen"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "\"Hej verden\"-eksempel"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hej verden!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Dette program krer som proces nummer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/de.po b/gettext-tools/examples/hello-c++-kde/po/de.po
new file mode 100644
index 0000000..982a092
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/de.po
@@ -0,0 +1,38 @@
+# German messages for hello-c++-kde.
+# Copyright © 2003, 2013 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Bruno Haible <bruno@clisp.org>, 2003.
+# Karl Eichwalder <ke@gnu.franken.de>, 2003.
+# Jakob Kramer <jakob.kramer@gmx.de>, 2013.
+# Mario Blättermann <mario.blaettermann@gmail.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-05-10 17:47+0100\n"
+"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
+"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.5.4\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Beispiel Hallo"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Beispiel Hallo-Welt"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hallo Welt!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Dieses Programm läuft mit der Prozess-Nummer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/el.po b/gettext-tools/examples/hello-c++-kde/po/el.po
new file mode 100644
index 0000000..fada13f
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/el.po
@@ -0,0 +1,33 @@
+# Greek translation of hello-c++-kde
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# Simos Xenitellis <simos74@gmx.net>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.14.1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2005-01-06 18:50+0000\n"
+"Last-Translator: Simos Xenitellis <simos74@gmx.net>\n"
+"Language-Team: Greek <nls@tux.hellug.gr>\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Παράδειγμα χαιρετισμού"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Παράδειγμα \"γεια σου κόσμε\""
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Γεια σου, κόσμε!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Αυτό το πρόγραμμα εκτελείται με αριθμό διεργασίας %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/eo.po b/gettext-tools/examples/hello-c++-kde/po/eo.po
new file mode 100644
index 0000000..ec09dd7
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/eo.po
@@ -0,0 +1,33 @@
+# La teksto por la mesaĝoj de la programo "gettext".
+# Copyright (C) 2006 Yoyodyne, Inc.
+# This file is distributed under the same license as the gettext package.
+# Edmund GRIMLEY EVANS <edmundo@rano.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-07-02 19:24+0100\n"
+"Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
+"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Saluto-ekzemplo"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Saluton-mondo-ekzemplo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Saluton, mondo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ĉi tiu programo rulas kiel procezo kun numero %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/es.po b/gettext-tools/examples/hello-c++-kde/po/es.po
new file mode 100644
index 0000000..582df08
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/es.po
@@ -0,0 +1,37 @@
+# Mensajes en español para GNU gettext.
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+#
+# This file is distributed under the same license as the gettext package.
+#
+# Max de Mendizábal <max@upn.mx>, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004.
+# Antonio Ceballos <aceballos@gmail.com>, 2014
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-11 00:40+0100\n"
+"Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
+"Language-Team: Spanish <es@tp.org.es>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hola ejemplo"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Ejemplo de hola mundo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "¡Hola, mundo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Este programa está corriendo como el proceso número %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/fi.po b/gettext-tools/examples/hello-c++-kde/po/fi.po
new file mode 100644
index 0000000..0155dae
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/fi.po
@@ -0,0 +1,35 @@
+# Finnish messages for GNU Gettext examples.
+# This file is distributed under the same license as the gettext package.
+# Copyright © 2007, 2014 Yoyodyne, Inc. (msgids)
+# Lauri Nurmi <lanurmi@iki.fi>, 2007.
+# Jorma Karvonen <karvonen.jorma@gmail.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-06-23 16:51+0300\n"
+"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
+"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Tervehdysesimerkki"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Terve maailma -esimerkki"
+
+# Tämä nimenomainen käännös valittu GNU Hellon mukaisesti.
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Terve maailma!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Tämän ohjelman prosessinumero on %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/fr.po b/gettext-tools/examples/hello-c++-kde/po/fr.po
new file mode 100644
index 0000000..e864baf
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/fr.po
@@ -0,0 +1,34 @@
+# Messages français pour GNU gettext.
+# Copyright © 2006 Yoyodyne, Inc.
+# Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
+# Christophe Combelles <ccomb@free.fr>, 2006
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-10-01 02:29+0200\n"
+"Last-Translator: Christophe Combelles <ccomb@free.fr>\n"
+"Language-Team: French <traduc@traduc.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Exemple Hello"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemple de « Hello world »"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Bonjour, le monde !"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ce programme est exécuté en tant que processus numéro %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ga.po b/gettext-tools/examples/hello-c++-kde/po/ga.po
new file mode 100644
index 0000000..10fe113
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ga.po
@@ -0,0 +1,33 @@
+# Irish translations for hello-c++-kde.
+# Copyright (C) 2004 Yoyodyne, Inc.
+# This file is distributed under the same license as the hello-c++-kde package.
+# Kevin Patrick Scannell <scannell@SLU.EDU>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.14.1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2005-02-07 12:09-0500\n"
+"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
+"Language-Team: Irish <ga@li.org>\n"
+"Language: ga\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Sampla `Dia duit'"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Sampla `Dia duit a dhomhain'"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Dia duit, a dhomhain!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "T an clr seo rith mar phriseas %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/gl.po b/gettext-tools/examples/hello-c++-kde/po/gl.po
new file mode 100644
index 0000000..d350136
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/gl.po
@@ -0,0 +1,38 @@
+# Galician translation for hello-c++-kde package.
+# Copyright (C) 2010 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Leandro Regueiro <leandro.regueiro@gmail.com>, 2010-2014.
+#
+# Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas
+# colaborar connosco, podes atopar máis información en <http://trasno.net>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-05-10 16:34+0100\n"
+"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
+"Language-Team: Galician <proxecto@trasno.net>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Exemplo ola"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemplo ola mundo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Ola, mundo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Este programa estase executando como o proceso número %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/hr.po b/gettext-tools/examples/hello-c++-kde/po/hr.po
new file mode 100644
index 0000000..bd4b31c
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/hr.po
@@ -0,0 +1,35 @@
+# Translation of hello-c++-kde to Croatian.
+# Copyright © 2012 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Tomislav Krznar <tomislav.krznar@gmail.com>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.18\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2012-07-04 18:38+0200\n"
+"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
+"Language-Team: Croatian <lokalizacija@linux.hr>\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Primjer pozdrava"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Primjer pozdrava svijetu"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Pozdrav, svijete!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ovaj program je pokrenut kao proces broj %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/hu.po b/gettext-tools/examples/hello-c++-kde/po/hu.po
new file mode 100644
index 0000000..4cc1e75
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/hu.po
@@ -0,0 +1,36 @@
+# Hungarian translation for hello-c++-kde.
+# This file is distributed under the same license as the gettext package.
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+#
+# Tamás Kiss <atomi@inf.elte.hu>, 2005.
+# Balázs Úr <urbalazs@gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-05-11 16:21+0200\n"
+"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
+"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hello példa"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Hello világ példa"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hello, világ!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ez a program a(z) %1 folyamatazonosítóval fut."
diff --git a/gettext-tools/examples/hello-c++-kde/po/id.po b/gettext-tools/examples/hello-c++-kde/po/id.po
new file mode 100644
index 0000000..2fcc057
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/id.po
@@ -0,0 +1,34 @@
+# translation of hello-c++-kde-0.15-pre5.po to Indonesian
+# Copyright (C) 2006 Yoyodyne, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Tedi Heriyanto <tedi_heriyanto@yahoo.com>, 2006.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-09-27 20:19+0700\n"
+"Last-Translator: Tedi Heriyanto <tedi_heriyanto@yahoo.com>\n"
+"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.2\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Contoh hello"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Contoh hello world"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hello, world!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Program ini berjalan sebagai proses nomor %1"
diff --git a/gettext-tools/examples/hello-c++-kde/po/it.po b/gettext-tools/examples/hello-c++-kde/po/it.po
new file mode 100644
index 0000000..47dd43d
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/it.po
@@ -0,0 +1,33 @@
+# Italian messages for hello-c++-kde.
+# Copyright (C) 2005, 2006 Yoyodyne, Inc.
+# This file is distributed under the same license as the gettext package.
+# Marco Colombo <m.colombo@ed.ac.uk>, 2005, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-07-01 10:46+0100\n"
+"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Esempio di Salve mondo"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Esempio di Salve mondo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Salve, mondo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Questo programma è in esecuzione con numero di processo %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ja.po b/gettext-tools/examples/hello-c++-kde/po/ja.po
new file mode 100644
index 0000000..89eff3c
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ja.po
@@ -0,0 +1,33 @@
+# Translation of `hello-c++-kde' messages to Japanese.
+# Copyright (C) 2005, 2006, 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Masahito Yamaga <ma@yama-ga.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-11 08:49+0900\n"
+"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
+"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "֤ˤϡפ"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr ", ˤϡפ"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr ", ˤ!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Υץϥץֹ %1 ưƤޤ."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ky.po b/gettext-tools/examples/hello-c++-kde/po/ky.po
new file mode 100644
index 0000000..aeb782d
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ky.po
@@ -0,0 +1,35 @@
+# Translation of 'hello-c++-kde' messages to Kirghiz.
+# Copyright (C) 2006 Yoyodyne, Inc.
+# This file is distributed under the same license as the silky package.
+# Ilyas Bakirov <just_ilyas@yahoo.com>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.16.2-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2007-11-13 16:02+0600\n"
+"Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
+"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
+"Language: ky\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Kyrgyz\n"
+"X-Poedit-Country: KYRGYZSTAN\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Салам мисалы"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Салам дүйнө мисалы"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Салам дүйнө!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Бул программа %1 процесс номери катары иштеп жатат."
diff --git a/gettext-tools/examples/hello-c++-kde/po/lv.po b/gettext-tools/examples/hello-c++-kde/po/lv.po
new file mode 100644
index 0000000..b8ffc11
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/lv.po
@@ -0,0 +1,37 @@
+# Latvian translation of hello-c++-kde
+# Copyright (C) 2009 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Arvis Lācis <arvis.lacis@inbox.lv>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.17\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2009-07-28 21:26+0100\n"
+"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
+"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
+"Language: lv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Latvian\n"
+"X-Poedit-Country: LATVIA\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Sveiki paraugs"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Sveika pasaule paraugs"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Sveika, pasaule!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Šī programma darbojas kā process ar numuru %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ms.po b/gettext-tools/examples/hello-c++-kde/po/ms.po
new file mode 100644
index 0000000..b0fe1c6
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ms.po
@@ -0,0 +1,34 @@
+# hello-c++-kde Bahasa Melayu (Malay) (ms).
+# Copyright (C) 2006 Yoyodyne, Inc.
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# This file is distributed under the same license as the hello-c++-kde package.
+# Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-12-22 21:36+0800\n"
+"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
+"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
+"Language: ms\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Contoh hello"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Contoh hello world"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hello, world!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Program ini dilaksanakan sebagai proses bernombor %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/mt.po b/gettext-tools/examples/hello-c++-kde/po/mt.po
new file mode 100644
index 0000000..3fd3695
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/mt.po
@@ -0,0 +1,34 @@
+# hello-c++-kde-0.16.2-pre5.
+# Copyright (C) 2008 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Clyde Meli <cmeli@cis.um.edu.mt>, 2001-2008.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.16.2-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2008-11-18 17:27+0100\n"
+"Last-Translator: Clyde Meli <cmeli@cis.um.edu.mt>\n"
+"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
+"Language: mt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-3\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Eżempju tal-Hello"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Eżempju ta' Hello lil kulħadd"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hello, lil kulħadd!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Dal-programm qed jaħdem taħt il-proċess numru %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/nb.po b/gettext-tools/examples/hello-c++-kde/po/nb.po
new file mode 100644
index 0000000..d7a402b
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/nb.po
@@ -0,0 +1,36 @@
+# Norwegian Bokmal translations for hello-c++-kde package.
+# Copyright (C) 2012 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Johnny A. Solbu <johnny@solbu.net>, 2012-2014
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-07-22 13:18+0100\n"
+"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
+"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
+"Language: nb_NO\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.5.4\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hallo eksempel"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Hallo verden-eksempel"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hallo verden!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Dette programmet kjører som prosess nummer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/nl.po b/gettext-tools/examples/hello-c++-kde/po/nl.po
new file mode 100644
index 0000000..97b4f95
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/nl.po
@@ -0,0 +1,38 @@
+# Dutch translations for GNU hello-c++-kde.
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# "Waar de wind waait."
+#
+# Benno Schulenberg <benno@vertaalt.nl>, 2007, 2014.
+# Elros Cyriatan <cyriatan@fastmail.fm>, 2004.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-05-11 12:17+0200\n"
+"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
+"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "'Hallo'-voorbeeld"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "'Hallo wereld'-voorbeeld"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hallo, wereld!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Dit programma draait als proces nummer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/pl.po b/gettext-tools/examples/hello-c++-kde/po/pl.po
new file mode 100644
index 0000000..3a70f2d
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/pl.po
@@ -0,0 +1,34 @@
+# Polish translations for the GNU gettext messages, hello-c++-kde domain
+# Copyright (C) 2010 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Rafał Maszkowski <rzm@icm.edu.pl>, 2003, 2010, 2014 „”
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-10 21:50+0100\n"
+"Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
+"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Przykładowy program witający"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Przykładowy program witający świat"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Cześć, świecie!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ten program działa jako proces o numerze %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/pt.po b/gettext-tools/examples/hello-c++-kde/po/pt.po
new file mode 100644
index 0000000..7dc9ed8
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/pt.po
@@ -0,0 +1,33 @@
+# Portuguese translation of 'hello-c++-kde' package.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# This file is distributed under the same license as the hello-c++-kde package.
+# Helder Correia <helder.pereira.correia@gmail.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.14.5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2005-11-19 23:08+0000\n"
+"Last-Translator: Helder Correia <helder.pereira.correia@gmail.com>\n"
+"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Exemplo Olá"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemplo Olá Mundo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Olá, Mundo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Este programa está a ser executado com o número de processo %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/pt_BR.po b/gettext-tools/examples/hello-c++-kde/po/pt_BR.po
new file mode 100644
index 0000000..8a5d577
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/pt_BR.po
@@ -0,0 +1,37 @@
+# Brazilian Portuguese translation for gettext-example
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+# Copyright (C) 2014 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gettext package.
+# Rafael Ferreira <rafael.f.f1@gmail.com>, 2013, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-10 20:49-0300\n"
+"Last-Translator: Rafael Ferreira <rafael.f.f1@gmail.com>\n"
+"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
+"net>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.6.11\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Olá exemplo"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Olá mundo exemplo"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Olá, mundo!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Este programa está executando com número de processo %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ro.po b/gettext-tools/examples/hello-c++-kde/po/ro.po
new file mode 100644
index 0000000..d0b8a96
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ro.po
@@ -0,0 +1,33 @@
+# Mesajele n limba romn pentru pachetul hello-c++-kde-0.13-pre1.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Acest fiier este distribuit sub aceeai licen ca pachetul hello-c++-kde.
+# Eugen Hoanca <eugenh@urban-grafx.ro>, 2003
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.13-pre1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2003-11-22 11:15+0200\n"
+"Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
+"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Exemplu Salut(Hello)"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemplu Salut lume(Hello world)"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Salut, lume! (Hello, world!)"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Acest program este rulat ca procesul numrul %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/ru.po b/gettext-tools/examples/hello-c++-kde/po/ru.po
new file mode 100644
index 0000000..e434c92
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/ru.po
@@ -0,0 +1,37 @@
+# Translation of hello-c++-kde-0.14.1.po to Russian
+# Copyright (C) 2004 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Pavel Maryanov <acid_jack@ukr.net>, 2004.
+# Yuri Kozlov <yuray@komyakino.ru>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-15 19:16+0300\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
+"Language-Team: Russian <gnu@mx.ru>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.5\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Пример: Здравствуйте"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Пример: Здравствуй, мир"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Здравствуй, мир!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Эта программа выполняется как процесс под номером %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/sk.po b/gettext-tools/examples/hello-c++-kde/po/sk.po
new file mode 100644
index 0000000..6ada7c4
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/sk.po
@@ -0,0 +1,33 @@
+# Slovak translations GNU for hello-c++-kde package.
+# Copyright (C) 2003, 2004, 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Marcel Telka <marcel@telka.sk>, 2003, 2004, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-15-10 20:44+0100\n"
+"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
+"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Príklad \"Ahoj\""
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Príklad \"Ahoj svet\""
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Ahoj svet!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Tento program beží ako proces s číslom %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/sl.po b/gettext-tools/examples/hello-c++-kde/po/sl.po
new file mode 100644
index 0000000..aae2b36
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/sl.po
@@ -0,0 +1,36 @@
+# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU gettext-example
+# Copyright (C) 2005 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2005, 2014.
+# $Id: hello-c++-kde-0.19.4-rc1.sl.po,v 1.2 2014/12/11 09:15:50 peterlin Exp $
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-11 10:15+0100\n"
+"Last-Translator: Primož Peterlin <primozz.peterlin@gmail.com>\n"
+"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Zgled Pozdravljen"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Zgled Pozdravljen svet"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Pozdravljen, svet!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ta program teče kot proces številka %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/sr.po b/gettext-tools/examples/hello-c++-kde/po/sr.po
new file mode 100644
index 0000000..2db8ec0
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/sr.po
@@ -0,0 +1,36 @@
+# Serbian translation of hello-c++-kde.
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Aleksandar Jelenak <jelenak@netlinkplus.net>, 2004.
+# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde-0.19-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-05-12 21:25+0200\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
+"Language-Team: Serbian <(nothing)>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Virtaal 0.7.1\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "„Здраво“ пример"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "„Здраво свима“ пример"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Здраво свима!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Овај програм се извршава као процес број %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/sv.po b/gettext-tools/examples/hello-c++-kde/po/sv.po
new file mode 100644
index 0000000..fee7248
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/sv.po
@@ -0,0 +1,32 @@
+# Swedish messages for hello-c++-kde.
+# Copyright © 2006, 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Jan Djärv <jan.h.d@swipnet.se>, 2003, 2006, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-23 09:18+0100\n"
+"Last-Translator: Jan Djärv <jan.h.d@swipnet.se>\n"
+"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hälsningsexempel"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "\"Hej världen\"-exempel"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Hej världen!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Detta program kör som process nummer %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/tr.po b/gettext-tools/examples/hello-c++-kde/po/tr.po
new file mode 100644
index 0000000..ec2a273
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/tr.po
@@ -0,0 +1,33 @@
+# Turkish translations for Gnu Gettext Package.
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# Nilgün Belma Bugüner <nilgun@superonline.com>, 2003,2004
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.14-pre1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2004-01-21 06:17+0300\n"
+"Last-Translator: Nilgün Belma Bugüner <nilgun@superonline.com>\n"
+"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Hello örneği"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Hello world örneği"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Merhaba Dünyalı!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Bu yazılım, %1 süreç kimliği ile çalışıyor."
diff --git a/gettext-tools/examples/hello-c++-kde/po/uk.po b/gettext-tools/examples/hello-c++-kde/po/uk.po
new file mode 100644
index 0000000..9b6cce8
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/uk.po
@@ -0,0 +1,37 @@
+# Ukrainian translation to hello-c++-kde
+# Copyright (C) 2014 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+#
+# Maxim V. Dziumanenko <dziumanenko@gmail.com>, 2004-2007.
+# Yuri Chornoivan <yurchor@ukr.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-10 22:33+0200\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Приклад привітання"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Приклад «Привітання»"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Привіт, світе!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Ця програма виконується як процес з номером %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/vi.po b/gettext-tools/examples/hello-c++-kde/po/vi.po
new file mode 100644
index 0000000..963f4af
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/vi.po
@@ -0,0 +1,38 @@
+# Vietnamese Translation for Gettext Examples.
+# Bản dịch tiếng Việt dành cho các ví dụ của gói gettext.
+# Copyright © 2014 Yoyodyne, Inc. (msgids)
+# Copyright © 2014 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gettext package.
+# Clytie Siddall <clytie@riverland.net.au>, 2005-2010.
+# Trần Ngọc Quân <vnwildman@gmail.com>, 2012, 2013, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.19.4-rc1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2014-12-11 08:03+0700\n"
+"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
+"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Langugae-Team-Website: <http://translationproject.org/team/vi.html>\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "Ví dụ “Chào”"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Ví dụ “Chào thế giới”"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "Chào thế giới!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "Chương trình này đang chạy với mã số tiến trình %1."
diff --git a/gettext-tools/examples/hello-c++-kde/po/zh_CN.po b/gettext-tools/examples/hello-c++-kde/po/zh_CN.po
new file mode 100644
index 0000000..4914580
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/zh_CN.po
@@ -0,0 +1,33 @@
+# zh_CN translation for hello-c++-kde.
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the same license as the hello-c++-kde package.
+# Funda Wang <fundawang@linux.net.cn>, 2003.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.13.1\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2003-12-18 19:07+0800\n"
+"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
+"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "世界你好示例"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "世界你好示例"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "世界你好!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "此程序正以进程号 %1 运行。"
diff --git a/gettext-tools/examples/hello-c++-kde/po/zh_HK.po b/gettext-tools/examples/hello-c++-kde/po/zh_HK.po
new file mode 100644
index 0000000..2e7d490
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/zh_HK.po
@@ -0,0 +1,32 @@
+# Chinese (Hong Kong) translation of hello-c++-kde.
+# Copyright (C) 2006 Yoyodyne, Inc.
+# Abel Cheung <abelcheung@gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-07-05 15:40+0800\n"
+"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
+"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
+"Language: zh_HK\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "測試範例"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "訊息測試範例"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "你好!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "本程式正在執行中,進程編號為 %1。"
diff --git a/gettext-tools/examples/hello-c++-kde/po/zh_TW.po b/gettext-tools/examples/hello-c++-kde/po/zh_TW.po
new file mode 100644
index 0000000..c6ef304
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/zh_TW.po
@@ -0,0 +1,34 @@
+# Traditional Chinese translation of hello-c++-kde.
+# Copyright (C) 2009 Yoyodyne, Inc. (msgids)
+# This file is distributed under the same license as the gettext package.
+# Abel Cheung <abelcheung@gmail.com>, 2005.
+# Wei-Lun Chao <bluebat@member.fsf.org>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-c++-kde 0.18\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2013-09-03 13:00+0800\n"
+"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
+"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello.cc:46
+msgid "Hello example"
+msgstr "測試範例"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "訊息測試範例"
+
+#: hellowindow.cc:42
+msgid "Hello, world!"
+msgstr "哈囉,大家好!"
+
+#: hellowindow.cc:49
+#, qt-format
+msgid "This program is running as process number %1."
+msgstr "本程式正在執行,行程編號為 %1。"