German transl.: mcl_fishing to mcl_maps + fixes
This commit is contained in:
parent
86e5eb748f
commit
77ab44217a
30 changed files with 174 additions and 39 deletions
|
@ -2,7 +2,7 @@ local S = minetest.get_translator("mcl_flowerpots")
|
|||
|
||||
local flowers = {
|
||||
{"dandelion", "mcl_flowers:dandelion", S("Dandelion Flower Pot")},
|
||||
{"poppy", "mcl_flowers:poppy", S("Poppy Floer Pot")},
|
||||
{"poppy", "mcl_flowers:poppy", S("Poppy Flower Pot")},
|
||||
{"blue_orchid", "mcl_flowers:blue_orchid", S("Blue Orchid Flower Pot")},
|
||||
{"allium", "mcl_flowers:allium", S("Allium Flower Pot")},
|
||||
{"azure_bluet", "mcl_flowers:azure_bluet", S("Azure Bluet Flower Pot")},
|
||||
|
@ -24,13 +24,13 @@ local flowers = {
|
|||
}
|
||||
|
||||
local cubes = {
|
||||
{"cactus", "mcl_core:cactus", "Cactus Flower Pot"},
|
||||
{"cactus", "mcl_core:cactus", S("Cactus Flower Pot")},
|
||||
}
|
||||
|
||||
minetest.register_node("mcl_flowerpots:flower_pot", {
|
||||
description = S("Flower Pot"),
|
||||
_doc_items_longdesc = S("Flower pots are decorative blocks in which flowers and other small plants can be placed."),
|
||||
_doc_items_usagehelp = S("Rightclick an empty flower pot while you wield a plant to place the plant. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant."),
|
||||
_doc_items_usagehelp = S("Just place a plant on the flower pot. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant."),
|
||||
drawtype = "mesh",
|
||||
mesh = "flowerpot.obj",
|
||||
tiles = {
|
||||
|
|
25
mods/ITEMS/mcl_flowerpots/locale/mcl_flowerpots.de.tr
Normal file
25
mods/ITEMS/mcl_flowerpots/locale/mcl_flowerpots.de.tr
Normal file
|
@ -0,0 +1,25 @@
|
|||
# textdomain: mcl_flowerpots
|
||||
Dandelion Flower Pot=Blumentopf mit Löwenzahn
|
||||
Poppy Floer Pot=Blumentopf mit Mohn
|
||||
Blue Orchid Flower Pot=Blumentopf mit blauer Orchidee
|
||||
Allium Flower Pot=Blumentopf mit Sternlauch
|
||||
Azure Bluet Flower Pot=Blumentopf mit Porzellansternchen
|
||||
Red Tulip Flower Pot=Blumentopf mit roter Tulpe
|
||||
Pink Tulip Flower Pot=Blumentopf mit rosa Tulpe
|
||||
White Tulip Flower Pot=Blumentopf mit weißer Tulpe
|
||||
Orange Tulip Flower Pot=Blumentopf mit orange Tulpe
|
||||
Oxeye Daisy Flower Pot=Bluemtopf mit Margerite
|
||||
Brown Mushroom Flower Pot=Blumentopf mit braunem Pilz
|
||||
Red Mushroom Flower Pot=Blumentopf mit rotem Pilz
|
||||
Oak Sapling Flower Pot=Blumentopf mit Eichensetzling
|
||||
Acacia Sapling Flower Pot=Blumentopf mit Akaziensetzling
|
||||
Jungle Sapling Flower Pot=Blumentopf mit Dschungelsetzling
|
||||
Dark Oak Sapling Flower Pot=Blumentopf mit Schwarzeichensetzling
|
||||
Spruce Sapling Flower Pot=Blumentopf mit Fichtensetzling
|
||||
Birch Sapling Flower Pot=Blumentopf mit Birkensetzling
|
||||
Dead Bush Flower Pot=Blumentopf mit totem Busch
|
||||
Fern Flower Pot=Blumentopf mit Farn
|
||||
Cactus Flower Pot=Blumentopf mit Kaktus
|
||||
Flower Pot=Blumentopf
|
||||
Flower pots are decorative blocks in which flowers and other small plants can be placed.=Blumentöpfe sind dekorative Blöcke, in die Blumen und andere kleine Pflanzen platziert werden können.
|
||||
Just place a plant on the flower pot. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant.=Platzieren Sie einfach eine Pflanze auf den Blumentopf. Blumentöpfe können kleine Blumen (nicht höher als 1 Block), Setzlinge, Farne, tote Büsche, Pilze und Kakteen halten. Rechtsklicken Sie auf eine Topfpflanze, um sie zurück zu erhalten.
|
|
@ -1,6 +1,6 @@
|
|||
# textdomain: mcl_flowerpots
|
||||
Dandelion Flower Pot=
|
||||
Poppy Floer Pot=
|
||||
Poppy Flower Pot=
|
||||
Blue Orchid Flower Pot=
|
||||
Allium Flower Pot=
|
||||
Azure Bluet Flower Pot=
|
||||
|
@ -19,6 +19,7 @@ Spruce Sapling Flower Pot=
|
|||
Birch Sapling Flower Pot=
|
||||
Dead Bush Flower Pot=
|
||||
Fern Flower Pot=
|
||||
Cactus Flower Pot=
|
||||
Flower Pot=
|
||||
Flower pots are decorative blocks in which flowers and other small plants can be placed.=
|
||||
Rightclick an empty flower pot while you wield a plant to place the plant. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant.=
|
||||
Just place a plant on the flower pot. Flower pots can hold small flowers (not higher than 1 block), saplings, ferns, dead bushes, mushrooms and cacti. Rightclick a potted plant to retrieve the plant.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue