Subversion Repositories Kolibri OS

Rev

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

Rev 1379 Rev 1948
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: 1379 $
8
$Revision: 1948 $
Line 9... Line 9...
9
 
9
 
Line 99... Line 99...
99
 
99
 
Line 100... Line 100...
100
szIMPORTS      db 'IMPORTS',0
100
szIMPORTS      db 'IMPORTS',0
101
 
101
 
-
 
102
read_firstapp  db '/sys/'
-
 
103
firstapp       db  'LAUNCHER',0
-
 
104
notifyapp      db '@notify',0
-
 
105
if lang eq ru
-
 
106
ud_user_message db 'Žè¨¡ª : ­¥¯®¤¤¥à¦¨¢ ¥¬ ï ¨­áâàãªæ¨ï ¯à®æ¥áá®à ',0
-
 
107
else
Line 102... Line 108...
102
read_firstapp  db '/sys/'
108
ud_user_message db 'Error: unsupported processor instruction',0
103
firstapp       db  'LAUNCHER',0
109
end if
Line 104... Line 110...
104
 
110