Mercurial > public > hwos_code
annotate src/text_italian.inc @ 568:99735a34dbbf
language updates
author | heinrichsweikamp |
---|---|
date | Thu, 08 Feb 2018 20:31:24 +0100 |
parents | b7eb98dbd800 |
children | fea63a20c1c5 |
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: | |
503
4542d03f748a
NEW: Last Dive customviews in surface mode with divetime, depth and interval
heinrichsweikamp
parents:
481
diff
changeset
|
20 TCODE tLastDive, "Last Dive" ; 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 | |
437 | 25 TCODE tDivemenu_ResetAvg, "Azzera Media" ; Reset Avg. |
0 | 26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
560 | 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 |
403
6e60012bb3fc
NEW: "Lost Gas" feature allows disabling gases during the dive
heinrichsweikamp
parents:
401
diff
changeset
|
30 TCODE tDivemenu_LostGas, "Gas perduto" ; 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 | |
43 TCODE tExit, "Uscita" ; Exit | |
44 TCODE tResetMenu, "Menu Reset" ; Reset Menu | |
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 |
113 | 51 TCODE tCalibrateMenu, "Calibration" ; Calibration |
52 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
53 TCODE tCalibrate, "Calibrate" ; 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: |
560 | 88 TCODE tCalculated, "calculated" ; 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?" | |
96 TCODE tNewBattOld, "Mantieni vecchio" | |
474 | 97 TCODE tNewBattNew36, "Nuova 3,6V Saft" |
98 TCODE tNewBattNew15, "Nuova 1,5V AA" | |
99 TCODE tNewBattAccu, "3,6V AA ricaricabile" | |
100 TCODE tNew18650, "Internal 18650" | |
101 TCODE tNew16650, "Internal 16650" | |
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 | |
119 TCODE tDvMode, "Modo Dive:" | |
120 TCODE tDvOC, "OC" | |
560 | 121 TCODE tDvCCR, "CCR" |
0 | 122 TCODE tDvGauge, "Gauge" |
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" | |
135 TCODE tGF_low, "GF basso:" | |
136 TCODE tGF_high, "GF alto:" | |
137 TCODE tSaturationMult, "Saturazione:" | |
138 TCODE tDesaturationMult, "Desaturazione:" | |
139 TCODE tFTTSMenu, "TTS Futuro:" ; Future TTS | |
140 TCODE taGFMenu, "GF Alternativo" ; Alternative GF | |
141 TCODE taGF_low, "aGF basso:" ; aGF low | |
142 TCODE taGF_high, "aGF alto:" ; aGF high | |
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) |
146 TCODE tsafetystopmenu,"Usa tappa sicur:" ; Safety Stop: (max. 16 chars) | |
560 | 147 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
148 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | |
149 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) ## MODIFIED (layout) | |
150 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; ## NEW bailout gas needs | |
151 TCODE tTankSizes, "Tank Sizes" ; ## NEW bailout gas needs | |
152 TCODE tLiter, " l" ; ## NEW bailout gas needs | |
153 TCODE tTankFillPress, "Tank Press Budget"; ## NEW bailout gas needs | |
154 TCODE tGas1, "Gas 1:" ; ## NEW bailout gas needs | |
155 TCODE tGas2, "Gas 2:" ; ## NEW bailout gas needs | |
156 TCODE tGas3, "Gas 3:" ; ## NEW bailout gas needs | |
157 TCODE tGas4, "Gas 4:" ; ## NEW bailout gas needs | |
158 TCODE tGas5, "Gas 5:" ; ## NEW bailout gas needs | |
159 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter | |
160 TCODE t2ndDecoPlanMenu,"2nd Deco Plan" ; ## NEW deco engine | |
0 | 161 |
162 ; Display Settings | |
163 TCODE tBright, "Luminosita':" | |
164 TCODE tEco, "Eco" | |
165 TCODE tMedium, "Media" | |
166 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
|
167 TCODE tDvSalinity,"Salinita':" ; Salinity |
560 | 168 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
169 TCODE tFlip, "Ruotare schermo:" ; Rotate Screen |
305 | 170 TCODE tMODwarning,"MOD warning:" ; MOD warning |
560 | 171 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning ## NEW IBCD |
448 | 172 TCODE tTimeoutDive,"Dive Timeout:" ; 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
|
173 |
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 ; VSI display Settings |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
175 TCODE tVSItext2, "Variable speed:" ; Variable speed: |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
176 TCODE tVSIgraph, "Speed graph:" ; Speed graph: |
0 | 177 |
178 ; Setup Menu | |
179 TCODE tSystSets, "Impostazioni" | |
180 TCODE tLanguage, "Lingua:" | |
181 TCODE tEnglish, "Inglese" | |
182 TCODE tGerman, "Tedesco" | |
183 TCODE tFrench, "Francese" | |
184 TCODE tItalian, "Italiano" | |
185 TCODE tCompassMenu,"Calibra Bussola" ; Compass calibration | |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
186 TCODE tCompassGain,"Suscettibilita:" ; Compass gain: |
544
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
187 TCODE tCalX, "Cal X:" ; Cal X |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
188 TCODE tCalY, "Cal Y:" ; Cal Y |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
189 TCODE tCalZ, "Cal Z:" ; Cal Z |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
530
diff
changeset
|
190 |
0 | 191 TCODE tUnits, "Unita':" |
192 TCODE tMetric, " m/°C" ; Enum menu | |
193 TCODE tImperial, "ft/°F" | |
194 | |
200 | 195 TCODE tDefName, "HW OSTC" |
0 | 196 |
383 | 197 TCODE tButtonleft,"Bottone sinistra:" ; Left button |
198 TCODE tButtonright,"Bottone destra:" ; Right button | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
199 |
560 | 200 TCODE tAltMode, "Waiting Time:" ; ## NEW no fly altitude |
201 TCODE tAltModeFly, "Flying" ; ## NEW no fly altitude | |
202 TCODE tAltMode1000, "1000m" ; ## NEW no fly altitude | |
203 TCODE tAltMode2000, "2000m" ; ## NEW no fly altitude | |
204 TCODE tAltMode3000, "3000m" ; ## NEW no fly altitude | |
205 | |
0 | 206 ; Units for all menu |
207 TCODE tMeters, "m" | |
208 TCODE tFeets, "ft" | |
209 TCODE tFeets1, "f" | |
210 TCODE tMinutes, "'" | |
211 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
212 TCODE tLitersMinute, "l/min" |
560 | 213 TCODE tbar, "bar" ; bar |
214 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | |
215 TCODE tMeterMinute, "m/min" ; meter per minute ## NEW ascent speed | |
216 TCODE tmin, "min" ; minutes | |
217 | |
0 | 218 ; Date |
219 TCODE tDateFormat, "Data:" | |
220 TCODE tDateformat, "MMGGAA" | |
221 TCODE tDateformat1,"GGMMAA" | |
222 TCODE tDateformat2,"AAMMGG" | |
223 | |
224 ; Simulator menu | |
136 | 225 TCODE tInter, "Start Simulatore" ; Start Simulator |
226 TCODE tPlan, "Simulatore" ; Simulator | |
0 | 227 |
228 ; Decoplanner submenu | |
229 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
230 TCODE tBtTm_short,"Tempo:" ; Bot. Time: (max. 6 chars) |
568 | 231 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars) |
0 | 232 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) |
560 | 233 TCODE tDecoSetup, "Calculator Setup" ; ## NEW (layout) |
0 | 234 TCODE tDeco, "Calcola Deco" ; Calculate Deco |
235 TCODE tDivePlan, "Pianificat:" ; Dive Plan: | |
236 TCODE tNoDeco, "No Deco" ; No Deco | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
237 TCODE tMore, "Dettagli.." ; More... |
560 | 238 TCODE tSelectSetpoint,"CCR Setpoint: " ; ## NEW deco calculator enhancement |
239 TCODE tuseAGF, "use aGF: " ; ## NEW deco calculator enhancement | |
240 TCODE tCalculating, "Calculating..." ; ## NEW deco calculator enhancement | |
0 | 241 |
242 ; Information menu | |
243 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
244 TCODE tSerial, "Seriale : " ; Serial : (space) | |
245 TCODE tTotalDives,"Totale Immersioni:" ; Total Dives: | |
62 | 246 TCODE tBatteryV, "Batteria: " ; Battery: |
453
b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
heinrichsweikamp
parents:
448
diff
changeset
|
247 TCODE tUptime, "Uptime: " ; Uptime: |
0 | 248 |
249 ; Divemode screen | |
250 TCODE tNDL, "NDL" | |
251 TCODE tTTS, "TTS" | |
252 TCODE tVelMetric, "m/min" | |
253 TCODE tVelImperial,"ft/m " | |
254 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
255 TCODE tSelectAir, "Aria " ; Air | |
256 TCODE tSelectO2, "O2 " ; O2 | |
257 TCODE tSelectNx, "Nx" ; Nx | |
258 TCODE tSelectTx, "Tx" ; Tx | |
8 | 259 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
|
260 TCODE tMaxDepth, "Prof. Max" ; Max. Depth - max 10chars! |
0 | 261 TCODE tDivetime, "Divetime" ; Divetime |
8 | 262 TCODE tDiveHudMask1, "Sensor 1" |
263 TCODE tDiveHudMask2, "Sensor 2" | |
264 TCODE tDiveHudMask3, "Sensor 3" | |
437 | 265 TCODE tDiveTotalAvg, "Media" |
0 | 266 TCODE tDiveStopwatch, "Cronometro" |
437 | 267 TCODE tDiveStopAvg, "Media Inter" ; 11chars max |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
268 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
406 | 269 TCODE tApnoeMax, "Ultima Discesa" ; Last descend |
0 | 270 TCODE tApnoeSurface, "Tempo Superficie" ; Surface Time |
271 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan | |
272 TCODE tDiveClock, "Orologio" ; Clock | |
273 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
274 TCODE tDiveTissues, "Tessuti" ; Tissues | |
275 TCODE tEND, "END:" ; END: | |
276 TCODE tHe, "He" ; He | |
277 TCODE tN2, "N2" ; N2 | |
278 TCODE tDiveBailout, "Bailout" ; Bailout | |
279 TCODE tGFactors, "Valori GF" ; GF Values | |
280 TCODE taGFactors, "Valori aGF" ; aGF Values | |
281 TCODE tGFInfo, "Info GF" ; GF Info | |
123 | 282 TCODE tCeiling, "Ceiling" ; Ceiling |
560 | 283 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
284 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
560 | 285 TCODE tDecoInfo, "Deco Zone" ; Deco info |
413
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
406
diff
changeset
|
286 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
530 | 287 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
560 | 288 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
289 TCODE tSensorDisagree,"Sensors<>" ; Sensors disagree Warning ## NEW voting logic | |
290 TCODE tGasNeedsWarn, "Gas Needs" ; ## NEW bailout gas needs | |
291 TCODE tGasNeedsBar, "Gas Needs (bar)" ; ## NEW bailout gas needs | |
292 TCODE tCNSsurf, "CNS Surf." ; ## NEW CNS at end-of-dive | |
293 TCODE tCNSfTTS, "CNS fTTS" ; ## NEW CNS at end-of-dive | |
294 TCODE tCNSBO, "CNS B/O" ; ## NEW CNS at end-of-dive | |
295 TCODE tCNSnow, "CNS now" ; ## NEW CNS at end-of-dive | |
296 TCODE tCNSeod, "CNS final" ; ## NEW CNS at end-of-dive | |
297 TCODE tIBCD, "IBCD N2He" ; ## NEW IBCD | |
298 TCODE tMicroBubbles, "M.Bubbles" ; ## NEW microbubbles | |
299 TCODE tCNS, "CNS: " ; ## V2.95 optics | |
300 | |
0 | 301 ; Divemode menu |
302 TCODE tDivePreMenu, "Menu?" ; Menu? | |
255 | 303 TCODE tSetHeading, "Direz." ; Bearing (Max. seven chars) |
0 | 304 |
305 ; Simulator menu | |
306 TCODE tQuitSim, "Uscire?" ; Quit Simulation? | |
307 | |
308 ; Logbook | |
309 TCODE tCNS2, "CNS:" | |
437 | 310 TCODE tAVG, "Avg:" |
0 | 311 TCODE tGF, "GF:" |
312 TCODE tSAT, "Sat:" ; Sat: | |
313 | |
314 ; Logbook units | |
315 TCODE tLogTunitC, "°C" | |
316 TCODE tLogTunitF, "°F" | |
317 TCODE tKGL, "kg/l" | |
318 TCODE tMBAR, "mbar" | |
319 | |
320 ; Logbook menu | |
321 TCODE tNextLog, "Pagina Seguente" | |
322 | |
323 ; Reset menu | |
324 TCODE tReboot, "Riavvio" ;Reboot | |
325 TCODE tResetMenu2,"Sei sicuro?" ;Are you sure? | |
326 TCODE tAbort, "Annulla" ;Abort | |
327 TCODE tResetSettings, "Azzera Tutto" ;Reset all | |
328 TCODE tResetDeco, "Azzera Deco" ;Reset Deco | |
329 TCODE tResetBattery, "Azzera Batteria" ;Reset Battery | |
63 | 330 TCODE tResetLogbook, "Azzera Logbook" ;Reset Logbook |
0 | 331 |
332 ; Set Time Menu/Set Date Menu | |
333 TCODE tSetHours, "Imposta Ora" ; Set Hours | |
334 TCODE tSetMinutes,"Imposta Minuti" ; Set Minutes | |
335 TCODE tSetSeconds,"Azzera Secondi" ; Clear seconds | |
336 TCODE tSetDay, "Imp Giorno" ; Set Day | |
337 TCODE tSetMonth, "Imp Mese" ; Set Month | |
338 TCODE tSetYear, "Imp Anno" ; Set Year | |
339 | |
340 ; Logbook Offset Menu | |
341 TCODE tLogOffset, "Offset Logbook" ; Logbook offset | |
342 TCODE tLogOffsetp1, "+1" ; +1 | |
343 TCODE tLogOffsetp10, "+10" ; +10 | |
344 TCODE tLogOffsetm1, "-1" ; -1 | |
345 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
346 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
347 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
348 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
349 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
350 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
351 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
352 TCODE tS, "S " ; S(outh),157°-202° |
51 | 353 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
354 TCODE tW, "O " ; W(West),248°-292° |
51 | 355 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
356 |
50 | 357 ; Color Scheme menu |
52 | 358 TCODE tColorScheme, "Schema di colori" ; Colour scheme |
51 | 359 TCODE tColorSetDive, "Immersione:" ; Divemode: |
360 TCODE tColorSetName0, "Standard" ; Standard | |
361 TCODE tColorSetName1, "Rosso" ; Red | |
362 TCODE tColorSetName2, "Verde" ; Green | |
363 TCODE tColorSetName3, "Blu" ; Blue | |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
364 |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
365 ; PSCR Menu and Settings |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
366 TCODE tPSCRMenu, "PSCR Menu" ; PSCR Menu |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
367 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
368 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio |