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