ExperimentalGear/scripts/language/EN.lua

39 lines
869 B
Lua

--TitleScreen
local lang = {
Challanges = {
--righside
ch = "Idk",
ch1 = "Torture yourself :)",
},
Multiplayer = {
--righside
mp = "Wait, there's multiplayer???",
mp2 = "Yes, but nobody is ever online",
},
Start = {
--righside
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 = {
--righside
dls = "Download more songs",
dls2 = "ksm.dev",
},
Settings = {
--righside
se = "Adjust things",
se1= "Open settings",
},
Exit = {
--righside
ex = "Leave this cursed game",
ex2 = "C'mon press that button!\nYou know you want to do it",
},
}
return lang