From 39c41a06f4993dc17507fb480fcabbca319ceff7 Mon Sep 17 00:00:00 2001
From: Xanthin <Xanthin@users.noreply.github.com>
Date: Tue, 22 Apr 2014 22:30:27 +0200
Subject: [PATCH] Add german translations for all mods

---
 technic/machines/other/constructor.lua |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua
index 1d5d185..583d3c9 100644
--- a/technic/machines/other/constructor.lua
+++ b/technic/machines/other/constructor.lua
@@ -134,7 +134,7 @@
 	meta:set_string("formspec",
 				"invsize[8,9;]"..
 				"label[0,0;"..S("Constructor Mk%d"):format(1).."]"..
-				"label[5,0;Slot 1]"..
+				"label[5,0;"..S("Slot %d"):format(1).."]"..
 				"list[current_name;slot1;6,0;1,1;]"..
 				"list[current_player;main;0,5;8,4;]")
 		meta:set_string("infotext", S("Constructor Mk%d"):format(1))
@@ -215,9 +215,9 @@
 	meta:set_string("formspec",
 				"invsize[8,9;]"..
 				"label[0,0;"..S("Constructor Mk%d"):format(2).."]"..
-				"label[5,0;Slot 1]"..
+				"label[5,0;"..S("Slot %d"):format(1).."]"..
 				"list[current_name;slot1;6,0;1,1;]"..
-				"label[5,1;Slot 2]"..
+				"label[5,1;"..S("Slot %d"):format(2).."]"..
 				"list[current_name;slot2;6,1;1,1;]"..
 				"list[current_player;main;0,5;8,4;]")
 		meta:set_string("infotext", S("Constructor Mk%d"):format(2))
@@ -316,13 +316,13 @@
 	meta:set_string("formspec",
 				"invsize[8,9;]"..
 				"label[0,0;"..S("Constructor Mk%d"):format(3).."]"..
-				"label[5,0;Slot 1]"..
+				"label[5,0;"..S("Slot %d"):format(1).."]"..
 				"list[current_name;slot1;6,0;1,1;]"..
-				"label[5,1;Slot 2]"..
+				"label[5,1;"..S("Slot %d"):format(2).."]"..
 				"list[current_name;slot2;6,1;1,1;]"..
-				"label[5,2;Slot 3]"..
+				"label[5,2;"..S("Slot %d"):format(3).."]"..
 				"list[current_name;slot3;6,2;1,1;]"..
-				"label[5,3;Slot 4]"..
+				"label[5,3;"..S("Slot %d"):format(4).."]"..
 				"list[current_name;slot4;6,3;1,1;]"..
 				"list[current_player;main;0,5;8,4;]")
 		meta:set_string("infotext", S("Constructor Mk%d"):format(3))

--
Gitblit v1.8.0