Subversion Repositories Kolibri OS

Rev

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

Rev 4881 Rev 6094
Line 97... Line 97...
97
else
97
else
98
	sz button_text,'Button text'
98
	sz button_text,'Button text'
99
end if
99
end if
100
;-----------------------------------------------------------------------------
100
;-----------------------------------------------------------------------------
101
if lang eq ru
101
if lang eq ru
102
  title db '€‘’Ž‰Š€ ŽŠŽ',0
102
  title db ' áâனª  ®ª®­',0
103
else if lang eq et
103
else if lang eq et
104
  title db 'AKNA SEADED - VALI VÄRV JA VAJUTA OBJEKTILE',0
104
  title db 'Akna seaded',0
105
else if lang eq it
105
else if lang eq it
106
  title db 'Impostazioni - definire il colore e cliccare lo oggetto',0
106
  title db 'Impostazioni',0
107
else
107
else
108
  title db 'WINDOWS SETTINGS - DEFINE COLOR AND CLICK ON TARGET',0
108
  title db 'Windows settings',0
109
end if
109
end if
110
;---------------------------------------------------------------------
110
;---------------------------------------------------------------------
111
l_libs_start:
111
l_libs_start:
Line 112... Line 112...
112
 
112