From b627328c6258b8f5f33944fd730f290b60d2e8b2 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 6 Mar 2021 16:35:56 +0100 Subject: [PATCH] Doorcontroller: Add DE translation --- locale/techage.de.tr | 5 +---- locale/template.txt | 1 + logic/doorcontroller2.lua | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/locale/techage.de.tr b/locale/techage.de.tr index f6b9089..eade8b8 100644 --- a/locale/techage.de.tr +++ b/locale/techage.de.tr @@ -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 ##### - diff --git a/locale/template.txt b/locale/template.txt index 8cf0646..aec339c 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -257,6 +257,7 @@ Remove= Set= TA3 Door Controller II= block positions are stored.= +with door sound= ### drillbox.lua ### diff --git a/logic/doorcontroller2.lua b/logic/doorcontroller2.lua index d74c5f8..14d7c1c 100644 --- a/logic/doorcontroller2.lua +++ b/logic/doorcontroller2.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