Changeset 246 for trunk/bootcode/text/es/other.asm
- Timestamp:
- Jul 21, 2018, 8:48:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/text/es/other.asm
r245 r246 76 76 TXT_HowEnterSetup db 13, 10, ' - Mantenga pulsado Ctrl o Alt para configurar AiR-BOOT.', 0 77 77 78 TXT_BootingNow1 db ' Iniciando en el sistema', 078 TXT_BootingNow1 db 'Arrancando ', 0 79 79 ; DO NOT MODIFY HERE 80 80 TXT_BootingNow2 db '''', 0 … … 109 109 ; Strings used in the pre-MENU screen 110 110 ; 111 DisksFound db "Discos Encontrados : ",0112 PartitionsFound db "Particiones Encontradas : ",0111 DisksFound db "Discos encontrados : ",0 112 PartitionsFound db "Particiones encontradas : ",0 113 113 Phase1 db "Fase 1 Instalaci¢n OS/2 : ",0 114 114 TABMessage db "Pulse TAB para volver al men£ de AiR-BOOT",0 … … 153 153 scanning_txt db 'Explorando...',0 154 154 155 ; License and source info. 156 BootEndMsg db 'Programa GPLv3+; por favor, visite: http://www.gnu.org/licenses/gpl.txt', 0 157 BootEndMsg2 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 155 161 ; Colors for special words hard-coded. Keep all 0s. 156 162 TXT_SETUP_LowerMessage db 'Este programa se publica bajo licencia ', 0, 'GPLv3+', 0
Note:
See TracChangeset
for help on using the changeset viewer.