CPU Process Manager - change label "@ on/off" to "System", because it more clear, especially for newbies.

git-svn-id: svn://kolibrios.org@5420 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-02-18 15:41:04 +00:00
parent c08226bb47
commit 116c711027

View File

@ -707,7 +707,7 @@ tbts: db 'SEITE ZURUECK SEITE VOR REBOOT SYSTEM'
tbte: tbte:
tbts_3 db 'START' tbts_3 db 'START'
tbte_2: tbte_2:
check_text db '@ on/off',0 check_text db 'System',0
title db 'Prozesse - Ctrl/Alt/Del',0 title db 'Prozesse - Ctrl/Alt/Del',0
;-------------------------------------- ;--------------------------------------
else if lang eq et else if lang eq et
@ -720,7 +720,7 @@ tbts: db 'EELMINE LEHT J
tbte: tbte:
tbts_3 db 'START' tbts_3 db 'START'
tbte_2: tbte_2:
check_text db '@ sees/väl.',0 check_text db 'System',0
title db 'Protsessid - Ctrl/Alt/Del' title db 'Protsessid - Ctrl/Alt/Del'
;-------------------------------------- ;--------------------------------------
else if lang eq ru else if lang eq ru
@ -733,7 +733,7 @@ tbts: db '
tbte: tbte:
tbts_3 db '‡€<E280A1>Š' tbts_3 db '‡€<E280A1>Š'
tbte_2: tbte_2:
check_text db '@ ¢ª«/¢ëª«',0 check_text db '‘¨á⥬­ë¥',0
title db '„¨á¯¥âç¥à ¯à®æ¥áᮢ - Ctrl/Alt/Del',0 title db '„¨á¯¥âç¥à ¯à®æ¥áᮢ - Ctrl/Alt/Del',0
;-------------------------------------- ;--------------------------------------
else if lang eq it else if lang eq it
@ -746,7 +746,7 @@ tbts: db 'INDIETRO AVANTI RIAVVIA SISTEMA'
tbte: tbte:
tbts_3 db 'START' tbts_3 db 'START'
tbte_2: tbte_2:
check_text db '@ on/off',0 check_text db 'System',0
title db 'Gestore processi - Ctrl/Alt/Del',0 title db 'Gestore processi - Ctrl/Alt/Del',0
;-------------------------------------- ;--------------------------------------
else else
@ -759,7 +759,7 @@ tbts: db 'PREV PAGE NEXT PAGE REBOOT SYSTEM'
tbte: tbte:
tbts_3 db ' RUN' tbts_3 db ' RUN'
tbte_2: tbte_2:
check_text db '@ on/off',0 check_text db 'System',0
title db 'Process manager - Ctrl/Alt/Del',0 title db 'Process manager - Ctrl/Alt/Del',0
end if end if
@ -786,7 +786,7 @@ file_start:
dd 0 dd 0
dd 0 dd 0
dd 0 dd 0
start_application: db '/sys/LAUNCHER',0 start_application: db '/sys/',0
start_application_e=$-start_application-1 start_application_e=$-start_application-1
; times 60 db 0 ; times 60 db 0
rb 60 rb 60