Subversion Repositories Kolibri OS

Rev

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

Rev 3014 Rev 3628
Line 45... Line 45...
45
 
45
 
46
include 'proc32.inc'
46
include 'proc32.inc'
47
include 'macros.inc'
47
include 'macros.inc'
48
include 'libio.inc'
48
include 'libio.inc'
-
 
49
include '../../../dll.inc'
Line 49... Line 50...
49
include '../../../dll.inc'
50
include 'lang.inc'
Line 50... Line 51...
50
 
51
 
51
purge mov
52
purge mov
Line 343... Line 344...
343
;; Window title
344
;; Window title
344
window_title:
345
window_title:
345
	db APP_NAME, ' ', APP_VERSION, 0
346
	db APP_NAME, ' ', APP_VERSION, 0
Line 346... Line 347...
346
 
347
 
-
 
348
;; Messages
-
 
349
if lang eq it
-
 
350
	message_dbg_not_found:
-
 
351
		db '%s non trovato', 10, 0
-
 
352
 
-
 
353
	message_error:
-
 
354
		db 'File (%s) non trovato!', 0
-
 
355
 
-
 
356
	message_ok:
-
 
357
		db '%s caricato correttamente. PID: %d (0x%X)', 0
347
;; Messages
358
else
348
message_dbg_not_found:
359
	message_dbg_not_found:
Line 349... Line 360...
349
	db '%s not found', 10, 0
360
		db '%s not found', 10, 0
350
 
361
 
Line 351... Line 362...
351
message_error:
362
	message_error:
352
	db 'File (%s) not found!', 0
363
		db 'File (%s) not found!', 0
353
 
364
 
354
message_ok:
365
	message_ok:
355
	db '%s loaded succesfully. PID: %d (0x%X)', 0
366
		db '%s loaded succesfully. PID: %d (0x%X)', 0
356
 
367
end if
357
;; Configuration path
368
;; Configuration path
358
etc_cfg:
369
etc_cfg: