Do not translate log entries

This commit is contained in:
TenPlus1 2019-05-22 21:06:51 +01:00
parent 08a07a76a9
commit 5f6a6a201f
6 changed files with 9 additions and 68 deletions

@ -520,20 +520,23 @@ minetest.register_node("protector:chest", {
on_metadata_inventory_put = function(pos, listname, index, stack, player)
minetest.log("action", S("@1 moves stuff to protected chest at @2",
player:get_player_name(), minetest.pos_to_string(pos)))
minetest.log("action", player:get_player_name() ..
" moves stuff to protected chest at " ..
minetest.pos_to_string(pos))
end,
on_metadata_inventory_take = function(pos, listname, index, stack, player)
minetest.log("action", S("@1 takes stuff from protected chest at @2",
player:get_player_name(), minetest.pos_to_string(pos)))
minetest.log("action", player:get_player_name() ..
" takes stuff from protected chest at " ..
minetest.pos_to_string(pos))
end,
on_metadata_inventory_move = function(pos, from_list, from_index, to_list, to_index, count, player)
minetest.log("action", S("@1 moves stuff inside protected chest at @2",
player:get_player_name(), minetest.pos_to_string(pos)))
minetest.log("action", player:get_player_name() ..
" moves stuff inside protected chest at " ..
minetest.pos_to_string(pos))
end,
allow_metadata_inventory_put = function(pos, listname, index, stack, player)

@ -73,18 +73,6 @@ msgstr "Geschützte Stahlfalltür"
msgid "Protected Chest"
msgstr "Geschützte Truhe"
#: doors_chest.lua
msgid "@1 moves stuff to protected chest at @2"
msgstr "@1 verlagert Dinge in geschützte Truhe bei @2"
#: doors_chest.lua
msgid "@1 takes stuff from protected chest at @2"
msgstr "@1 nimmt Dinge aus geschützter Truhe bei @2"
#: doors_chest.lua
msgid "@1 moves stuff inside protected chest at @2"
msgstr "@1 verschiebt Dinge innerhalb der geschützten Truhe bei @2"
#: doors_chest.lua
msgid "To Chest"
msgstr "Zur Truhe"

@ -73,19 +73,6 @@ msgstr "Trap en acier protégé"
msgid "Protected Chest"
msgstr "Coffre protégé"
#: doors_chest.lua
msgid "@1 moves stuff to protected chest at @2"
msgstr "@1 déplace des objets vers le coffre protégée à @2"
#: doors_chest.lua
msgid "@1 takes stuff from protected chest at @2"
msgstr "@1 prend des objets du coffre protégée à @2"
#: doors_chest.lua
#, fuzzy
msgid "@1 moves stuff inside protected chest at @2"
msgstr "@1 déplace des objets à l'intérieur de du coffre protégé à @2"
#: doors_chest.lua
msgid "To Chest"
msgstr "Vers le coffre"

@ -72,18 +72,6 @@ msgstr "Защищенный стальной люк"
msgid "Protected Chest"
msgstr "Защищенный сундук"
#: doors_chest.lua
msgid "@1 moves stuff to protected chest at @2"
msgstr "@1 перемещает вещи в защищенный сундук на координатах @2"
#: doors_chest.lua
msgid "@1 takes stuff from protected chest at @2"
msgstr "@1 берет вещи из защищенного сундука на координатах @2"
#: doors_chest.lua
msgid "@1 moves stuff inside protected chest at @2"
msgstr "@1 перемещает вещи внутри защищенного сундука на координатах @2"
#: doors_chest.lua
msgid "To Chest"
msgstr "В сундук"

@ -70,18 +70,6 @@ msgstr ""
msgid "Protected Chest"
msgstr ""
#: doors_chest.lua
msgid "@1 moves stuff to protected chest at @2"
msgstr ""
#: doors_chest.lua
msgid "@1 takes stuff from protected chest at @2"
msgstr ""
#: doors_chest.lua
msgid "@1 moves stuff inside protected chest at @2"
msgstr ""
#: doors_chest.lua
msgid "To Chest"
msgstr ""

@ -73,19 +73,6 @@ msgstr "Korumalı çelik tuzak kapısı"
msgid "Protected Chest"
msgstr "Korumalı sandık"
#: doors_chest.lua
msgid "@1 moves stuff to protected chest at @2"
msgstr "@1 korumalı sandığa birşeyler koydu @2"
#: doors_chest.lua
msgid "@1 takes stuff from protected chest at @2"
msgstr "@1 korumalı sandıktan birşeyler aldı @2"
#: doors_chest.lua
#, fuzzy
msgid "@1 moves stuff inside protected chest at @2"
msgstr "@1 korumalı sandığa içinde bir şeyler taşındı @2"
#: doors_chest.lua
msgid "To Chest"
msgstr "Sandığa"