convert .po locale to .txt
This commit is contained in:
parent
c956e649c9
commit
bfd13d8a11
4
init.lua
4
init.lua
@ -19,10 +19,10 @@ if not rawget(_G, "creative") then
|
|||||||
local creative = {}
|
local creative = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
-- check for new creative addition
|
-- check for new creative addition (TENPLUS1 - changed due to new creative formspec in 5.x)
|
||||||
local addition = ""
|
local addition = ""
|
||||||
if creative.formspec_add then
|
if creative.formspec_add then
|
||||||
creative.formspec_add = "button[5.4,4.2;2.65,0.3;main;" .. S("Back") .. "]"
|
creative.formspec_add = "button[5.2,4.9;2.6,0.3;main;" .. S("Back") .. "]"
|
||||||
else
|
else
|
||||||
addition = "button[5.4,4.2;2.65,0.3;main;" .. S("Back") .. "]"
|
addition = "button[5.4,4.2;2.65,0.3;main;" .. S("Back") .. "]"
|
||||||
end
|
end
|
||||||
|
18
locale/it.txt
Normal file
18
locale/it.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# textdomain: inventory_plus
|
||||||
|
# author: Hamlet
|
||||||
|
# last update: 2018/Mar/03
|
||||||
|
|
||||||
|
### init.lua ###
|
||||||
|
Back=Indietro
|
||||||
|
NO PLAYER INVENTORY FOUND!=L'INVENTARIO DEL PERSONAGGIO NON È STATO TROVATO
|
||||||
|
Craft=Assemb.
|
||||||
|
Creative=Creativa
|
||||||
|
sethome found, adding home_gui to inventory plus=sethome trovato, home_gui viene aggiunta a Inventory Plus
|
||||||
|
|
||||||
|
### home_gui.lua ###
|
||||||
|
Set Home=Imp. casa
|
||||||
|
Go Home=And. casa
|
||||||
|
Spawn=Origine
|
||||||
|
Home set to:=Casa impostata a:
|
||||||
|
Home Pos=Pos. casa
|
||||||
|
Go to Spawn=And. origine
|
Loading…
x
Reference in New Issue
Block a user