diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 11:14:08 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 11:14:08 +0100 |
commit | 09a6592f69bffc77c2ad873893323d759496a48a (patch) | |
tree | dd7ae36d9f1c81ccaa1e1442b1ea67bbb14d7e56 /locale/template.txt | |
parent | 23ffc0d0da463ec75de50a1e2b16da2075d4b2b7 (diff) |
Added intllib support (en/de)
Diffstat (limited to 'locale/template.txt')
-rw-r--r-- | locale/template.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..cfe6238 --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,58 @@ +# Template for translations of mobs_animal mod +# last update: 2016/June/10 + +#bee.lua +Bee = +Honey = +Beehive = +Honey Block = + +#bunny.lua +Bunny = + +#chicken.lua +Chicken = +Chicken Egg = +Fried Egg = +Raw Chicken = +Cooked Chicken = + +#cow.lua +Cow already milked! = +Cow = +Bucket of Milk = +Cheese = +Cheese Block = + +#init.lua +[MOD] Mobs Redo 'Animals' loaded = + +#kitten.lua +Kitten = + +#rat.lua +Rat = +Cooked Rat = + +#sheep.lua +Black = +Blue = +Brown = +Cyan = +Dark Green = +Dark Grey = +Green = +Grey = +Magenta = +Orange = +Pink = +Red = +Violet = +White = +Yellow = +Sheep = + +#warthog.lua +Warthog = +Raw Porkchop = +Cooked Porkchop =
\ No newline at end of file |