From 9c98a8dc9788793bd77c3e8d43f326d4e9b662b6 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 9 Dec 2019 09:58:00 +0100 Subject: #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy firmware OG_ERR_NOTBIOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib --- client/shared/etc/lang.es_ES.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'client/shared/etc/lang.es_ES.conf') diff --git a/client/shared/etc/lang.es_ES.conf b/client/shared/etc/lang.es_ES.conf index f768b219..78ce3de2 100644 --- a/client/shared/etc/lang.es_ES.conf +++ b/client/shared/etc/lang.es_ES.conf @@ -22,6 +22,7 @@ MSG_ERR_NOTEXEC="Programa o función no ejecutable" MSG_ERR_NOTWRITE="No hay acceso de escritura" MSG_ERR_NOTCACHE="No existe partición caché en el cliente" MSG_ERR_NOTUEFI="La interfaz UEFI no está activa" +MSG_ERR_NOTBIOS="La interfaz BIOS Legacy no está activa" MSG_ERR_CACHESIZE="El espacio de la caché local o remota no es suficiente" MSG_ERR_REDUCEFS="Error al reducir el sistema de archivos" MSG_ERR_EXTENDFS="Error al expandir el sistema de archivos" -- cgit v1.2.3-18-g5258