forked from KolibriOS/kolibrios
Fixed previously wrong label of window position in CPU (process manager)
git-svn-id: svn://kolibrios.org@3408 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c9e26567fd
commit
3936155c62
@ -28,6 +28,8 @@
|
||||
;---------------------------------------------------------------------
|
||||
; original author - VTurjanmaa
|
||||
;------------------------------------------------------------------------------
|
||||
format binary as ""
|
||||
|
||||
use32
|
||||
org 0x0
|
||||
db 'MENUET01' ; 8 byte id
|
||||
@ -652,7 +654,7 @@ sys_reboot:
|
||||
if lang eq de
|
||||
text:
|
||||
db 'NAME/BEENDEN PID CPU-LAST % '
|
||||
db 'SPEICHER START/NUTZUNG W-STACK W-SIZE'
|
||||
db 'SPEICHER START/NUTZUNG W-STACK W-POS'
|
||||
text_len = $-text
|
||||
|
||||
tbts: db 'SEITE ZURUECK SEITE VOR REBOOT SYSTEM'
|
||||
@ -678,7 +680,7 @@ title db 'Protsessid - Ctrl/Alt/Del'
|
||||
else if lang eq ru
|
||||
text:
|
||||
db 'ˆŒŸ/‡€‚…<E2809A>˜ˆ’œ PID CPU-‡€ƒ<E282AC>“‡Š€ % '
|
||||
db 'Ź€Śź’ś Ť€—€‹Ž/‚‘…<E28098>Ž W-STACK W-SIZE'
|
||||
db '<27>€ŒŸ’œ <20>€—€‹Ž/‚‘…ƒŽ W-STACK W-POS'
|
||||
text_len = $-text
|
||||
|
||||
tbts: db '<27><>…„.‘’<E28098> ‘‹…„.‘’<E28098> <20>…<EFBFBD>…‡€ƒ<E282AC>“‡Š€'
|
||||
@ -691,7 +693,7 @@ title db '
|
||||
else
|
||||
text:
|
||||
db 'NAME/TERMINATE PID CPU-USAGE % '
|
||||
db 'MEMORY START/USAGE W-STACK W-SIZE'
|
||||
db 'MEMORY START/USAGE W-STACK W-POS'
|
||||
text_len = $-text
|
||||
|
||||
tbts: db 'PREV PAGE NEXT PAGE REBOOT SYSTEM'
|
||||
|
Loading…
Reference in New Issue
Block a user