# Internationalization template for Hopper mod. # Copyright (C) 2017 # This file is distributed under the same license as the PACKAGE package. # FaceDeer # #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-02-04 21:26-0700\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: init.lua:101 msgid "Hopper to transfer items between neighboring blocks' inventories." msgstr "" #: init.lua:102 msgid "" "Items are transfered from the block at the wide end of the hopper to the " "block at the narrow end of the hopper at a rate of one per second. Items can " "also be placed directly into the hopper's inventory, or they can be dropped " "into the space above a hopper and will be sucked into the hopper's inventory " "automatically.\n" "\n" msgstr "" #: init.lua:104 msgid "" "Hopper blocks come in both 'vertical' and 'side' forms, but when in a " "player's inventory both are represented by a single generic item. The type " "of hopper block that will be placed when the player uses this item depends " "on what is pointed at - when the hopper item is pointed at the top or bottom " "face of a block a vertical hopper is placed, when aimed at the side of a " "block a side hopper is produced that connects to the clicked-on side.\n" "\n" msgstr "" #: init.lua:106 msgid "" "Hopper blocks come in both 'vertical' and 'side' forms. They can be " "interconverted between the two forms via the crafting grid.\n" "\n" msgstr "" #: init.lua:108 msgid "" "When used with furnaces, hoppers inject items into the furnace's \"raw " "material\" inventory slot when the narrow end is attached to the top or " "bottom and inject items into the furnace's \"fuel\" inventory slot when " "attached to the furnace's side.\n" "\n" "Items that cannot be placed in a target block's inventory will remain in the " "hopper.\n" "\n" "Hoppers have the same permissions as the player that placed them. Hoppers " "placed by you are allowed to take items from or put items into locked chests " "that you own, but hoppers placed by other players will be unable to do so. A " "hopper's own inventory is not not owner-locked, though, so you can use this " "as a way to allow other players to deposit items into your locked chests." msgstr "" #: init.lua:110 msgid "A chute to transfer items over longer distances." msgstr "" #: init.lua:111 msgid "" "Chutes operate much like hoppers but do not have their own intake " "capability. Items can only be inserted into a chute manually or by a hopper " "connected to a chute. They transfer items in the direction indicated by the " "arrow on their narrow segment at a rate of one item per second. They have a " "small buffer capacity, and any items that can't be placed into the target " "block's inventory will remain lodged in the chute's buffer until manuall " "removed or their destination becomes available." msgstr "" #: init.lua:255 msgid "Hopper" msgstr "Trichter" #: init.lua:316 init.lua:407 msgid "@1 moves stuff in hopper at @2" msgstr "@1 bewegt Dinge in einem Trichter bei @2" #: init.lua:321 init.lua:412 msgid "@1 moves stuff to hopper at @2" msgstr "@1 verlagert Dinge in einen Trichter bei @2" #: init.lua:326 init.lua:417 msgid "@1 moves stuff from hopper at @2" msgstr "@1 nimmt Dinge aus einem Trichter bei @2" #: init.lua:342 msgid "Side Hopper" msgstr "Seitentrichter" #: init.lua:441 #, fuzzy msgid "Hopper Chute" msgstr "Trichter" #: init.lua:498 #, fuzzy msgid "@1 moves stuff to chute at @2" msgstr "@1 verlagert Dinge in einen Trichter bei @2" #: init.lua:705 msgid "[MOD] Hopper loaded" msgstr "[MOD] Trichter geladen"