diff options
author | LNJ <git@lnj.li> | 2017-04-17 16:04:16 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-06-03 17:06:12 +0200 |
commit | f3dafb5b6a82255a795972637377320f64c019b9 (patch) | |
tree | cb47078e207b244f8427a4dd54f429417c45ee12 /locale/de.po | |
parent | 1f0fdf832b5a24ee80df01b0f08a0902bad8e978 (diff) |
Add Drawer Upgradesorigin/drawer-upgrades
Yey, they're finally there! :)
This will add steel, gold, obsidian and diamond upgrades for MTG
and iron, gold, obsidian, diamond and emerald upgrades for MCL2.
You can add them to a drawer by rightclicking it and adding them to
the new drawer's upgrade inventory.
Diffstat (limited to 'locale/de.po')
-rw-r--r-- | locale/de.po | 51 |
1 files changed, 40 insertions, 11 deletions
diff --git a/locale/de.po b/locale/de.po index 1ce2694..96bd5be 100644 --- a/locale/de.po +++ b/locale/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-14 16:06+0200\n" +"POT-Creation-Date: 2017-06-03 17:04+0200\n" "PO-Revision-Date: 2017-04-11 13:04+0200\n" "Last-Translator: LNJ <git@lnj.li>\n" "Language-Team: German\n" @@ -17,13 +17,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% voll)" - -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% voll)" +#: lua/visual.lua +msgid "Empty" +msgstr "Leer" #: lua/api.lua init.lua msgid "Wooden" @@ -41,9 +37,13 @@ msgstr "@1schubfächer (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1schubfächer (2x2)" -#: lua/visual.lua -msgid "Empty" -msgstr "Leer" +#: lua/helpers.lua +msgid "@1 (@2% full)" +msgstr "@1 (@2% voll)" + +#: lua/helpers.lua +msgid "@1 @2 (@3% full)" +msgstr "@1 @2 (@3% voll)" #: init.lua msgid "Acacia Wood" @@ -76,3 +76,32 @@ msgstr "Dunkeleichenholz" #: init.lua msgid "Spruce Wood" msgstr "Fichtenholz" + +#: init.lua +msgid "Steel Drawer Upgrade (x2)" +msgstr "" + +#: init.lua +msgid "Gold Drawer Upgrade (x3)" +msgstr "" + +#: init.lua +msgid "Obsidian Drawer Upgrade (x5)" +msgstr "" + +#: init.lua +msgid "Diamond Drawer Upgrade (x8)" +msgstr "" + +#: init.lua +#, fuzzy +msgid "Iron Drawer Upgrade (x2)" +msgstr "@1schubfächer (1x2)" + +#: init.lua +msgid "Emerald Drawer Upgrade (x13)" +msgstr "" + +#: init.lua +msgid "Drawer Upgrade Template" +msgstr "" |