Subversion Repositories Kolibri OS

Rev

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

Rev 1638 Rev 2010
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1638 $
8
$Revision: 2010 $
Line 9... Line 9...
9
 
9
 
Line 96... Line 96...
96
 
96
 
Line 97... Line 97...
97
szIMPORTS      db 'IMPORTS',0
97
szIMPORTS      db 'IMPORTS',0
98
 
98
 
-
 
99
read_firstapp  db '/sys/'
-
 
100
firstapp       db  'LAUNCHER',0
-
 
101
notifyapp      db '@notify',0
-
 
102
if lang eq ru
-
 
103
ud_user_message db 'Žè¨¡ª : ­¥¯®¤¤¥à¦¨¢ ¥¬ ï ¨­áâàãªæ¨ï ¯à®æ¥áá®à ',0
-
 
104
else
Line 99... Line 105...
99
read_firstapp  db '/sys/'
105
ud_user_message db 'Error: unsupported processor instruction',0
100
firstapp       db  'LAUNCHER',0
106
end if
Line 101... Line 107...
101
 
107