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/airboot.asm

    r243 r244  
    972972;
    973973
     974                ; -> 44 Partition-Types
    974975                ; first Normal-Partition-ID, Hidden-Partition-ID
    975976                ; and Default-Partition-Flags.
     
    992993                db      16 dup (0)
    993994
     995                ; Filesystem Types / Boot Methods
    994996FileSysNames    db  'FAT12   ', 'FAT16   ', 'FAT16Big', 'FAT16Big'
    995997                db  'HPFS    ', 'NTFS    ', 'LVM-Data', 'JFS     '
     
    10031005                db  '        ', 'Kernel  ', '        ', '0V-Award'
    10041006;                db  'OS/2 Man', 'via BIOS', 'Floppy  ', 'Unknown '
     1007
     1008; rousseau.comment.201807081141
     1009; These strings should not be separated into language-files because they are
     1010; part of the table above.
     1011IF  BLD_LANG_TXT EQ 'es'
     1012                db  'OS2-BMGR', 'v¡a BIOS', 'Flexible', '????????'
     1013ELSE
    10051014                db  'OS2-BMGR', 'via BIOS', 'Floppy  ', 'Unknown '
    1006                          ; -> 44 Partition-Types
    1007 
    1008 
    1009 
     1015ENDIF
    10101016
    10111017
Note: See TracChangeset for help on using the changeset viewer.