summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++/po/pl.po
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++/po/pl.po')
-rw-r--r--gettext-tools/examples/hello-c++/po/pl.po26
1 files changed, 26 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++/po/pl.po b/gettext-tools/examples/hello-c++/po/pl.po
new file mode 100644
index 0000000..6b5347d
--- /dev/null
+++ b/gettext-tools/examples/hello-c++/po/pl.po
@@ -0,0 +1,26 @@
+# Polish translations for the GNU gettext messages, hello-c++ 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++-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:39
+msgid "Hello, world!"
+msgstr "Cześć, świecie!"
+
+#: hello.cc:40
+#, c-format
+msgid "This program is running as process number %d."
+msgstr "Ten program działa jako proces o numerze %d."