mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
24 lines
613 B
Plaintext
Executable File
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"
|
|
} |