фуафуа

This commit is contained in:
Igor Timofeev 2019-01-26 13:20:35 +03:00
parent 77486b274b
commit c4a3e9305b
5 changed files with 0 additions and 13 deletions

View File

@ -1,3 +0,0 @@
{
greeting = "Hello, "
}

View File

@ -1,3 +0,0 @@
{
greeting = "Bonjour, "
}

View File

@ -1,3 +0,0 @@
{
greeting = "Привет, "
}

View File

@ -1,3 +0,0 @@
{
greeting = "Привіт, "
}

View File

@ -9,7 +9,6 @@ local text = require("Text")
local HISTORY_LIMIT = 100 local HISTORY_LIMIT = 100
local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 90, 25, 0xE1E1E1)) local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 90, 25, 0xE1E1E1))
local localization = system.getCurrentScriptLocalization()
local lines = { local lines = {
{ text = (computer.getArchitecture and computer.getArchitecture() or "Lua 5.2") .. " Copyright (C) 1994-2019 Lua.org, PUC-Rio", color = 0x696969 }, { text = (computer.getArchitecture and computer.getArchitecture() or "Lua 5.2") .. " Copyright (C) 1994-2019 Lua.org, PUC-Rio", color = 0x696969 },