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

    r231 r244  
    7171BrokenHDD       db ' (HDDx)', 0
    7272
     73IF  NOT BLD_LANG_TXT EQ 'es'
    7374; Colors for special words hard-coded. Keep all 0s.
    7475TXT_SETUP_LowerMessage      db 'This software is released under ', 0, 'GPLv3+', 0
     
    7778                            db 'http://svn.netlabs.org/air-boot', 0
    7879                            db 'Contact by e-mail: ', 0, 'rousseau.os2dev@gmx.com', 0
     80ENDIF
    7981
    8082; Table that points to BIOS device names.
     
    8486                        dw     0
    8587
     88IF  NOT BLD_LANG_TXT EQ 'es'
    8689; LVM protection messages; should be translated and moved to lang-files.
    8790TXT_SETUP_NoEditType35      db 'Labels of LVM-Data partitions cannot be changed', 0
     
    99102build_date      db  'Build Date: ',0
    100103scanning_txt    db  'Scanning...',0
     104ENDIF
Note: See TracChangeset for help on using the changeset viewer.