Delete Spanish and Localization

This commit is contained in:
Gas_Infinity 2020-09-27 14:04:05 +02:00 committed by GitHub
parent 3952443b8d
commit c38d386834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
{
moduleDisk = "Discos",
moduleRAM = "RAM",
moduleEvent = "Eventos",
moduleLua = "Interprete Lua",
diskLabel = "Nombre del Disco",
bootable = "Arrancable",
of = "de",
free = "Libre",
options = "Opciones",
arguments = "Argumentos",
format = "Formatear",
execute = "Ejecutar",
waitingEvents = "Esperando eventos...",
processingEnabled = "Event processing enabled",
luaInfo = {
{color = 0x880000, text = _G._VERSION .. " Copyright (C) 1994-2017 Lua.org, PUC-Rio"},
"Escribe una declaracion y pulsa Enter para evaluarlo",
"Prefije una expresión con \"=\" para mostrar su valor",
" "
},
luaType = "Pon una declaracion aqui"
}