Subversion Repositories Kolibri OS

Rev

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

Rev 313 Rev 3604
Line 139... Line 139...
139
tmsg_p	db	'Pentium (Pro/II/III)'	; 7/20
139
tmsg_p	db	'Pentium (Pro/II/III)'	; 7/20
140
tmsg_k6	db	'K6 (I/II/III)'		; 13
140
tmsg_k6	db	'K6 (I/II/III)'		; 13
141
tmsg_k7	db	'K7/Athlon/Duron'	; 15
141
tmsg_k7	db	'K7/Athlon/Duron'	; 15
142
;tmsg_mmx db	'MMX (memory)'		; 12
142
;tmsg_mmx db	'MMX (memory)'		; 12
143
tmsg_rec db	'- recommendate'	; 14
143
tmsg_rec db	'- recommendate'	; 14
-
 
144
if lang eq it
-
 
145
	tmsg_war db	'Potrebbe danneggiare lo hardware  ' ; 34
-
 
146
else
144
tmsg_war db	'May permanent damage to electronic' ; 34
147
	tmsg_war db	'May permanent damage to electronic' ; 34
145
148
end if
-
 
149