mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
Split I18N stuff into its own submod.
This commit is contained in:
parent
010c07f23a
commit
dc7b60c11f
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local bathroom_tile_colors = {
|
||||
{ "1", S("white/grey"), "#c0c0c0:200" },
|
||||
|
@ -1,4 +1,5 @@
|
||||
local S = homedecor.gettext
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local toilet_sbox = {
|
||||
type = "fixed",
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S, NS = homedecor.gettext, homedecor.ngettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- Nodes that would affect the local temperature e.g. fans, heater, A/C
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
homedecor.register("air_conditioner", {
|
||||
description = S("Air Conditioner"),
|
||||
|
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- Mostly my own code; overall template borrowed from game default
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
-- misc craftitems
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
default
|
||||
unifieddyes
|
||||
homedecor_i18n
|
||||
building_blocks?
|
||||
signs_lib?
|
||||
moreblocks?
|
||||
technic?
|
||||
dye?
|
||||
bees?
|
||||
intllib?
|
||||
bucket?
|
||||
beds?
|
||||
flowers?
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- Node definitions for Homedecor doors
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- Various home electronics
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
homedecor.register("speaker", {
|
||||
description = S("Large Stereo Speaker"),
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -14,7 +14,7 @@ if signs_modpath then
|
||||
sign_post_model = signs_lib.sign_post_model.nodebox
|
||||
end
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
local S = homedecor.gettext
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local table_colors = {
|
||||
{ "", S("Table"), homedecor.plain_wood },
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
homedecor.register("bars", {
|
||||
description = S("Bars"),
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- This code supplies an oven/stove. Basically it's just a copy of the default furnace with different textures.
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function swap_node(pos, name)
|
||||
local node = minetest.get_node(pos)
|
||||
|
@ -1,4 +1,5 @@
|
||||
local S = homedecor.gettext
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local default_can_dig = function(pos,player)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
@ -9,15 +9,11 @@
|
||||
|
||||
local modpath = minetest.get_modpath("homedecor")
|
||||
|
||||
-- Load support for intllib.
|
||||
local S, NS = dofile(modpath.."/intllib.lua")
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
homedecor = {
|
||||
modpath = modpath,
|
||||
|
||||
gettext = S,
|
||||
ngettext = NS,
|
||||
|
||||
-- infinite stacks
|
||||
expect_infinite_stacks = minetest.setting_getbool("creative_mode") and not minetest.get_modpath("unified_inventory")
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- This file supplies refrigerators
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- This file supplies Kitchen cabinets and kitchen sink
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local cabinet_sides = "(default_wood.png^[transformR90)^homedecor_kitchen_cabinet_bevel.png"
|
||||
local cabinet_bottom = "(default_wood.png^[colorize:#000000:100)^(homedecor_kitchen_cabinet_bevel.png^[colorize:#46321580)"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
local dirs2 = { 9, 18, 7, 12 }
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
local S = homedecor.gettext
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
homedecor.register("filing_cabinet", {
|
||||
description = S("Filing cabinet"),
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- Various kinds of window shutters
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local shutters = {
|
||||
{"oak", S("unpainted oak"), "bf8a51" },
|
||||
|
@ -1,4 +1,5 @@
|
||||
local S = homedecor.gettext
|
||||
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
-- Various kinds of tables
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
local S = homedecor.gettext
|
||||
local S = homedecor_i18n.gettext
|
||||
|
||||
local function N_(x) return x end
|
||||
|
||||
|
1
homedecor_i18n/depends.txt
Normal file
1
homedecor_i18n/depends.txt
Normal file
@ -0,0 +1 @@
|
||||
intllib?
|
7
homedecor_i18n/init.lua
Normal file
7
homedecor_i18n/init.lua
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
-- This file intentionally left blank.
|
||||
|
||||
homedecor_i18n = { }
|
||||
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
homedecor_i18n.gettext, homedecor_i18n.ngettext = dofile(MP.."/intllib.lua")
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-25 00:03-0300\n"
|
||||
"Last-Translator: Xanthin <Xanthin@users.noreply.github.com>\n"
|
||||
"Language-Team: German\n"
|
||||
@ -17,6 +17,127 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
msgid "Streak Free Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
msgid "Terrycloth towel"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
msgid "Hardwood"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Messingstange"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
msgid "Tar"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
msgid "Marble"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
msgid "Granite"
|
||||
msgstr ""
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
#, fuzzy
|
||||
msgid "Plastic sheet"
|
||||
@ -27,6 +148,64 @@ msgstr "Kunststoffplatte"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Unverarbeitetes Plastik"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Schmiedeeiserne Stange"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
#, fuzzy
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Schmiedeeiserne Stange"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
#, fuzzy
|
||||
@ -37,9 +216,9 @@ msgstr "schwarz"
|
||||
msgid "brown"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
#, fuzzy
|
||||
msgid "blue"
|
||||
msgstr "blau"
|
||||
@ -58,10 +237,9 @@ msgstr "dunkelgruen"
|
||||
msgid "dark green"
|
||||
msgstr "dunkelgruen"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
#, fuzzy
|
||||
msgid "green"
|
||||
msgstr "gruen"
|
||||
@ -79,31 +257,29 @@ msgstr ""
|
||||
msgid "orange"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
#, fuzzy
|
||||
msgid "pink"
|
||||
msgstr "rosa"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
#, fuzzy
|
||||
msgid "red"
|
||||
msgstr "rot"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
#, fuzzy
|
||||
msgid "violet"
|
||||
msgstr "violett"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
#, fuzzy
|
||||
msgid "white"
|
||||
msgstr "weiss"
|
||||
@ -258,7 +434,7 @@ msgid "Dishwasher"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr ""
|
||||
@ -343,33 +519,33 @@ msgstr "Weisse Gluehlampe (dick)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Weisse Gluehlampe (duenn)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
#, fuzzy
|
||||
msgid "Curtains (@1)"
|
||||
msgid "Curtains"
|
||||
msgstr "Vorhaenge (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
#, fuzzy
|
||||
msgid "wrought iron"
|
||||
msgstr "Schmiedeeiserne Stange"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
#, fuzzy
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Vorhaenge (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr ""
|
||||
|
||||
@ -482,7 +658,7 @@ msgstr "Silikonklumpen"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Messingbarren"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
#, fuzzy
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Schwarzer Plastikblumentopf"
|
||||
@ -525,92 +701,92 @@ msgstr ""
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
#: ../homedecor/lighting.lua:21
|
||||
#, fuzzy
|
||||
msgid "Thick Glowlight (@1)"
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Weisse Gluehlampe (duenn)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
#: ../homedecor/lighting.lua:53
|
||||
#, fuzzy
|
||||
msgid "Thin Glowlight (@1)"
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Weisse Gluehlampe (duenn)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
#: ../homedecor/lighting.lua:85
|
||||
#, fuzzy
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Gelbe Gluehlampe (kleiner Wuerfel)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
#, fuzzy
|
||||
msgid "Wall sconce"
|
||||
msgstr "Wandfackel"
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
#: ../homedecor/lighting.lua:422
|
||||
#, fuzzy
|
||||
msgid "Table Lamp (@1)"
|
||||
msgid "Table Lamp"
|
||||
msgstr "Tischlampe"
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr ""
|
||||
|
||||
@ -924,7 +1100,7 @@ msgstr ""
|
||||
msgid "Japanese-style door"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
#, fuzzy
|
||||
msgid "Loaded!"
|
||||
msgstr "Geladen!"
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:02-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-24 20:24-0300\n"
|
||||
"Last-Translator: Diego Martínez <kaeza@users.noreply.github.com>\n"
|
||||
"Language-Team: Spanish\n"
|
||||
@ -17,6 +17,134 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
#, fuzzy
|
||||
msgid "Streak Free Glass"
|
||||
msgstr "Vídrio coloreado"
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
#, fuzzy
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr "Vídrio coloreado"
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
#, fuzzy
|
||||
msgid "Terrycloth towel"
|
||||
msgstr "Toallero con toalla"
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
#, fuzzy
|
||||
msgid "Hardwood"
|
||||
msgstr "madera"
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Poste de latón"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
#, fuzzy
|
||||
msgid "Tar"
|
||||
msgstr "Tostador"
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
#, fuzzy
|
||||
msgid "Marble"
|
||||
msgstr "mármol"
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
#, fuzzy
|
||||
msgid "Granite"
|
||||
msgstr "granito"
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
msgid "Plastic sheet"
|
||||
msgstr "Placa de plástico"
|
||||
@ -25,6 +153,62 @@ msgstr "Placa de plástico"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Base de plástico sin procesar"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Cadena colgante (hierro forjado)"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr "Cadena colgante (latón)"
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr "Cadena colgante (montada en techo, hierro forjado)"
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr "Cadena colgante (montada en techo, latón)"
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Candelabro (hierro forjado)"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr "Candelabro (latón)"
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr "Mesa para televisión de pantalla de plasma"
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr "Televisión de plasma"
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr "Televisión de plasma (apagada)"
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr "Fuego falso"
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr "Fuego de hielo"
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr "Fuego fantasía"
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr "Brasas ardientes"
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr "Pedernal y acero"
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
msgid "black"
|
||||
@ -34,9 +218,9 @@ msgstr "negra"
|
||||
msgid "brown"
|
||||
msgstr "marrón"
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
msgid "blue"
|
||||
msgstr "azul"
|
||||
|
||||
@ -52,10 +236,9 @@ msgstr "gris oscuro"
|
||||
msgid "dark green"
|
||||
msgstr "verde oscuro"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
msgid "green"
|
||||
msgstr "verde"
|
||||
|
||||
@ -72,28 +255,26 @@ msgstr "magenta"
|
||||
msgid "orange"
|
||||
msgstr "naranja"
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
msgid "pink"
|
||||
msgstr "rosa"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
msgid "red"
|
||||
msgstr "roja"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
msgid "violet"
|
||||
msgstr "violeta"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
msgid "white"
|
||||
msgstr "blanca"
|
||||
|
||||
@ -229,7 +410,7 @@ msgid "Dishwasher"
|
||||
msgstr "Lavavajillas"
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr "madera"
|
||||
@ -302,30 +483,30 @@ msgstr "Persianas (gruesas)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Persianas (finas)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
msgid "Curtains (@1)"
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
msgid "Curtains"
|
||||
msgstr "Cortinas (@1)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr "latón"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
msgid "wrought iron"
|
||||
msgstr "hierro forjado"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Palo de cortinas (@1)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr "Caja de flores de ventana"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr "Vídrio coloreado"
|
||||
|
||||
@ -429,7 +610,7 @@ msgstr "Bulto de silicio"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Lingote de latón"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Maceta pequeña"
|
||||
|
||||
@ -465,87 +646,87 @@ msgstr "DVD y reproductor de vídeo"
|
||||
msgid "Telephone"
|
||||
msgstr "Teléfono"
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
msgid "Thick Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:21
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Luz brillante gruesa (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
msgid "Thin Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:53
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Luz brillante fina (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
#: ../homedecor/lighting.lua:85
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Cubo pequeño de luz brillante (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr "Lámpara de plasma"
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr "Bola de plasma"
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr "Vela gruesa"
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr "Vela fina"
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr "Candelero (hierro forjado)"
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr "Candelero (latón)"
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
msgid "Wall sconce"
|
||||
msgstr "Candelabro de pared"
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr "Lámpara de aceite (huracán)"
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr "Lámpara de aceite de mesa"
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr "Linterna de piso"
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr "Linterna colgante"
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr "Linterna enrejada (grande)"
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr "Linterna enrejada (pequeña)"
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
msgid "Table Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:422
|
||||
msgid "Table Lamp"
|
||||
msgstr "Lámpara de mesa (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr "Lámpara de pié"
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr "Lámpara de escritorio (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr "Lámpara de techo"
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr "Lámpara de techo (apagada)"
|
||||
|
||||
@ -821,7 +1002,7 @@ msgstr "Tatami"
|
||||
msgid "Japanese-style door"
|
||||
msgstr "Puerta estilo japonés"
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
msgid "Loaded!"
|
||||
msgstr "¡Cargado!"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-25 00:03-0300\n"
|
||||
"Last-Translator: Calinou <Calinou@users.noreply.github.com>\n"
|
||||
"Language-Team: French\n"
|
||||
@ -17,6 +17,127 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
msgid "Streak Free Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
msgid "Terrycloth towel"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
msgid "Hardwood"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Barre en laiton"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
msgid "Tar"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
msgid "Marble"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
msgid "Granite"
|
||||
msgstr ""
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
#, fuzzy
|
||||
msgid "Plastic sheet"
|
||||
@ -27,6 +148,64 @@ msgstr "Bout de plastique"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Base de plastique non transformée"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Barre de fer forgé"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
#, fuzzy
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Barre de fer forgé"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
msgid "black"
|
||||
@ -36,9 +215,9 @@ msgstr ""
|
||||
msgid "brown"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
#, fuzzy
|
||||
msgid "blue"
|
||||
msgstr "bleues"
|
||||
@ -56,10 +235,9 @@ msgstr ""
|
||||
msgid "dark green"
|
||||
msgstr "vertes"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
#, fuzzy
|
||||
msgid "green"
|
||||
msgstr "vertes"
|
||||
@ -77,31 +255,29 @@ msgstr ""
|
||||
msgid "orange"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
#, fuzzy
|
||||
msgid "pink"
|
||||
msgstr "roses"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
#, fuzzy
|
||||
msgid "red"
|
||||
msgstr "rouges"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
#, fuzzy
|
||||
msgid "violet"
|
||||
msgstr "violettes"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
#, fuzzy
|
||||
msgid "white"
|
||||
msgstr "blanches"
|
||||
@ -250,7 +426,7 @@ msgid "Dishwasher"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr ""
|
||||
@ -333,33 +509,33 @@ msgstr "Lampe blanche (épaisse)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Lampe blanche (fine)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
#, fuzzy
|
||||
msgid "Curtains (@1)"
|
||||
msgid "Curtains"
|
||||
msgstr "Volets (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
#, fuzzy
|
||||
msgid "wrought iron"
|
||||
msgstr "Barre de fer forgé"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
#, fuzzy
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Volets (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr ""
|
||||
|
||||
@ -472,7 +648,7 @@ msgstr "Silicone"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Lingot de laiton"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
#, fuzzy
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Pot de fleur en plastique noir"
|
||||
@ -515,90 +691,90 @@ msgstr ""
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
#: ../homedecor/lighting.lua:21
|
||||
#, fuzzy
|
||||
msgid "Thick Glowlight (@1)"
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Lampe blanche (fine)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
#: ../homedecor/lighting.lua:53
|
||||
#, fuzzy
|
||||
msgid "Thin Glowlight (@1)"
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Lampe blanche (fine)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
#: ../homedecor/lighting.lua:85
|
||||
#, fuzzy
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Lampe jaune (petit cube)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
msgid "Wall sconce"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
msgid "Table Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:422
|
||||
msgid "Table Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr ""
|
||||
|
||||
@ -906,7 +1082,7 @@ msgstr ""
|
||||
msgid "Japanese-style door"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
#, fuzzy
|
||||
msgid "Loaded!"
|
||||
msgstr "Chargé !"
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-25 00:03-0300\n"
|
||||
"Last-Translator: Emon <?>\n"
|
||||
"Language-Team: Italian\n"
|
||||
@ -17,6 +17,127 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
msgid "Streak Free Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
msgid "Terrycloth towel"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
msgid "Hardwood"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Palo di ottone"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
msgid "Tar"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
msgid "Marble"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
msgid "Granite"
|
||||
msgstr ""
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
#, fuzzy
|
||||
msgid "Plastic sheet"
|
||||
@ -27,6 +148,64 @@ msgstr "Foglio di plastica"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Base non lavorata di plastica"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Palo di ferro battuto"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
#, fuzzy
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Palo di ferro battuto"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
#, fuzzy
|
||||
@ -37,9 +216,9 @@ msgstr "nero"
|
||||
msgid "brown"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
#, fuzzy
|
||||
msgid "blue"
|
||||
msgstr "blu"
|
||||
@ -58,10 +237,9 @@ msgstr "verde scuro"
|
||||
msgid "dark green"
|
||||
msgstr "verde scuro"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
#, fuzzy
|
||||
msgid "green"
|
||||
msgstr "verde"
|
||||
@ -79,31 +257,29 @@ msgstr ""
|
||||
msgid "orange"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
#, fuzzy
|
||||
msgid "pink"
|
||||
msgstr "rosa"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
#, fuzzy
|
||||
msgid "red"
|
||||
msgstr "rosso"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
#, fuzzy
|
||||
msgid "violet"
|
||||
msgstr "viola"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
#, fuzzy
|
||||
msgid "white"
|
||||
msgstr "bianco"
|
||||
@ -258,7 +434,7 @@ msgid "Dishwasher"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr ""
|
||||
@ -343,33 +519,33 @@ msgstr "Luce fosforescente bianca (spessa)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Luce fosforescente bianca (sottile)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
#, fuzzy
|
||||
msgid "Curtains (@1)"
|
||||
msgid "Curtains"
|
||||
msgstr "Tende (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
#, fuzzy
|
||||
msgid "wrought iron"
|
||||
msgstr "Palo di ferro battuto"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
#, fuzzy
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Tende (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr ""
|
||||
|
||||
@ -482,7 +658,7 @@ msgstr "Grumo di silicone"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Lingotto di ottone"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
#, fuzzy
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Vaso per fiori di plastica nera"
|
||||
@ -525,92 +701,92 @@ msgstr ""
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
#: ../homedecor/lighting.lua:21
|
||||
#, fuzzy
|
||||
msgid "Thick Glowlight (@1)"
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Luce fosforescente bianca (sottile)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
#: ../homedecor/lighting.lua:53
|
||||
#, fuzzy
|
||||
msgid "Thin Glowlight (@1)"
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Luce fosforescente bianca (sottile)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
#: ../homedecor/lighting.lua:85
|
||||
#, fuzzy
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Luce fosforescente gialla (cubo piccolo)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
#, fuzzy
|
||||
msgid "Wall sconce"
|
||||
msgstr "Torcia a muro"
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
#: ../homedecor/lighting.lua:422
|
||||
#, fuzzy
|
||||
msgid "Table Lamp (@1)"
|
||||
msgid "Table Lamp"
|
||||
msgstr "Lampada da tavolo"
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr ""
|
||||
|
||||
@ -924,7 +1100,7 @@ msgstr ""
|
||||
msgid "Japanese-style door"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
#, fuzzy
|
||||
msgid "Loaded!"
|
||||
msgstr "Caricato!"
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-25 00:03-0300\n"
|
||||
"Last-Translator: muhdnurhidayat <MuhdNurHidayat@users.noreply.github.com>\n"
|
||||
"Language-Team: Malay\n"
|
||||
@ -16,6 +16,127 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
msgid "Streak Free Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
msgid "Terrycloth towel"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
msgid "Hardwood"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Tiang Loyang"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
msgid "Tar"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
msgid "Marble"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
msgid "Granite"
|
||||
msgstr ""
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
#, fuzzy
|
||||
msgid "Plastic sheet"
|
||||
@ -26,6 +147,64 @@ msgstr "Kepingan Plastik"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Bes Plastik Belum Diproses"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Tiang Besi Tempaan"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
#, fuzzy
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Tiang Besi Tempaan"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
#, fuzzy
|
||||
@ -36,9 +215,9 @@ msgstr "Hitam"
|
||||
msgid "brown"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
#, fuzzy
|
||||
msgid "blue"
|
||||
msgstr "biru"
|
||||
@ -57,10 +236,9 @@ msgstr "Hijau Gelap"
|
||||
msgid "dark green"
|
||||
msgstr "Hijau Gelap"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
#, fuzzy
|
||||
msgid "green"
|
||||
msgstr "hijau"
|
||||
@ -78,31 +256,29 @@ msgstr ""
|
||||
msgid "orange"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
#, fuzzy
|
||||
msgid "pink"
|
||||
msgstr "merah jambu"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
#, fuzzy
|
||||
msgid "red"
|
||||
msgstr "merah"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
#, fuzzy
|
||||
msgid "violet"
|
||||
msgstr "ungu"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
#, fuzzy
|
||||
msgid "white"
|
||||
msgstr "putih"
|
||||
@ -257,7 +433,7 @@ msgid "Dishwasher"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr ""
|
||||
@ -342,33 +518,33 @@ msgstr "Lampu Bara Putih (tebal)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Lampu Bara (nipis)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
#, fuzzy
|
||||
msgid "Curtains (@1)"
|
||||
msgid "Curtains"
|
||||
msgstr "Langsir (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
#, fuzzy
|
||||
msgid "wrought iron"
|
||||
msgstr "Tiang Besi Tempaan"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
#, fuzzy
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Langsir (%s)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr ""
|
||||
|
||||
@ -481,7 +657,7 @@ msgstr "Ketulan Silikon"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Jongkong Loyang"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
#, fuzzy
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Pasu Bunga Plastik Hitam"
|
||||
@ -524,92 +700,92 @@ msgstr ""
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
#: ../homedecor/lighting.lua:21
|
||||
#, fuzzy
|
||||
msgid "Thick Glowlight (@1)"
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Lampu Bara (nipis)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
#: ../homedecor/lighting.lua:53
|
||||
#, fuzzy
|
||||
msgid "Thin Glowlight (@1)"
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Lampu Bara (nipis)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
#: ../homedecor/lighting.lua:85
|
||||
#, fuzzy
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Lampu Bara Kuning (kiub kecil)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
#, fuzzy
|
||||
msgid "Wall sconce"
|
||||
msgstr "Obor Dinding"
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
#: ../homedecor/lighting.lua:422
|
||||
#, fuzzy
|
||||
msgid "Table Lamp (@1)"
|
||||
msgid "Table Lamp"
|
||||
msgstr "Lampu Meja"
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr ""
|
||||
|
||||
@ -923,7 +1099,7 @@ msgstr ""
|
||||
msgid "Japanese-style door"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
#, fuzzy
|
||||
msgid "Loaded!"
|
||||
msgstr "Telah Dimuatkan!"
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\n"
|
||||
"PO-Revision-Date: 2017-01-29 00:21-0200\n"
|
||||
"Last-Translator: Aracnus <frederico@teia.bio.br>\n"
|
||||
"Language-Team: Portuguese\n"
|
||||
@ -20,6 +20,134 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Gtranslator 2.91.7\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
#, fuzzy
|
||||
msgid "Streak Free Glass"
|
||||
msgstr "Vitral"
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
#, fuzzy
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr "Vitral"
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
#, fuzzy
|
||||
msgid "Terrycloth towel"
|
||||
msgstr "Tolo de Toalha com Toalha"
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
#, fuzzy
|
||||
msgid "Hardwood"
|
||||
msgstr "madeira"
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
#, fuzzy
|
||||
msgid "Grass slab"
|
||||
msgstr "Poste de bronze"
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
#, fuzzy
|
||||
msgid "Tar"
|
||||
msgstr "Torradeira"
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
#, fuzzy
|
||||
msgid "Marble"
|
||||
msgstr "mármore"
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
#, fuzzy
|
||||
msgid "Granite"
|
||||
msgstr "granito"
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
msgid "Plastic sheet"
|
||||
msgstr "Folha de Plástico"
|
||||
@ -28,6 +156,67 @@ msgstr "Folha de Plástico"
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr "Base de plástico não Processada"
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr "Castiçal (ferro forjado)"
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
#, fuzzy
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr "Lanterna de Parede"
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
#, fuzzy
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr "Castiçal (ferro forjado)"
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
#, fuzzy
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr "Castiçal (latão)"
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
#, fuzzy
|
||||
msgid "Plasma TV"
|
||||
msgstr "Lâmpada de Plasma"
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
msgid "black"
|
||||
@ -37,9 +226,9 @@ msgstr "preto"
|
||||
msgid "brown"
|
||||
msgstr "marrom"
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
msgid "blue"
|
||||
msgstr "azul"
|
||||
|
||||
@ -55,10 +244,9 @@ msgstr "cinza escuro"
|
||||
msgid "dark green"
|
||||
msgstr "verde escuro"
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
msgid "green"
|
||||
msgstr "verde"
|
||||
|
||||
@ -75,28 +263,26 @@ msgstr "magenta"
|
||||
msgid "orange"
|
||||
msgstr "laranja"
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
msgid "pink"
|
||||
msgstr "rosa"
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
msgid "red"
|
||||
msgstr "vermelho"
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
msgid "violet"
|
||||
msgstr "violeta"
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
msgid "white"
|
||||
msgstr "branco"
|
||||
|
||||
@ -232,7 +418,7 @@ msgid "Dishwasher"
|
||||
msgstr "Lava Louças"
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr "madeira"
|
||||
@ -305,30 +491,31 @@ msgstr "Persiana (grossa)"
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr "Persiana (fina)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
msgid "Curtains (@1)"
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
#, fuzzy
|
||||
msgid "Curtains"
|
||||
msgstr "Cortinas (@1)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr "latão"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
msgid "wrought iron"
|
||||
msgstr "ferro forjado"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr "Suporte de Cortina (@1)"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr "Janela com Caixa de Flores"
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr "Vitral"
|
||||
|
||||
@ -432,7 +619,7 @@ msgstr "Massa de silício"
|
||||
msgid "Brass Ingot"
|
||||
msgstr "Lingote de Latão"
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
msgid "Small Flower Pot"
|
||||
msgstr "Vaso de Flor Pequeno"
|
||||
|
||||
@ -468,87 +655,92 @@ msgstr "DVD e VCR"
|
||||
msgid "Telephone"
|
||||
msgstr "Telefone"
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
msgid "Thick Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:21
|
||||
#, fuzzy
|
||||
msgid "Thick Glowlight"
|
||||
msgstr "Arandela Fina (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
msgid "Thin Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:53
|
||||
#, fuzzy
|
||||
msgid "Thin Glowlight"
|
||||
msgstr "Arandela Grossa (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
#: ../homedecor/lighting.lua:85
|
||||
#, fuzzy
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr "Arandela Cúbica Pequena (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr "Lâmpada de Plasma"
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr "Bola de Plasma"
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr "Vela Grossa"
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr "Vela Fina"
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr "Castiçal (ferro forjado)"
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr "Castiçal (latão)"
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
msgid "Wall sconce"
|
||||
msgstr "Candeeiro de Parede"
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr "Luminária a óleo (lamparina)"
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr "Luminária a Óleo (sobre mesa)"
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr "Lanterna de Chão"
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr "Lanterna de Parede"
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr "Lanterna com gelosia (grande)"
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr "Lanterna com gelosia (pequena)"
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
msgid "Table Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:422
|
||||
#, fuzzy
|
||||
msgid "Table Lamp"
|
||||
msgstr "Luminária de Mesa (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
#, fuzzy
|
||||
msgid "Standing Lamp"
|
||||
msgstr "Luminária Elevada (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr "Luminária de Escritório (@1)"
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr "Luminária de Teto"
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr "Luminária de Teto (desligada)"
|
||||
|
||||
@ -824,7 +1016,7 @@ msgstr "Tatami Japonês"
|
||||
msgid "Japanese-style door"
|
||||
msgstr "Porta estilo japonês"
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
msgid "Loaded!"
|
||||
msgstr "Carregado!"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-25 00:03-0300\n"
|
||||
"POT-Creation-Date: 2017-01-29 20:10-0300\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,6 +17,126 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../building_blocks/init.lua:6
|
||||
msgid "Adobe"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:14
|
||||
msgid "Roof block"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:156
|
||||
msgid "Streak Free Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:167
|
||||
msgid "Grate"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:177
|
||||
msgid "Fireplace"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:194
|
||||
msgid "Wood Framed Glass"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:205
|
||||
msgid "Terrycloth towel"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:221
|
||||
msgid "Tarmac Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:238
|
||||
msgid "Chess board tiling"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:254
|
||||
msgid "Brobble Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:270
|
||||
msgid "Gravel Spread"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:291
|
||||
msgid "Hardwood"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:454
|
||||
msgid "Marble stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:455
|
||||
msgid "Marble slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:460
|
||||
msgid "Hardwood stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:461
|
||||
msgid "Hardwood slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:466
|
||||
msgid "Grass stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:467
|
||||
msgid "Grass slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:472
|
||||
msgid "Tar stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:473
|
||||
msgid "Tar slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:478
|
||||
msgid "Grate Stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:479
|
||||
msgid "Grate Slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:484
|
||||
msgid "Adobe stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:485
|
||||
msgid "Adobe slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:490
|
||||
msgid "Roofing stair"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:491
|
||||
msgid "Roofing slab"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:543
|
||||
msgid "Tar"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:550
|
||||
msgid "Marble"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:574
|
||||
msgid "Tar Knife"
|
||||
msgstr ""
|
||||
|
||||
#: ../building_blocks/init.lua:596 ../building_blocks/init.lua:614
|
||||
msgid "Granite"
|
||||
msgstr ""
|
||||
|
||||
#: ../computer/miscitems.lua:13 ../homedecor/crafts.lua:32
|
||||
msgid "Plastic sheet"
|
||||
msgstr ""
|
||||
@ -25,6 +145,62 @@ msgstr ""
|
||||
msgid "Unprocessed Plastic base"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:18
|
||||
msgid "Hanging chain (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:32
|
||||
msgid "Hanging chain (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:46
|
||||
msgid "Hanging chain (ceiling mount, wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:60
|
||||
msgid "Hanging chain (ceiling mount, brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:74
|
||||
msgid "Chandelier (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../chains/init.lua:101
|
||||
msgid "Chandelier (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:7
|
||||
msgid "Plasma Screen TV Stand"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:100
|
||||
msgid "Plasma TV"
|
||||
msgstr ""
|
||||
|
||||
#: ../plasmascreen/init.lua:136
|
||||
msgid "Plasma TV (off)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:71
|
||||
msgid "Fake fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:72
|
||||
msgid "Ice fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:109
|
||||
msgid "Fancy Fire"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:146
|
||||
msgid "Glowing Embers"
|
||||
msgstr ""
|
||||
|
||||
#: ../fake_fire/init.lua:191
|
||||
msgid "Flint and steel"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:7 ../homedecor/shutters.lua:13
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/furniture.lua:36
|
||||
msgid "black"
|
||||
@ -34,9 +210,9 @@ msgstr ""
|
||||
msgid "brown"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:107
|
||||
#: ../homedecor/lighting.lua:400 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/books.lua:9 ../homedecor/furniture.lua:40
|
||||
#: ../homedecor/bedroom.lua:9 ../homedecor/window_treatments.lua:229
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/books.lua:9
|
||||
#: ../homedecor/furniture.lua:40
|
||||
msgid "blue"
|
||||
msgstr ""
|
||||
|
||||
@ -52,10 +228,9 @@ msgstr ""
|
||||
msgid "dark green"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:106
|
||||
#: ../homedecor/lighting.lua:401 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/exterior.lua:361 ../homedecor/misc-nodes.lua:69
|
||||
#: ../homedecor/books.lua:8
|
||||
#: ../homedecor/bedroom.lua:13 ../homedecor/window_treatments.lua:228
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/exterior.lua:361
|
||||
#: ../homedecor/misc-nodes.lua:69 ../homedecor/books.lua:8
|
||||
msgid "green"
|
||||
msgstr ""
|
||||
|
||||
@ -72,28 +247,26 @@ msgstr ""
|
||||
msgid "orange"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:109
|
||||
#: ../homedecor/lighting.lua:402 ../homedecor/furniture.lua:38
|
||||
#: ../homedecor/bedroom.lua:17 ../homedecor/window_treatments.lua:231
|
||||
#: ../homedecor/furniture.lua:38
|
||||
msgid "pink"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/lighting.lua:403 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:8 ../homedecor/exterior.lua:362
|
||||
#: ../homedecor/books.lua:7 ../homedecor/furniture.lua:37
|
||||
#: ../homedecor/bedroom.lua:18 ../homedecor/window_treatments.lua:227
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:8
|
||||
#: ../homedecor/exterior.lua:362 ../homedecor/books.lua:7
|
||||
#: ../homedecor/furniture.lua:37
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:110
|
||||
#: ../homedecor/lighting.lua:404 ../homedecor/lighting.lua:498
|
||||
#: ../homedecor/shutters.lua:12 ../homedecor/books.lua:10
|
||||
#: ../homedecor/furniture.lua:39
|
||||
#: ../homedecor/bedroom.lua:19 ../homedecor/window_treatments.lua:232
|
||||
#: ../homedecor/lighting.lua:503 ../homedecor/shutters.lua:12
|
||||
#: ../homedecor/books.lua:10 ../homedecor/furniture.lua:39
|
||||
msgid "violet"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:108
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/lighting.lua:399
|
||||
#: ../homedecor/shutters.lua:16
|
||||
#: ../homedecor/bedroom.lua:20 ../homedecor/window_treatments.lua:230
|
||||
#: ../homedecor/lighting.lua:9 ../homedecor/shutters.lua:16
|
||||
msgid "white"
|
||||
msgstr ""
|
||||
|
||||
@ -229,7 +402,7 @@ msgid "Dishwasher"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/kitchen_appliances.lua:240 ../homedecor/roofing.lua:31
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/window_treatments.lua:169 ../homedecor/exterior.lua:193
|
||||
#: ../homedecor/misc-nodes.lua:440
|
||||
msgid "wood"
|
||||
msgstr ""
|
||||
@ -302,30 +475,30 @@ msgstr ""
|
||||
msgid "Window Blinds (thin)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:117
|
||||
#: ../homedecor/window_treatments.lua:140
|
||||
msgid "Curtains (@1)"
|
||||
#: ../homedecor/window_treatments.lua:105
|
||||
#: ../homedecor/window_treatments.lua:136
|
||||
msgid "Curtains"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:165 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/window_treatments.lua:167 ../homedecor/fences.lua:22
|
||||
#: ../homedecor/misc-nodes.lua:458 ../homedecor/tables.lua:166
|
||||
msgid "brass"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:166 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/window_treatments.lua:168 ../homedecor/fences.lua:23
|
||||
#: ../homedecor/misc-nodes.lua:467 ../homedecor/tables.lua:167
|
||||
msgid "wrought iron"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:175
|
||||
#: ../homedecor/window_treatments.lua:177
|
||||
msgid "Curtain Rod (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:189
|
||||
#: ../homedecor/window_treatments.lua:191
|
||||
msgid "Window flowerbox"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/window_treatments.lua:209
|
||||
#: ../homedecor/window_treatments.lua:211
|
||||
msgid "Stained Glass"
|
||||
msgstr ""
|
||||
|
||||
@ -429,7 +602,7 @@ msgstr ""
|
||||
msgid "Brass Ingot"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/crafts.lua:3330
|
||||
#: ../homedecor/crafts.lua:3254
|
||||
msgid "Small Flower Pot"
|
||||
msgstr ""
|
||||
|
||||
@ -465,87 +638,87 @@ msgstr ""
|
||||
msgid "Telephone"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:73
|
||||
msgid "Thick Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:21
|
||||
msgid "Thick Glowlight"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:91
|
||||
msgid "Thin Glowlight (@1)"
|
||||
#: ../homedecor/lighting.lua:53
|
||||
msgid "Thin Glowlight"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:111
|
||||
msgid "Small Glowlight Cube (@1)"
|
||||
#: ../homedecor/lighting.lua:85
|
||||
msgid "Small Glowlight Cube"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:131
|
||||
#: ../homedecor/lighting.lua:117
|
||||
msgid "Plasma Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:151
|
||||
#: ../homedecor/lighting.lua:137
|
||||
msgid "Plasma Ball"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:182
|
||||
#: ../homedecor/lighting.lua:168
|
||||
msgid "Thick Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:203
|
||||
#: ../homedecor/lighting.lua:189
|
||||
msgid "Thin Candle"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:224
|
||||
#: ../homedecor/lighting.lua:210
|
||||
msgid "Candlestick (wrought iron)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:239
|
||||
#: ../homedecor/lighting.lua:225
|
||||
msgid "Candlestick (brass)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:254
|
||||
#: ../homedecor/lighting.lua:240
|
||||
msgid "Wall sconce"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:280
|
||||
#: ../homedecor/lighting.lua:266
|
||||
msgid "Oil lamp (hurricane)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:300
|
||||
#: ../homedecor/lighting.lua:286
|
||||
msgid "Oil Lamp (tabletop)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:319
|
||||
#: ../homedecor/lighting.lua:305
|
||||
msgid "Ground Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:337
|
||||
#: ../homedecor/lighting.lua:323
|
||||
msgid "Hanging Lantern"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:368
|
||||
#: ../homedecor/lighting.lua:354
|
||||
msgid "Lattice lantern (large)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:376
|
||||
#: ../homedecor/lighting.lua:362
|
||||
msgid "Lattice lantern (small)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:426
|
||||
msgid "Table Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:422
|
||||
msgid "Table Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:452
|
||||
msgid "Standing Lamp (@1)"
|
||||
#: ../homedecor/lighting.lua:456
|
||||
msgid "Standing Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:502
|
||||
#: ../homedecor/lighting.lua:507
|
||||
msgid "Desk Lamp (@1)"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:518
|
||||
#: ../homedecor/lighting.lua:523
|
||||
msgid "Ceiling Lamp"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/lighting.lua:536
|
||||
#: ../homedecor/lighting.lua:541
|
||||
msgid "Ceiling Lamp (off)"
|
||||
msgstr ""
|
||||
|
||||
@ -821,7 +994,7 @@ msgstr ""
|
||||
msgid "Japanese-style door"
|
||||
msgstr ""
|
||||
|
||||
#: ../homedecor/init.lua:133
|
||||
#: ../homedecor/init.lua:148
|
||||
msgid "Loaded!"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user