diff options
author | Xanthin <Xanthin@users.noreply.github.com> | 2014-04-16 19:10:00 +0200 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-04-22 16:30:27 -0400 |
commit | 39c41a06f4993dc17507fb480fcabbca319ceff7 (patch) | |
tree | 63f2fad43fa39f2b1d7664a5f75cc8041e18e078 /technic_worldgen/locale/de.txt | |
parent | db202503713ddd1084f188a5eac506be665e9c44 (diff) |
Add german translations for all mods
Diffstat (limited to 'technic_worldgen/locale/de.txt')
-rw-r--r-- | technic_worldgen/locale/de.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/technic_worldgen/locale/de.txt b/technic_worldgen/locale/de.txt new file mode 100644 index 0000000..60f3862 --- /dev/null +++ b/technic_worldgen/locale/de.txt @@ -0,0 +1,30 @@ +# German Translation for technic_worldgen +# Deutsche Übersetzung von technic_worldgen +# by Xanthin + +## crafts.lua +Uranium = Uran +Chromium Lump = Chromklumpen +Chromium Ingot = Chrombarren +Zinc Lump = Zinkklumpen +Zinc Ingot = Zinkbarren +Brass Ingot = Messingbarren +Stainless Steel Ingot = Edelstahlbarren + +## nodes.lua +Uranium Ore = Uranerz +Chromium Ore = Chromerz +Zinc Ore = Zinkerz +Granite = Granit +Marble = Marmor +Marble Bricks = Marmorziegel +Uranium Block = Uranblock +Chromium Block = Chromblock +Zinc Block = Zinkblock +Stainless Steel Block = Edelstahlblock +Brass Block = Messingblock + +## rubber.lua +Rubber Tree Sapling = Gummibaumsetzling +Rubber Tree = Gummibaum + |