Changeset 244 for trunk/bootcode/text/es/other.asm
- Timestamp:
- Jul 8, 2018, 7:40:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/text/es/other.asm
r232 r244 105 105 ;----------------------------------|----------------------------------------------------------| 106 106 TXT_TooManyTries db 'Demasiados intentos. Sistema detenido.', 0 107 108 ; 109 ; Strings used in the pre-MENU screen 110 ; 111 DisksFound db "Discos Encontrados : ",0 112 PartitionsFound db "Particiones Encontradas : ",0 113 Phase1 db "Fase 1 Instalaci¢n OS/2 : ",0 114 TABMessage db "Pulse TAB para volver al men£ de AiR-BOOT",0 115 PREPMessage db "Preparando Men£ de Inicio...",0 116 Yes db "SÖ",0 117 No 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 126 VideoIO_DisplayDiskInfo_labpos db 0, 6, 19, 28, 37, 47, 56, 61, 71 127 128 ; Label names for disk information in preboot-menu 129 VideoIO_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 140 TXT_SETUP_NoEditType35 db 'Imposible cambiar etiqueta de partici¢n de datos LVM', 0 141 TXT_SETUP_NoBootType35 db 'Imposible hacer arrancables particiones de datos LVM', 0 142 TXT_BootMenuPowerOff db 'SUPR para apagar', 0 143 TXT_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. 147 NonMBRwrite db 'AiR-BOOT INTENTà ESCRIBIR A DISCO ALGO QUE NO ES UN MBR!!',0 148 NonMBRwrite_rep db 'Por favor, informe de esto a rousseau.os2dev@gmx.com',0 149 SystemHalted db 'Sistema detenido',0 150 151 ; Build Information string. 152 build_date db 'Compilaci¢n: ',0 153 scanning_txt db 'Explorando...',0 154 155 ; Colors for special words hard-coded. Keep all 0s. 156 TXT_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 163 dl_text db ' en unidad ',0 164 dl_hidden db ' oculto ',0
Note:
See TracChangeset
for help on using the changeset viewer.