Subversion Repositories Kolibri OS

Rev

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

Rev 3671 Rev 3927
Line 569... Line 569...
569
        mov     [text00+LLL*1+32],dword 'CH  '
569
        mov     [text00+LLL*1+32],dword 'CH  '
570
;--------------------------------------
570
;--------------------------------------
571
nofr:
571
nofr:
572
        cmp     eax,5
572
        cmp     eax,5
573
        jnz     noet
573
        jnz     noet
574
        mov     [text00+LLL*1+28],dword 'ESTO'
574
        mov     [text00+LLL*1+28],dword 'EEST'
575
        mov     [text00+LLL*1+32],dword 'NIAN'
575
        mov     [text00+LLL*1+32],dword 'I   '
576
;--------------------------------------
576
;--------------------------------------
577
noet:
577
noet:
578
        cmp     eax,6
578
        cmp     eax,6
579
        jnz     nobe
579
        jnz     nobe
580
        mov     [text00+LLL*1+28],dword 'BELG'
580
        mov     [text00+LLL*1+28],dword 'BELG'
Line 619... Line 619...
619
        mov     [text00+LLL*0+32],dword 'CH  '
619
        mov     [text00+LLL*0+32],dword 'CH  '
620
;--------------------------------------
620
;--------------------------------------
621
nofr5:
621
nofr5:
622
        cmp     eax,5
622
        cmp     eax,5
623
        jne     noet5
623
        jne     noet5
624
        mov     [text00+LLL*0+28],dword 'ESTO'
624
        mov     [text00+LLL*0+28],dword 'EEST'
625
        mov     [text00+LLL*0+32],dword 'NIAN'
625
        mov     [text00+LLL*0+32],dword 'I   '
626
;--------------------------------------
626
;--------------------------------------
627
noet5:
627
noet5:
628
        mov     eax,[lba_read]
628
        mov     eax,[lba_read]
629
        call    onoff                           ; LBA READ
629
        call    onoff                           ; LBA READ
630
        mov     [text00+LLL*2+28],ebx
630
        mov     [text00+LLL*2+28],ebx
Line 708... Line 708...
708
        mov     ebx,'„€  '
708
        mov     ebx,'„€  '
709
        cmp     eax,1
709
        cmp     eax,1
710
        je      exitsub
710
        je      exitsub
711
        mov     ebx,'…’ '
711
        mov     ebx,'…’ '
712
        ret
712
        ret
713
;--------------------------------------
-
 
714
norus1:
713
norus1:
-
 
714
        cmp     [syslang],6
-
 
715
        jne     noet1
-
 
716
        mov     ebx,'SEES'
-
 
717
        cmp     eax,1
-
 
718
        je      exitsub
-
 
719
        mov     ebx,'VÄL.'
-
 
720
        ret
-
 
721
;--------------------------------------
-
 
722
noet1:
715
        mov     ebx,'ON  '
723
        mov     ebx,'ON  '
716
        cmp     eax,1
724
        cmp     eax,1
717
        je      exitsub
725
        je      exitsub
718
        mov     ebx,'OFF '
726
        mov     ebx,'OFF '
719
;--------------------------------------
727
;--------------------------------------
Line 752... Line 760...
752
;-------------------------------------------------------------------------------
760
;-------------------------------------------------------------------------------
753
loadtxt:
761
loadtxt:
754
        mov     edi,text00
762
        mov     edi,text00
755
        mov     ecx,LLL*(text1_strings + text2_strings)/4+1
763
        mov     ecx,LLL*(text1_strings + text2_strings)/4+1
756
        cmp     [syslang],4
764
        cmp     [syslang],4
757
        jne     norus
765
        jne     loadet
Line 758... Line 766...
758
 
766
 
759
        mov     esi,textrus
767
        mov     esi,textrus
-
 
768
        jmp     sload		
-
 
769
loadet:
-
 
770
        mov     edi,text00
-
 
771
        mov     ecx,LLL*(text1_strings + text2_strings)/4+1
-
 
772
        cmp     [syslang],6
-
 
773
        jne     norus
-
 
774
		mov     esi,textet
760
        jmp     sload
775
        jmp     sload
761
;--------------------------------------
776
;--------------------------------------
762
norus:
777
norus:
763
        mov     esi,texteng
778
        mov     esi,texteng
764
;--------------------------------------
779
;--------------------------------------
Line 803... Line 818...
803
        db 'SPEAKER disabled          : OFF             - +     Apply  '
818
        db 'SPEAKER disabled          : OFF             - +     Apply  '
804
text1_strings = 7
819
text1_strings = 7
Line 805... Line 820...
805
 
820
 
806
        db 'NOTE:                                           Apply all  '
821
        db 'NOTE:                                           Apply all  '
-
 
822
        db 'SAVE YOUR SETTINGS BEFORE QUITING KOLIBRI       Save all   '
-
 
823
textet:
-
 
824
        db 'Süsteemi keel             : ENGLISH         - +    Kinnita '
-
 
825
        db 'Klaviatuuri paigutus      : ENGLISH         - +    Kinnita '
-
 
826
        db 'LBA lugemine lubatud      : VÄL.            - +    Kinnita '
-
 
827
        db 'PCI juurdepääs programm.  : VÄL.            - +    Kinnita '
-
 
828
        db 'Hiire kursori kiirus      : 1               - +    Kinnita '
-
 
829
        db 'Hiire kursori viide       : 0x00a           - +    Kinnita '
-
 
830
        db 'SPEAKER disabled          : VÄL.            - +    Kinnita '
-
 
831
        db 'MÄRKUS:                                        Kinnita kõik'
807
        db 'SAVE YOUR SETTINGS BEFORE QUITING KOLIBRI       Save all   '
832
        db 'SALVESTA SEADED ENNE KOLIBRIST VÄLJUMIST      Salvesta kõik'
808
text2_strings = 2
833
text2_strings = 3
809
;-------------------------------------------------------------------------------
834
;-------------------------------------------------------------------------------
Line 810... Line 835...
810
title   db 'System setup',0
835
title   db 'System setup',0
811
 
836