Ignore:
Timestamp:
Jul 8, 2018, 7:40:47 PM (7 years ago)
Author:
Ben Rietbroek
Message:

Merged "strings-to-es-20180707.txt" provided by Alfredo [v1.1.5-testing]

Translator-build 'AiR-BOOT-v1.1.5-ES-TESTBUILD-20180708' was created
from this commit.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/bootmenu.asm

    r223 r244  
    798798BOOTMENU_BuildPartitionText     EndP
    799799
     800IF  NOT BLD_LANG_TXT EQ 'es'
     801; Drive-Letter indication for OS/2 partitions
    800802dl_text     db  '   on drive ',0
    801803dl_hidden   db  '   hidden   ',0
     804ENDIF
    802805
    803806;        In: DL - Active Partition
Note: See TracChangeset for help on using the changeset viewer.