From afec1aad2e0fe7554d424d5b66b153d6684063bc Mon Sep 17 00:00:00 2001 From: Antonio Emmanuel Guerrero Silva Date: Tue, 12 Nov 2024 23:21:13 -0600 Subject: [PATCH] refs #1093 adds interface short description messages and complementary messages --- client/lib/engine/bin/ogGlobals.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/lib/engine/bin/ogGlobals.py b/client/lib/engine/bin/ogGlobals.py index 63713c9..cd58566 100755 --- a/client/lib/engine/bin/ogGlobals.py +++ b/client/lib/engine/bin/ogGlobals.py @@ -110,3 +110,13 @@ OG_ERR_SYNCHRONIZING=74 # Error al sincronizar, puede afectar la cr 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