182
|
1 ;=============================================================================
|
|
2 ; OSTC - diving computer code
|
|
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR
|
|
4 ;
|
|
5 ; This program is free software: you can redistribute it and/or modify
|
|
6 ; it under the terms of the GNU General Public License as published by
|
|
7 ; the Free Software Foundation, either version 3 of the License, or
|
|
8 ; (at your option) any later version.
|
|
9 ;
|
|
10 ; This program is distributed in the hope that it will be useful,
|
|
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13 ; GNU General Public License for more details.
|
|
14 ;
|
|
15 ; You should have received a copy of the GNU General Public License
|
|
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17 ;
|
|
18 ; Hold texts and screen position to display the texts.
|
|
19 ; History:
|
|
20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com
|
|
21 ; 2008/05/24 : MW.
|
|
22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support
|
|
23 ;
|
|
24 ; known bugs:
|
|
25 ; ToDo:
|
|
26 ;=============================================================================
|
|
27 ;
|
|
28 ; Instructions for translating:
|
|
29 ;
|
|
30 ; * Strings are accessed according to the order in the file.
|
|
31 ; So don't change ordering !
|
|
32 ;
|
|
33 ; * Keep the english original version on the right column. So translations
|
|
34 ; can be reviewed and maintened.
|
|
35 ;
|
|
36 ; * One of the main constraint is to keep texts short, to avoid clobering
|
|
37 ; the OSTC screen. Of course, the technical, precise terms should be used.
|
|
38 ; Generally, there is no hard constraint: you can be one or two chars
|
|
39 ; shorter or longer.
|
|
40 ;
|
|
41 ; * Beware that some strings do have a fixed length. You should then use
|
|
42 ; exactly the same size.
|
|
43 ;
|
|
44 ; * Beware that some strings have ponctuation, or trailling space(s). In that
|
|
45 ; case, you should keep EXACTLY the same ponctuation AND TRAILING SPACES.
|
|
46 ;
|
|
47 ; * Ascii chars: we can support a few specific chars. öäüß for German.
|
187
|
48 ; éèêç for French. áíóúñ¡¿ for Spanish.
|
|
49 ; If you really, absolutly, need more: ask...
|
182
|
50 ;
|
|
51 ; * Do not translate comments (everithing after the ;), because they are
|
|
52 ; used for maintenance.
|
|
53 ;
|
|
54 ; * The X column is position on screen. Some texts are centered, left
|
|
55 ; padded or right padded. In that case, if you changed the text size,
|
|
56 ; you will have to adjust position. A char is 7 pixels wide.
|
|
57 ;
|
|
58 ;=============================================================================
|
|
59 ; macro X Y "translation" ; English original
|
|
60 TCODE .0, .0, "Creando Resumen MD2" ;001 Building MD2 Hash
|
|
61 TCODE .0, .25, "Espere por favor..." ;002 Please Wait...
|
|
62 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2
|
|
63 TCODE .58, .2, "¿Menú?" ;004 Menu?
|
|
64 TCODE .65, .2, "Menú:" ;005 Menu:
|
|
65 TCODE .20, .35, "Diario" ;006 Logbook
|
|
66 TCODE .20, .65, "Config. Gas" ;007 Gas Setup
|
|
67 TCODE .20, .35, "Fijar Hora" ;008 Set Time
|
|
68 TCODE .20, .95, "Menú Reinicio" ;009 Reset Menu
|
|
69 TCODE .20, .125, "Configuración" ;010 Setup
|
|
70 TCODE .20, .185, "Salir" ;011 Exit
|
|
71 TCODE .100, .2, "Espere..." ;012 Wait..
|
|
72 TCODE .0, .24, "Resumen MD2:" ;013 MD2 Hash:
|
|
73 TCODE .0, .0, "Desat" ;014 Desat
|
|
74 TCODE .57, .2, "Interfaz" ;015 Interface
|
|
75 TCODE .10, .30, "Inicio" ;016 Start
|
|
76 TCODE .10, .55, "Datos" ;017 Data
|
|
77 TCODE .10, .80, "Cabecera" ;018 Header
|
|
78 TCODE .10, .105, "Perfil" ;019 Profile
|
|
79 TCODE .10, .130, "Hecho." ;020 Done.
|
|
80 TCODE .20, .35, "Cancelar Reinicio" ;021 Cancel Reset
|
|
81 TCODE .32, .65, "Hora :" ;022 Time:
|
|
82 TCODE .32, .95, "Fecha:" ;023 Date:
|
|
83 TCODE .32, .155, "Fijar Horas" ;024 Set Hours
|
|
84 TCODE .6, .0, "Reinicio..." ;025 Reset...
|
|
85 TCODE .55, .2, "Diario" ;026 Logbook
|
|
86 TCODE .14, .2, "Func. Personaliz. I" ;027 Custom Functions I
|
|
87 TCODE .20, .2, "Menú Reinicio" ;028 Reset Menu
|
|
88 TCODE .35, .2, "Fijar Hora:" ;029 Set Time:
|
|
89 TCODE .100, .50, "FijaMarc" ;030 SetMarker
|
|
90 TCODE .100, .25, "Plandeco" ;031 Decoplan
|
|
91 TCODE .100, .0, "Listagas" ;032 Gaslist
|
|
92 TCODE .100, .50, "ReiniMed" ;033 ResetAvr
|
|
93 TCODE .100, .100, "Salir" ;034 Exit
|
|
94 TCODE .0, .0, "NoVue" ;035 NoFly
|
|
95 ;
|
|
96 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars).
|
|
97 TCODE .40, .35, "Buceo Inic. [m]" ;036 Start Dive [m]
|
|
98 TCODE .40, .35, "Buceo Fin. [m]" ;037 End Dive [m]
|
|
99 TCODE .40, .35, "Retras Fin[min]" ;038 End Delay [min]
|
|
100 TCODE .40, .35, "Apagado [min]" ;039 Power Off [min]
|
|
101 TCODE .40, .35, "Pre-menú [min]" ;040 Pre-menu [min]
|
|
102 TCODE .40, .35, "Vel. [m/min]" ;041 velocity[m/min]
|
|
103 TCODE .40, .35, "Activac. [mBar]" ;042 Wake-up [mBar]
|
|
104 TCODE .40, .35, "Máx. Sup.[mBar]" ;043 max.Surf.[mBar]
|
|
105 TCODE .40, .35, "Muestra GF [%]" ;044 GF display [%]
|
|
106 TCODE .40, .35, "Mues.mín. O2[%]" ;045 min. O2 Dis.[%]
|
|
107 TCODE .40, .35, "Menús buc.[min]" ;046 Dive menus[min]
|
|
108 TCODE .40, .35, "Saturac. x [%]" ;047 Saturate x [%]
|
|
109 TCODE .40, .35, "Desaturac. x[%]" ;048 Desaturate x[%]
|
|
110 TCODE .40, .35, "Ratio NoVue [%]" ;049 NoFly Ratio [%]
|
|
111 TCODE .40, .35, "Alarma GF 1 [%]" ;050 GF alarm 1 [%]
|
|
112 TCODE .40, .35, "Mues.CNSsup.[%]" ;051 CNSshow surf[%]
|
|
113 TCODE .40, .35, "Dist. Deco [m]" ;052 Deco Offset [m]
|
|
114 TCODE .40, .35, "ppO2 bajo [Bar]" ;053 ppO2 low [Bar]
|
|
115 TCODE .40, .35, "ppO2 alto [Bar]" ;054 ppO2 high [Bar]
|
|
116 TCODE .40, .35, "ppO2 mues.[Bar]" ;055 ppO2 show [Bar]
|
|
117 TCODE .40, .35, "frec. muestreo " ;056 sampling rate
|
|
118 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp
|
|
119 TCODE .40, .35, "Divisor Datdeco" ;058 Divisor Decodat
|
|
120 TCODE .40, .35, "Divisor SinUso1" ;059 Divisor NotUse1
|
|
121 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2
|
|
122 TCODE .40, .35, "Divisor Depurac" ;061 Divisor Debug
|
|
123 TCODE .40, .35, "Divisor SinUso2" ;062 Divisor NotUse2
|
|
124 TCODE .40, .35, "Mues.CNSbuc.[%]" ;063 CNSshow dive[%]
|
|
125 TCODE .40, .35, "Despl. Diario " ;064 Logbook offset
|
|
126 TCODE .40, .35, "Ult. Deco a [m]" ;065 Last Deco at[m]
|
|
127 TCODE .40, .35, "Fin Apnea [h]" ;066 End Apnoe [h]
|
|
128 TCODE .40, .35, "Mues. volt. Bat" ;067 Show Batt.Volts
|
|
129 ; End of function descriptor I
|
|
130 ;
|
|
131 ;licence:
|
|
132 TCODE .0, .35, "Este programa se" ;068 This program is
|
|
133 TCODE .0, .65, "distribuye con el deseo" ;069 distributed in the
|
|
134 TCODE .0, .95, "de que le resulte útil," ;070 hope that it will be
|
183
|
135 TCODE .0, .125, "pero SIN GARANTIAS" ;071 useful, but WITHOUT
|
|
136 TCODE .0, .155, "DE NINGUN TIPO;" ;072 ANY WARRANTY
|
182
|
137 TCODE .0, .185, "ni siquiera con las" ;073 even the implied
|
|
138 TCODE .0, .215, "garantías implícitas" ;074 warranty of
|
|
139 TCODE .0, .35, "de COMERCIABILIDAD" ;075 MERCHANTABILITY or
|
|
140 TCODE .0, .65, "o APTITUD PARA UN" ;076 FITNESS FOR A
|
183
|
141 TCODE .0, .95, "PROPOSITO DETERMINADO." ;077 PARTICULAR PURPOSE.
|
182
|
142 TCODE .0, .125, "Para más información," ;078 See the GNU General
|
|
143 TCODE .0, .155, "consulte la Licencia" ;079 Public License for
|
|
144 TCODE .0, .185, "Pública General de GNU:" ;080 more details:
|
|
145 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de
|
|
146 ; end of licence
|
|
147 ;
|
|
148 TCODE .102, .54, "Paradeco" ;082 Decostop
|
|
149 TCODE .0, .0, "m/min" ;083 m/min
|
|
150 TCODE .108, .113, "No Para" ;084 No Stop
|
|
151 TCODE .135, .113, "TTS" ;085 TTS
|
|
152 TCODE .100, .0, "Tiem.buc" ;086 Divetime
|
|
153 TCODE .0, .0, "Prof." ;087 Depth
|
|
154 TCODE .0, .0, "¿Primer Gas?" ;088 First Gas?
|
|
155 TCODE .0, .0, "Defecto:" ;089 Default:
|
|
156 TCODE .0, .0, "Minutos" ;090 Minutes
|
|
157 TCODE .0, .0, "Mes " ;091 Month
|
|
158 TCODE .0, .0, "Día " ;092 Day
|
|
159 TCODE .0, .0, "Año " ;093 Year
|
|
160 TCODE .0, .0, "Fija" ;094 Set
|
|
161 TCODE .0, .0, "#Gas " ;095 Gas#
|
|
162 TCODE .0, .0, "Sí " ;096 Yes
|
|
163 TCODE .0, .0, "Actual: " ;097 Current:
|
|
164 TCODE .40, .2, "Menú Conf.:" ;098 Setup Menu:
|
|
165 TCODE .20, .35, "Func.Personaliz.I" ;099 Custom FunctionsI
|
|
166 TCODE .20, .125, "Tipodeco:" ;100 Decotype:
|
|
167 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC
|
|
168 TCODE .85, .125, "Indicador" ;102 Gauge
|
|
169 TCODE .85, .125, "Indi." ;103 Gauge
|
|
170 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC
|
183
|
171 TCODE .0, .0, "¿Gas Activo? " ;105 Active Gas?
|
182
|
172 TCODE .10, .2, "Conf.Gas - Listagas" ;106 Gas Setup - Gaslist
|
|
173 TCODE .0, .0, "Prof. +" ;107 Depth +
|
|
174 TCODE .0, .0, "Prof. -" ;108 Depth -
|
|
175 TCODE .20, .35, "Atras" ;109 Back
|
|
176 TCODE .20, .65, "Menú SetPoint CCR" ;110 CCR SetPoint Menu
|
|
177 TCODE .20, .2, "Menú SetPoint CCR" ;111 CCR SetPoint Menu
|
|
178 TCODE .0, .0, "#SP" ;112 SP#
|
|
179 TCODE .20, .95, "Info.Batería" ;113 Battery Info
|
|
180 TCODE .10, .2, "Información Batería" ;114 Battery Information
|
|
181 TCODE .0, .9, "Ciclos:" ;115 Cycles:
|
|
182 TCODE .85, .125, "Apnea" ;116 Apnoe
|
183
|
183 TCODE .0, .18, "Ult. Completo:" ;117 Last Complete:
|
182
|
184 TCODE .0, .27, "Vbatt Mínimo:" ;118 Lowest Vbatt:
|
|
185 TCODE .0, .36, "Mínimo el:" ;119 Lowest at:
|
|
186 TCODE .0, .45, "Tmín:" ;120 Tmin:
|
|
187 TCODE .0, .54, "Tmáx:" ;121 Tmax:
|
|
188 TCODE .100, .125, "Gas 6.." ;122 Gas 6..
|
|
189 TCODE .100, .25, "O2 +" ;123 O2 +
|
|
190 TCODE .100, .50, "O2 -" ;124 O2 -
|
|
191 TCODE .100, .75, "He +" ;125 He +
|
|
192 TCODE .100, .100, "He -" ;126 He -
|
|
193 TCODE .100, .0, "Sal." ;127 Exit
|
|
194 TCODE .100, .25, "Borrar" ;128 Delete
|
|
195 TCODE .20, .65, "Depur:" ;129 Debug:
|
183
|
196 TCODE .65, .65, "ACT" ;130 ON
|
182
|
197 TCODE .65, .65, "DES" ;131 OFF
|
|
198 TCODE .100, .50, "Borrtodo" ;132 Del. all
|
|
199 TCODE .0, .0, "¡Reinicio inesperado" ;133 Unexpected reset from
|
|
200 TCODE .0, .25, "del Modo Buceo. Ayudar" ;134 Divemode! Please help
|
|
201 TCODE .0, .50, "reportando Información" ;135 and report the Debug
|
|
202 TCODE .0, .75, "de Depuración debajo!" ;136 Information below!
|
|
203 TCODE .100, .75, "Bailout" ;137 Bailout
|
|
204 TCODE .85, .125, "Apnea " ;138 Apnoe
|
|
205 TCODE .105, .120, "Descen." ;139 Descent
|
|
206 TCODE .105, .60, "Superf." ;140 Surface
|
|
207 TCODE .50, .2, "¿Salir?" ;141 Quit?
|
|
208 TCODE .20, .155, "Más" ;142 More
|
|
209 TCODE .42, .72, "Confirm:" ;143 Confirm:
|
|
210 TCODE .60, .2, "Menú 2:" ;144 Menu 2:
|
|
211 TCODE .52, .96, "Cancel" ;145 Cancel
|
|
212 TCODE .52, .120, "OK!" ;146 OK!
|
|
213 TCODE .20, .35, "Más" ;147 More
|
|
214 TCODE .0, .0, ":.........:" ;148 :.........:
|
|
215 TCODE .0, .8, "(ppO2:" ;149 (ppO2:
|
|
216 TCODE .2, .39, "Bar) " ;150 Bar)
|
|
217 TCODE .108, .216, "¿Marca?" ;151 Marker?
|
|
218 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC
|
|
219 TCODE .20, .65, "Func.Personaliz.II" ;153 Custom FunctionsII
|
|
220 ;
|
|
221 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars).
|
|
222 TCODE .40, .35, "GF Bajo [%]" ;154 GF Low [%]
|
|
223 TCODE .40, .35, "GF Alto [%]" ;155 GF High [%]
|
|
224 TCODE .40, .35, "#Color Batería " ;156 Color# Battery
|
|
225 TCODE .40, .35, "#Color Estándar" ;157 Color# Standard
|
|
226 TCODE .40, .35, "#Color MascBuc." ;158 Color# Divemask
|
|
227 TCODE .40, .35, "#Color Avisos " ;159 Color# Warnings
|
|
228 TCODE .40, .35, "SegundosModoBuc" ;160 Divemode secs.
|
|
229 TCODE .40, .35, "Ajusta SP fijo " ;161 Adjust fixed SP
|
|
230 TCODE .40, .35, "Tope Aviso " ;162 Warn Ceiling
|
|
231 TCODE .40, .35, "Iconos TipoMezl" ;163 Mix type icons
|
|
232 TCODE .40, .35, "Parp. Mejor Gas" ;164 Blink BetterGas
|
|
233 TCODE .40, .35, "AvisoProf[mBar]" ;165 DepthWarn[mBar]
|
|
234 TCODE .40, .35, "Aviso CNS [%]" ;166 CNS warning [%]
|
|
235 TCODE .40, .35, "Aviso GF [%]" ;167 GF warning [%]
|
|
236 TCODE .40, .35, "Aviso ppO2[Bar]" ;168 ppO2 warn [Bar]
|
|
237 TCODE .40, .35, "AvisoVel[m/min]" ;169 Vel.warn[m/min]
|
|
238 TCODE .40, .35, "Despl. Temp/day" ;170 Time offset/day
|
|
239 TCODE .40, .35, "Mostr.Altímetro" ;171 Show altimeter
|
|
240 TCODE .40, .35, "Mostr.Marca Log" ;172 Show Log-Marker
|
|
241 TCODE .40, .35, "Mostrar Cronom." ;173 Show Stopwatch
|
|
242 TCODE .40, .35, "Mostr. Gráf.Tej" ;174 ShowTissueGraph
|
|
243 TCODE .40, .35, "Mostr. TejContr" ;175 Show Lead.Tiss.
|
194
|
244 TCODE .40, .35, "PriParadaSuperf" ;176 Shallow stop 1st
|
182
|
245 TCODE .40, .35, "sin uso " ;177 not used
|
|
246 TCODE .40, .35, "sin uso " ;178 not used
|
|
247 TCODE .40, .35, "sin uso " ;179 not used
|
|
248 TCODE .40, .35, "sin uso " ;180 not used
|
|
249 TCODE .40, .35, "sin uso " ;181 not used
|
|
250 TCODE .40, .35, "sin uso " ;182 not used
|
|
251 TCODE .40, .35, "sin uso " ;183 not used
|
|
252 TCODE .40, .35, "sin uso " ;184 not used
|
|
253 TCODE .40, .35, "sin uso " ;185 not used
|
|
254 ; End of function descriptor I
|
|
255 ;
|
|
256 TCODE .13, .2, "Func.Personaliz. II" ;186 Custom Functions II
|
|
257 TCODE .20, .95, "Ver Licencia" ;187 Show License
|
|
258 TCODE .0, .2, "Result. Sim.:" ;188 Sim. Results:
|
|
259 TCODE .90, .25, "Superf." ;189 Surface
|
|
260 TCODE .0, .0, "ppO2 +" ;190 ppO2 +
|
|
261 TCODE .0, .0, "ppO2 -" ;191 ppO2 -
|
|
262 TCODE .0, .0, "Dil." ;192 Dil.
|
|
263 ; ZH-L16 mode description
|
|
264 TCODE .0, .35, "Tipodeco: ZH-L16 OC" ;193 Decotype: ZH-L16 OC
|
|
265 TCODE .0, .65, "Para Buceo Circuito" ;194 For Open Circuit
|
|
266 TCODE .0, .95, "Abierto. Soporta 5 " ;195 Divers. Supports 5
|
|
267 TCODE .0, .125, "Gases Trimix. " ;196 Trimix Gases.
|
|
268 TCODE .0, .155, "Configure su gas en" ;197 Configure your gas
|
|
269 TCODE .0, .185, "el menú Config. Gas" ;198 in Gassetup menu.
|
|
270 TCODE .0, .215, "¡Mirar CF11 & CF12!" ;199 Check CF11 & CF12 !
|
|
271 ; Gaugemode description
|
|
272 TCODE .0, .35, "Tipodeco: Indicador" ;200 Decotype: Gauge
|
|
273 TCODE .0, .65, "TiempoBuceo será en" ;201 Divetime will be in
|
|
274 TCODE .0, .95, "Minutos:Segundos. " ;202 Minutes:Seconds.
|
|
275 TCODE .0, .125, "OSTC2 no calculará " ;203 OSTC2 will not
|
|
276 TCODE .0, .155, "Deco, tiempo NoVue " ;204 compute Deco, NoFly
|
|
277 TCODE .0, .185, "y Desat. " ;205 time and Desat.
|
|
278 TCODE .0, .215, "¡Tan sólo tiempo! " ;206 time at all!
|
|
279 ; Const.ppO2 description
|
|
280 TCODE .0, .35, "Tipodeco: ZH-L16 CC" ;207 Decotype: ZH-L16 CC
|
|
281 TCODE .0, .65, "Para rebreathers " ;208 For (Semi-)Closed
|
|
282 TCODE .0, .95, "(Semi-)Cerrados " ;209 Circuit rebreathers
|
|
283 TCODE .0, .125, "Configure los 3 " ;210 Configure the 3
|
|
284 TCODE .0, .155, "SetPoints en menú " ;211 SetPoints in CCR -
|
|
285 TCODE .0, .185, "Conf. CCR. Hay 5 " ;212 Setup menu. 5 bail-
|
|
286 TCODE .0, .215, "bailouts disponible" ;213 outs are available.
|
|
287 ; Apnoemode description
|
|
288 TCODE .0, .35, "Tipodeco: Apnea " ;214 Decotype: Apnoe
|
|
289 TCODE .0, .65, "OSTC2 mostrará cada" ;215 OSTC2 will display
|
|
290 TCODE .0, .95, "descenso por sepa- " ;216 each descent separ-
|
|
291 TCODE .0, .125, "rado en Min:Seg. " ;217 ately in Min:Sec.
|
|
292 TCODE .0, .155, "Temporal.fija frec." ;218 Will temporally set
|
|
293 TCODE .0, .185, "muestras a 1 seg. " ;219 samplerate to 1 sec
|
|
294 TCODE .0, .215, "No se calcula Deco " ;220 No Deco calculation
|
|
295 ; Multi GF OC mode description
|
|
296 TCODE .0, .35, "Tipodeco: L16-GF OC" ;221 Decotype: L16-GF OC
|
|
297 TCODE .0, .65, "Cálculos descompr. " ;222 Decompression cal-
|
|
298 TCODE .0, .95, "con el método-GF " ;223 culations with the
|
|
299 TCODE .0, .125, "(GF_bajo/GF_alto). " ;224 GF-Method (GF_lo/GF
|
|
300 TCODE .0, .155, "¡Mirar CF32 y CF33!" ;225 _hi). Check CF32 &
|
|
301 TCODE .0, .185, "CircuitoAbierto con" ;226 CF33! Open Circuit
|
|
302 TCODE .0, .215, "Paradas Profundas. " ;227 with Deep Stops.
|
|
303 ; Multi GF CC mode description
|
|
304 TCODE .0, .35, "Tipodeco: L16-GF CC" ;228 Decotype: L16-GF CC
|
|
305 TCODE .0, .65, "Cálculos descompr. " ;229 Decompression cal-
|
|
306 TCODE .0, .95, "con el método-GF " ;230 culations with the
|
|
307 TCODE .0, .125, "(GF_bajo/GF_alto). " ;231 GF-Method (GF_lo/GF
|
|
308 TCODE .0, .155, "¡Mirar CF32 & CF33!" ;232 _hi). Check CF32 &
|
|
309 TCODE .0, .185, "CircuitoCerrado con" ;233 CF33!Closed Circuit
|
|
310 TCODE .0, .215, "Paradas Profundas. " ;234 with Deep Stops.
|
|
311 ;
|
|
312 TCODE .10, .2, "¡ModoDeco cambiado!" ;235 Decomode changed!
|
|
313 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC
|
|
314 TCODE .2, .12, "No encont" ;237 Not found
|
|
315 TCODE .100, .0, "SetPoint" ;238 SetPoint
|
|
316 TCODE .100, .0, "No Deco" ;239 No Deco
|
|
317 TCODE .90, .50, "Interval:" ;240 Interval:
|
|
318 TCODE .100, .75, "Pantall" ;241 Display
|
|
319 TCODE .100, .0, "No deco" ;242 No deco
|
|
320 TCODE .132, .0, "beta" ;243 beta
|
|
321 TCODE .100, .100, "nouso" ;244 unuse
|
|
322 TCODE .20, .65, "Rein. CF,Gas y Deco" ;245 Reset CF,Gas & Deco
|
|
323 TCODE .50, .145, "BatBaja!" ;246 LowBatt!
|
|
324 TCODE .20, .125, "Simulador" ;247 Simulator
|
|
325 TCODE .30, .2, "Simulador OSTC" ;248 OSTC Simulator
|
183
|
326 TCODE .20, .35, "Inicio Buc." ;249 Start Dive
|
182
|
327 TCODE .100, .25, "+ 1m" ;250 + 1m
|
|
328 TCODE .100, .50, "- 1m" ;251 - 1m
|
|
329 TCODE .100, .75, "+10m" ;252 +10m
|
|
330 TCODE .100, .100, "-10m" ;253 -10m
|
|
331 TCODE .100, .0, "Atras" ;254 Close
|
|
332 TCODE .131, .170, "Tiem" ;255 Time
|
|
333 ;
|
|
334 ; Text Bank2 (Texts 256-511)
|
|
335 ;
|
|
336 TCODE .0, .0, "x" ;256 x
|
|
337 TCODE .20, .35, "Fto. fecha: " ;257 Date format:
|
|
338 TCODE .40, .2, "Menú Conf. 2:" ;258 Setup Menu 2:
|
|
339 TCODE .105, .35, "MMDDAA" ;259 MMDDYY
|
|
340 TCODE .105, .35, "DDMMAA" ;260 DDMMYY
|
|
341 TCODE .105, .35, "AAMMDD" ;261 YYMMDD
|
|
342 TCODE .1, .1, "OSTC " ;262 OSTC
|
|
343 TCODE .65, .168, "Bail" ;263 Bail
|
|
344 TCODE .7, .48, "Aire " ;264 Air
|
|
345 TCODE .120, .135, "Aire " ;265 Air
|
|
346 TCODE .2, .39, "Calibrar" ;266 Calibrate
|
|
347 TCODE .0, .216, "Max." ;267 Max.
|
|
348 TCODE .10, .8, "¡no" ;268 not
|
|
349 TCODE .10, .16, "encontrado!" ;269 found!
|
|
350 TCODE .0, .0, "mV:" ;270 mV:
|
|
351 ; New CFs Warning
|
|
352 TCODE .0, .2, "¡Nuevo CF añadido!" ;271 New CF added!
|
|
353 TCODE .0, .35, "¡Añadidas nuevas Func." ;272 New CustomFunctions
|
|
354 TCODE .0, .65, "Pers.! ¡Comprobar menú" ;273 were added! Check
|
|
355 TCODE .0, .95, "CF I y CF II para" ;274 CF I and CF II Menu
|
|
356 TCODE .0, .125, "más Detalles!" ;275 for Details!
|
|
357 TCODE .20, .95, "Salinidad:" ;276 Salinity:
|
|
358 ;
|
183
|
359 TCODE .20, .65, "Tiempo Fondo:" ;277 Bottom Time:
|
182
|
360 TCODE .20, .95, "Prof. Max.:" ;278 Max. Depth:
|
|
361 TCODE .20, .125, "Calcular Deco" ;279 Calculate Deco
|
|
362 TCODE .20, .155, "Mostr. Plan Deco" ;280 Show Decoplan
|
|
363 ;
|
|
364 TCODE .93, .170, "ProfMedia" ;281 Avr.Depth
|
|
365 TCODE .90, .170, "TejControl" ;282 Lead Tiss.
|
|
366 TCODE .93, .170, "Crono." ;283 Stopwatch
|
|
367 TCODE .20, .95, "Reinic Diario" ;284 Reset Logbook
|
|
368 TCODE .20, .125, "Reinic OSTC" ;285 Reboot OSTC
|
|
369 TCODE .20, .155, "Rein Datosdeco" ;286 Reset Decodata
|
|
370 ; Altimeter extension
|
|
371 TCODE .20, .155, "Altímetro" ;287 Altimeter
|
|
372 TCODE .38, .1, "Fij Altímetro" ;288 Set Altimeter
|
|
373 TCODE .20, .35, "Ref. mar:" ;289 Sea ref:
|
|
374 TCODE .0, .0, "Activo: " ;290 Enabled:
|
|
375 TCODE .20, .95, "Defecto: 1013 mbar" ;291 Default: 1013 mbar
|
|
376 TCODE .20, .125, "+1 mbar" ;292 +1 mbar
|
|
377 TCODE .20, .155, "-1 mbar" ;293 -1 mbar
|
|
378 TCODE .85, .185, "Alt: " ;294 Alt:
|
189
|
379 ;
|
|
380 TCODE .20, .125, "Show raw data" ;295 Show raw data
|
|
381 TCODE .50, .2, "Raw Data:" ;296 Raw Data:
|
182
|
382 ;=============================================================================
|