source: trunk/bootcode/text/es/other.asm

Last change on this file was 246, checked in by Ben Rietbroek, 7 years ago

Merged "strings-to-es-20180708.txt" provided by Alfredo [v1.1.5-testing]

Translator-build 'AiR-BOOT-v1.1.5-ES-TESTBUILD-20180721' 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 size: 9.6 KB
Line 
1; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
2;
3; This file is part of AiR-BOOT
4;
5; AiR-BOOT is free software: you can redistribute it and/or modify it under
6; the terms of the GNU General Public License as published by the Free
7; Software Foundation, either version 3 of the License, or (at your option)
8; any later version.
9;
10; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
11; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
12; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13; details.
14;
15; You should have received a copy of the GNU General Public License along with
16; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
17;
18;------------------------------------------------------------------------------
19; AiR-BOOT / OTHER TEXT
20; v001 - Spanish - by Alfredo Fern ndez D¡az
21;------------------------------------------------------------------------------
22
23TXT_TranslationBy db 0
24
25; TopInfosX variables are used for Boot-Menu and Partition Setup
26
27; Maximum 2/10/11/6 chars
28;----------------------------------||---------------------------------------
29TXT_TopInfos_No db 'N§', 0
30TXT_TopInfos_Hd db 'DD', 0
31;----------------------------------|--------|-------------------------------
32TXT_TopInfos_HdSize db 'DD/Tamao:', 0
33;----------------------------------|--------|-------------------------------
34TXT_TopInfos_Label db 'Etiqueta:', 0
35;----------------------------------|---------|------------------------------
36TXT_TopInfos_Type db 'Tipo:', 0
37;----------------------------------|----|-----------------------------------
38TXT_TopInfos_Flags db 'Opcs.:', 0 ; <-- for Partition Setup
39
40; Will be added together to one line, maximum 76 chars
41TXT_TimedBootLine db 'Inicio temporizado. Se iniciar  '''
42TXT_TimedBootEntryName db 12 dup (0) ; Space for Default-Entry-Name
43TXT_TimedBootLine2 db ''' en ', 0
44TXT_TimedBootSeconds db ' segundos. ', 0
45TXT_TimedBootSecond db ' segundo. ', 0 ; if only one is left, ELiTE :]
46; Maximum 76 chars
47;----------------------------------|--------------------------------------------------------------------------|
48TXT_TimedBootDisabled db 'Temporizador inactivo; no se iniciar  autom ticamente ning£n sistema.', 0
49TXT_BootMenuHelpText1 db 'Pulse [Esc] para (des)activar, [Enter] para iniciar el sistema seleccionado.', 0
50TXT_BootMenuHelpText2 db 'Seleccione con las flechas, o pulse [TAB] para ver mensajes POST de la BIOS.', 0
51; Maximum 30 chars
52;----------------------------------|----------------------------|
53TXT_BootMenuEnterSetup db 'F10 para configurar', 0
54;TXT_BootMenuEnterBootLog db 'TAB to enter Boot Log', 0
55
56; Dynamic Length (till 80 chars)
57TXT_BrokenPartitionTable db 13, 10, ' - Hay al menos una entrada corrupta en la tabla de partici¢n o'
58 db 13, 10, ' sectores ilegibles en el disco duro. Sistema detenido.', 0
59TXT_TooManyPartitions db 13, 10, ' - Detectadas m s de 45 particiones (l¡mite de AiR-BOOT).', 0
60TXT_NoBootAble db 13, 10, ' - Ninguna partici¢n designada iniciable. Sistema detenido.', 0
61TXT_BIOSchanged db 13, 10, ' - BIOS CAMBIADA; por favor, examine el sistema en busca de virus para'
62 db 13, 10, ' asegurarse. Pulse cualquier tecla para continuar...', 0
63
64TXT_VirusFoundMain db 13, 10, ' - ­ATENCIàN! -> ENCONTRADO VIRUS <- ­ATENCIàN!', 13, 10, 0
65TXT_VirusFound1ok db ' Ha sido sobreescrito, pero el sistema puede no iniciarse correctamente.', 13, 10
66 db ' Si ocurre esto, use su disco de sistema de AiR-BOOT.', 13, 10, 0
67TXT_VirusFound1damn db ' Desgraciadamente ha destruido la copia de seguridad de AiR-BOOT.', 13, 10
68 db ' Tiene que iniciar el sistema desde un disco de AiR-BOOT.', 13, 10, 0
69TXT_VirusFound1any db ' Por seguridad, deber¡a examinar el disco duro por si quedan restos.', 13, 10, 0
70TXT_VirusFound2 db ' Est  en el registro de arranque de la partici¢n que quer¡a iniciar.', 13, 10
71 db ' Use un antivirus. Tambi‚n podr¡a ser una falsa alarma.', 13, 10
72 db ' Tras eliminarlo, debe reiniciar las variables de detecci¢n. Entre en', 13, 10
73 db ' ''CONFIGURAR PARTICIONES'' y desactive y reactivar la detecci¢n VIBR.', 13, 10
74 db ' Si esto ha sido una falsa alarma, d‚jela inactiva.', 13, 10, 0
75TXT_VirusFoundEnd db ' Sistema detenido. Pulse RESET.', 0
76TXT_HowEnterSetup db 13, 10, ' - Mantenga pulsado Ctrl o Alt para configurar AiR-BOOT.', 0
77
78TXT_BootingNow1 db 'Arrancando ', 0
79; DO NOT MODIFY HERE
80TXT_BootingNow2 db '''', 0
81TXT_BootingNowPartName db 12 dup (0) ; Space for BootThisPart-Name
82; DO NOT MODIFY TILL HERE
83TXT_BootingNowPartition db ' (partici¢n)', 0
84TXT_BootingNowKernel db ' (kernel)', 0
85TXT_BootingHide db '; ocultando p. activa', 0
86TXT_BootingWait db '; por favor, espere...', 13, 10, 13, 10, 0
87
88; FIXED LENGTH - 11 chars each string
89;----------------------------------|---------|------------------------------
90TXT_Floppy_NoName db 'Sin nombre '
91TXT_Floppy_Drive db 'Disquetera '
92TXT_Floppy_NoDisc db 'Sin disco '
93
94; Maximum 60 chars (should not be reached)
95;----------------------------------|----------------------------------------------------------|
96TXT_PleaseEnterPassword db ' Introduzca la contrasea:', 0
97; the following 3 strings have to equal or *longer* than PleaseEnterPassword
98TXT_ProtectedSystem db '** SISTEMA PROTEGIDO POR CONTRASE¥A **', 0
99TXT_ProtectedSetup db '** CONFIGURACIàN PROTEGIDA POR CONTRASE¥A **', 0
100TXT_ProtectedBootUp db '** INICIO PROTEGIDO POR CONTRASE¥A **', 0
101
102; will get completed using TXT_ERROR_CheckFailed from MBR.asm
103TXT_ERROR_CheckConfig db 13, 10, ' - La configuraci¢n', 0
104
105;----------------------------------|----------------------------------------------------------|
106TXT_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 "",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; License and source info.
156BootEndMsg db 'Programa GPLv3+; por favor, visite: http://www.gnu.org/licenses/gpl.txt', 0
157BootEndMsg2 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
161; Colors for special words hard-coded. Keep all 0s.
162TXT_SETUP_LowerMessage db 'Este programa se publica bajo licencia ', 0, 'GPLv3+', 0
163 db 'http://lslspanish.github.io/translation_GPLv3_to_spanish', 0
164 db 'Para m s informaci¢n y el c¢digo fuente, por favor visite:', 0
165 db 'http://svn.netlabs.org/air-boot', 0
166 db 'Correo electr¢nico: ', 0, 'rousseau.os2dev@gmx.com', 0
167
168; Drive-Letter indication for OS/2 partitions
169dl_text db ' en unidad ',0
170dl_hidden db ' oculta ',0
171
172; Displayed above SETUP Menu
173SETUP_UpperFixString db 'CONFIGURACIàN DE AiR-BOOT ',0
Note: See TracBrowser for help on using the repository browser.