Subversion Repositories Kolibri OS

Rev

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

Rev 313 Rev 3604
Line 7... Line 7...
7
	mov	edx, msg_about
7
	mov	edx, msg_about
8
	mov	ebx, 17 * 65536 + 285
8
	mov	ebx, 17 * 65536 + 285
9
	call	show_text
9
	call	show_text
10
	jmp	end_drow_tab
10
	jmp	end_drow_tab
Line -... Line 11...
-
 
11
 
-
 
12
if lang eq it
-
 
13
	msg_about mls \
-
 
14
		'               Ghost Monitor',\
-
 
15
		'',\
-
 
16
		'strumento per testare il proprio hardware',\
-
 
17
		'',\
-
 
18
		'Supported SuperIO : W83627HF,W83697HF',\
-
 
19
		'  W83627THF,W83627THF-A,W83627EHF-A,',\
-
 
20
		'  W83637THF,IT8705F,IT8712F,SiS950',\
-
 
21
		'  ABIT uGuru',\
-
 
22
		'',\
-
 
23
		'Test basati su R.J.Redelmeier CPUBurn',\
-
 
24
		'',\
-
 
25
		'Mailto : ghost.nsk@mail.ru',\
-
 
26
		'',\
-
 
27
		'      *** Usare a prioprio rischio ***'
11
 
28
else
12
msg_about mls \	; äîëæíà áûòü õîòÿáû îäíà ñòðîêà
29
	msg_about mls \	; äîëæíà áûòü õîòÿáû îäíà ñòðîêà
13
	'               Ghost Monitor',\
30
		'               Ghost Monitor',\
14
	'',\
31
		'',\
15
	' tool for testing and monitoring hardware',\
32
		' tool for testing and monitoring hardware',\
Line 22... Line 39...
22
	'Tests based on R.J.Redelmeier CPUBurn',\
39
		'Tests based on R.J.Redelmeier CPUBurn',\
23
	'',\
40
		'',\
24
	'Mailto : ghost.nsk@mail.ru',\
41
		'Mailto : ghost.nsk@mail.ru',\
25
	'',\
42
		'',\
26
	'       *** Use at YOUR own RISK ***'
43
		'       *** Use at YOUR own RISK ***'
-
 
44
end if