Doorcontroller: Add DE translation
This commit is contained in:
parent
9f6e0e6281
commit
b627328c62
@ -257,6 +257,7 @@ Remove=Entfernen
|
|||||||
Set=Setzen
|
Set=Setzen
|
||||||
TA3 Door Controller II=TA3 Tür Controller II
|
TA3 Door Controller II=TA3 Tür Controller II
|
||||||
block positions are stored.=Block Positionen gespeichert.
|
block positions are stored.=Block Positionen gespeichert.
|
||||||
|
with door sound=mit Türgeräusch
|
||||||
|
|
||||||
### drillbox.lua ###
|
### drillbox.lua ###
|
||||||
|
|
||||||
@ -1070,7 +1071,3 @@ This is not the surface of the ocean!=Das ist nicht die Meeresoberfläche!
|
|||||||
[TA4 Wind Turbine]=[TA4 Windkraftanlage]
|
[TA4 Wind Turbine]=[TA4 Windkraftanlage]
|
||||||
biome and no ocean!=Biom und keine Meer (ocean)!
|
biome and no ocean!=Biom und keine Meer (ocean)!
|
||||||
is a suitable place for a wind turbine!=ist ein geeigneter Ort für eine Windkraftanlage!
|
is a suitable place for a wind turbine!=ist ein geeigneter Ort für eine Windkraftanlage!
|
||||||
|
|
||||||
|
|
||||||
##### not used anymore #####
|
|
||||||
|
|
||||||
|
@ -257,6 +257,7 @@ Remove=
|
|||||||
Set=
|
Set=
|
||||||
TA3 Door Controller II=
|
TA3 Door Controller II=
|
||||||
block positions are stored.=
|
block positions are stored.=
|
||||||
|
with door sound=
|
||||||
|
|
||||||
### drillbox.lua ###
|
### drillbox.lua ###
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ local function formspec1(nvm, meta)
|
|||||||
"button[4.3,0.2;3,1;ready;"..S("Done").."]"..
|
"button[4.3,0.2;3,1;ready;"..S("Done").."]"..
|
||||||
"button[0.7,1.2;3,1;show;"..S("Set").."]"..
|
"button[0.7,1.2;3,1;show;"..S("Set").."]"..
|
||||||
"button[4.3,1.2;3,1;hide;"..S("Remove").."]"..
|
"button[4.3,1.2;3,1;hide;"..S("Remove").."]"..
|
||||||
"checkbox[0.7,2.2;play_sound;"..S("play door sound")..";"..play_sound.."]"..
|
"checkbox[0.7,2.2;play_sound;"..S("with door sound")..";"..play_sound.."]"..
|
||||||
"label[0.5,2.5;"..status.."]"..
|
"label[0.5,2.5;"..status.."]"..
|
||||||
"list[current_player;main;0,3.3;8,4;]"
|
"list[current_player;main;0,3.3;8,4;]"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user