Changeset 245 for trunk/bootcode/text
- Timestamp:
- Jul 10, 2018, 2:05:02 PM (7 years ago)
- Location:
- trunk/bootcode/text/es
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/text/es/menus.asm
r237 r245 18 18 ;--------------------------------------------------------------------------- 19 19 ; AiR-BOOT SETUP / ALL SETUP MENUS 20 ; v001 - English - by Martin Kiewitz20 ; v001 - Spanish - by Alfredo Fern ndez D¡az 21 21 ;--------------------------------------------------------------------------- 22 22 … … 24 24 ;----------------------------------|-------------------------------|-------- 25 25 TXT_SETUP_PartitionSetup db 'CONFIGURAR PARTICIONES', 0 26 TXT_SETUP_BasicOptions db 'OPCIONES B ',0b5h,'SICAS', 026 TXT_SETUP_BasicOptions db 'OPCIONES BµSICAS', 0 27 27 TXT_SETUP_AdvOptions db 'OPCIONES AVANZADAS', 0 28 28 TXT_SETUP_ExtOptions db 'OPCIONES DE INICIO EXTENDIDAS', 0 … … 45 45 ; Basic Options - Items - Max Length: 23 46 46 ;----------------------------------|---------------------|------------------ 47 TXT_SETUP_DefaultSelection db 'Por omisi¢n iniciar', 047 TXT_SETUP_DefaultSelection db 'Por omisi¢n, iniciar', 0 48 48 TXT_SETUP_TimedBoot db 'Temporizador', 0 49 49 TXT_SETUP_TimedBootDelay db 'Tiempo para iniciar (s)', 0 … … 91 91 TXT_SETUP_MAGIC_Disabled db 'Inactivo', 0 92 92 TXT_SETUP_MAGIC_Detailed db 'Detallado', 0 93 TXT_SETUP_MAGIC_NoBootable db 'No iniciab l', 093 TXT_SETUP_MAGIC_NoBootable db 'No iniciab.', 0 94 94 ; [Linux support removed since v1.02] 95 95 ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 96 TXT_SETUP_MAGIC_DoNothing db ' Ignorar', 096 TXT_SETUP_MAGIC_DoNothing db 'Continuar', 0 97 97 TXT_SETUP_MAGIC_ResetTime db 'Reiniciar', 0 98 98 TXT_SETUP_MAGIC_StopTime db 'Detener', 0 … … 190 190 db 'para el inicio.', 0 191 191 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 192 TXT_SETUPHELP_TimedKeyHandling db 'Efecto sobre la cuenta', 0 193 db 'de inicio si se pulsa', 0 194 db 'una tecla.', 0 196 195 db 0 197 196 TXT_SETUPHELP_BootLastIfTimed db 'Si se activ¢ el inicio', 0 … … 201 200 db 'por omisi¢n.', 0 202 201 db 0 203 TXT_SETUPHELP_RememberLastBoot db ' Al inicio, colocarel', 0202 TXT_SETUPHELP_RememberLastBoot db 'Empezar colocando el', 0 204 203 db 'cursor del men£ sobre', 0 205 204 db 'el £ltimo sistema que', 0 … … 343 342 ; Must be shorter than SaveAndExitNow / QuitWithoutSaveNow 344 343 ;----------------------------------|----------------------------------------------------------| 345 TXT_SETUP_AreYouSure1 db 'šEST ',0b5h,'SEGURO?', 0344 TXT_SETUP_AreYouSure1 db 'šESTµ SEGURO?', 0 346 345 TXT_SETUP_AreYouSure2 db '(S/N)', 0 347 346 -
trunk/bootcode/text/es/other.asm
r244 r245 89 89 ;----------------------------------|---------|------------------------------ 90 90 TXT_Floppy_NoName db 'Sin nombre ' 91 TXT_Floppy_Drive db 'Disquete 91 TXT_Floppy_Drive db 'Disquetera ' 92 92 TXT_Floppy_NoDisc db 'Sin disco ' 93 93 … … 162 162 ; Drive-Letter indication for OS/2 partitions 163 163 dl_text db ' en unidad ',0 164 dl_hidden db ' oculto ',0 164 dl_hidden db ' oculta ',0 165 166 ; Displayed above SETUP Menu 167 SETUP_UpperFixString db 'CONFIGURACIàN DE AiR-BOOT ',0
Note:
See TracChangeset
for help on using the changeset viewer.