From 6b83fe3f04fdb291bd8a1c2811d8833f34335d59 Mon Sep 17 00:00:00 2001 From: Antonio Emmanuel Guerrero Silva Date: Wed, 13 Nov 2024 12:48:30 -0600 Subject: [PATCH] refs #1144 global variables that must be in the language files are deleted. --- client/lib/engine/bin/ogGlobals.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/client/lib/engine/bin/ogGlobals.py b/client/lib/engine/bin/ogGlobals.py index cd58566..3c02f28 100755 --- a/client/lib/engine/bin/ogGlobals.py +++ b/client/lib/engine/bin/ogGlobals.py @@ -109,14 +109,4 @@ OG_ERR_NOTDIFFERENT=73 # No se detectan diferencias entre la image OG_ERR_SYNCHRONIZING=74 # Error al sincronizar, puede afectar la creacion/restauracion de la imagen OG_ERR_NOTUEFI=80 # La interfaz UEFI no está activa -OG_ERR_NOTBIOS=81 # La interfaz BIOS legacy no está activa - -# Mensajes de descripción breve de la interfaz. -MSG_INTERFACE_START="[START Interface] Ejecutar comando: " -MSG_INTERFACE_END="[END Interface] Comando terminado con este código: " - -# Mensajes complementarios para las ayudas. -MSG_64BIT="64 bits" -MSG_DISK="disc" -MSG_ERROR="Error" -MSG_FORMAT="Format" \ No newline at end of file +OG_ERR_NOTBIOS=81 # La interfaz BIOS legacy no está activa \ No newline at end of file