mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-13 22:20:28 +01:00
documentation for cave coral, update some locale text
This commit is contained in:
parent
4817204b6d
commit
168654dfe8
|
@ -10,6 +10,8 @@ minetest.register_node("df_mapitems:castle_coral", {
|
|||
"dfcaverns_castle_coral.png",
|
||||
"dfcaverns_castle_coral.png^[multiply:#888888",
|
||||
},
|
||||
_doc_items_longdesc = df_mapitems.doc.castle_coral_desc,
|
||||
_doc_items_usagehelp = df_mapitems.doc.castle_coral_usage,
|
||||
drawtype = "mesh",
|
||||
light_source = 2,
|
||||
mesh = "octagonal_coral.obj",
|
||||
|
@ -21,6 +23,8 @@ minetest.register_node("df_mapitems:castle_coral", {
|
|||
|
||||
minetest.register_node("df_mapitems:castle_coral_skeleton", {
|
||||
description = S("Castle Coral Skeleton"),
|
||||
_doc_items_longdesc = df_mapitems.doc.castle_coral_desc,
|
||||
_doc_items_usagehelp = df_mapitems.doc.castle_coral_usage,
|
||||
tiles = {
|
||||
"default_coral_skeleton.png",
|
||||
"default_coral_skeleton.png",
|
||||
|
|
|
@ -43,4 +43,7 @@ df_mapitems.doc.big_crystal_desc = S("Monolithic crystals of this size form only
|
|||
df_mapitems.doc.big_crystal_usage = S("Aside from its aesthetic value this crystal has no particular use.")
|
||||
|
||||
df_mapitems.doc.cave_pearls_desc = S("These nodules are actually calcified bacterial colonies.")
|
||||
df_mapitems.doc.cave_pearls_usage = S("Aside from their soft glow and beauty, cave pearls have no practical use. Except perhaps as handholds for climbing.")
|
||||
df_mapitems.doc.cave_pearls_usage = S("Aside from their soft glow and beauty, cave pearls have no practical use. Except perhaps as handholds for climbing.")
|
||||
|
||||
df_mapitems.doc.castle_coral_desc = S("Deep under the surface of the Sunless Sea are the rare and beautiful Castle Corals, so named due to their resemblance to small undersea castles.")
|
||||
df_mapitems.doc.castle_coral_usage = S("Castle Coral has little practical use aside from perhaps as a distinctive-looking building material.")
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: dfcaverns module's Italian locale\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-29 19:30-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:29-0600\n"
|
||||
"PO-Revision-Date: 2017-08-17 23:01+0100\n"
|
||||
"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
|
||||
"Language-Team: ITALIANO\n"
|
||||
|
@ -18,6 +18,14 @@ msgstr ""
|
|||
"X-Generator: Poedit 1.6.10\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: df_mapitems\castle_coral.lua:6
|
||||
msgid "Castle Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\castle_coral.lua:25
|
||||
msgid "Castle Coral Skeleton"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_coral.lua:6
|
||||
#: df_mapitems\cave_coral.lua:18
|
||||
#: df_mapitems\cave_coral.lua:30
|
||||
|
@ -25,6 +33,10 @@ msgstr ""
|
|||
msgid "Cave Coral"
|
||||
msgstr "Grano di caverna"
|
||||
|
||||
#: df_mapitems\cave_pearls.lua:77
|
||||
msgid "Cave Pearls"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\crystals_mese.lua:7
|
||||
msgid "Flawless Mese Block"
|
||||
msgstr ""
|
||||
|
@ -199,6 +211,28 @@ msgstr ""
|
|||
msgid "Aside from its aesthetic value this crystal has no particular use."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:45
|
||||
msgid "These nodules are actually calcified bacterial colonies."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:46
|
||||
msgid ""
|
||||
"Aside from their soft glow and beauty, cave pearls have no practical use. "
|
||||
"Except perhaps as handholds for climbing."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:48
|
||||
msgid ""
|
||||
"Deep under the surface of the Sunless Sea are the rare and beautiful Castle "
|
||||
"Corals, so named due to their resemblance to small undersea castles."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:49
|
||||
msgid ""
|
||||
"Castle Coral has little practical use aside from perhaps as a distinctive-"
|
||||
"looking building material."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\flowstone.lua:8
|
||||
msgid "Dry Dripstone"
|
||||
msgstr ""
|
||||
|
@ -227,12 +261,12 @@ msgstr "Vermi luminosi"
|
|||
msgid "Dirt With Cave Moss"
|
||||
msgstr "Terra con muschio di caverna"
|
||||
|
||||
#: df_mapitems\ground_cover.lua:53
|
||||
#: df_mapitems\ground_cover.lua:67
|
||||
#: df_mapitems\ground_cover.lua:54
|
||||
#: df_mapitems\ground_cover.lua:69
|
||||
msgid "Cobblestone With Floor Fungus"
|
||||
msgstr "Ciottoli con funghi del terreno"
|
||||
|
||||
#: df_mapitems\ground_cover.lua:106
|
||||
#: df_mapitems\ground_cover.lua:109
|
||||
msgid "Ice With Hoar Moss"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-29 19:30-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:29-0600\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"
|
||||
|
@ -17,12 +17,24 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: df_mapitems\castle_coral.lua:6
|
||||
msgid "Castle Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\castle_coral.lua:25
|
||||
msgid "Castle Coral Skeleton"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_coral.lua:6
|
||||
#: df_mapitems\cave_coral.lua:18
|
||||
#: df_mapitems\cave_coral.lua:30
|
||||
msgid "Cave Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_pearls.lua:77
|
||||
msgid "Cave Pearls"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\crystals_mese.lua:7
|
||||
msgid "Flawless Mese Block"
|
||||
msgstr ""
|
||||
|
@ -197,6 +209,28 @@ msgstr ""
|
|||
msgid "Aside from its aesthetic value this crystal has no particular use."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:45
|
||||
msgid "These nodules are actually calcified bacterial colonies."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:46
|
||||
msgid ""
|
||||
"Aside from their soft glow and beauty, cave pearls have no practical use. "
|
||||
"Except perhaps as handholds for climbing."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:48
|
||||
msgid ""
|
||||
"Deep under the surface of the Sunless Sea are the rare and beautiful Castle "
|
||||
"Corals, so named due to their resemblance to small undersea castles."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:49
|
||||
msgid ""
|
||||
"Castle Coral has little practical use aside from perhaps as a distinctive-"
|
||||
"looking building material."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\flowstone.lua:8
|
||||
msgid "Dry Dripstone"
|
||||
msgstr ""
|
||||
|
@ -225,12 +259,12 @@ msgstr ""
|
|||
msgid "Dirt With Cave Moss"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\ground_cover.lua:53
|
||||
#: df_mapitems\ground_cover.lua:67
|
||||
#: df_mapitems\ground_cover.lua:54
|
||||
#: df_mapitems\ground_cover.lua:69
|
||||
msgid "Cobblestone With Floor Fungus"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\ground_cover.lua:106
|
||||
#: df_mapitems\ground_cover.lua:109
|
||||
msgid "Ice With Hoar Moss"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: dfcaverns module's Italian locale\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-23 00:27-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:30-0600\n"
|
||||
"PO-Revision-Date: 2017-08-17 23:01+0100\n"
|
||||
"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
|
||||
"Language-Team: ITALIANO\n"
|
||||
|
@ -46,15 +46,15 @@ msgstr "Gambo di spina del sangue"
|
|||
msgid "Dead Blood Thorn Stem"
|
||||
msgstr "Gambo di spina del sangue morta"
|
||||
|
||||
#: df_trees\blood_thorn.lua:60
|
||||
#: df_trees\blood_thorn.lua:61
|
||||
msgid "Blood Thorn Spike"
|
||||
msgstr "Spuntone di spina del sangue"
|
||||
|
||||
#: df_trees\blood_thorn.lua:90
|
||||
#: df_trees\blood_thorn.lua:91
|
||||
msgid "Dead Blood Thorn Spike"
|
||||
msgstr "Spuntone di spina del sangue morta"
|
||||
|
||||
#: df_trees\blood_thorn.lua:127
|
||||
#: df_trees\blood_thorn.lua:134
|
||||
msgid "Blood Thorn Planks"
|
||||
msgstr "Assi di spina del sangue"
|
||||
|
||||
|
@ -197,6 +197,96 @@ msgid ""
|
|||
"sprout into new torchspines when placed on flammable surfaces."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:45
|
||||
msgid ""
|
||||
"Spindlestems are too big to easily pluck by hand but too small to be called "
|
||||
"a proper tree. Nevertheless, they are a common and useful resource for "
|
||||
"underground travelers - particularly their glowing caps."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:46
|
||||
msgid ""
|
||||
"The stem of a Spindlestem is surprisingly sturdy, and despite their thinness "
|
||||
"they can grow quite tall. They can be used as a wood substitute in many "
|
||||
"crafting recipes."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:48
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, uncontaminated by any symbiotic luminescent "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:49
|
||||
msgid "These things are useless except as weak fuel for a fire."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:51
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a weak red due to symbiotic microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:52
|
||||
msgid ""
|
||||
"Red Spindlestems are a sign of nearby iron deposits - or perhaps Goblin "
|
||||
"Caps. Their glowing symbiotes can be extracted as a long-lived light source, "
|
||||
"though the glow is weak."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:54
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a soft green due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:55
|
||||
msgid ""
|
||||
"Green Spindlestems are a sign of nearby copper deposits. Their glowing "
|
||||
"symbiotes can be extracted as a long-lived light source, though the glow is "
|
||||
"not strong."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:57
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a strong cyan due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:58
|
||||
msgid ""
|
||||
"Cyan Spindlestems are a sign of both copper and iron deposits nearby. Their "
|
||||
"glowing symbiotes can be extracted as a long-lived light source."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:60
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a brilliant yellow due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:61
|
||||
msgid ""
|
||||
"Golden Spindlestems are a sign of rare and magical mineral deposits nearby. "
|
||||
"Their glowing symbiotes can be extracted as a strong and long-lived light "
|
||||
"source."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:64
|
||||
msgid "Living extract from the cap of a red Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:66
|
||||
msgid "Living extract from the cap of a green Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:68
|
||||
msgid "Living extract from the cap of a cyan Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:70
|
||||
msgid "Living extract from the cap of a yellow Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\fungiwood.lua:13
|
||||
msgid "Fungiwood Stem"
|
||||
msgstr "Gambo di fungo di legno"
|
||||
|
@ -265,6 +355,43 @@ msgstr "Assi di cappello del Nether"
|
|||
msgid "Nether Cap Spawn"
|
||||
msgstr "Prole di cappello del Nether"
|
||||
|
||||
#: df_trees\spindlestem.lua:64
|
||||
msgid "Spindlestem"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:97
|
||||
msgid "@1 Spindlestem Cap"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:186
|
||||
msgid "@1 Spindlestem Extract"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:234
|
||||
#, fuzzy
|
||||
msgid "Spindlestem Spawn"
|
||||
msgstr "Prole di albero delle spore"
|
||||
|
||||
#: df_trees\spindlestem.lua:273
|
||||
msgid "White"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:274
|
||||
msgid "Red"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:275
|
||||
msgid "Green"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:276
|
||||
msgid "Cyan"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:277
|
||||
msgid "Golden"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spore_tree.lua:14
|
||||
msgid "Spore Tree Stem"
|
||||
msgstr "Gambo di albero delle spore"
|
||||
|
@ -285,7 +412,7 @@ msgstr "Corpo fruttifero dell'albero delle spore"
|
|||
msgid "Spore Tree Spawn"
|
||||
msgstr "Prole di albero delle spore"
|
||||
|
||||
#: df_trees\spore_tree.lua:303
|
||||
#: df_trees\spore_tree.lua:306
|
||||
#, fuzzy
|
||||
msgid "Spore Tree Ladder"
|
||||
msgstr "Ife di albero delle spore"
|
||||
|
@ -325,23 +452,23 @@ msgstr "Assi di cappello a torre"
|
|||
msgid "Tower Cap Spawn"
|
||||
msgstr "Prole di cappello a torre"
|
||||
|
||||
#: df_trees\tunnel_tube.lua:16
|
||||
#: df_trees\tunnel_tube.lua:39
|
||||
#: df_trees\tunnel_tube.lua:69
|
||||
#: df_trees\tunnel_tube.lua:98
|
||||
#: df_trees\tunnel_tube.lua:14
|
||||
#: df_trees\tunnel_tube.lua:37
|
||||
#: df_trees\tunnel_tube.lua:67
|
||||
#: df_trees\tunnel_tube.lua:96
|
||||
msgid "Tunnel Tube"
|
||||
msgstr "Tubo di galleria"
|
||||
|
||||
#: df_trees\tunnel_tube.lua:135
|
||||
#: df_trees\tunnel_tube.lua:133
|
||||
msgid "Tunnel Tube Plies"
|
||||
msgstr "Strati di tubo di galleria"
|
||||
|
||||
#: df_trees\tunnel_tube.lua:172
|
||||
#: df_trees\tunnel_tube.lua:228
|
||||
#: df_trees\tunnel_tube.lua:248
|
||||
#: df_trees\tunnel_tube.lua:170
|
||||
#: df_trees\tunnel_tube.lua:226
|
||||
#: df_trees\tunnel_tube.lua:246
|
||||
msgid "Tunnel Tube Fruiting Body"
|
||||
msgstr "Corpo fruttifero del tubo di galleria"
|
||||
|
||||
#: df_trees\tunnel_tube.lua:279
|
||||
#: df_trees\tunnel_tube.lua:277
|
||||
msgid "Tunnel Tube Spawn"
|
||||
msgstr "Prole di tubo di galleria"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-23 00:27-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:30-0600\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"
|
||||
|
@ -45,15 +45,15 @@ msgstr ""
|
|||
msgid "Dead Blood Thorn Stem"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\blood_thorn.lua:60
|
||||
#: df_trees\blood_thorn.lua:61
|
||||
msgid "Blood Thorn Spike"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\blood_thorn.lua:90
|
||||
#: df_trees\blood_thorn.lua:91
|
||||
msgid "Dead Blood Thorn Spike"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\blood_thorn.lua:127
|
||||
#: df_trees\blood_thorn.lua:134
|
||||
msgid "Blood Thorn Planks"
|
||||
msgstr ""
|
||||
|
||||
|
@ -196,6 +196,96 @@ msgid ""
|
|||
"sprout into new torchspines when placed on flammable surfaces."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:45
|
||||
msgid ""
|
||||
"Spindlestems are too big to easily pluck by hand but too small to be called "
|
||||
"a proper tree. Nevertheless, they are a common and useful resource for "
|
||||
"underground travelers - particularly their glowing caps."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:46
|
||||
msgid ""
|
||||
"The stem of a Spindlestem is surprisingly sturdy, and despite their thinness "
|
||||
"they can grow quite tall. They can be used as a wood substitute in many "
|
||||
"crafting recipes."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:48
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, uncontaminated by any symbiotic luminescent "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:49
|
||||
msgid "These things are useless except as weak fuel for a fire."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:51
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a weak red due to symbiotic microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:52
|
||||
msgid ""
|
||||
"Red Spindlestems are a sign of nearby iron deposits - or perhaps Goblin "
|
||||
"Caps. Their glowing symbiotes can be extracted as a long-lived light source, "
|
||||
"though the glow is weak."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:54
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a soft green due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:55
|
||||
msgid ""
|
||||
"Green Spindlestems are a sign of nearby copper deposits. Their glowing "
|
||||
"symbiotes can be extracted as a long-lived light source, though the glow is "
|
||||
"not strong."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:57
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a strong cyan due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:58
|
||||
msgid ""
|
||||
"Cyan Spindlestems are a sign of both copper and iron deposits nearby. Their "
|
||||
"glowing symbiotes can be extracted as a long-lived light source."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:60
|
||||
msgid ""
|
||||
"The cap of a Spindlestem, glowing a brilliant yellow due to symbiotic "
|
||||
"microorganisms."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:61
|
||||
msgid ""
|
||||
"Golden Spindlestems are a sign of rare and magical mineral deposits nearby. "
|
||||
"Their glowing symbiotes can be extracted as a strong and long-lived light "
|
||||
"source."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:64
|
||||
msgid "Living extract from the cap of a red Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:66
|
||||
msgid "Living extract from the cap of a green Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:68
|
||||
msgid "Living extract from the cap of a cyan Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\doc.lua:70
|
||||
msgid "Living extract from the cap of a yellow Spindlestem."
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\fungiwood.lua:13
|
||||
msgid "Fungiwood Stem"
|
||||
msgstr ""
|
||||
|
@ -264,6 +354,42 @@ msgstr ""
|
|||
msgid "Nether Cap Spawn"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:64
|
||||
msgid "Spindlestem"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:97
|
||||
msgid "@1 Spindlestem Cap"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:186
|
||||
msgid "@1 Spindlestem Extract"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:234
|
||||
msgid "Spindlestem Spawn"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:273
|
||||
msgid "White"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:274
|
||||
msgid "Red"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:275
|
||||
msgid "Green"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:276
|
||||
msgid "Cyan"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spindlestem.lua:277
|
||||
msgid "Golden"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spore_tree.lua:14
|
||||
msgid "Spore Tree Stem"
|
||||
msgstr ""
|
||||
|
@ -284,7 +410,7 @@ msgstr ""
|
|||
msgid "Spore Tree Spawn"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\spore_tree.lua:303
|
||||
#: df_trees\spore_tree.lua:306
|
||||
msgid "Spore Tree Ladder"
|
||||
msgstr ""
|
||||
|
||||
|
@ -323,23 +449,23 @@ msgstr ""
|
|||
msgid "Tower Cap Spawn"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\tunnel_tube.lua:16
|
||||
#: df_trees\tunnel_tube.lua:39
|
||||
#: df_trees\tunnel_tube.lua:69
|
||||
#: df_trees\tunnel_tube.lua:98
|
||||
#: df_trees\tunnel_tube.lua:14
|
||||
#: df_trees\tunnel_tube.lua:37
|
||||
#: df_trees\tunnel_tube.lua:67
|
||||
#: df_trees\tunnel_tube.lua:96
|
||||
msgid "Tunnel Tube"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\tunnel_tube.lua:135
|
||||
#: df_trees\tunnel_tube.lua:133
|
||||
msgid "Tunnel Tube Plies"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\tunnel_tube.lua:172
|
||||
#: df_trees\tunnel_tube.lua:228
|
||||
#: df_trees\tunnel_tube.lua:248
|
||||
#: df_trees\tunnel_tube.lua:170
|
||||
#: df_trees\tunnel_tube.lua:226
|
||||
#: df_trees\tunnel_tube.lua:246
|
||||
msgid "Tunnel Tube Fruiting Body"
|
||||
msgstr ""
|
||||
|
||||
#: df_trees\tunnel_tube.lua:279
|
||||
#: df_trees\tunnel_tube.lua:277
|
||||
msgid "Tunnel Tube Spawn"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-03-26 00:49-0600\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:30-0600\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"
|
||||
|
@ -17,35 +17,52 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:11
|
||||
#: mine_gas\init.lua:13
|
||||
msgid ""
|
||||
"Gaseous hydrocarbons formed from the detritus of long dead plants and "
|
||||
"animals processed by heat and pressure deep within the earth."
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:12
|
||||
#: mine_gas\init.lua:14
|
||||
msgid ""
|
||||
"Gas is highly hazardous. Heavier than air, it pools in deep caverns and "
|
||||
"asphyxiates the unwary."
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:14
|
||||
#: mine_gas\init.lua:16
|
||||
msgid ""
|
||||
"When exposed to air and an ignition source it can produce a deadly explosion."
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:17
|
||||
#: mine_gas\init.lua:19
|
||||
msgid "Some coal deposits have cracks that seep a steady flow of mine gas."
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:18
|
||||
#: mine_gas\init.lua:20
|
||||
msgid "Mining out such a deposit seals the crack."
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:26
|
||||
#: mine_gas\init.lua:28
|
||||
msgid "Mine Gas"
|
||||
msgstr ""
|
||||
|
||||
#: dfcaverns\mine_gas\init.lua:46
|
||||
#: mine_gas\init.lua:48
|
||||
msgid "Gas Seep"
|
||||
msgstr ""
|
||||
|
||||
#: mine_gas\wisp.lua:8
|
||||
msgid ""
|
||||
"Mysterious blue flames may occasionally be found flickering on the edges of "
|
||||
"oil lakes, burning without oxygen and seeming to maintain their size as they "
|
||||
"drift about through the unbreathable atmosphere."
|
||||
msgstr ""
|
||||
|
||||
#: mine_gas\wisp.lua:9
|
||||
msgid ""
|
||||
"Gas Wisps have no known use, and fortunately they are not hostile or very "
|
||||
"dangerous."
|
||||
msgstr ""
|
||||
|
||||
#: mine_gas\wisp.lua:13
|
||||
msgid "Gas Wisp"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user