Mercurial > public > hwos_code
annotate src/text_italian.inc @ 595:1719de53e497
2.97 SP2 (999bar fix)
author | heinrichsweikamp |
---|---|
date | Mon, 25 Jun 2018 18:29:54 +0200 |
parents | b39a759a0e88 |
children | 2b4e02a9c1e4 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
560 | 3 ; File text_italian.asm REFACTORED VERSION V2.95 |
0 | 4 ; |
5 ; Italian texts translation file. | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 | |
10 ; Basic texts | |
11 TCODE tNo, "No" ; No | |
12 TCODE tYes, "Si" ; Yes = No + 1 | |
560 | 13 TCODE tblank, " " ; (a single space character) ## NEW (layout) |
0 | 14 |
15 ; Surface-mode texts | |
16 TCODE tBeta, "beta" ; beta | |
76 | 17 TCODE tMenu, "<Menu" ; <Menu |
0 | 18 TCODE tView, "Vedi>" ; View> |
19 TCODE tHeading, "Direzione:" ; Heading: | |
576 | 20 TCODE tLastDive, "UltimaImm." ; Last Dive (Max 10 chars) |
530 | 21 TCODE tSensorMilliVolt, "CCR Sensori mV" ; CCR Sensors mV |
0 | 22 |
23 ; Divemode Menu | |
24 TCODE tDivemenu_Gaslist, "Lista Gas" ; Gaslist | |
576 | 25 TCODE tDivemenu_ResetAvg, "AzzeraMed" ; Reset Avg. |
0 | 26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
569 | 27 TCODE tDivemenu_UseSensor,"Usa Sensori" ; Use Sensor |
0 | 28 TCODE tDivemenu_ToggleGF, "Alterna GF" ; Toggle GF |
401
7be43d886bb1
Logbook marker can be set in dive mode menu (OC only)
heinrichsweikamp
parents:
383
diff
changeset
|
29 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker |
569 | 30 TCODE tDivemenu_LostGas, "Gas perso" ; Lost Gas |
0 | 31 |
32 ; Main menu | |
33 TCODE tNext, "<Prossimo" ; <Next | |
34 TCODE tEnter, "Enter>" ; Enter> | |
35 | |
36 TCODE tMainMenu, "Menu Principale" ; MainMenu | |
37 TCODE tLogbook, "Logbook" ; Logbook | |
38 TCODE tGasSetup, "Imposta Gas OC" ; OC Gas Setup | |
39 TCODE tSetTime, "Imposta Ora" ; Set Time | |
40 TCODE tSetDate, "Imposta Data" ; Set Date | |
41 TCODE tSetTimeDate,"Imp. Ora e Data"; Set Time & Date | |
42 TCODE tDispSets, "Visualizzazione" ; Display Settings | |
576 | 43 TCODE tExit, "Esci" ; Exit |
44 TCODE tResetMenu, "Resetta Menu" ; Reset Menu | |
0 | 45 TCODE tDiveModeMenu,"Modalita' Deco" ; Deco Mode |
46 TCODE tInfoMenu, "Informazioni" ; Information | |
47 TCODE tCCRSetup, "Imposta CCR" ; CCR Setup | |
48 TCODE tDiluentSetup,"Imposta Diluente" ; Diluent Setup | |
49 TCODE tFixedSetpoints,"Setpoints Fissi" ; Fixed Setpoints | |
8 | 50 TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor |
569 | 51 TCODE tCalibrateMenu, "Calibrazione" ; Calibration |
113 | 52 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: |
569 | 53 TCODE tCalibrate, "Calibra" ; Calibrate |
560 | 54 TCODE tBack, "back..." ; ## NEW |
0 | 55 |
56 ; Gas menu | |
57 TCODE tGaslist, "Lista Gas OC" | |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
76
diff
changeset
|
58 TCODE tGaslistCC, "Lista Gas CC" ; CC Diluents |
0 | 59 TCODE tGasEdit, "Modifica Gas" |
60 TCODE tType, "Tipo: " | |
61 TCODE tGasDisabled,"Disabilitato" ; Disabled | |
62 TCODE tGasFirst, "Primo" ; First | |
63 TCODE tGasTravel, "Viaggio" ; Travel | |
64 TCODE tGasDeco, "Deco" ; Deco | |
65 TCODE tDilDisabled,"Disabilitato" ; Disabled | |
66 TCODE tDilFirst, "Primo" ; First | |
67 TCODE tDilNorm, "Normale" ; Normal | |
68 TCODE tAir, "Aria " ; Enum: values must follows (5 chars) | |
69 TCODE tO2, "O2 " ; tAir + 5 | |
70 TCODE tO2Plus, "O2 +" | |
71 TCODE tO2Minus, "O2 -" | |
72 TCODE tHePlus, "He +" | |
73 TCODE tHeMinus, "He -" | |
74 TCODE tMOD, "MOD:" | |
75 TCODE tEAD, "EAD:" | |
76 TCODE tGasDepth, "Cambia profondita'" | |
77 TCODE tDepthPlus, "Profondita' +" | |
78 TCODE tDepthMinus,"Profondita' -" | |
79 TCODE tDepthReset,"Reset a MOD:" | |
80 TCODE tSetup_mix, "Imposta Miscela" | |
8 | 81 TCODE tCCRMode, "Modo CCR:" ; CCR Mode: |
0 | 82 TCODE tCCRModeFixedSP, "SP Fissi" ; Fixed SP |
560 | 83 TCODE tCCRModeSensor, "Sensori" ; Sensor |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
84 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP |
0 | 85 TCODE tSP, "SP" ; SP (SetPoint) |
560 | 86 TCODE tSPPlus, "ppO2+" ; pO2+ |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
87 TCODE tSensorFallback, "Fallback:" ; Fallback: |
569 | 88 TCODE tCalculated, "calcolato" ; calculated |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
148
diff
changeset
|
89 TCODE tppO2, "ppO2:" ; ppO2: |
560 | 90 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
91 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
92 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | |
93 | |
0 | 94 ; New battery menu |
95 TCODE tNewBattTitle, "Nuova Batteria?" | |
569 | 96 TCODE tNewBattOld, "Mantieni vecchia" |
474 | 97 TCODE tNewBattNew36, "Nuova 3,6V Saft" |
98 TCODE tNewBattNew15, "Nuova 1,5V AA" | |
99 TCODE tNewBattAccu, "3,6V AA ricaricabile" | |
569 | 100 TCODE tNew18650, "18650 Interna" |
101 TCODE tNew16650, "16650 Interna" | |
0 | 102 |
103 ; Gaslist management | |
104 TCODE tGas, "Gas" ; Gas | |
105 TCODE tGasErr, "Err" ; Err (3 chars) | |
106 | |
107 ; Communication Menu | |
108 TCODE tUsbTitle, "Modalita' USB" | |
269
1207cf9a9408
adjust menu for different hardware versions
heinrichsweikamp
parents:
255
diff
changeset
|
109 TCODE tBleTitle, "Modalita' Bluetooth" |
0 | 110 TCODE tUsbStarting, "Avvio..." |
182 | 111 TCODE tUsbStartDone, "Fatto." |
0 | 112 TCODE tUsbServiceMode, "Modo Servizio abil" |
113 TCODE tUsbClosed, "Porta chiusa" | |
114 TCODE tUsbExit, "Uscita" | |
115 TCODE tUsbDownloadMode, "Modo Download abil" | |
116 TCODE tUsbLlBld, "Livello-basso Bootloader" | |
117 | |
118 ; Dive Settings | |
576 | 119 TCODE tDvMode, "Tipo Dive:" |
0 | 120 TCODE tDvOC, "OC" |
560 | 121 TCODE tDvCCR, "CCR" |
574 | 122 TCODE tDvGauge, "Gauge" |
0 | 123 TCODE tDvApnea, "Apnea" |
560 | 124 TCODE tDvPSCR, "pSCR" |
125 TCODE tDvCC, "CC" | |
126 TCODE tDkMode, "Algorit.:ZH-L16" ; ## MODIFIED (memory) | |
127 TCODE tZHL16, " " ; ## MODIFIED (memory) | |
128 TCODE tZHL16GF, "+GF" ; ## MODIFIED (memory) | |
0 | 129 TCODE tPPO2Max, "ppO2 Max:" |
507
4e6f5c36f4cc
NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents:
503
diff
changeset
|
130 TCODE tPPO2DECO, "ppO2 Deco:" |
4e6f5c36f4cc
NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents:
503
diff
changeset
|
131 TCODE tPPO2MIN, "ppO2 Min:" |
560 | 132 TCODE tPPO2MINCC, "Min Loop:" ; ## NEW ppO2 min cc |
0 | 133 TCODE tLastDecostop, "Ultima Deco:" |
134 TCODE tDecoparameters, "Parametri Deco" | |
576 | 135 TCODE tGF_low, "GF Basso:" |
136 TCODE tGF_high, "GF Alto:" | |
0 | 137 TCODE tSaturationMult, "Saturazione:" |
138 TCODE tDesaturationMult, "Desaturazione:" | |
582 | 139 TCODE tFTTSMenu, "fTTS/fB/O:" ; Future TTS |
0 | 140 TCODE taGFMenu, "GF Alternativo" ; Alternative GF |
576 | 141 TCODE taGF_low, "aGF Basso:" ; aGF low |
142 TCODE taGF_high, "aGF Alto:" ; aGF high | |
0 | 143 TCODE taGF_enable,"aGF Selezionabile:" ; aGF Selectable |
144 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
108 | 145 TCODE tppO2settings,"Menu ppO2" ; ppO2 Settings (max. 18 chars) |
576 | 146 TCODE tsafetystopmenu,"Tappa Sicurezza:" ; Safety Stop: (max. 16 chars) |
577 | 147 TCODE tGasUsage, "Util.Gas" ; Gas Usage |
576 | 148 TCODE tSetBotUse, "Gas Fondo: " ; Bottom Gas: (space) |
149 TCODE tSetDecoUse, "Gas Deco : " ; Deco Gas: (space) ## MODIFIED (layout) | |
560 | 150 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; ## NEW bailout gas needs |
576 | 151 TCODE tTankSizes, "Capac. Bombola" ; ## NEW bailout gas needs |
560 | 152 TCODE tLiter, " l" ; ## NEW bailout gas needs |
587 | 153 TCODE tBarLiter, "Litri" |
569 | 154 TCODE tTankFillPress, "Press. Bombola"; ## NEW bailout gas needs |
560 | 155 TCODE tGas1, "Gas 1:" ; ## NEW bailout gas needs |
156 TCODE tGas2, "Gas 2:" ; ## NEW bailout gas needs | |
157 TCODE tGas3, "Gas 3:" ; ## NEW bailout gas needs | |
158 TCODE tGas4, "Gas 4:" ; ## NEW bailout gas needs | |
159 TCODE tGas5, "Gas 5:" ; ## NEW bailout gas needs | |
160 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter | |
569 | 161 TCODE t2ndDecoPlanMenu,"2o Piano Deco" ; ## NEW deco engine |
0 | 162 |
163 ; Display Settings | |
164 TCODE tBright, "Luminosita':" | |
165 TCODE tEco, "Eco" | |
166 TCODE tMedium, "Media" | |
167 TCODE tHigh, "Alta" | |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
168 TCODE tDvSalinity,"Salinita':" ; Salinity |
574 | 169 TCODE tShowppO2, "ppO2 Permanente:" ; Always show ppO2: |
576 | 170 TCODE tFlip, "Ruota schermo:" ; Rotate Screen |
569 | 171 TCODE tMODwarning,"Avvertimento MOD:" ; MOD warning |
574 | 172 TCODE tIBCDwarning, "Avvertimento IBCD:" ; IBCD Warning ## NEW IBCD |
173 TCODE tTimeoutDive,"Timeout Immsni:" ; Dive Timeout | |
326
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
174 |
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
175 ; VSI display Settings |
574 | 176 TCODE tVSItext2, "Velox Variabile:" ; Variable speed: |
569 | 177 TCODE tVSIgraph, "Grafico Velocita':" ; Speed graph: |
0 | 178 |
179 ; Setup Menu | |
180 TCODE tSystSets, "Impostazioni" | |
181 TCODE tLanguage, "Lingua:" | |
182 TCODE tEnglish, "Inglese" | |
183 TCODE tGerman, "Tedesco" | |
184 TCODE tFrench, "Francese" | |
185 TCODE tItalian, "Italiano" | |
186 TCODE tCompassMenu,"Calibra Bussola" ; Compass calibration | |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
187 TCODE tCompassGain,"Suscettibilita:" ; Compass gain: |
544
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
188 TCODE tCalX, "Cal X:" ; Cal X |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
189 TCODE tCalY, "Cal Y:" ; Cal Y |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
190 TCODE tCalZ, "Cal Z:" ; Cal Z |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
191 |
0 | 192 TCODE tUnits, "Unita':" |
193 TCODE tMetric, " m/°C" ; Enum menu | |
194 TCODE tImperial, "ft/°F" | |
195 | |
200 | 196 TCODE tDefName, "HW OSTC" |
0 | 197 |
574 | 198 TCODE tButtonleft,"Bottone Sx:" ; Left button |
199 TCODE tButtonright,"Bottone Dx:" ; Right button | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
200 |
569 | 201 TCODE tAltMode, "Attesa:" ; ## NEW no fly altitude |
202 TCODE tAltModeFly, "Volo" ; ## NEW no fly altitude | |
560 | 203 TCODE tAltMode1000, "1000m" ; ## NEW no fly altitude |
204 TCODE tAltMode2000, "2000m" ; ## NEW no fly altitude | |
205 TCODE tAltMode3000, "3000m" ; ## NEW no fly altitude | |
206 | |
0 | 207 ; Units for all menu |
208 TCODE tMeters, "m" | |
209 TCODE tFeets, "ft" | |
210 TCODE tFeets1, "f" | |
211 TCODE tMinutes, "'" | |
212 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
213 TCODE tLitersMinute, "l/min" |
560 | 214 TCODE tbar, "bar" ; bar |
215 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | |
216 TCODE tMeterMinute, "m/min" ; meter per minute ## NEW ascent speed | |
217 TCODE tmin, "min" ; minutes | |
218 | |
0 | 219 ; Date |
220 TCODE tDateFormat, "Data:" | |
221 TCODE tDateformat, "MMGGAA" | |
222 TCODE tDateformat1,"GGMMAA" | |
223 TCODE tDateformat2,"AAMMGG" | |
224 | |
225 ; Simulator menu | |
576 | 226 TCODE tInter, "Avvia Simulatore" ; Start Simulator |
136 | 227 TCODE tPlan, "Simulatore" ; Simulator |
0 | 228 |
229 ; Decoplanner submenu | |
230 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
231 TCODE tBtTm_short,"Tempo:" ; Bot. Time: (max. 6 chars) |
586 | 232 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars) |
0 | 233 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) |
574 | 234 TCODE tDecoSetup, "Setta Calcoli" ; ## NEW (layout) |
0 | 235 TCODE tDeco, "Calcola Deco" ; Calculate Deco |
236 TCODE tDivePlan, "Pianificat:" ; Dive Plan: | |
237 TCODE tNoDeco, "No Deco" ; No Deco | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
238 TCODE tMore, "Dettagli.." ; More... |
560 | 239 TCODE tSelectSetpoint,"CCR Setpoint: " ; ## NEW deco calculator enhancement |
569 | 240 TCODE tuseAGF, "usa aGF: " ; ## NEW deco calculator enhancement |
241 TCODE tCalculating, "Calcolando..." ; ## NEW deco calculator enhancement | |
0 | 242 |
243 ; Information menu | |
244 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
245 TCODE tSerial, "Seriale : " ; Serial : (space) | |
574 | 246 TCODE tTotalDives,"Tot Immersioni:" ; Total Dives: |
62 | 247 TCODE tBatteryV, "Batteria: " ; Battery: |
453
b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
heinrichsweikamp
parents:
448
diff
changeset
|
248 TCODE tUptime, "Uptime: " ; Uptime: |
0 | 249 |
250 ; Divemode screen | |
251 TCODE tNDL, "NDL" | |
252 TCODE tTTS, "TTS" | |
253 TCODE tVelMetric, "m/min" | |
254 TCODE tVelImperial,"ft/m " | |
255 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
569 | 256 TCODE tSelectAir, "Aria" ; Air |
0 | 257 TCODE tSelectO2, "O2 " ; O2 |
258 TCODE tSelectNx, "Nx" ; Nx | |
259 TCODE tSelectTx, "Tx" ; Tx | |
8 | 260 TCODE tDepth, "Prof." ; Depth |
310
453a3d13570f
VSIbar #2: ascend bar + max-depth title alignment. Debug: bar-frame, zero-line, sim+- 0.1m
janos_kovacs <kovjanos@gmail.com>
parents:
307
diff
changeset
|
261 TCODE tMaxDepth, "Prof. Max" ; Max. Depth - max 10chars! |
0 | 262 TCODE tDivetime, "Divetime" ; Divetime |
574 | 263 TCODE tDiveHudMask1, "Sensore 1" |
264 TCODE tDiveHudMask2, "Sensore 2" | |
265 TCODE tDiveHudMask3, "Sensore 3" | |
437 | 266 TCODE tDiveTotalAvg, "Media" |
0 | 267 TCODE tDiveStopwatch, "Cronometro" |
437 | 268 TCODE tDiveStopAvg, "Media Inter" ; 11chars max |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
269 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
406 | 270 TCODE tApnoeMax, "Ultima Discesa" ; Last descend |
0 | 271 TCODE tApnoeSurface, "Tempo Superficie" ; Surface Time |
272 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan | |
273 TCODE tDiveClock, "Orologio" ; Clock | |
274 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
275 TCODE tDiveTissues, "Tessuti" ; Tissues | |
276 TCODE tEND, "END:" ; END: | |
277 TCODE tHe, "He" ; He | |
278 TCODE tN2, "N2" ; N2 | |
279 TCODE tDiveBailout, "Bailout" ; Bailout | |
280 TCODE tGFactors, "Valori GF" ; GF Values | |
281 TCODE taGFactors, "Valori aGF" ; aGF Values | |
282 TCODE tGFInfo, "Info GF" ; GF Info | |
123 | 283 TCODE tCeiling, "Ceiling" ; Ceiling |
560 | 284 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
285 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
569 | 286 TCODE tDecoInfo, "Zona Deco" ; Deco info |
574 | 287 TCODE tSensorCheck, "Testa Sensori" ; Sensor Check |
530 | 288 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
560 | 289 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
574 | 290 TCODE tSensorDisagree,"Sensori<>" ; Sensors disagree Warning ## NEW voting logic |
590 | 291 TCODE tGasNeedsWarn, "Gas Neces" ; ## NEW bailout gas needs |
569 | 292 TCODE tGasNeedsBar, "Gas Necess. (bar)" ; ## NEW bailout gas needs |
560 | 293 TCODE tCNSsurf, "CNS Surf." ; ## NEW CNS at end-of-dive |
294 TCODE tCNSfTTS, "CNS fTTS" ; ## NEW CNS at end-of-dive | |
295 TCODE tCNSBO, "CNS B/O" ; ## NEW CNS at end-of-dive | |
569 | 296 TCODE tCNSnow, "CNS ora" ; ## NEW CNS at end-of-dive |
297 TCODE tCNSeod, "CNS finale" ; ## NEW CNS at end-of-dive | |
560 | 298 TCODE tIBCD, "IBCD N2He" ; ## NEW IBCD |
569 | 299 TCODE tMicroBubbles, "M.Bolle" ; ## NEW microbubbles |
560 | 300 TCODE tCNS, "CNS: " ; ## V2.95 optics |
301 | |
0 | 302 ; Divemode menu |
303 TCODE tDivePreMenu, "Menu?" ; Menu? | |
576 | 304 TCODE tSetHeading, "Salva" ; Bearing (Max. seven chars) |
0 | 305 |
306 ; Simulator menu | |
569 | 307 TCODE tQuitSim, "Uscire" ; Quit Simulation? |
0 | 308 |
309 ; Logbook | |
310 TCODE tCNS2, "CNS:" | |
569 | 311 TCODE tAVG, "Media:" |
0 | 312 TCODE tGF, "GF:" |
313 TCODE tSAT, "Sat:" ; Sat: | |
314 | |
315 ; Logbook units | |
316 TCODE tLogTunitC, "°C" | |
317 TCODE tLogTunitF, "°F" | |
318 TCODE tKGL, "kg/l" | |
319 TCODE tMBAR, "mbar" | |
320 | |
321 ; Logbook menu | |
322 TCODE tNextLog, "Pagina Seguente" | |
323 | |
324 ; Reset menu | |
325 TCODE tReboot, "Riavvio" ;Reboot | |
326 TCODE tResetMenu2,"Sei sicuro?" ;Are you sure? | |
327 TCODE tAbort, "Annulla" ;Abort | |
328 TCODE tResetSettings, "Azzera Tutto" ;Reset all | |
329 TCODE tResetDeco, "Azzera Deco" ;Reset Deco | |
330 TCODE tResetBattery, "Azzera Batteria" ;Reset Battery | |
63 | 331 TCODE tResetLogbook, "Azzera Logbook" ;Reset Logbook |
0 | 332 |
333 ; Set Time Menu/Set Date Menu | |
334 TCODE tSetHours, "Imposta Ora" ; Set Hours | |
335 TCODE tSetMinutes,"Imposta Minuti" ; Set Minutes | |
336 TCODE tSetSeconds,"Azzera Secondi" ; Clear seconds | |
337 TCODE tSetDay, "Imp Giorno" ; Set Day | |
338 TCODE tSetMonth, "Imp Mese" ; Set Month | |
339 TCODE tSetYear, "Imp Anno" ; Set Year | |
340 | |
341 ; Logbook Offset Menu | |
569 | 342 TCODE tLogOffset, "Devia Logbook" ; Logbook offset |
0 | 343 TCODE tLogOffsetp1, "+1" ; +1 |
344 TCODE tLogOffsetp10, "+10" ; +10 | |
345 TCODE tLogOffsetm1, "-1" ; -1 | |
346 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
347 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
348 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
349 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
350 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
351 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
352 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
353 TCODE tS, "S " ; S(outh),157°-202° |
51 | 354 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
355 TCODE tW, "O " ; W(West),248°-292° |
51 | 356 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
357 |
50 | 358 ; Color Scheme menu |
576 | 359 TCODE tColorScheme, "Schema colori" ; Colour scheme |
51 | 360 TCODE tColorSetDive, "Immersione:" ; Divemode: |
361 TCODE tColorSetName0, "Standard" ; Standard | |
362 TCODE tColorSetName1, "Rosso" ; Red | |
363 TCODE tColorSetName2, "Verde" ; Green | |
364 TCODE tColorSetName3, "Blu" ; Blue | |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
365 |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
366 ; PSCR Menu and Settings |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
367 TCODE tPSCRMenu, "PSCR Menu" ; PSCR Menu |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
368 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
369 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio |