Subversion Repositories Kolibri OS

Rev

Rev 8561 | Rev 8563 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8561 Rev 8562
Line 935... Line 935...
935
;-------------------------------------------------------------------------------
935
;-------------------------------------------------------------------------------
936
else if lang eq et
936
else if lang eq et
937
	.window_caption		utf8z	"Protsessid v0.2 - [Ctrl+Alt+Del]"
937
	.window_caption		utf8z	"Protsessid v0.2 - [Ctrl+Alt+Del]"
938
	.tmp_window_caption	db	"Process manager v0.2 - [Ctrl+Alt+Del]", 0
938
	.tmp_window_caption	db	"Process manager v0.2 - [Ctrl+Alt+Del]", 0
Line 939... Line 939...
939
	
939
	
940
	.process_name		utf8z	"NIMI/LÕPETA"
940
	.process_name		utf8z	"NIMI/LÕPETA"
941
	.ptid			utf8z	"PID/TID"
941
	.ptid			utf8z	"PID/TID"
942
	.cpu_usage_cycles	utf8z	"CPU(TSÜKLID)"
942
	.cpu_usage_cycles	utf8z	"CPU(TSÜKLID)"
943
	.cpu_usage_percent	utf8z	"CPU(%)"
943
	.cpu_usage_percent	utf8z	"CPU(%)"
944
	.memory_usage		utf8z	"MÄLU"
944
	.memory_usage		utf8z	"MÄLU"
945
	.window_stack_pos	utf8z	"W-PUHVER"
945
	.window_stack_pos	utf8z	"W-PUHVER"
946
	.window_position.x	utf8z	"W-POS-X"
946
	.window_position.x	utf8z	"W-POS-X"
Line 947... Line 947...
947
	.window_position.y	utf8z	"W-POS-Y"
947
	.window_position.y	utf8z	"W-POS-Y"
948
	
948
	
949
	.previous_page		utf8z	"EELMINE LEHT"
949
	.previous_page		utf8z	"EELMINE LEHT"
950
	.next_page		utf8z	"JÄRGMINE LEHT"
950
	.next_page		utf8z	"JÄRGMINE LEHT"
Line 951... Line 951...
951
	.reboot			utf8z	"REBOODI SÜSTEEM"
951
	.reboot			utf8z	"REBOODI SÜSTEEM"
Line 952... Line 952...
952
	.run			utf8z	"START"
952
	.run			utf8z	"START"
953
	
953
	
954
	.checkbox_caption	utf8z	"System"
954
	.checkbox_caption	utf8z	"System"
955
		
955
		
956
	.KB			utf8z	" KB"
956
	.KB			utf8z	" KB"
957
	.MB			utf8z	" MB"
957
	.MB			utf8z	" MB"
958
	.GB			utf8z	" GB"
958
	.GB			utf8z	" GB"
Line 959... Line 959...
959
;-------------------------------------------------------------------------------
959
;-------------------------------------------------------------------------------
960
else if lang eq ru
960
else if lang eq ru
961
	.window_caption		utf8z	"????????? ????????? v0.2 - [Ctrl+Alt+Del]"
961
	.window_caption		utf8z	"Диспетчер процессов v0.2 - [Ctrl+Alt+Del]"
962
	.tmp_window_caption	db	"Process manager v0.2 - [Ctrl+Alt+Del]", 0
962
	.tmp_window_caption	db	"Process manager v0.2 - [Ctrl+Alt+Del]", 0
963
	
963
	
964
	.process_name		utf8z	"???/?????????"
964
	.process_name		utf8z	"ИМЯ/ЗАВЕРШИТЬ"
965
	.ptid			utf8z	"PID/TID"
965
	.ptid			utf8z	"PID/TID"
966
	.cpu_usage_cycles	utf8z	"CPU(?????)"
966
	.cpu_usage_cycles	utf8z	"CPU(ТАКТЫ)"
Line 967... Line 967...
967
	.cpu_usage_percent	utf8z	"CPU(%)"
967
	.cpu_usage_percent	utf8z	"CPU(%)"
968
	.memory_usage		utf8z	"??????"
968
	.memory_usage		utf8z	"ПАМЯТЬ"
969
	.window_stack_pos	utf8z	"W-STACK"
969
	.window_stack_pos	utf8z	"W-STACK"
970
	.window_position.x	utf8z	"W-POS-X"
970
	.window_position.x	utf8z	"W-POS-X"
971
	.window_position.y	utf8z	"W-POS-Y"
971
	.window_position.y	utf8z	"W-POS-Y"
972
	
972
	
973
	.previous_page		utf8z	"????. ???."
973
	.previous_page		utf8z	"ПРЕД. СТР."
974
	.next_page		utf8z	"????. ???."
974
	.next_page		utf8z	"СЛЕД. СТР."
975
	.reboot			utf8z	"????????????"
975
	.reboot			utf8z	"ПЕРЕЗАГРУЗКА"
976
	.run			utf8z	"??????"
976
	.run			utf8z	"ЗАПУСК"
977
	
977
	
978
	.checkbox_caption	utf8z	"?????????"
978
	.checkbox_caption	utf8z	"Системные"
979
		
979
		
980
	.KB			utf8z	" ??"
980
	.KB			utf8z	" КБ"