Subversion Repositories Kolibri OS

Rev

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

Rev 4700 Rev 4793
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 4700 $
8
$Revision: 4793 $
Line 9... Line 9...
9
 
9
 
Line 163... Line 163...
163
read_firstapp  db '/sys/'
163
read_firstapp  db '/sys/'
164
firstapp       db  'LAUNCHER',0
164
firstapp       db  'LAUNCHER',0
165
notifyapp      db '@notify',0
165
notifyapp      db '@notify',0
166
if lang eq ru
166
if lang eq ru
167
ud_user_message  cp866 'Ошибка: неподдерживаемая инструкция процессора',0
167
ud_user_message  cp866 'Ошибка: неподдерживаемая инструкция процессора',0
168
mtrr_user_message cp866 'Обнаружена проблема с конфигурацией MTRR.',13,10,'Производительность может быть пониженной~a',0
168
mtrr_user_message cp866 '"Обнаружена проблема с конфигурацией MTRR.\nПроизводительность может быть пониженной" -dW',0
169
else if ~ lang eq sp
169
else if ~ lang eq sp
170
ud_user_message db 'Error: unsupported processor instruction',0
170
ud_user_message db 'Error: unsupported processor instruction',0
171
mtrr_user_message db 'There is a problem with MTRR configuration.',13,10,'Performance can be low~a',0
171
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
172
end if
172
end if
Line 173... Line 173...
173
 
173
 
174
vmode          db  '/sys/drivers/VMODE.MDR',0
174
vmode          db  '/sys/drivers/VMODE.MDR',0
175
;vrr_m          db  'VRR_M',0
175
;vrr_m          db  'VRR_M',0