Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -174,7 +174,7 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
|
|||
cgroups_closed.mesecon_effector_off = nil
|
||||
minetest.register_node(gate_id, {
|
||||
description = fence_gate_name,
|
||||
_tt_help = S("Use to open or close"),
|
||||
_tt_help = S("Openable by players and redstone power"),
|
||||
_doc_items_longdesc = S("Fence gates can be opened or closed and can't be jumped over. Fences will connect nicely to fence gates."),
|
||||
_doc_items_usagehelp = S("Right-click the fence gate to open or close it."),
|
||||
tiles = {texture},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue