mirror of
https://github.com/minetest-mods/hopper.git
synced 2025-01-03 02:57:29 +01:00
fix a documentation typo
This commit is contained in:
parent
0defbdb522
commit
cf4608a412
42
locale/de.po
42
locale/de.po
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-23 20:30-0700\n"
|
"POT-Creation-Date: 2017-02-25 06:31-0700\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -16,11 +16,11 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: init.lua:101
|
#: init.lua:135
|
||||||
msgid "Hopper to transfer items between neighboring blocks' inventories."
|
msgid "Hopper to transfer items between neighboring blocks' inventories."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:102
|
#: init.lua:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Items are transfered from the block at the wide end of the hopper to the "
|
"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 "
|
"block at the narrow end of the hopper at a rate of one per second. Items can "
|
||||||
@ -30,7 +30,7 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:104
|
#: init.lua:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hopper blocks come in both 'vertical' and 'side' forms, but when in a "
|
"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 "
|
"player's inventory both are represented by a single generic item. The type "
|
||||||
@ -41,14 +41,14 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:106
|
#: init.lua:140
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hopper blocks come in both 'vertical' and 'side' forms. They can be "
|
"Hopper blocks come in both 'vertical' and 'side' forms. They can be "
|
||||||
"interconverted between the two forms via the crafting grid.\n"
|
"interconverted between the two forms via the crafting grid.\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:108
|
#: init.lua:142
|
||||||
msgid ""
|
msgid ""
|
||||||
"When used with furnaces, hoppers inject items into the furnace's \"raw "
|
"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 "
|
"material\" inventory slot when the narrow end is attached to the top or "
|
||||||
@ -65,77 +65,77 @@ msgid ""
|
|||||||
"as a way to allow other players to deposit items into your locked chests."
|
"as a way to allow other players to deposit items into your locked chests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:110
|
#: init.lua:144
|
||||||
msgid "A chute to transfer items over longer distances."
|
msgid "A chute to transfer items over longer distances."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:111
|
#: init.lua:145
|
||||||
msgid ""
|
msgid ""
|
||||||
"Chutes operate much like hoppers but do not have their own intake "
|
"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 "
|
"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 "
|
"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 "
|
"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 "
|
"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 "
|
"block's inventory will remain lodged in the chute's buffer until manually "
|
||||||
"removed or their destination becomes available."
|
"removed or their destination becomes available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:211
|
#: init.lua:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"Don't\n"
|
"Don't\n"
|
||||||
"Eject"
|
"Eject"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:211
|
#: init.lua:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"This hopper is currently set to eject items from its output\n"
|
"This hopper is currently set to eject items from its output\n"
|
||||||
"even if there isn't a compatible block positioned to receive it.\n"
|
"even if there isn't a compatible block positioned to receive it.\n"
|
||||||
"Click this button to disable this feature."
|
"Click this button to disable this feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:213
|
#: init.lua:272
|
||||||
msgid ""
|
msgid ""
|
||||||
"Eject\n"
|
"Eject\n"
|
||||||
"Items"
|
"Items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:213
|
#: init.lua:272
|
||||||
msgid ""
|
msgid ""
|
||||||
"This hopper is currently set to hold on to item if there\n"
|
"This hopper is currently set to hold on to item if there\n"
|
||||||
"isn't a compatible block positioned to receive it.\n"
|
"isn't a compatible block positioned to receive it.\n"
|
||||||
"Click this button to have it eject items instead."
|
"Click this button to have it eject items instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:280
|
#: init.lua:339
|
||||||
msgid "Hopper"
|
msgid "Hopper"
|
||||||
msgstr "Trichter"
|
msgstr "Trichter"
|
||||||
|
|
||||||
#: init.lua:341 init.lua:432
|
#: init.lua:400 init.lua:491
|
||||||
msgid "@1 moves stuff in hopper at @2"
|
msgid "@1 moves stuff in hopper at @2"
|
||||||
msgstr "@1 bewegt Dinge in einem Trichter bei @2"
|
msgstr "@1 bewegt Dinge in einem Trichter bei @2"
|
||||||
|
|
||||||
#: init.lua:346 init.lua:437
|
#: init.lua:405 init.lua:496
|
||||||
msgid "@1 moves stuff to hopper at @2"
|
msgid "@1 moves stuff to hopper at @2"
|
||||||
msgstr "@1 verlagert Dinge in einen Trichter bei @2"
|
msgstr "@1 verlagert Dinge in einen Trichter bei @2"
|
||||||
|
|
||||||
#: init.lua:351 init.lua:442
|
#: init.lua:410 init.lua:501
|
||||||
msgid "@1 moves stuff from hopper at @2"
|
msgid "@1 moves stuff from hopper at @2"
|
||||||
msgstr "@1 nimmt Dinge aus einem Trichter bei @2"
|
msgstr "@1 nimmt Dinge aus einem Trichter bei @2"
|
||||||
|
|
||||||
#: init.lua:367
|
#: init.lua:426
|
||||||
msgid "Side Hopper"
|
msgid "Side Hopper"
|
||||||
msgstr "Seitentrichter"
|
msgstr "Seitentrichter"
|
||||||
|
|
||||||
#: init.lua:469
|
#: init.lua:528
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Hopper Chute"
|
msgid "Hopper Chute"
|
||||||
msgstr "Trichter"
|
msgstr "Trichter"
|
||||||
|
|
||||||
#: init.lua:526
|
#: init.lua:585
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "@1 moves stuff to chute at @2"
|
msgid "@1 moves stuff to chute at @2"
|
||||||
msgstr "@1 verlagert Dinge in einen Trichter bei @2"
|
msgstr "@1 verlagert Dinge in einen Trichter bei @2"
|
||||||
|
|
||||||
#: init.lua:757
|
#: init.lua:819
|
||||||
msgid "[MOD] Hopper loaded"
|
msgid "[MOD] Hopper loaded"
|
||||||
msgstr "[MOD] Trichter geladen"
|
msgstr "[MOD] Trichter geladen"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2017-02-23 20:30-0700\n"
|
"POT-Creation-Date: 2017-02-25 06:31-0700\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -16,11 +16,11 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: init.lua:101
|
#: init.lua:135
|
||||||
msgid "Hopper to transfer items between neighboring blocks' inventories."
|
msgid "Hopper to transfer items between neighboring blocks' inventories."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:102
|
#: init.lua:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Items are transfered from the block at the wide end of the hopper to the "
|
"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 "
|
"block at the narrow end of the hopper at a rate of one per second. Items can "
|
||||||
@ -30,7 +30,7 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:104
|
#: init.lua:138
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hopper blocks come in both 'vertical' and 'side' forms, but when in a "
|
"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 "
|
"player's inventory both are represented by a single generic item. The type "
|
||||||
@ -41,14 +41,14 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:106
|
#: init.lua:140
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hopper blocks come in both 'vertical' and 'side' forms. They can be "
|
"Hopper blocks come in both 'vertical' and 'side' forms. They can be "
|
||||||
"interconverted between the two forms via the crafting grid.\n"
|
"interconverted between the two forms via the crafting grid.\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:108
|
#: init.lua:142
|
||||||
msgid ""
|
msgid ""
|
||||||
"When used with furnaces, hoppers inject items into the furnace's \"raw "
|
"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 "
|
"material\" inventory slot when the narrow end is attached to the top or "
|
||||||
@ -65,75 +65,75 @@ msgid ""
|
|||||||
"as a way to allow other players to deposit items into your locked chests."
|
"as a way to allow other players to deposit items into your locked chests."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:110
|
#: init.lua:144
|
||||||
msgid "A chute to transfer items over longer distances."
|
msgid "A chute to transfer items over longer distances."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:111
|
#: init.lua:145
|
||||||
msgid ""
|
msgid ""
|
||||||
"Chutes operate much like hoppers but do not have their own intake "
|
"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 "
|
"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 "
|
"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 "
|
"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 "
|
"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 "
|
"block's inventory will remain lodged in the chute's buffer until manually "
|
||||||
"removed or their destination becomes available."
|
"removed or their destination becomes available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:211
|
#: init.lua:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"Don't\n"
|
"Don't\n"
|
||||||
"Eject"
|
"Eject"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:211
|
#: init.lua:270
|
||||||
msgid ""
|
msgid ""
|
||||||
"This hopper is currently set to eject items from its output\n"
|
"This hopper is currently set to eject items from its output\n"
|
||||||
"even if there isn't a compatible block positioned to receive it.\n"
|
"even if there isn't a compatible block positioned to receive it.\n"
|
||||||
"Click this button to disable this feature."
|
"Click this button to disable this feature."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:213
|
#: init.lua:272
|
||||||
msgid ""
|
msgid ""
|
||||||
"Eject\n"
|
"Eject\n"
|
||||||
"Items"
|
"Items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:213
|
#: init.lua:272
|
||||||
msgid ""
|
msgid ""
|
||||||
"This hopper is currently set to hold on to item if there\n"
|
"This hopper is currently set to hold on to item if there\n"
|
||||||
"isn't a compatible block positioned to receive it.\n"
|
"isn't a compatible block positioned to receive it.\n"
|
||||||
"Click this button to have it eject items instead."
|
"Click this button to have it eject items instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:280
|
#: init.lua:339
|
||||||
msgid "Hopper"
|
msgid "Hopper"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:341 init.lua:432
|
#: init.lua:400 init.lua:491
|
||||||
msgid "@1 moves stuff in hopper at @2"
|
msgid "@1 moves stuff in hopper at @2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:346 init.lua:437
|
#: init.lua:405 init.lua:496
|
||||||
msgid "@1 moves stuff to hopper at @2"
|
msgid "@1 moves stuff to hopper at @2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:351 init.lua:442
|
#: init.lua:410 init.lua:501
|
||||||
msgid "@1 moves stuff from hopper at @2"
|
msgid "@1 moves stuff from hopper at @2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:367
|
#: init.lua:426
|
||||||
msgid "Side Hopper"
|
msgid "Side Hopper"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:469
|
#: init.lua:528
|
||||||
msgid "Hopper Chute"
|
msgid "Hopper Chute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:526
|
#: init.lua:585
|
||||||
msgid "@1 moves stuff to chute at @2"
|
msgid "@1 moves stuff to chute at @2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: init.lua:757
|
#: init.lua:819
|
||||||
msgid "[MOD] Hopper loaded"
|
msgid "[MOD] Hopper loaded"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
Reference in New Issue
Block a user