aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/frameworks/6 gettext/po
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/frameworks/6 gettext/po')
-rw-r--r--meson/test cases/frameworks/6 gettext/po/LINGUAS4
-rw-r--r--meson/test cases/frameworks/6 gettext/po/POTFILES2
-rw-r--r--meson/test cases/frameworks/6 gettext/po/de.po22
-rw-r--r--meson/test cases/frameworks/6 gettext/po/fi.po22
-rw-r--r--meson/test cases/frameworks/6 gettext/po/intltest.pot34
-rw-r--r--meson/test cases/frameworks/6 gettext/po/meson.build3
-rw-r--r--meson/test cases/frameworks/6 gettext/po/ru.po34
7 files changed, 121 insertions, 0 deletions
diff --git a/meson/test cases/frameworks/6 gettext/po/LINGUAS b/meson/test cases/frameworks/6 gettext/po/LINGUAS
new file mode 100644
index 000000000..c9274bff0
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/LINGUAS
@@ -0,0 +1,4 @@
+de
+fi
+ru
+
diff --git a/meson/test cases/frameworks/6 gettext/po/POTFILES b/meson/test cases/frameworks/6 gettext/po/POTFILES
new file mode 100644
index 000000000..8ac0de5f0
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/POTFILES
@@ -0,0 +1,2 @@
+src/intlmain.c
+data/test.desktop.in
diff --git a/meson/test cases/frameworks/6 gettext/po/de.po b/meson/test cases/frameworks/6 gettext/po/de.po
new file mode 100644
index 000000000..8d9d6e7b6
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/de.po
@@ -0,0 +1,22 @@
+# German translations for PACKAGE package.
+# Copyright (C) 2013 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Jussi Pakkanen <jpakkane@brash>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-09-12 18:53+0300\n"
+"PO-Revision-Date: 2013-09-12 18:57+0300\n"
+"Last-Translator: Jussi Pakkanen <jpakkane@brash>\n"
+"Language-Team: German\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/intlmain.c:15
+msgid "International greeting."
+msgstr "Internationale Gruss."
diff --git a/meson/test cases/frameworks/6 gettext/po/fi.po b/meson/test cases/frameworks/6 gettext/po/fi.po
new file mode 100644
index 000000000..114cb10c3
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/fi.po
@@ -0,0 +1,22 @@
+# Finnish translations for PACKAGE package.
+# Copyright (C) 2013 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Jussi Pakkanen <jpakkane@brash>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-09-12 18:53+0300\n"
+"PO-Revision-Date: 2013-09-12 18:57+0300\n"
+"Last-Translator: Jussi Pakkanen <jpakkane@brash>\n"
+"Language-Team: Finnish\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/intlmain.c:15
+msgid "International greeting."
+msgstr "Maailman tervehdys."
diff --git a/meson/test cases/frameworks/6 gettext/po/intltest.pot b/meson/test cases/frameworks/6 gettext/po/intltest.pot
new file mode 100644
index 000000000..2d0a4ccf7
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/intltest.pot
@@ -0,0 +1,34 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the intltest package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: intltest\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-31 05:16-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/intlmain.c:15
+msgid "International greeting."
+msgstr ""
+
+#: data/test.desktop.in:3
+msgid "Test"
+msgstr ""
+
+#: data/test.desktop.in:4
+msgid "Application"
+msgstr ""
+
+#: data/test.desktop.in:5
+msgid "Test Application"
+msgstr ""
diff --git a/meson/test cases/frameworks/6 gettext/po/meson.build b/meson/test cases/frameworks/6 gettext/po/meson.build
new file mode 100644
index 000000000..86e02f1c6
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/meson.build
@@ -0,0 +1,3 @@
+langs = ['fi', 'de', 'ru']
+
+i18n.gettext('intltest', languages : langs)
diff --git a/meson/test cases/frameworks/6 gettext/po/ru.po b/meson/test cases/frameworks/6 gettext/po/ru.po
new file mode 100644
index 000000000..e5867c8de
--- /dev/null
+++ b/meson/test cases/frameworks/6 gettext/po/ru.po
@@ -0,0 +1,34 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the intltest package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: intltest\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-31 05:16-0500\n"
+"PO-Revision-Date: 2019-04-22 02:38+0300\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"X-Generator: Poedit 2.2.1\n"
+
+#: src/intlmain.c:15
+msgid "International greeting."
+msgstr "Межнациональное приветствие."
+
+#: data/test.desktop.in:3
+msgid "Test"
+msgstr "Тест"
+
+#: data/test.desktop.in:4
+msgid "Application"
+msgstr "Приложение"
+
+#: data/test.desktop.in:5
+msgid "Test Application"
+msgstr "Тестовое приложение"