1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2017-02-28 21:08-0700\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=CHARSET\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: init.lua:7
- msgid ""
- "The inventory on the left is for raw materials, the inventory on the right "
- "holds finished products. The crafting grid in the center defines what recipe "
- "this workbench will make use of; place raw materials into it in the crafting "
- "pattern corresponding to what you want to build."
- msgstr ""
- #: init.lua:10
- msgid ""
- "This workbench is compatible with hoppers. Hoppers will insert into the raw "
- "material inventory and remove items from the finished goods inventory."
- msgstr ""
- #: init.lua:19 init.lua:49
- msgid "Workbench"
- msgstr ""
- #: init.lua:20
- #, lua-format
- msgid ""
- "A workbench that does work for you. Set a crafting recipe and provide raw "
- "materials and items will magically craft themselves once every %i seconds."
- msgstr ""
- #: init.lua:42
- msgid "Source Material"
- msgstr ""
- #: init.lua:44
- msgid "Recipe to Use"
- msgstr ""
- #: init.lua:46
- msgid "Craft Output"
- msgstr ""
- #: init.lua:61
- msgid "@1 moves stuff in workbench at @2"
- msgstr ""
- #: init.lua:64
- msgid "@1 moves stuff to workbench at @2"
- msgstr ""
- #: init.lua:67
- msgid "@1 takes stuff from workbench at @2"
- msgstr ""
|