German translation: mcl_mobitems to mcl_potions
This commit is contained in:
parent
3f85e1c0da
commit
1c27cbe4f6
24 changed files with 211 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
-- Monster eggs!
|
||||
-- Blocks which spawn silverfish when destroyed.
|
||||
|
||||
local S = minetest.get_translator("mcl_mobspawners")
|
||||
local S = minetest.get_translator("mcl_monster_eggs")
|
||||
|
||||
local spawn_silverfish = function(pos, oldnode, oldmetadata, digger)
|
||||
if not minetest.settings:get_bool("creative_mode") then
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# textdomain: mcl_monster_eggs
|
||||
An infested block is a block from which a silverfish will pop out when it is broken. It looks identical to its normal counterpart.=Ein verseuchter Block ist ein Block, aus dem ein Silberfischchen hinausfallen wird, wenn er zerbrochen wird. Er sieht identisch zu seinem normalen Pendant aus.
|
||||
Infested Stone=Verseuchter Stein
|
||||
Infested Cobblestone=Verseuchtes Kopfsteinpflaster
|
||||
Infested Stone Bricks=Verseuchte Steinziegel
|
||||
Infested Cracked Stone Bricks=Verseuchte rissige Steinziegel
|
||||
Infested Mossy Stone Bricks=Verseuchte moosige Steinziegel
|
||||
Infested Chiseled Stone Bricks=Verseuchte gemeißelte Steinziegel
|
|
@ -1,4 +1,4 @@
|
|||
# textdomain: mcl_mobspawners
|
||||
# textdomain: mcl_monster_eggs
|
||||
An infested block is a block from which a silverfish will pop out when it is broken. It looks identical to its normal counterpart.=
|
||||
Infested Stone=
|
||||
Infested Cobblestone=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue