Changeset 246 for trunk


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

Location:
trunk
Files:
4 edited

Legend:

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

    r244 r246  
    6363CopyrightVersionLen   equ   6
    6464
     65IF  NOT BLD_LANG_TXT EQ 'es'
    6566; License and source info.
    6667BootEndMsg      db 'This is GPLv3+ software, please visit: http://www.gnu.org/licenses/gpl.txt', 0
    6768BootEndMsg2     db 'To obtain the sources,   please visit: http://svn.netlabs.org/air-boot', 0
     69ENDIF
    6870
    6971; Bugger...
  • 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
  • trunk/include/version.h

    r245 r246  
    6565#define     BLDLVL_YEAR             "2018"
    6666#define     BLDLVL_MONTH            "07"
    67 #define     BLDLVL_DAY              "10"
     67#define     BLDLVL_DAY              "21"
    6868
    6969// Build time
  • trunk/include/version.inc

    r245 r246  
    5555AB_YEAR             EQU     2018h
    5656AB_MONTH            EQU     07h
    57 AB_DAY              EQU     10h
     57AB_DAY              EQU     21h
    5858
    5959; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.