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/text/es/other.asm

    r232 r244  
    105105;----------------------------------|----------------------------------------------------------|
    106106TXT_TooManyTries               db 'Demasiados intentos. Sistema detenido.', 0
     107
     108;
     109; Strings used in the pre-MENU screen
     110;
     111DisksFound          db "Discos Encontrados      : ",0
     112PartitionsFound     db "Particiones Encontradas : ",0
     113Phase1              db "Fase 1 Instalaci¢n OS/2 : ",0
     114TABMessage          db "Pulse TAB para volver al men£ de AiR-BOOT",0
     115PREPMessage         db "Preparando Men£ de Inicio...",0
     116Yes                 db "SÖ",0
     117No                  db "NO",0
     118;~ On                  db "SÖ",0
     119;~ Off                 db "NO",0
     120;~ None                db "NINGUNO",0
     121;~ Active              db "ACTIVA",0
     122;~ NotActive           db "NO ACTIVA",0
     123;~ AutoStartPart       db "Autoiniciar Partici¢n: ",0
     124
     125; Label positions for disk information in preboot-menu
     126VideoIO_DisplayDiskInfo_labpos  db  0, 6, 19, 28, 37, 47, 56, 61, 71
     127
     128; Label names for disk information in preboot-menu
     129VideoIO_DisplayDiskInfo_labels  db  'DISCO '
     130                                db  'SECTORES_LBA '
     131                                db  'TAM¥SEC  '
     132                                db  'GEO_I13  '
     133                                db  'GEO_I13X  '
     134                                db  'GEO_LVM  '
     135                                db  'BUS  '
     136                                db  'INTERFAZ  '
     137                                db  'EXTRAÖBLE'
     138                                db  0
     139
     140TXT_SETUP_NoEditType35      db 'Imposible cambiar etiqueta de partici¢n de datos LVM', 0
     141TXT_SETUP_NoBootType35      db 'Imposible hacer arrancables particiones de datos LVM', 0
     142TXT_BootMenuPowerOff        db 'SUPR para apagar', 0
     143TXT_NoINT13XSupport         db 'Esta BIOS no soporta funciones INT13h extendidas', 0
     144;~ TXT_ERROR_TooManyPartitions db '­Demasiadas particiones - Funcionamiento no garantizado!', 0
     145
     146; MBR protection; should also be translated and moved.
     147NonMBRwrite     db  '­­AiR-BOOT INTENTà ESCRIBIR A DISCO ALGO QUE NO ES UN MBR!!',0
     148NonMBRwrite_rep db  'Por favor, informe de esto a rousseau.os2dev@gmx.com',0
     149SystemHalted    db  'Sistema detenido',0
     150
     151; Build Information string.
     152build_date      db  'Compilaci¢n: ',0
     153scanning_txt    db  'Explorando...',0
     154
     155; Colors for special words hard-coded. Keep all 0s.
     156TXT_SETUP_LowerMessage      db 'Este programa se publica bajo licencia ', 0, 'GPLv3+', 0
     157                            db 'http://lslspanish.github.io/translation_GPLv3_to_spanish', 0
     158                            db 'Para m s informaci¢n y el c¢digo fuente, por favor visite:', 0
     159                            db 'http://svn.netlabs.org/air-boot', 0
     160                            db 'Correo electr¢nico: ', 0, 'rousseau.os2dev@gmx.com', 0
     161
     162; Drive-Letter indication for OS/2 partitions
     163dl_text     db  '   en unidad ',0
     164dl_hidden   db  '   oculto   ',0
Note: See TracChangeset for help on using the changeset viewer.