mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-01-08 23:40:18 +01:00
Fix some description strings
This commit is contained in:
parent
b447f0af75
commit
45a6bd0c71
@ -1,12 +1,12 @@
|
|||||||
Cracked sandstone brick = Rissiger Sandsteinziegel
|
Cracked sandstone brick = Rissiger Sandsteinziegel
|
||||||
Fallen cracked sandstone brick = Gefallener rissiger Sandsteinziegel
|
Fallen cracked sandstone brick = Gefallener rissiger Sandsteinziegel
|
||||||
Mummy spawn-egg = Mumienerzeugerei
|
Mummy spawn-egg = Mumien-Spawn-Ei
|
||||||
Mummy spawner = Mumienerzeuger
|
Mummy spawner = Mumien-Spawner
|
||||||
Sandstone with eye engraving = Sandstein mit Augengravur
|
Sandstone with eye engraving = Sandstein mit Augengravur
|
||||||
Sandstone with man engraving = Sandstein mit Manngravur
|
Sandstone with man engraving = Sandstein mit Manngravur
|
||||||
Sandstone with sun engraving = Sandstein mit Sonnengravur
|
Sandstone with sun engraving = Sandstein mit Sonnengravur
|
||||||
A mummy spawner causes hostile mummies to appear its vicinity as long it exists. = Ein Mumienerzeuger lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
|
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. = Ein Mumien-Spawner lässt feindliche Mumien in seiner näheren Umgebung auftauchen, solange er existiert.
|
||||||
Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen.
|
Can be used to create a hostile mummy. = Kann benutzt werden, um eine feindliche Mumie zu erzeugen (auch »spawnen« genannt).
|
||||||
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
|
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! = Platzieren Sie das Ei, um dort eine Mumie zu erzeugen. Vorsicht, sie wird wahrscheinlich sofort angreifen!
|
||||||
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
|
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. = Dieser Ziegel ist alt, porös und instabil und kann sich so gerade noch selbst stützen. Man sollte vorsichtig sein, ihn nicht zu belasten.
|
||||||
This old and porous brick fell to the ground. It does not hold itself anymore. = Dieser alte und poröse Ziegel fiel zu Boden und wird durch nichts mehr gestützt.
|
This old and porous brick fell to the ground. It does not hold itself anymore. = Dieser alte und poröse Ziegel fiel zu Boden und wird durch nichts mehr gestützt.
|
||||||
|
@ -5,7 +5,7 @@ Mummy spawner =
|
|||||||
Sandstone with eye engraving =
|
Sandstone with eye engraving =
|
||||||
Sandstone with man engraving =
|
Sandstone with man engraving =
|
||||||
Sandstone with sun engraving =
|
Sandstone with sun engraving =
|
||||||
A mummy spawner causes hostile mummies to appear its vicinity as long it exists. =
|
A mummy spawner causes hostile mummies to appear in its vicinity as long it exists. =
|
||||||
Can be used to create a hostile mummy. =
|
Can be used to create a hostile mummy. =
|
||||||
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! =
|
Place the egg to create a mummy on this spot. Careful, it will probably attack immediately! =
|
||||||
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. =
|
This brick is old, porous and unstable and is barely able to hold itself. One should be careful not to disturb it. =
|
||||||
|
@ -342,7 +342,7 @@ end
|
|||||||
|
|
||||||
minetest.register_node("tsm_pyramids:spawner_mummy", {
|
minetest.register_node("tsm_pyramids:spawner_mummy", {
|
||||||
description = S("Mummy spawner"),
|
description = S("Mummy spawner"),
|
||||||
_doc_items_longdesc = S("A mummy spawner causes hostile mummies to appear its vicinity as long it exists."),
|
_doc_items_longdesc = S("A mummy spawner causes hostile mummies to appear in its vicinity as long it exists."),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"tsm_pyramids_spawner.png"},
|
tiles = {"tsm_pyramids_spawner.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user