Fix language codes in the kernel

git-svn-id: svn://kolibrios.org@10073 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-06-01 01:37:18 +00:00
parent f9693d139b
commit d470cce4d8
8 changed files with 30 additions and 30 deletions

View File

@@ -76,7 +76,7 @@ iglobal
msg_exc_e db "Page fault", 0
msg_exc_11 db "Alignment Check", 0
if lang eq sp
if lang eq es_ES
include 'core/sys32-sp.inc'
else
msg_sel_ker db "kernel", 0
@@ -281,7 +281,7 @@ show_error_parameters:
pop ebx
.no_ud:
mov edx, [current_slot];not scratched below
if lang eq sp
if lang eq es_ES
DEBUGF 1, "K : Proceso - terminado forzado PID: %x [%s]\n", [edx + APPDATA.tid], [current_slot]
else
DEBUGF 1, "K : Process - forced terminate PID: %x [%s]\n", [edx + APPDATA.tid], [current_slot]