diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-12 19:00:15 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-12 19:00:15 +0300 |
| commit | bf6dcfef01e4e0281891c930119d96d527e38428 (patch) | |
| tree | 99b7ab8fc01b1ef294fbc5213a8057ade4cd9eef /test cases | |
| parent | 8523bd6ba77a864ec3ae3508e92f56b244a48fe7 (diff) | |
| download | meson-bf6dcfef01e4e0281891c930119d96d527e38428.tar.gz | |
Added a few translations.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/frameworks/6 gettext/meson.build | 1 | ||||
| -rw-r--r-- | test cases/frameworks/6 gettext/po/de.po | 22 | ||||
| -rw-r--r-- | test cases/frameworks/6 gettext/po/fi.po | 22 |
3 files changed, 44 insertions, 1 deletions
diff --git a/test cases/frameworks/6 gettext/meson.build b/test cases/frameworks/6 gettext/meson.build index 249a52d82..4384978c7 100644 --- a/test cases/frameworks/6 gettext/meson.build +++ b/test cases/frameworks/6 gettext/meson.build @@ -1,4 +1,3 @@ -#Internationale Gruß. project('gettext example', 'c') subdir('po') diff --git a/test cases/frameworks/6 gettext/po/de.po b/test cases/frameworks/6 gettext/po/de.po new file mode 100644 index 000000000..1b3f2ae65 --- /dev/null +++ b/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 Gruß." diff --git a/test cases/frameworks/6 gettext/po/fi.po b/test cases/frameworks/6 gettext/po/fi.po new file mode 100644 index 000000000..362ac434b --- /dev/null +++ b/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 "Kansainvälinen tervehdys." |
