Translate a few missing formspec elements
This commit is contained in:
parent
8cfcbea9cb
commit
7aaafdca03
9 changed files with 32 additions and 13 deletions
|
@ -19,7 +19,7 @@ local function active_formspec(fuel_percent, item_percent)
|
|||
"image[4.1,1.5;1.5,1;gui_furnace_arrow_bg.png^[lowpart:"..
|
||||
(item_percent)..":gui_furnace_arrow_fg.png^[transformR270]"..
|
||||
"image_button[8,0;1,1;craftguide_book.png;craftguide;]"..
|
||||
"tooltip[craftguide;Recipe book]"..
|
||||
"tooltip[craftguide;"..minetest.formspec_escape(S("Recipe book")).."]"..
|
||||
"listring[current_name;dst]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[current_name;src]"..
|
||||
|
@ -39,7 +39,7 @@ local inactive_formspec = "size[9,8.75]"..
|
|||
"image[2.75,1.5;1,1;default_furnace_fire_bg.png]"..
|
||||
"image[4.1,1.5;1.5,1;gui_furnace_arrow_bg.png^[transformR270]"..
|
||||
"image_button[8,0;1,1;craftguide_book.png;craftguide;]"..
|
||||
"tooltip[craftguide;Recipe book]"..
|
||||
"tooltip[craftguide;"..minetest.formspec_escape(S("Recipe book")).."]"..
|
||||
"listring[current_name;dst]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[current_name;src]"..
|
||||
|
|
|
@ -4,3 +4,4 @@ Furnaces cook or smelt several items, using a furnace fuel, into something else.
|
|||
Use the furnace to open the furnace menu. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the output slot at the right side.=Benutzen Sie den Ofen, um das Ofenmenü zu öffnen. Platzieren Sie einen Brennstoff in den unteren Platz und das Quellmaterial in den oberen Platz. Der Ofen wird langsam seinen Brennstoff benutzen, um den Gegenstand zu schmelzen. Das Ergebnis landet im Ausgabeplatz rechts.
|
||||
Use the recipe book to see what you can smelt, what you can use as fuel and how long it will burn.=Benutzen Sie das Rezeptbuch, um zu sehen, was Sie schmelzen können und was Sie als Brennstoff benutzen können und wie lange dieser brennt.
|
||||
Burning Furnace=Aktiver Ofen
|
||||
Recipe book=Fertigungsbuch
|
||||
|
|
|
@ -4,3 +4,4 @@ Furnaces cook or smelt several items, using a furnace fuel, into something else.
|
|||
Use the furnace to open the furnace menu. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the output slot at the right side.=
|
||||
Use the recipe book to see what you can smelt, what you can use as fuel and how long it will burn.=
|
||||
Burning Furnace=
|
||||
Recipe book=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue