ExperimentalGear/scripts/language/EN.lua

47 lines
1.3 KiB
Lua
Raw Permalink Normal View History

--TitleScreen
local lang = {
Challanges = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
ch = "Analyze your skill!",
ch1 = "Find out how good you are by taking on challenges!\nIn this mode your ability will pushed to the limits.",
},
Multiplayer = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
mp = "Online matchmaking!",
mp2 = "Play against your friends!\nSupport for up to 8 players.",
},
Start = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
st = "Basic play!",
st2 = "Play whatever songs you like!\nComplete for high scores on an IR around the world.",
--leftside
st3 = "Start",
2022-05-06 00:05:20 +02:00
sc = "VOL to select",
desc = "Test description. Blah blah blah",
},
Nautica = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
dls = "Download more songs!",
dls2 = "Get new charts from ksm.dev, updated daily!",
},
Settings = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
se = "Open settings!",
se1= "Tweak things to your liking.",
},
Exit = {
2021-10-23 23:20:57 +02:00
--rightside
2022-05-06 00:05:20 +02:00
ex = "Close the game!",
ex2 = "Close the game and end this session.\nGoodbye!",
},
2021-10-23 23:20:57 +02:00
Result = {
--leftside
2022-07-05 20:44:14 +02:00
re = "AUTOPLAY Detected",
2021-10-23 23:20:57 +02:00
re1 = "AUTOPLAY is active.",
2022-07-05 20:44:14 +02:00
re2 = "Scores will not be saved",
re3 = "Manual Exit Detected",
re4 = "Manual Exit was used",
2021-10-23 23:20:57 +02:00
},
}
return lang