comparison code_part1/OSTC_code_asm_part1/spanish_text.asm @ 369:93c0cb14b0d2

Dive interval function * Adding interval menu
author JeanDo
date Fri, 10 Jun 2011 01:14:38 +0200
parents 001f2a32b98b
children 61742b3ef842
comparison
equal deleted inserted replaced
368:de3b267e1fd9 369:93c0cb14b0d2
321 TCODE .100, .100, "nouso" ;244 unuse 321 TCODE .100, .100, "nouso" ;244 unuse
322 TCODE .20, .65, "Rein. CF,Gas y Deco" ;245 Reset CF,Gas & Deco 322 TCODE .20, .65, "Rein. CF,Gas y Deco" ;245 Reset CF,Gas & Deco
323 TCODE .50, .145, "BatBaja!" ;246 LowBatt! 323 TCODE .50, .145, "BatBaja!" ;246 LowBatt!
324 TCODE .20, .125, "Simulador" ;247 Simulator 324 TCODE .20, .125, "Simulador" ;247 Simulator
325 TCODE .30, .2, "Simulador OSTC" ;248 OSTC Simulator 325 TCODE .30, .2, "Simulador OSTC" ;248 OSTC Simulator
326 TCODE .20, .35, "Inicio Buc." ;249 Start Dive 326 TCODE .20, .65, "Inicio Buc." ;249 Start Dive
327 TCODE .100, .25, "+ 1m" ;250 + 1m 327 TCODE .100, .25, "+ 1m" ;250 + 1m
328 TCODE .100, .50, "- 1m" ;251 - 1m 328 TCODE .100, .50, "- 1m" ;251 - 1m
329 TCODE .100, .75, "+10m" ;252 +10m 329 TCODE .100, .75, "+10m" ;252 +10m
330 TCODE .100, .100, "-10m" ;253 -10m 330 TCODE .100, .100, "-10m" ;253 -10m
331 TCODE .100, .0, "Atras" ;254 Close 331 TCODE .100, .0, "Atras" ;254 Close
354 TCODE .0, .65, "Pers.! ¡Comprobar menú" ;273 were added! Check 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 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! 356 TCODE .0, .125, "más Detalles!" ;275 for Details!
357 TCODE .20, .95, "Salinidad:" ;276 Salinity: 357 TCODE .20, .95, "Salinidad:" ;276 Salinity:
358 ; 358 ;
359 TCODE .20, .65, "Tiempo Fondo:" ;277 Bottom Time: 359 TCODE .20, .95, "Tiempo Fondo:" ;277 Bottom Time:
360 TCODE .20, .95, "Prof. Max.:" ;278 Max. Depth: 360 TCODE .20, .125, "Prof. Max.:" ;278 Max. Depth:
361 TCODE .20, .125, "Calcular Deco" ;279 Calculate Deco 361 TCODE .20, .155, "Calcular Deco" ;279 Calculate Deco
362 TCODE .20, .155, "Mostr. Plan Deco" ;280 Show Decoplan 362 TCODE .0, .0, "" ;280 UNUSED
363 ; 363 ;
364 TCODE .93, .170, "ProfMedia" ;281 Avr.Depth 364 TCODE .93, .170, "ProfMedia" ;281 Avr.Depth
365 TCODE .90, .170, "TejControl" ;282 Lead Tiss. 365 TCODE .90, .170, "TejControl" ;282 Lead Tiss.
366 TCODE .93, .170, "Crono." ;283 Stopwatch 366 TCODE .93, .170, "Crono." ;283 Stopwatch
367 TCODE .20, .95, "Reinic Diario" ;284 Reset Logbook 367 TCODE .20, .95, "Reinic Diario" ;284 Reset Logbook
389 TCODE .45, .100, "CargadorArr" ;302 Bootloader 389 TCODE .45, .100, "CargadorArr" ;302 Bootloader
390 TCODE .40, .130, "¡EsperePorf!" ;303 Please wait! 390 TCODE .40, .130, "¡EsperePorf!" ;303 Please wait!
391 TCODE .50, .130, "¡Aborta!" ;304 Aborted 391 TCODE .50, .130, "¡Aborta!" ;304 Aborted
392 ;@5 variant 392 ;@5 variant
393 TCODE .0, .0, "Futuro TTS" ;305 Future TTS (=10 chars. Title for @5 customview). 393 TCODE .0, .0, "Futuro TTS" ;305 Future TTS (=10 chars. Title for @5 customview).
394 ;Dive interval
395 TCODE .20, .35, "Interval:" ;306 Interval:
396 TCODE .0, .0, "Now" ;307 Now
394 ;============================================================================= 397 ;=============================================================================