Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8561 → Rev 8562

/programs/system/cpu/trunk/cpu.asm
958,28 → 958,28
.GB utf8z " GB"
;-------------------------------------------------------------------------------
else if lang eq ru
.window_caption utf8z "????????? ????????? v0.2 - [Ctrl+Alt+Del]"
.window_caption utf8z "Диспетчер процессов v0.2 - [Ctrl+Alt+Del]"
.tmp_window_caption db "Process manager v0.2 - [Ctrl+Alt+Del]", 0
.process_name utf8z "???/?????????"
.process_name utf8z "ИМЯ/ЗАВЕРШИТЬ"
.ptid utf8z "PID/TID"
.cpu_usage_cycles utf8z "CPU(?????)"
.cpu_usage_cycles utf8z "CPU(ТАКТЫ)"
.cpu_usage_percent utf8z "CPU(%)"
.memory_usage utf8z "??????"
.memory_usage utf8z "ПАМЯТЬ"
.window_stack_pos utf8z "W-STACK"
.window_position.x utf8z "W-POS-X"
.window_position.y utf8z "W-POS-Y"
.previous_page utf8z "????. ???."
.next_page utf8z "????. ???."
.reboot utf8z "????????????"
.run utf8z "??????"
.previous_page utf8z "ПРЕД. СТР."
.next_page utf8z "СЛЕД. СТР."
.reboot utf8z "ПЕРЕЗАГРУЗКА"
.run utf8z "ЗАПУСК"
.checkbox_caption utf8z "?????????"
.checkbox_caption utf8z "Системные"
.KB utf8z " ??"
.MB utf8z " ??"
.GB utf8z " ??"
.KB utf8z " КБ"
.MB utf8z " МБ"
.GB utf8z " ГБ"
;-------------------------------------------------------------------------------
else if lang eq it
.window_caption utf8z "Gestore processi v0.2 - [Ctrl+Alt+Del]"