summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++-kde/po/uk.po
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++-kde/po/uk.po')
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/uk.po37
1 files changed, 37 insertions, 0 deletions
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."