From c8735dd9d6a07fdf116e3c822f12bc5b0101d29e Mon Sep 17 00:00:00 2001 From: Xanthin Date: Fri, 4 Apr 2014 00:30:43 +0200 Subject: [PATCH 1/4] add german translation --- locale/de.txt | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 locale/de.txt diff --git a/locale/de.txt b/locale/de.txt new file mode 100644 index 0000000..97fe18e --- /dev/null +++ b/locale/de.txt @@ -0,0 +1,67 @@ +# Translation by Xanthin + +###init.lua### +[moreblocks] loaded. = [moreblocks] geladen. + +###nodes.lua### +Jungle Wood Fence = Tropenholzzaun +Empty Bookshelf = Leeres Buecherregal +Clean Glass = Klares Glas +Plankstone = Brettstein +Wooden Tile = Holzfliese +Full Wooden Tile = Vollholzfliese +Centered Wooden Tile = Holzfliese mittig +Up Wooden Tile = Holzfliese oben +Down Wooden Tile = Holzfliese unten +Left Wooden Tile = Holzfliese links +Right Wooden Tile = Holzfliese rechts +Circle Stone Bricks = Kreissteinziegel +Stone Tile = Steinfliese +Split Stone Tile = Geteilte Steinfliese +Glow Glass = Leuchtglas +Super Glow Glass = Superleuchtglas +Coal Glass = Kohleglas +Iron Glass = Eisenglas +Coal Checker = Karierte Kohle +Iron Checker = Kariertes Eisen +Trap Stone = Steinfalle +Trap Glass = Glasfalle +Trap Glow Glass = Leuchtglasfalle +Trap Super Glow Glass = Superleuchtglasfalle +Coal Stone = Kohlestein +Iron Stone = Eisenstein +Coal Stone Bricks = Kohlesteinziegel +Iron Stone Bricks = Eisensteinziegel +Cactus Checker = Karierter Kaktus +Cactus Brick = Kaktusziegel +Sweeper = Besen +Jungle Stick = Tropenholzstock +Rope = Seil +All-faces Tree = Baumscheibenstamm + +###circular_saw.lua### +Circular Saw = Kreissaege +Circular saw, empty (owned by %s) = Kreissaege, leer (gehoert %s) +Circular saw, working with %s (owned by %s) = Kreissaege, arbeitet mit %s (gehoert %s) +Circular saw, empty = Kreissaege, leer +Circular saw is empty (owned by %s) = Kreissaege ist leer (gehoert %s) + +Input\nmaterial = Ausgangs-\nmaterial +Left-over = Rest +Max: = Anzahl: +Set = Ok +Recycle\noutput = Wiederver-\nwerten + +###./stairsplus/*### +%s Stairs = %streppe +%s Slab = %sstufe +%s Panel = %spaneel +%s Microblock = %smikroblock + +%s Pane = %sscheibe +%s Fence = %szaun + +###ownership.lua### +someone = jemand +Sorry, %s owns that spot. = Tut mir leid, %s gehoert diese Stelle. + From d0ed22bb84d7307f8b32e18c89769d25c975cb7b Mon Sep 17 00:00:00 2001 From: Xanthin Date: Fri, 4 Apr 2014 00:46:27 +0200 Subject: [PATCH 2/4] Update template.txt deleted things that are not more translated, changed saw label names to actual names, added jungle fence translation --- locale/template.txt | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/locale/template.txt b/locale/template.txt index 77ed1a9..2b88227 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -1,7 +1,8 @@ ###init.lua### [moreblocks] loaded. = -Jungle Wooden Planks = +###nodes.lua### +Jungle Wood Fence = Empty Bookshelf = Clean Glass = Plankstone = @@ -33,20 +34,9 @@ Cactus Checker = Cactus Brick = Sweeper = Jungle Stick = -Horizontal Tree = -Horizontal Jungle Tree = Rope = All-faces Tree = -###redefinition.lua### -Wooden = -Papyrus = -Dry Shrub = -Sapling = -Wooden Planks = -Ladder = -Glass = - ###circular_saw.lua### Circular Saw = Circular saw, empty (owned by %s) = @@ -54,11 +44,15 @@ Circular saw, working with %s (owned by %s) = Circular saw, empty = Circular saw is empty (owned by %s) = -Input material = -Rest/microblocks = -Max: = -Set = -Recycle output = +Input\nmaterial = +Left-over = +Max = +Set = +Recycle\noutput = + +###ownership.lua### +someone = +Sorry, %s owns that spot. = ###./stairsplus/*### %s Stairs = @@ -67,4 +61,4 @@ Recycle output = %s Microblock = %s Pane = -%s Fence = \ No newline at end of file +%s Fence = From 66b7b211c12623abce5591405e671dd5b5ac0930 Mon Sep 17 00:00:00 2001 From: Xanthin Date: Fri, 4 Apr 2014 00:51:22 +0200 Subject: [PATCH 3/4] Update de.txt --- locale/de.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/de.txt b/locale/de.txt index 97fe18e..542f977 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -48,7 +48,7 @@ Circular saw is empty (owned by %s) = Kreissaege ist leer (gehoert %s) Input\nmaterial = Ausgangs-\nmaterial Left-over = Rest -Max: = Anzahl: +Max = Anzahl Set = Ok Recycle\noutput = Wiederver-\nwerten From 8588430622700faa4c414c2f17d86528c8286779 Mon Sep 17 00:00:00 2001 From: Xanthin Date: Tue, 8 Apr 2014 04:52:33 +0200 Subject: [PATCH 4/4] update from calinou --- nodes.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes.lua b/nodes.lua index b1ecc40..a9eaddf 100644 --- a/nodes.lua +++ b/nodes.lua @@ -1,4 +1,3 @@ - local S = moreblocks.gettext local sound_wood = default.node_sound_wood_defaults() @@ -256,7 +255,7 @@ local nodes = { tiles = {"moreblocks_super_glow_glass.png"}, paramtype = "light", sunlight_propagates = true, - light_source = 11, + light_source = 15, walkable = false, groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3}, sounds = sound_glass,