Ignore:
Timestamp:
Jul 10, 2018, 2:05:02 PM (7 years ago)
Author:
Ben Rietbroek
Message:

Merged "menus-es-20180708.asm" provided by Alfredo [v1.1.5-testing]

Translator-build 'AiR-BOOT-v1.1.5-ES-TESTBUILD-20180710' 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/menus.asm

    r237 r245  
    1818;---------------------------------------------------------------------------
    1919;                                          AiR-BOOT SETUP / ALL SETUP MENUS
    20 ; v001 - English - by Martin Kiewitz
     20; v001 - Spanish - by Alfredo Fern ndez D¡az
    2121;---------------------------------------------------------------------------
    2222
     
    2424;----------------------------------|-------------------------------|--------
    2525TXT_SETUP_PartitionSetup       db 'CONFIGURAR PARTICIONES', 0
    26 TXT_SETUP_BasicOptions         db 'OPCIONES B',0b5h,'SICAS', 0
     26TXT_SETUP_BasicOptions         db 'OPCIONES BµSICAS', 0
    2727TXT_SETUP_AdvOptions           db 'OPCIONES AVANZADAS', 0
    2828TXT_SETUP_ExtOptions           db 'OPCIONES DE INICIO EXTENDIDAS', 0
     
    4545; Basic Options - Items - Max Length: 23
    4646;----------------------------------|---------------------|------------------
    47 TXT_SETUP_DefaultSelection     db 'Por omisi¢n iniciar', 0
     47TXT_SETUP_DefaultSelection     db 'Por omisi¢n, iniciar', 0
    4848TXT_SETUP_TimedBoot            db 'Temporizador', 0
    4949TXT_SETUP_TimedBootDelay       db 'Tiempo para iniciar (s)', 0
     
    9191TXT_SETUP_MAGIC_Disabled       db 'Inactivo', 0
    9292TXT_SETUP_MAGIC_Detailed       db 'Detallado', 0
    93 TXT_SETUP_MAGIC_NoBootable     db 'No iniciabl', 0
     93TXT_SETUP_MAGIC_NoBootable     db 'No iniciab.', 0
    9494; [Linux support removed since v1.02]
    9595;TXT_SETUP_MAGIC_NoLinux        db 'No Linux', 0
    96 TXT_SETUP_MAGIC_DoNothing      db 'Ignorar', 0
     96TXT_SETUP_MAGIC_DoNothing      db 'Continuar', 0
    9797TXT_SETUP_MAGIC_ResetTime      db 'Reiniciar', 0
    9898TXT_SETUP_MAGIC_StopTime       db 'Detener', 0
     
    190190                               db 'para el inicio.', 0
    191191                               db 0
    192 TXT_SETUPHELP_TimedKeyHandling db 'Establece qu‚ hacer si', 0
    193                                db 'se pulsa una tecla', 0
    194                                db 'durante la cuenta para', 0
    195                                db 'el inicio.', 0
     192TXT_SETUPHELP_TimedKeyHandling db 'Efecto sobre la cuenta', 0
     193                               db 'de inicio si se pulsa', 0
     194                               db 'una tecla.', 0
    196195                               db 0
    197196TXT_SETUPHELP_BootLastIfTimed  db 'Si se activ¢ el inicio', 0
     
    201200                               db 'por omisi¢n.', 0
    202201                               db 0
    203 TXT_SETUPHELP_RememberLastBoot db 'Al inicio, colocar el', 0
     202TXT_SETUPHELP_RememberLastBoot db 'Empezar colocando el', 0
    204203                               db 'cursor del men£ sobre', 0
    205204                               db 'el £ltimo sistema que', 0
     
    343342; Must be shorter than SaveAndExitNow / QuitWithoutSaveNow
    344343;----------------------------------|----------------------------------------------------------|
    345 TXT_SETUP_AreYouSure1          db 'šEST',0b5h,' SEGURO?', 0
     344TXT_SETUP_AreYouSure1          db 'šESTµ SEGURO?', 0
    346345TXT_SETUP_AreYouSure2          db '(S/N)', 0
    347346
Note: See TracChangeset for help on using the changeset viewer.