diff --git a/programs/system/cpu/trunk/build_et.bat b/programs/system/cpu/trunk/build_et.bat new file mode 100644 index 0000000000..8e14b41b4d --- /dev/null +++ b/programs/system/cpu/trunk/build_et.bat @@ -0,0 +1,5 @@ +@erase lang.inc +@echo lang fix et >lang.inc +@fasm cpu.asm cpu +@erase lang.inc +@pause \ No newline at end of file diff --git a/programs/system/cpu/trunk/cpu.asm b/programs/system/cpu/trunk/cpu.asm index 06e6d108a0..1e8330ec2f 100644 --- a/programs/system/cpu/trunk/cpu.asm +++ b/programs/system/cpu/trunk/cpu.asm @@ -604,7 +604,7 @@ tbte_2: labelt: db 'Processes - Ctrl/Alt/Del' labellen: -else +else if lang eq de text: db ' NAME/BEENDEN PID CPU-LAST % ' db 'SPEICHER START/NUTZUNG W-STACK W-SIZE' @@ -619,6 +619,21 @@ tbte_2: labelt: db 'Prozesse - Ctrl/Alt/Del' labellen: +else if lang eq et +text: + db ' NIMI/LÕPETA PID CPU-KASUTUS % ' + db 'MÄLU ALGUS/KASUTUS W-PUHVER W-SUURUS' +text_len = $-text + +tbts: db 'EELMINE LEHT JÄRGMINE LEHT REBOODI SÜSTEEM' +tbte: +tbts_2 db '>' +tbts_3 db 'START' +tbte_2: + +labelt: + db 'Protsessid - Ctrl/Alt/Del' +labellen: end if I_END: