Skip to content
Snippets Groups Projects
Commit 31bf6b8c authored by codexp's avatar codexp Committed by Vanessa Dannenberg
Browse files

add translation for log message

parent b526ec17
No related branches found
No related tags found
No related merge requests found
......@@ -2970,7 +2970,7 @@ if minetest.settings:get_bool("homedecor.disable_coin_crafting") == false then
})
else
if minetest.settings:get("log_mods") then
minetest.log("[HomeDecor] coin crafting is disabled!")
minetest.log("[HomeDecor] " .. S("coin crafting is disabled!"))
end
end
......
......@@ -2,7 +2,7 @@
# Copyright (C) 2017 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2017.
#
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
......@@ -472,6 +472,10 @@ msgstr "Messingbarren"
msgid "Small Flower Pot"
msgstr "Kleiner Blumentopf"
#: ../homedecor/crafts.lua
msgid "coin crafting is disabled!"
msgstr "Fertigung der Münzen ist ausgeschaltet!"
#: ../homedecor/doors_and_gates.lua
msgid "Mahogany Closet Door (@1 opening)"
msgstr "Mahagoniwandschranktür (@1öffnend)"
......
......@@ -2,7 +2,7 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
......@@ -476,6 +476,10 @@ msgstr "Слиток латуни"
msgid "Small Flower Pot"
msgstr "Маленький цветочный горшок"
#: ../homedecor/crafts.lua
msgid "coin crafting is disabled!"
msgstr "Крафт монет отключен!"
#: ../homedecor/doors_and_gates.lua
msgid "Mahogany Closet Door (@1 opening)"
msgstr "Дверь стенного шкафа из красного дерева (открывается @1)"
......
......@@ -471,6 +471,10 @@ msgstr ""
msgid "Small Flower Pot"
msgstr ""
#: ../homedecor/crafts.lua
msgid "coin crafting is disabled!"
msgstr ""
#: ../homedecor/doors_and_gates.lua
msgid "Mahogany Closet Door (@1 opening)"
msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment