mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-24 16:33:48 +01:00
105 lines
3.4 KiB
Plaintext
105 lines
3.4 KiB
Plaintext
|
# Ropes mod.
|
||
|
# Copyright (C) 2017
|
||
|
# This file is distributed under the same license as the ropes package.
|
||
|
# FaceDeer.
|
||
|
#
|
||
|
#, fuzzy
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2017-02-03 00:18-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"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
|
||
|
#: crafts.lua:17
|
||
|
msgid "Rope Segment"
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:11
|
||
|
msgid "Rope segments are bundles of fibre twisted into robust cables."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:12
|
||
|
msgid ""
|
||
|
"This craft item is useful for creating rope ladders, or for spooling on "
|
||
|
"wooden spindles to hang and climb upon."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:14
|
||
|
msgid "A hanging rope ladder that automatically extends downward."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:15
|
||
|
#, c-format
|
||
|
msgid ""
|
||
|
"After a rope ladder is placed on a vertical wall it will begin extending "
|
||
|
"downward until it reaches its maximum length (%dm). If the rope ladder is "
|
||
|
"removed all of the ladder below the point of removal will disappear. A rope "
|
||
|
"ladder can be severed partway down using an axe or similar tool, and the "
|
||
|
"ladder below the point where it is cut will collapse. No rope is actually "
|
||
|
"lost in the process, though, and if the uppermost section of the ladder is "
|
||
|
"removed and replaced the ladder will re-extend to the same maximum length as "
|
||
|
"before."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:17
|
||
|
msgid ""
|
||
|
"Ropes are hung by placing rope boxes, which automatically lower a rope of "
|
||
|
"fixed length below them. They can be climbed and cut."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:19
|
||
|
#, c-format
|
||
|
msgid ""
|
||
|
"Rope boxes have a certain amount of rope contained within them specified in "
|
||
|
"the name of the node. They come in five standard lengths (%dm, %dm, %dm, %dm "
|
||
|
"and %dm) that can be crafted by combining and splitting up rope boxes in the "
|
||
|
"crafting grid. For example, you can craft a %dm rope box by combining two %"
|
||
|
"dm rope boxes, and the two %dm rope boxes can be recovered by splitting the %"
|
||
|
"dm rope box back up in the crafting grid."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:20
|
||
|
msgid ""
|
||
|
"When a rope box is placed the rope will immediately begin lowering from it "
|
||
|
"at one meter per second. The rope will only descend when its end is in the "
|
||
|
"vicinity of an active player, suspending its journey when no players are "
|
||
|
"nearby, so a long descent may require a player to climb down the rope as it "
|
||
|
"goes. Take care not to fall off the end! The rope will stop when it "
|
||
|
"encounters and obstruction, but will resume lowering if the obstruction is "
|
||
|
"removed."
|
||
|
msgstr ""
|
||
|
|
||
|
#: doc.lua:21
|
||
|
msgid ""
|
||
|
"A rope can be severed midway using an axe or other similar tools. The "
|
||
|
"section of rope below the cut will collapse and disappear, potentially "
|
||
|
"causing players who were hanging on to it to fall. The remaining rope will "
|
||
|
"not resume descent on its own, but the rope box at the top of the rope "
|
||
|
"\"remembers\" how long the rope was and if it is deconstructed and replaced "
|
||
|
"it will still have the same maximum length of rope as before - no rope is "
|
||
|
"permnanently lost when a rope is severed like this."
|
||
|
msgstr ""
|
||
|
|
||
|
#: init.lua:52
|
||
|
msgid "[Ropes] Loaded!"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ladder.lua:6 ladder.lua:49 ladder.lua:77 ladder.lua:131
|
||
|
msgid "Rope Ladder"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ropeboxes.lua:7
|
||
|
#, c-format
|
||
|
msgid "Rope %im"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ropeboxes.lua:92 ropeboxes.lua:114 ropeboxes.lua:160
|
||
|
msgid "Rope"
|
||
|
msgstr ""
|