diff options
author | codexp <codexp@gmx.net> | 2018-04-01 00:24:40 +0200 |
---|---|---|
committer | codexp <codexp@gmx.net> | 2018-04-01 01:02:05 +0200 |
commit | d59c5fb7cd305ca1a3ab595031fa573656e536d4 (patch) | |
tree | b74a54227870e23068d7dc44959613fd308108bf /locale | |
parent | 036f8cf407ecee22495d81ac75f91b49b8f88fe5 (diff) | |
download | ehlphabet-d59c5fb7cd305ca1a3ab595031fa573656e536d4.tar.gz ehlphabet-d59c5fb7cd305ca1a3ab595031fa573656e536d4.tar.bz2 ehlphabet-d59c5fb7cd305ca1a3ab595031fa573656e536d4.zip |
add german translation (intllib)
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de.po | 46 | ||||
-rw-r--r-- | locale/template.pot | 46 |
2 files changed, 92 insertions, 0 deletions
diff --git a/locale/de.po b/locale/de.po new file mode 100644 index 0000000..8fda8b1 --- /dev/null +++ b/locale/de.po @@ -0,0 +1,46 @@ +# German translation of ehlphabet mod +# Copyright (C) 2018 Sam Hocevar +# This file is distributed under the same license as the ehlphabet package. +# CodeXP <codexp@gmx.net>, 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: ehlphabet\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 00:10+0200\n" +"PO-Revision-Date: \n" +"Last-Translator: CodeXP <codexp@gmx.net>\n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: init.lua +msgid "Ehlphabet Block '@1'" +msgstr "Ehlphabet Block '@1'" + +#: init.lua +msgid "Letter Machine" +msgstr "Zeichenmaschine" + +#: init.lua +msgid "You cannot dig the @1 with blocks inside" +msgstr "Du kannst die @1 nicht wegräumen solange sie gefüllt ist" + +#: init.lua +msgid "Letter" +msgstr "Zeichen" + +#: init.lua +msgid "Blank -> Letter" +msgstr "Blanko -> Zeichen" + +#: init.lua +msgid "Ehlphabet Block (blank)" +msgstr "Ehlphabet Block (Blanko)" + +#: init.lua +msgid "[MOD] Elphabet is loaded" +msgstr "[MOD] Elphabet wurde geladen" diff --git a/locale/template.pot b/locale/template.pot new file mode 100644 index 0000000..01d083c --- /dev/null +++ b/locale/template.pot @@ -0,0 +1,46 @@ +# German translation of ehlphabet mod +# Copyright (C) 2018 Sam Hocevar +# This file is distributed under the same license as the ehlphabet package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: ehlphabet\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 00:10+0200\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=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: init.lua +msgid "Ehlphabet Block '@1'" +msgstr "" + +#: init.lua +msgid "Letter Machine" +msgstr "" + +#: init.lua +msgid "You cannot dig the @1 with blocks inside" +msgstr "" + +#: init.lua +msgid "Letter" +msgstr "" + +#: init.lua +msgid "Blank -> Letter" +msgstr "" + +#: init.lua +msgid "Ehlphabet Block (blank)" +msgstr "" + +#: init.lua +msgid "[MOD] Elphabet is loaded" +msgstr "" |