ExperimentalGear/scripts/language/EN.lua

45 lines
1.0 KiB
Lua

--TitleScreen
local lang = {
Challanges = {
--rightside
ch = "Idk",
ch1 = "Torture yourself :)",
},
Multiplayer = {
--rightside
mp = "Wait, there's multiplayer???",
mp2 = "Yes, but nobody is ever online",
},
Start = {
--rightside
st = "Play shit idk",
st2 = "Play something blah blah blah blah\nWith newlines",
--leftside
st3 = "Start",
sc = "Scroll",
desc = "Test description. Blah blah blah",
},
Nautica = {
--rightside
dls = "Download more songs",
dls2 = "ksm.dev",
},
Settings = {
--rightside
se = "Adjust things",
se1= "Open settings",
},
Exit = {
--rightside
ex = "Leave this cursed game",
ex2 = "C'mon press that button!\nYou know you want to do it",
},
Result = {
--leftside
re = "AUTOPLAY Active",
re1 = "AUTOPLAY is active.",
re2 = "Scores will not be saved",
},
}
return lang