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