From 3952443b8d47e600d2fbf4eae188b837221e4e6a Mon Sep 17 00:00:00 2001 From: Gas_Infinity <58077502+GasInfinity@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:03:30 +0200 Subject: [PATCH] Change Spanish.lang from Localization to Localizations --- .../Control.app/Localizations/Spanish.lang | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Applications/Control.app/Localizations/Spanish.lang diff --git a/Applications/Control.app/Localizations/Spanish.lang b/Applications/Control.app/Localizations/Spanish.lang new file mode 100644 index 00000000..1b6232f3 --- /dev/null +++ b/Applications/Control.app/Localizations/Spanish.lang @@ -0,0 +1,24 @@ +{ + 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" +}