Ignore:
Timestamp:
Jul 21, 2018, 8:48:54 PM (7 years ago)
Author:
Ben Rietbroek
Message:

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

Translator-build 'AiR-BOOT-v1.1.5-ES-TESTBUILD-20180721' 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/text/es/other.asm

    r245 r246  
    7676TXT_HowEnterSetup              db 13, 10, ' - Mantenga pulsado Ctrl o Alt para configurar AiR-BOOT.', 0
    7777
    78 TXT_BootingNow1                db 'Iniciando en el sistema ', 0
     78TXT_BootingNow1                db 'Arrancando ', 0
    7979; DO NOT MODIFY HERE
    8080TXT_BootingNow2                db '''', 0
     
    109109; Strings used in the pre-MENU screen
    110110;
    111 DisksFound          db "Discos Encontrados      : ",0
    112 PartitionsFound     db "Particiones Encontradas : ",0
     111DisksFound          db "Discos encontrados      : ",0
     112PartitionsFound     db "Particiones encontradas : ",0
    113113Phase1              db "Fase 1 Instalaci¢n OS/2 : ",0
    114114TABMessage          db "Pulse TAB para volver al men£ de AiR-BOOT",0
     
    153153scanning_txt    db  'Explorando...',0
    154154
     155; License and source info.
     156BootEndMsg      db 'Programa GPLv3+; por favor,    visite: http://www.gnu.org/licenses/gpl.txt', 0
     157BootEndMsg2     db 'Para acceder al c¢digo fuente, visite: http://svn.netlabs.org/air-boot', 0
     158;~ BootEndMsg      db 'Publicado bajo GPLv3+, por favor visite: http://www.gnu.org/licenses/gpl.txt', 0
     159;~ BootEndMsg2     db 'Para acceder al c¢digo fuente, por favor visite: http://svn.netlabs.org/air-boot', 0
     160
    155161; Colors for special words hard-coded. Keep all 0s.
    156162TXT_SETUP_LowerMessage      db 'Este programa se publica bajo licencia ', 0, 'GPLv3+', 0
Note: See TracChangeset for help on using the changeset viewer.