diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 20:02:19 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-04-01 21:09:33 -0400 |
commit | da66780a569712c23ae4f2996cfb4608a9f9d69d (patch) | |
tree | 217556029a78bc23ad4564720afc86de97228a04 /farming_plus/locale | |
parent | 615b22df4d423aded3613db7716943a2f389b047 (diff) | |
download | dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.gz dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.bz2 dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.xz dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.zip |
copy all standard Dreambuilder mods in from the old subgame
(exactly as last supplied there, updates to these mods will follow later)
Diffstat (limited to 'farming_plus/locale')
-rw-r--r-- | farming_plus/locale/de.txt | 50 | ||||
-rw-r--r-- | farming_plus/locale/template.txt | 51 |
2 files changed, 101 insertions, 0 deletions
diff --git a/farming_plus/locale/de.txt b/farming_plus/locale/de.txt new file mode 100644 index 0000000..8caedde --- /dev/null +++ b/farming_plus/locale/de.txt @@ -0,0 +1,50 @@ +# Translation by Xanthin + +### bananas.lua ### +Banana Tree Sapling = Bananenbaumsetzling +Banana = Banane + +### carrots.lua ### +Carrot Seeds = Karottensamen +Carrot = Karotte + +### cocoa.lua ### +Cocoa Tree Sapling = Kakaobaumsetzling +Cocoa = Kakao +Cocoa Bean = Kakaobohne + +### oranges.lua ### +Orange Seeds = Orangensamen +Orange = Orange + +### potatoes.lua ### +Potato Seeds = Kartoffelsamen +Potato = Kartoffel + +### pumpkin.lua ### +Pumpkin Seed = Kuerbissamen +Pumpkin = Kuerbis +Pumpkin Face = Kuerbislaterne +Pumpkin Face With Light = Leuchtende Kuerbislaterne +Big Pumpkin = Riesen-Kuerbis +Scarecrow = Vogelscheuche +Scarecrow With Light = Leuchtende Vogelscheuche +Pumpkin Bread = Kuerbisbrot +Pumpkin Flour = Kuerbismehl + +### rhubarb.lua ### +Rhubarb Seeds = Rhabarbersamen +Rhubarb = Rhabarber + +### strawberries.lua ### +Strawberry Seeds = Erdbeersamen +Strawberry = Erdbeere + +### tomatoes.lua ### +Tomato Seeds = Tomatensamen +Tomato = Tomate + +### init.lua ### + +### weed.lua ### +Weed = Unkraut diff --git a/farming_plus/locale/template.txt b/farming_plus/locale/template.txt new file mode 100644 index 0000000..9926004 --- /dev/null +++ b/farming_plus/locale/template.txt @@ -0,0 +1,51 @@ +# Template + +### bananas.lua ### +Banana Tree Sapling = +Banana = + +### carrots.lua ### +Carrot Seeds = +Carrot = + +### cocoa.lua ### +Cocoa Tree Sapling = +Cocoa = +Cocoa Bean = + +### oranges.lua ### +Orange Seeds = +Orange = + +### potatoes.lua ### +Potato Seeds = +Potato = + +### pumpkin.lua ### +Pumpkin Seed = +Pumpkin = +Pumpkin Face = +Pumpkin Face With Light = +Big Pumpkin = +Scarecrow = +Scarecrow With Light = +Pumpkin Bread = +Pumpkin Flour = + +### rhubarb.lua ### +Rhubarb Seeds = +Rhubarb = + +### strawberries.lua ### +Strawberry Seeds = +Strawberry = + +### tomatoes.lua ### +Tomato Seeds = +Tomato = + +### init.lua ### + +### weed.lua ### +Weed = + |