Subversion Repositories Kolibri OS

Rev

Rev 4287 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4287 Rev 5201
-
 
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
2
;;                                                              ;;
-
 
3
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;;
-
 
4
;; Distributed under terms of the GNU General Public License    ;;
-
 
5
;;                                                              ;;
-
 
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
7
 
-
 
8
$Revision: 5088 $
-
 
9
 
-
 
10
 
1
boot_initirq:     cp850   'Inicializar IRQ',0
11
  boot_initirq:     cp850   'Inicializar IRQ',0
2
  boot_picinit:     cp850   'Inicializar PIC',0
12
  boot_picinit:     cp850   'Inicializar PIC',0
3
  boot_v86machine:  cp850   'Inicializar sistema V86',0
13
  boot_v86machine:  cp850   'Inicializar sistema V86',0
4
  boot_inittimer:   cp850   'Inicializar reloj del sistema (IRQ0)',0
14
  boot_inittimer:   cp850   'Inicializar reloj del sistema (IRQ0)',0
5
  boot_initramdisk  cp850   'Initialize ramdisk',0
15
  boot_initramdisk  cp850   'Initialize ramdisk',0
6
  boot_initapic:    cp850   'Prueba inicializar APIC',0
16
  boot_initapic:    cp850   'Prueba inicializar APIC',0
7
  boot_enableirq:   cp850   'Habilitar interrupciones 2, 13',0
17
  boot_enableirq:   cp850   'Habilitar interrupciones 2, 13',0
8
  boot_disabling_ide:cp850   'Habiliar interrupciones en controladores IDE',0
18
  boot_disabling_ide:cp850   'Habiliar interrupciones en controladores IDE',0
9
  boot_enabling_ide:cp850   'Habilitar interrupciones en controladores IDE',0
19
  boot_enabling_ide:cp850   'Habilitar interrupciones en controladores IDE',0
10
  boot_set_int_IDE: cp850   'Configuración del controlador de interrupciones para el IDE',0
20
  boot_set_int_IDE: cp850   'Configuración del controlador de interrupciones para el IDE',0
11
  boot_detectfloppy:cp850   'Buscar unidades de disquete',0
21
  boot_detectfloppy:cp850   'Buscar unidades de disquete',0
12
  boot_detecthdcd:  cp850   'Buscar discos duros y unidades ATAPI',0
22
  boot_detecthdcd:  cp850   'Buscar discos duros y unidades ATAPI',0
13
  boot_getcache:    cp850   'Tomar memoria para caché',0
23
  boot_getcache:    cp850   'Tomar memoria para caché',0
14
  boot_detectpart:  cp850   'Buscar particiones en discos',0
24
  boot_detectpart:  cp850   'Buscar particiones en discos',0
15
  boot_init_sys:    cp850   'Inicializar directorio del sistema /sys',0
25
  boot_init_sys:    cp850   'Inicializar directorio del sistema /sys',0
16
  boot_loadlibs:    cp850   'Cargando librerías (.obj)',0
26
  boot_loadlibs:    cp850   'Cargando librerías (.obj)',0
17
  boot_memdetect:   cp850   'Determinando cantidad de memoria',0
27
  boot_memdetect:   cp850   'Determinando cantidad de memoria',0
18
  boot_tss:         cp850   'Configurando TSSs',0
28
  boot_tss:         cp850   'Configurando TSSs',0
19
  boot_cpuid:       cp850   'Leyendo CPUIDs',0
29
  boot_cpuid:       cp850   'Leyendo CPUIDs',0
20
;  boot_devices:     cp850   'Detectando dispositivos',0
30
;  boot_devices:     cp850   'Detectando dispositivos',0
21
  boot_setmouse:    cp850   'Configurando el ratón',0
31
  boot_setmouse:    cp850   'Configurando el ratón',0
22
  boot_windefs:     cp850   'Setting window defaults',0
32
  boot_windefs:     cp850   'Setting window defaults',0
23
  boot_bgr:         cp850   'Calculating background',0
33
  boot_bgr:         cp850   'Calculating background',0
24
  boot_resirqports: cp850   'Reservando IRQs y puertos',0
34
  boot_resirqports: cp850   'Reservando IRQs y puertos',0
25
  boot_setostask:   cp850   'Configurando tarea OS',0
35
  boot_setostask:   cp850   'Configurando tarea OS',0
26
  boot_allirqs:     cp850   'Desenmascarando IRQs',0
36
  boot_allirqs:     cp850   'Desenmascarando IRQs',0
27
  boot_tsc:         cp850   'Leyendo TSC',0
37
  boot_tsc:         cp850   'Leyendo TSC',0
28
  boot_cpufreq:     cp850   'La frequencia del CPU es ','    ',' MHz',0
38
  boot_cpufreq:     cp850   'La frequencia del CPU es ','    ',' MHz',0
29
  boot_pal_ega:     cp850   'Configurando paleta EGA/CGA 320x200',0
39
  boot_pal_ega:     cp850   'Configurando paleta EGA/CGA 320x200',0
30
  boot_pal_vga:     cp850   'Configurando paleta VGA 640x480',0
40
  boot_pal_vga:     cp850   'Configurando paleta VGA 640x480',0
31
  boot_failed:      cp850   'Fallo al iniciar la primer aplicación',0
41
  boot_failed:      cp850   'Fallo al iniciar la primer aplicación',0
32
  boot_mtrr:        cp850   'Configurando MTRR',0
42
  boot_mtrr:        cp850   'Configurando MTRR',0
33
 
43
 
34
  boot_APIC_found:  cp850   'APIC habilitado', 0
44
  boot_APIC_found:  cp850   'APIC habilitado', 0
35
  boot_APIC_nfound: cp850   'APIC no encontrado', 0
45
  boot_APIC_nfound: cp850   'APIC no encontrado', 0
36
if preboot_blogesc
46
if preboot_blogesc
37
  boot_tasking:     cp850   'Todo configurado - presiona ESC para iniciar',0
47
  boot_tasking:     cp850   'Todo configurado - presiona ESC para iniciar',0
38
end if
48
end if
39
 
49
 
40
msg_version:   cp850 'versión incompatible del controlador',13,10,0
50
;msg_version:   cp850 'versión incompatible del controlador',13,10,0
41
msg_www:       cp850 'por favor, visita www.kolibrios.org',13,10,0
51
;msg_www:       cp850 'por favor, visita www.kolibrios.org',13,10,0
-
 
52
 
42
 
53
ud_user_message:cp850 'Error: instrucción no soportada por el procesador',0
43
ud_user_message:cp850 'Error: instrucción no soportada por el procesador',0
54
mtrr_user_message cp850 '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0