Doorcontroller: Add DE translation
This commit is contained in:
parent
9f6e0e6281
commit
b627328c62
@ -257,6 +257,7 @@ Remove=Entfernen
|
||||
Set=Setzen
|
||||
TA3 Door Controller II=TA3 Tür Controller II
|
||||
block positions are stored.=Block Positionen gespeichert.
|
||||
with door sound=mit Türgeräusch
|
||||
|
||||
### 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]
|
||||
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!
|
||||
|
||||
|
||||
##### not used anymore #####
|
||||
|
||||
|
@ -257,6 +257,7 @@ Remove=
|
||||
Set=
|
||||
TA3 Door Controller II=
|
||||
block positions are stored.=
|
||||
with door sound=
|
||||
|
||||
### drillbox.lua ###
|
||||
|
||||
|
@ -125,7 +125,7 @@ local function formspec1(nvm, meta)
|
||||
"button[4.3,0.2;3,1;ready;"..S("Done").."]"..
|
||||
"button[0.7,1.2;3,1;show;"..S("Set").."]"..
|
||||
"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.."]"..
|
||||
"list[current_player;main;0,3.3;8,4;]"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user