24 lines
613 B
Plaintext
Executable File

{
moduleDisk = "Disks",
moduleRAM = "RAM",
moduleEvent = "Events",
moduleLua = "Lua interpreter",
diskLabel = "Disk label",
bootable = "Bootable",
of = "of",
free = "Free",
options = "Options",
arguments = "Arguments",
format = "Format",
execute = "Execute",
waitingEvents = "Waiting for events",
processingEnabled = "Event processing enabled",
luaInfo = {
{color = 0x880000, text = _G._VERSION .. " Copyright (C) 1994-2017 Lua.org, PUC-Rio"},
"Type a statement and hit Enter to evaluate it",
"Prefix an expression with \"=\" to show its value",
" "
},
luaType = "Type statement here"
}