From a9b10cc4b10110a9c54bd03ac07eea3151b10ede Mon Sep 17 00:00:00 2001
From: mat9117 <49096572+mat9117@users.noreply.github.com>
Date: Sun, 14 Apr 2019 11:43:30 +0200
Subject: [PATCH] Fix Polish translation (#497)

---
 technic/locale/template.txt |   45 ++++++---------------------------------------
 1 files changed, 6 insertions(+), 39 deletions(-)

diff --git a/technic/locale/template.txt b/technic/locale/template.txt
index 1fea4ce..12dbc65 100644
--- a/technic/locale/template.txt
+++ b/technic/locale/template.txt
@@ -36,6 +36,7 @@
 Machine cannot be removed because it is not empty =
 Inventory move disallowed due to protection =
 # $1: Machine name (Includes tier)
+@1 Active (@2 EU) =
 %s Active =
 %s Disabled =
 %s Enabled =
@@ -68,9 +69,8 @@
 ## Machine names
 # $1: Tier
 %s Alloy Furnace =
-%s Battery Box = 
+%s Battery Box =
 %s Cable =
-%s CNC Machine =
 %s Centrifuge =
 %s Compressor =
 %s Extractor =
@@ -110,10 +110,10 @@
 Charge =
 Discharge =
 Power level =
-# $1: Tier $2: current_charge $3: max_charge 
-%s Battery Box: %d/%d =
+# $1: Tier $2: current_charge $3: max_charge
+@1 Battery Box: @2/@3 =
 # $1: Machine name $2: Supply $3: Demand
-%s. Supply: %d Demand: %d =
+@1. Supply: @2 Demand: @3 =
 Production at %d%% =
 Choose Milling Program: =
 Slim Elements half / normal height: =
@@ -124,41 +124,8 @@
 Digging finished =
 Digging %d m above machine =
 Digging %d m below machine =
+@1 (@2 @3 -> @4 @5) =
 
-## CNC
-Cylinder =
-Element Cross =
-Element Cross Double =
-Element Edge =
-Element Edge Double =
-Element End =
-Element End Double =
-Element Straight =
-Element Straight Double =
-Element T =
-Element T Double =
-Horizontal Cylinder =
-One Curved Edge Block =
-Pyramid =
-Slope =
-Slope Edge =
-Slope Inner Edge =
-Slope Lying =
-Slope Upside Down =
-Slope Upside Down Edge =
-Slope Upside Down Inner Edge =
-Sphere =
-Spike =
-Stick =
-Two Curved Edge Block =
-Brick =
-Cobble =
-Dirt =
-Leaves =
-Sandstone =
-Stone =
-Tree =
-Wooden =
 
 ## Grinder Recipes
 # $1: Name

--
Gitblit v1.8.0