Translate all extended tooltips to German
This commit is contained in:
parent
03a5519d01
commit
feba60cad8
133 changed files with 323 additions and 52 deletions
|
@ -101,7 +101,7 @@ end
|
|||
|
||||
minetest.register_node("mcl_itemframes:item_frame",{
|
||||
description = S("Item Frame"),
|
||||
_tt_help = S("Holds an item"),
|
||||
_tt_help = S("Can hold an item"),
|
||||
_doc_items_longdesc = S("Item frames are decorative blocks in which items can be placed."),
|
||||
_doc_items_usagehelp = S("Just place any item on the item frame. Use the item frame again to retrieve the item."),
|
||||
drawtype = "mesh",
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
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.
|
||||
|
||||
Can hold an item=Kann einen Gegenstand halten
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Item Frame=
|
||||
Item frames are decorative blocks in which items can be placed.=
|
||||
Just place any item on the item frame. Use the item frame again to retrieve the item.=
|
||||
Can hold an item=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue