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
|
@ -104,7 +104,7 @@ end
|
|||
minetest.register_node("mcl_itemframes:item_frame",{
|
||||
description = S("Item Frame"),
|
||||
_doc_items_longdesc = S("Item frames are decorative blocks in which items can be placed."),
|
||||
_doc_items_usagehelp = S("Hold any item in your hand and right-click the item frame to place the item into the frame. Rightclick the item frame again to retrieve the item."),
|
||||
_doc_items_usagehelp = S("Just place any item on the item frame. Use the item frame again to retrieve the item."),
|
||||
drawtype = "mesh",
|
||||
is_ground_content = false,
|
||||
mesh = "mcl_itemframes_itemframe1facedir.obj",
|
||||
|
|
5
mods/ITEMS/mcl_itemframes/locale/mcl_itemframes.de.tr
Normal file
5
mods/ITEMS/mcl_itemframes/locale/mcl_itemframes.de.tr
Normal file
|
@ -0,0 +1,5 @@
|
|||
# textdomain: mcl_itemframes
|
||||
Item Frame=Rahmen
|
||||
Item frames are decorative blocks in which items can be placed.=Rahmen sind dekorative Blöcke, in denen man Gegenstände platzieren kann.
|
||||
Just place any item on the item frame. Use the item frame again to retrieve the item.=Platzieren Sie einfach einen beliebigen Gegenstand in den Rahmen. Benutzen Sie den Rahmen erneut, um den Gegenstand zurück zu erhalten.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# textdomain: mcl_itemframes
|
||||
Item Frame=
|
||||
Item frames are decorative blocks in which items can be placed.=
|
||||
Hold any item in your hand and right-click the item frame to place the item into the frame. Rightclick the item frame again to retrieve the item.=
|
||||
Just place any item on the item frame. Use the item frame again to retrieve the item.=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue