Changeset 245 for trunk/bootcode/text/es/menus.asm
- Timestamp:
- Jul 10, 2018, 2:05:02 PM (7 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.