From da66780a569712c23ae4f2996cfb4608a9f9d69d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 20:02:19 -0400 Subject: copy all standard Dreambuilder mods in from the old subgame (exactly as last supplied there, updates to these mods will follow later) --- farming_plus/locale/de.txt | 50 +++++++++++++++++++++++++++++++++++++++ farming_plus/locale/template.txt | 51 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 farming_plus/locale/de.txt create mode 100644 farming_plus/locale/template.txt (limited to 'farming_plus/locale') 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 = + -- cgit v1.2.3