Add german translations for all mods

This commit is contained in:
Xanthin
2014-04-16 19:10:00 +02:00
committed by ShadowNinja
parent db20250371
commit 39c41a06f4
33 changed files with 437 additions and 65 deletions

View File

@ -1,7 +1,9 @@
-- Code of rubber tree by PilzAdam
local S = technic.worldgen.gettext
minetest.register_node(":moretrees:rubber_tree_sapling", {
description = "Rubber Tree Sapling",
description = S("Rubber Tree Sapling"),
drawtype = "plantlike",
tiles = {"technic_rubber_sapling.png"},
inventory_image = "technic_rubber_sapling.png",
@ -19,7 +21,7 @@ minetest.register_craft({
})
minetest.register_node(":moretrees:rubber_tree_trunk", {
description = "Rubber Tree",
description = S("Rubber Tree"),
tiles = {"default_tree_top.png", "default_tree_top.png",
"technic_rubber_tree_full.png"},
groups = {tree=1, snappy=1, choppy=2, oddly_breakable_by_hand=1,
@ -32,7 +34,7 @@ minetest.register_node(":moretrees:rubber_tree_trunk", {
})
minetest.register_node(":moretrees:rubber_tree_trunk_empty", {
description = "Rubber Tree",
description = S("Rubber Tree"),
tiles = {"default_tree_top.png", "default_tree_top.png",
"technic_rubber_tree_empty.png"},
groups = {tree=1, snappy=1, choppy=2, oddly_breakable_by_hand=1,