Mercurial > public > hwos_code
annotate src/text_italian.inc @ 637:cdff88f5a4a0
Battery menu for OSTC plus
author | heinrichsweikamp |
---|---|
date | Sun, 17 May 2020 09:34:18 +0200 |
parents | 4050675965ea |
children | 8c1f1f334275 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
634 | 3 ; File text_italian.asm next combined generation V3.09.4k |
0 | 4 ; |
604 | 5 ; Italian texts translation file. |
0 | 6 ; |
604 | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
0 | 8 ;============================================================================= |
9 | |
10 ; Basic texts | |
631 | 11 TCODE tNo, "No" ; 0 No | Enum group |
12 TCODE tYes, "Si" ; 1 Yes | | |
13 | |
604 | 14 IFDEF _cave_mode |
631 | 15 TCODE tOff, "off" ; OFF | Enum group |
16 TCODE tOn, "on" ; ON | | |
17 ELSE | |
18 TCODE tOff, " " ; needed for option table | |
604 | 19 ENDIF |
20 | |
21 TCODE tblank, " " ; (a single space character) | |
0 | 22 |
23 ; Surface-mode texts | |
604 | 24 TCODE tMenu, "<Menu" ; <Menu |
25 TCODE tView, "Vedi>" ; View> | |
26 TCODE tHeading, "Direzione:" ; Heading: | |
27 TCODE tLastDive, "UltimaImm." ; Last Dive (Max 10 chars) | |
623 | 28 |
634 | 29 TCODE tFTTSSurf, "TTS Futuro :" ; Future TTS |
30 TCODE tLastDecostopSurf, "UltimaTappa:" ; last deco stop surface custom view | |
31 TCODE tDvSalinitySurf, "Salinita' :" ; Salinity | |
631 | 32 |
623 | 33 IFDEF _external_sensor |
604 | 34 TCODE tSensorMilliVolt, "Sensori mV" ; Sensors mV |
623 | 35 ENDIF |
36 | |
0 | 37 |
38 ; Divemode Menu | |
604 | 39 TCODE tDivemenu_Gaslist, "Lista Gas" ; Gaslist (OC) |
623 | 40 TCODE tDivemenu_ResetAvg, "AzzeraMed" ; Reset Avg |
628 | 41 TCODE tDivemenu_Avg_Mkr, "Med/Segna" ; Reset Avg, Set Marker (and Turn Dive) |
604 | 42 TCODE tDivemenu_ToggleGF, "Alterna GF" ; Toggle GF |
43 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | |
44 TCODE tDivemenu_LostGas, "Gas perso" ; Lost Gas | |
623 | 45 |
46 IFDEF _ccr_pscr | |
47 TCODE tDivemenu_Diluent, "Lista Dil" ; Diluents (CCR) | |
48 TCODE tDivemenu_Premix, "Lista Mix" ; Premix (pSCR) | |
49 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
50 ENDIF | |
51 | |
52 IFDEF _external_sensor | |
53 TCODE tDivemenu_UseSensor,"Usa Sensori" ; Use Sensor | |
54 ENDIF | |
55 | |
604 | 56 IFDEF _cave_mode |
631 | 57 TCODE tDivePreCave, "Cave?" ; Enter Cave Menu ( 5 chars max) |
58 TCODE tDivemenu_wp_set, "Waypoint" ; Set Waypoint (10 chars max) | |
59 TCODE tDivemenu_wp_out, "WP go <-()" ; go one Waypoint outwards (10 chars max) | |
60 TCODE tDivemenu_wp_in, "WP go ->()" ; go one Waypoint inwards (10 chars max) | |
61 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive (10 chars max) | |
62 TCODE tDivemenu_ContDive, "Cont.Dive" ; Continue Dive (10 chars max) | |
63 TCODE tDivemenu_off_on, "Off / On" ; Cave Mode Off/On (10 chars max) | |
604 | 64 ENDIF |
0 | 65 |
623 | 66 |
0 | 67 ; Main menu |
604 | 68 TCODE tNext, "<Prossimo" ; <Next |
619 | 69 TCODE tEnter, " Enter>" ; Enter> |
604 | 70 TCODE tMainMenu, "Menu Principale" ; MainMenu |
71 TCODE tLogbook, "Logbook" ; Logbook | |
72 TCODE tGasSetup, "Imposta Gas OC" ; OC Gas Setup | |
73 TCODE tSetTime, "Imposta Ora" ; Set Time | |
74 TCODE tSetDate, "Imposta Data" ; Set Date | |
631 | 75 TCODE tSetTimeDate, "Ora e Data" ; Time & Date |
604 | 76 TCODE tDispSets, "Visualizzazione" ; Display Settings |
631 | 77 TCODE tSysSets, "System Settings" ; System Settings |
604 | 78 TCODE tExit, "Esci" ; Exit |
79 TCODE tResetMenu, "Resetta Menu" ; Reset Menu | |
631 | 80 TCODE tDiveModeMenu, "Modalita' Deco" ; Dive Setup |
81 | |
82 TCODE tDiveSetup, "Dive Setup" ; Dive Setup | |
83 TCODE tDecoSetup, "Deco Setup" ; Deco Setup | |
84 TCODE tSACSetup, "SAC Setup" ; SAC Setup | |
85 TCODE tppO2Setup, "ppO2 Setup" ; ppO2 Setup | |
86 TCODE tStopsSetup, "Stops & Depths" ; Stops & Depths | |
87 | |
604 | 88 TCODE tInfoMenu, "Informazioni" ; Information |
623 | 89 IFDEF _ccr_pscr |
90 TCODE tCCRSetup, "Imposta CCR" ; CCR Setup | |
91 TCODE tDiluentSetup, "Imposta Diluente" ; Diluent Setup | |
92 ENDIF | |
93 TCODE tFixedSetpoints, "Setpoints Fissi" ; Fixed Setpoints | |
634 | 94 TCODE tBack, "indietro" ; back |
95 TCODE tGas6, "Gas extra" ; edit & select Gas 6 | |
623 | 96 |
97 IFDEF _rx_functions | |
628 | 98 TCODE tTrSettings, "Display Press.ni" ; Pressure Display |
604 | 99 TCODE tTrMode, "Modo: " ; Mode |
628 | 100 TCODE tTr1stPres, "1a Pres: " ; 1st Pressure |
101 TCODE tTr2ndPres, "2a Pres: " ; 2nd Pressure | |
102 TCODE tTrBailPres, "1a B/O : " ; Bailout Pressure | |
103 TCODE tTrMaxDeltaP, "DeltaP Max: " ; independent double max diffenerce | |
623 | 104 ENDIF |
105 | |
106 IFDEF _external_sensor | |
604 | 107 TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor |
108 TCODE tCalibrateMenu, "Calibrazione" ; Calibration | |
109 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
110 TCODE tCalibrate, "Calibra" ; Calibrate | |
631 | 111 TCODE tS8Mode, "S8 Input: " ; Sensor Input |
112 TCODE tCCRS8Mode, "Analog" ; Analog | |
113 TCODE tCCRS8Mode2, "Digital" ; Digital | |
114 ELSE | |
115 TCODE tCCRS8Mode, " " ; needed for option table | |
623 | 116 ENDIF |
117 | |
0 | 118 |
119 ; Gas menu | |
604 | 120 TCODE tGaslist, "Lista Gas OC" |
121 TCODE tGaslistCC, "Lista Gas CC" ; CC Diluents | |
122 TCODE tGasEdit, "Modifica Gas" | |
123 TCODE tType, "Tipo: " | |
634 | 124 TCODE tGasDisabled, "Disabilitato" ; | ENUM 1: Disabled |
125 TCODE tGasFirst, "Primo" ; | 2: First | |
126 TCODE tGasTravel, "Lavoro" ; | 3: Work (Travel, Bottom) ("Viaggio") | |
127 TCODE tGasDeco, "Deco" ; | 4: Deco | |
128 TCODE tAir, "Aria " ; | ENUM: values must follow (5 chars) | |
129 TCODE tO2, "O2 " ; | tAir + 5 | |
604 | 130 TCODE tO2Plus, "O2 +" |
131 TCODE tO2Minus, "O2 -" | |
623 | 132 IFDEF _helium |
604 | 133 TCODE tHePlus, "He +" |
134 TCODE tHeMinus, "He -" | |
623 | 135 ENDIF |
604 | 136 TCODE tMOD, "MOD :" |
137 TCODE tEAD, "EAD:" | |
628 | 138 TCODE tSetup_GasDepth, "Cambia Profondita'" |
604 | 139 TCODE tDepthPlus, "Profondita' +" |
140 TCODE tDepthMinus, "Profondita' -" | |
141 TCODE tDepthReset, "Reset a MOD:" | |
628 | 142 TCODE tSetup_GasMix, "Cambia Gas" |
623 | 143 IFDEF _ccr_pscr |
634 | 144 TCODE tSPPlus, "ppO2 +" ; Setpoint ppO2 + |
604 | 145 TCODE tSensorFallback, "Fallback:" ; Fallback: |
628 | 146 TCODE tCalculated, "Calcolato" ; calculated |
604 | 147 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
148 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
149 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | |
631 | 150 TCODE tCCRMode, "Modo: " ; CCR/pSCR Mode |
623 | 151 TCODE tCCRModeFixedSP, "SP Fissi" ; 0 fixed for CCR / calculated for pSCR | ENUM group |
152 TCODE tCCRModeSensor, "Sensori" ; 1 Sensor | | |
153 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP | | |
154 ELSE | |
155 TCODE tCCRModeFixedSP, " " ; target needed by option table | |
156 ENDIF | |
157 TCODE tSP, "SP" ; SP (SetPoint) | |
158 | |
604 | 159 |
0 | 160 ; New battery menu |
614 | 161 ; 1 2 ; |
162 ; 12345678901234567890 ; max 20 chars | |
604 | 163 TCODE tNewBattTitle, "Nuova Batteria?" |
628 | 164 TCODE tNewBattOld, "Mantieni vecchia" |
623 | 165 TCODE tNewBattNew36, "3,6V monouso (T1)" ; new 3.6V disposable |
166 TCODE tNewBattNew15, "1,5V monouso (T0)" ; new 1.5V disposable | |
628 | 167 TCODE tNewBattAccu, "3,7V ricaricab. (T2)" ; new 3.7V rechargeable |
614 | 168 TCODE tNew18650, "OSTC 2 o cR (T3)" ; internal battery on 2 (old) / cR |
169 TCODE tNew16650, "OSTC 2 o TR (T4)" ; internal battery on 2 (new) / TR | |
623 | 170 TCODE tConfirmChargeable1,"Conferma:" ; safety question, line 1 |
171 TCODE tConfirmChargeable2,"la batteria inserita" ; safety question, line 2 | |
172 TCODE tConfirmChargeable3,"è ricaricabile" ; safety question, line 3 | |
173 | |
0 | 174 |
175 ; Gaslist management | |
604 | 176 TCODE tGas, "Gas" ; Gas |
177 TCODE tDil, "Dil" ; Diluent | |
631 | 178 TCODE tGasErr, "Err" ; Err (max 3 chars) |
179 TCODE tTakeGas, "take" ; take gas (max 4 chars) | |
0 | 180 |
623 | 181 |
0 | 182 ; Communication Menu |
604 | 183 TCODE tUsbTitle, "Modalita' USB" |
184 TCODE tBleTitle, "Modalita' Bluetooth" | |
185 TCODE tUsbStarting, "Avvio..." | |
186 TCODE tUsbStartDone, "Fatto." | |
187 TCODE tUsbServiceMode, "Modo Servizio abil" | |
188 TCODE tUsbClosed, "Porta chiusa" | |
189 TCODE tUsbExit, "Uscita" | |
190 TCODE tUsbDownloadMode, "Modo Download abil" | |
628 | 191 TCODE tUsbLlBld, "Bootloader Basso Livello" |
0 | 192 |
623 | 193 |
0 | 194 ; Dive Settings |
631 | 195 TCODE tDvMode, "Tipo Tuffo : " ; Dive Mode |
196 IFDEF _cave_mode | |
197 TCODE tCvMode, "Cave Mode : " ; Cave Mode | |
198 ENDIF | |
199 TCODE tFTTSMenu, "TTS Futuro : " ; Future TTS | |
200 TCODE tTimeoutDive, "Timeout Immsni: " ; Dive Timeout | |
201 TCODE tStoreApnoeDive, "Salva Apnee : " ; Salva Tuffi Apnea | |
202 TCODE tDvOC, "OC" ; 0 | keep order, enum! | |
203 TCODE tDvCCR, "CCR" ; 1 | | |
204 TCODE tDvGauge, "Gauge" ; 2 | | |
205 TCODE tDvApnea, "Apnea" ; 3 | | |
206 TCODE tDvPSCR, "pSCR" ; 4 | | |
604 | 207 TCODE tDvCC, "CC" |
208 TCODE tDkMode, "Algorit.: ZH-L16" | |
209 TCODE tZHL16, " " | |
210 TCODE tZHL16GF, "+GF" | |
628 | 211 TCODE tPPO2Max, "Max Attv:" |
212 TCODE tPPO2DECO, "Max Deco:" | |
623 | 213 IFDEF _ccr_pscr |
628 | 214 TCODE tPPO2MIN, "Min OC :" |
215 TCODE tPPO2MINCC, "Min Loop:" | |
216 ELSE | |
217 TCODE tPPO2MIN, "Min :" | |
623 | 218 ENDIF |
604 | 219 TCODE tDecoparameters, "Parametri Deco" |
220 TCODE tGF_low, "GF Basso:" | |
221 TCODE tGF_high, "GF Alto :" | |
222 TCODE tSaturationMult, "Saturazione : " | |
223 TCODE tDesaturationMult, "Desaturazione: " | |
224 TCODE tGFMenu, "Menu GF" ; GF Settings | |
225 TCODE taGF_low, "aGF Basso:" ; aGF low | |
226 TCODE taGF_high, "aGF Alto :" ; aGF high | |
631 | 227 TCODE taGFenable, "aGF Selezionabile:" ; aGF Selectable |
628 | 228 TCODE tDiveaGF_active, "Usa aGF" ; using aGF |
631 | 229 TCODE tSafetyStop, "Tappa Sicurezza:" ; Safety Stop: (max. 16 chars) |
230 TCODE tExtendedStops, "Anticipa Tappa :" ; Extended Stops | |
231 TCODE tLastDecostop, "Ultima Tappa : " ; last Deco Stop Depth | |
232 TCODE tDvSalinity, "Salinita' : " ; Salinity | |
634 | 233 TCODE tDepthWarn, "Depth Warning :" ; Depth Warning (no space after ':' on purpose) |
234 TCODE tGasUsage, "Utilizzo" ; Gas Usage | |
631 | 235 TCODE tSetWorkSAC, "SAC Fondo: " ; SAC Work: (space) |
236 TCODE tSetDecoSAC, "SAC Deco : " ; SAC Deco: (space) | |
237 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs | |
238 IFDEF _gas_contingency | |
239 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty | |
240 ENDIF | |
241 TCODE tGasChangeTime, "Cambio Gas :+" ; additional Gas Change Time | |
604 | 242 TCODE tSetup_Tank, "Imposta Bombola" ; Setup Tank |
634 | 243 TCODE tTankSize, "Capac. Bomb.: " ; Tank Size |
244 TCODE tTankUsablePress, "Press. X Ri.: " ; Tank Press Budget for Ascent (turn pressure) | |
623 | 245 TCODE tLiter, " l" ; Liter as l |
246 TCODE tLiterLong, "Litri" ; Liter as Liter | |
604 | 247 TCODE t2ndDecoPlanMenu, "2o Piano Deco" ; 2nd Deco Plan |
248 | |
623 | 249 IFDEF _ccr_pscr |
628 | 250 TCODE tCCmaxFracO2, "%O2 max Loop : " ; max O2 percent (absolute) in the loop |
251 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | |
634 | 252 TCODE tGasDensityCheck, ".. Gas Density: " ; check Gas Density |
631 | 253 TCODE tPSCR_O2_drop, "pSCR Caduta O2: " ; pSCR O2 Drop |
254 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR Lung Ratio | |
628 | 255 TCODE tCopyDilToOC, "Copia Dil-OC" ; copy diluent settings to OC gas |
256 TCODE tBackToLoop, "Usa Loop" ; back to loop (10 chars max) | |
257 ENDIF | |
623 | 258 |
604 | 259 IFDEF _rx_functions |
628 | 260 TCODE tTankPairing, "Cambia Transmett." ; select Transmitter |
261 TCODE tTrModeOff, "Off" ; off | |
262 TCODE tTrModeOn, "On" ; on | |
263 TCODE tTrModeIndDouble, "Bibo Separ." ; independent double | |
604 | 264 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 |
628 | 265 TCODE tTrPresNone, "N/A" ; none (big enum group follows) |
604 | 266 TCODE tTrPresGas1, "Gas 1" ; Gas 1 |
267 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
268 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
269 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
270 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
623 | 271 IFDEF _ccr_pscr |
604 | 272 TCODE tTrPresDil1, "Dil 1" ; Dil 1 |
273 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
274 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
275 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
276 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
628 | 277 TCODE tTrPresFirstGas, "Primo Gas" ; first Gas |
278 TCODE tTrPresActiveGas, "Gas Attivo" ; active Gas | |
279 TCODE tTrPresFirstDil, "Primo Dil" ; first Dil | |
280 TCODE tTrPresActiveDil, "Dil Attivo" ; active Dil | |
623 | 281 ENDIF |
604 | 282 ELSE |
628 | 283 TCODE tTrModeOff, "" ; dummy target for entry in option table |
604 | 284 TCODE tTrPresNone, "" ; dummy target for entry in option table |
623 | 285 ENDIF ; _rx_functions |
286 | |
0 | 287 |
288 ; Display Settings | |
631 | 289 TCODE tBright, "Luminosita': " ; Brightness |
290 TCODE tLayout, "Layout : " ; Layout | |
291 TCODE tUnits, "Unita' : " ; Units | |
292 IF _language_2!=none | |
293 TCODE tLanguage, "Lingua : " ; Language | |
294 ENDIF | |
295 TCODE tFlip, "Ruota schermo: " ; Rotate Screen | |
296 TCODE tColorScheme, "Schema colori" ; Colour Scheme | |
297 TCODE tVSIgraph, "Grafico Veloc. : " ; Speed Graph | |
634 | 298 TCODE tVSItext2, "... adaptive : " ; adaptive Speed |
631 | 299 TCODE tShowppO2, "ppO2 Permanente: " ; always show ppO2: |
300 TCODE tDepthWarning, "Prof luccicare : " ; Depth blinking | |
301 TCODE t2ndDepth, "2a Prof.: " ; 2nd depth display content (11 chars max) | |
302 TCODE tTissueGraphics, "Grafica : " ; tissue graphics | |
623 | 303 |
631 | 304 TCODE tIBCDwarning, "Avvertimento IBCD:" ; IBCD Warning |
305 TCODE tEco, "Eco" ; eco | ENUM group | |
306 TCODE tMedium, "Media" ; medium | | |
307 TCODE tHigh, "Alta" ; high | | |
308 TCODE tLayoutNormal, "Normale" ; normal | ENUM group | |
309 TCODE tLayoutBig, "Max" ; big | | |
310 TCODE tMax, "max." ; max | ENUM group | |
311 TCODE tAvg, "avg." ; average | | |
312 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group | |
313 IFDEF _helium | |
314 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
315 ENDIF | |
0 | 316 |
623 | 317 |
0 | 318 ; Setup Menu |
631 | 319 TCODE tSystSets, "Impostazioni" ; System Settings |
623 | 320 IFDEF _compass |
634 | 321 TCODE tCompassMenu, "Bussola" ; Compass |
322 TCODE tCompassCalibration,"Calibra" ; Calibration | |
604 | 323 TCODE tCompassGain, "Suscettibilita:" ; Compass gain: |
634 | 324 TCODE tCalX, "Cal X" ; Cal X |
325 TCODE tCalY, "Cal Y" ; Cal Y | |
326 TCODE tCalZ, "Cal Z" ; Cal Z | |
623 | 327 ENDIF |
604 | 328 TCODE tMetric, " m/°C" ; Enum menu |
329 TCODE tImperial, "ft/°F" | |
623 | 330 ; 111 111 111 111 111 |
331 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | |
634 | 332 TCODE tDefName, "HW OSTC " |
631 | 333 TCODE tPiezo, "Bottone" ; Buttons |
334 TCODE tButtonleft, "Bottone Sx:" ; Left Button | |
335 TCODE tButtonright, "Bottone Dx:" ; Right Button | |
604 | 336 TCODE tAltMode, "Attesa :" ; Waiting Time |
337 TCODE tAltModeFly, "Volo" ; Flying | |
338 TCODE tAltMode1000, "1000m" ; | |
339 TCODE tAltMode2000, "2000m" ; | |
340 TCODE tAltMode3000, "3000m" ; | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
341 |
623 | 342 |
0 | 343 ; Units for all menu |
604 | 344 TCODE tMeters, "m" |
345 TCODE tFeets, "ft" | |
346 TCODE tFeets1, "f" | |
347 TCODE tMinutes, "'" | |
348 TCODE tPercent, "%" | |
349 TCODE tLitersMinute, "l/min" | |
350 TCODE tbar, "bar" ; bar | |
351 TCODE tbar10, "0 bar" ; xx0 bar | |
352 TCODE tMeterMinute, "m/'" ; meter per minute | |
353 | |
623 | 354 |
0 | 355 ; Date |
604 | 356 TCODE tDateFormat, "Data: " |
357 TCODE tDateformat, "MMGGAA" | |
358 TCODE tDateformat1, "GGMMAA" | |
359 TCODE tDateformat2, "AAMMGG" | |
0 | 360 |
623 | 361 |
0 | 362 ; Simulator menu |
604 | 363 TCODE tInter, "Avvia Simulatore" ; Start Simulator |
631 | 364 TCODE tSimulator, "Simulatore" ; Simulator |
0 | 365 |
623 | 366 |
0 | 367 ; Decoplanner submenu |
604 | 368 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) |
369 TCODE tBtTm_short, "Tempo:" ; Bot. Time: (max. 6 chars) | |
370 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars) | |
371 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) | |
631 | 372 TCODE tCalculatorSetup, "Setta Calcoli" ; Calculator Setup |
604 | 373 TCODE tDeco, "Calcola Deco" ; Calculate Deco |
623 | 374 TCODE tDivePlan, "Pianificat" ; Dive Plan (max. 10 chars) |
604 | 375 TCODE tNoDeco, "No Deco" ; No Deco |
376 TCODE tMore, "Dettagli" ; More | |
377 TCODE tSelectSetpoint, "Setpoint CCR: " ; | |
378 TCODE tuseAGF, "usa aGF : " ; use aGF | |
628 | 379 IFDEF _gas_contingency |
631 | 380 TCODE tGasContingencySim, "Gas Cont. : " ; Gas Contingency ## translation pending |
628 | 381 ENDIF |
382 | |
383 ; Decoplanner progress indication | |
384 TCODE tNoBottomGas1, "Nessun Gas utile per" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) | |
385 TCODE tNoBottomGas2, "la quota di fondale!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) | |
604 | 386 TCODE tCalculating, "Calcolando..." ; calculating... |
628 | 387 TCODE tCalcSurfInter, "Int. Superficie" ; Surface Interval |
388 TCODE tCalcBotSeg, "Tempo di fondo" ; Bottom Segment | |
389 TCODE tCalcBailout, "Cambia a Bailout" ; Switch to Bailout | |
390 TCODE tCalcAscent, "Risalita" ; Ascent (max 8 chars) | |
391 TCODE tNDLleft, "NDL" ; time left within NDL ("Rimasto") | |
0 | 392 |
623 | 393 |
0 | 394 ; Information menu |
604 | 395 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
631 | 396 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date |
628 | 397 TCODE tHardware, "Hardware: " ; Hardware: (space) |
604 | 398 TCODE tSerial, "Seriale : " ; Serial : (space) |
631 | 399 TCODE tBatteryV, "Batteria: " ; Battery : (space) |
400 TCODE tSensorC, "Sensor : " ; Sensor : (space) | |
401 TCODE tSensorD, "Offset : " ; Offset : (space) | |
604 | 402 TCODE tUptime, "Uptime: " ; Uptime: |
0 | 403 |
623 | 404 IFDEF _rx_functions |
405 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
406 ENDIF | |
407 | |
408 | |
0 | 409 ; Divemode screen |
631 | 410 TCODE tNDL, "NDL" ; 3 chars |
411 TCODE tTTS, "TTS" ; 3 chars | |
628 | 412 TCODE tSlow, "piano " ; slow - max 7 chars |
604 | 413 TCODE tVelMetric, "m/min" |
414 TCODE tVelImperial, "ft/m " | |
415 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
416 TCODE tSelectAir, "Aria" ; Air | |
417 TCODE tSelectO2, "O2 " ; O2 | |
418 TCODE tSelectNx, "Nx" ; Nx | |
419 TCODE tSelectTx, "Tx" ; Tx | |
623 | 420 TCODE tDepth, "Prof." ; Depth (max 5 chars) |
421 TCODE tMaxDepth, "Prof.Max" ; Max. Depth - max 9 chars! | |
422 TCODE tAvgDepth, "Prof.Med." ; average Depth - max 9 chars! | |
423 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
604 | 424 TCODE tDiveTotalAvg, "Media" |
425 TCODE tDiveStopwatch, "Cronometro" | |
426 TCODE tDiveStopAvg, "Media Inter" ; 11 chars max | |
427 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) | |
428 TCODE tApnoeMax, "Ultima Discesa" ; Last descend | |
623 | 429 TCODE tApnoeSurface, "Tp.Superficie" ; Surface Time |
628 | 430 TCODE tTime, "Time" ; Time ("Tempo") |
431 TCODE tSurface, "Superficie" ; Surface (max 12 chars) | |
604 | 432 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan |
433 ; TCODE tDiveClock, "Orologio" ; Clock | |
434 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
435 TCODE tDiveTissues, "Tessuti" ; Tissues | |
436 TCODE tEND, "END:" ; END: | |
437 TCODE tN2, "N2" ; N2 | |
623 | 438 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 439 TCODE tGFactors, "Valori GF" ; GF Values |
440 TCODE taGFactors, "Valori aGF" ; aGF Values | |
628 | 441 TCODE tGFInfo, "Saturazione" ; Saturation |
604 | 442 TCODE tCeiling, "Tetto" ; Ceiling |
443 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
628 | 444 TCODE tDecoInfo, "Zona Deco" ; Deco info ("Curva Deco") |
604 | 445 TCODE tSensorCheck, "Testa Sensori" ; Sensor Check |
446 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
447 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
448 TCODE tGasNeedsWarn, "Gas Neces" ; | |
449 TCODE tCNSsurf, "CNS Surf." ; | |
450 TCODE tCNSfTTS, "CNS fTTS" ; | |
451 TCODE tCNSBO, "CNS B/O" ; | |
452 TCODE tCNSnow, "CNS ora" ; | |
634 | 453 TCODE tCNSeod, "CNS fin." ; |
631 | 454 IFDEF _cave_mode |
455 TCODE tCNScave, "CNS Cave" ; | |
456 ENDIF | |
604 | 457 TCODE tnoBOgas, "-B/O-Gas-" ; |
458 TCODE tMicroBubbles, "M.Bolle" ; | |
459 TCODE tCNS, "CNS: " ; | |
628 | 460 TCODE tgaschange, "Cambio?" ; better gas found |
461 TCODE tNeed, "Neces" ; gas need (5 chars) | |
604 | 462 TCODE tBattery, "Batteria" ; Battery |
634 | 463 TCODE tSAT, "Sat:" ; Sat: (max 4 chars) |
464 TCODE tppO2, "ppO2:" ; ppO2: (max 5 chars) | |
623 | 465 |
466 IFDEF _helium | |
467 TCODE tHe, "He" ; He | |
634 | 468 TCODE tIBCD, "IBCD N2He" ; IBCD warning (max. 9 chars) |
469 ENDIF | |
470 | |
471 IFDEF _ccr_pscr | |
472 TCODE tGasDensity, "G.Density" ; Gas Density (max. 9 chars) ## pending translation | |
623 | 473 ENDIF |
474 | |
604 | 475 IFDEF _rx_functions |
628 | 476 TCODE tTransmitter, "Pr.Trasm." ; pressure transmitter |
604 | 477 TCODE tPressure, "P.Bombola" ; tank pressure |
628 | 478 TCODE tSAC, "ICS" ; SAC, must be 3 chars! |
479 TCODE tswap, "CambioGas" ; swap tank (max. 9 chars | |
604 | 480 ENDIF |
623 | 481 |
482 IFDEF _external_sensor | |
483 TCODE tDiveHudMask1, "Sensore1" | |
484 TCODE tDiveHudMask2, "Sensore2" | |
485 TCODE tDiveHudMask3, "Sensore3" | |
486 TCODE tSensorDisagree, "Sensori<>" ; Sensors disagree Warning | |
487 ENDIF | |
488 | |
604 | 489 IFDEF _cave_mode |
631 | 490 TCODE tGasNeedsCaveMode, "Gas Necess. -CAVE- " ; title for gas needs custom view (cave mode) | need to be |
491 TCODE tGasNeedsAscent, "Gas Necess. Risalita" ; title for gas needs custom view (open water mode) | same length | |
604 | 492 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
493 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
631 | 494 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface |
495 TCODE tCaveStops, "total Stops" ; cave mode total time for stops | |
496 TCODE tCaveRuntime, "total RT" ; cave mode total runtime | |
497 ELSE | |
498 TCODE tGasNeedsAscent, "Pres.Gas x Risalita" ; title for gas needs custom view | |
604 | 499 ENDIF |
500 | |
623 | 501 |
0 | 502 ; Divemode menu |
634 | 503 TCODE tDiveAckn, "Ackn?" ; Ackn? (max. 5 chars) |
628 | 504 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
505 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
623 | 506 IFDEF _compass |
628 | 507 TCODE tSetHeading, "Salva" ; Course (max. 6 chars) |
623 | 508 ENDIF |
509 | |
0 | 510 |
511 ; Simulator menu | |
623 | 512 TCODE tQuitSim, "Esci" ; Quit Simulation (max. 6 chars) |
513 TCODE tResetAvg, "AzzMed" ; Reset Timer (max. 6 chars) | |
514 | |
0 | 515 |
516 ; Logbook | |
604 | 517 TCODE tCNS2, "CNS:" |
518 TCODE tAVG, "Media:" | |
631 | 519 TCODE tGF2, "GF :" |
634 | 520 TCODE tSD2, "S/D: " |
631 | 521 TCODE tDvSalinity2, "Salinita':" ; max 11 chars |
522 TCODE tLastDeco, "Ult.Tappa:" ; max 11 chars | |
523 TCODE tNoProfileData, "no data anymore..." ; max 21 chars | |
524 TCODE tBeginOfDive, "Begin:" ; max 8 chars | |
525 TCODE tEndOfDive, "End:" ; max 8 chars | |
526 TCODE tDesatTime, "Desat:" ; amx 8 chars | |
527 | |
528 ; other users | |
634 | 529 TCODE tGF, "GF:" ; GF Factors (3 chars) |
530 TCODE tSD, "S/D" ; Saturation / Desaturation (3 chars) | |
0 | 531 |
532 ; Logbook units | |
604 | 533 TCODE tLogTunitC, "°C" |
534 TCODE tLogTunitF, "°F" | |
535 TCODE tKGL, "kg/l" | |
536 TCODE tMBAR, "hPa" | |
0 | 537 |
623 | 538 |
0 | 539 ; Logbook menu |
604 | 540 TCODE tNextLog, "Pagina Seguente" |
0 | 541 |
623 | 542 |
0 | 543 ; Reset menu |
634 | 544 IFDEF _firmware_recovery |
545 TCODE tReboot, "Riavvio/Backup" ; Reboot/Backup | |
546 ELSE | |
604 | 547 TCODE tReboot, "Riavvio" ; Reboot |
634 | 548 ENDIF |
604 | 549 TCODE tResetMenu2, "Sei sicuro?" ; Are you sure? |
550 TCODE tAbort, "Annulla" ; Abort | |
628 | 551 TCODE tResetSettings, "Azzera Settaggi" ; Reset all |
604 | 552 TCODE tResetDeco, "Azzera Deco" ; Reset Deco |
553 TCODE tResetBattery, "Azzera Batteria" ; Reset Battery | |
554 TCODE tResetLogbook, "Azzera Logbook" ; Reset Logbook | |
0 | 555 |
634 | 556 IFDEF _firmware_recovery |
557 TCODE tRebootCurFirmware, "Reboot current FW" ; Reboot current Firmware | |
558 TCODE tBackupFirmware, "Backup current FW" ; Backup current Firmware | |
559 TCODE tRecoverFirmware, "Restore" ; Restore (version will be appended) | |
560 TCODE tBackingUp, "backing up..." ; backing up current firmware | |
561 TCODE tRestoring, "restoring..." ; restoring backup firmware | |
562 ENDIF | |
563 | |
623 | 564 |
0 | 565 ; Set Time Menu/Set Date Menu |
604 | 566 TCODE tSetHours, "Imposta Ora" ; Set Hours |
567 TCODE tSetMinutes, "Imposta Minuti" ; Set Minutes | |
568 TCODE tSetSeconds, "Azzera Secondi" ; Clear seconds | |
569 TCODE tSetDay, "Imp Giorno" ; Set Day | |
570 TCODE tSetMonth, "Imp Mese" ; Set Month | |
571 TCODE tSetYear, "Imp Anno" ; Set Year | |
0 | 572 |
623 | 573 |
0 | 574 ; Logbook Offset Menu |
631 | 575 TCODE tTotalDives, "Tot Immersioni:" ; Total Dives |
604 | 576 TCODE tLogOffset, "Devia Logbook" ; Logbook offset |
628 | 577 TCODE tLogOffsetValue, "Devio : " ; Offset |
578 TCODE tLogOffStepSize, "Moltiplico:" ; Step Size | |
623 | 579 TCODE tLogOffsetplus, "+" ; increment |
580 TCODE tLogOffsetminus, "-" ; decrement | |
581 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group | |
582 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | | |
583 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | | |
584 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 | | |
585 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
586 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
587 ; Compass directions |
604 | 588 TCODE tN, "N " ; N(orth), 338°-22° |
589 TCODE tNE, "NE" ; North-East, 23°-67° | |
590 TCODE tE, "E " ; E(east), 68°-112° | |
591 TCODE tSE, "SE" ; South-East, 113°-157° | |
592 TCODE tS, "S " ; S(outh), 157°-202° | |
593 TCODE tSW, "SO" ; South-West, 203°-247° | |
594 TCODE tW, "O " ; W(West), 248°-292° | |
595 TCODE tNW, "NO" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
596 |
623 | 597 |
50 | 598 ; Color Scheme menu |
604 | 599 TCODE tColorSetDive, "Immersione:" ; Divemode: |
600 TCODE tColorSetName0, "Standard" ; Standard | |
601 TCODE tColorSetName1, "Rosso" ; Red | |
602 TCODE tColorSetName2, "Verde" ; Green | |
603 TCODE tColorSetName3, "Blu" ; Blue | |
604 | |
623 | 605 |
634 | 606 ; Debug Stuff |
607 IFDEF _comm_debug | |
608 TCODE tCommTimeout, "RX Timeout: " | |
609 TCODE tCommTimeoutU, "0 ms" | |
610 ENDIF | |
611 | |
612 | |
604 | 613 ; Language selection |
614 IF _language_1==en | |
631 | 615 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context |
604 | 616 ELSE |
617 IF _language_1==de | |
631 | 618 TCODE tLang1, "DE" |
604 | 619 ELSE |
620 IF _language_1==fr | |
631 | 621 TCODE tLang1, "FR" |
604 | 622 ELSE |
623 IF _language_1==it | |
631 | 624 TCODE tLang1, "IT" |
604 | 625 ELSE |
626 TCODE tLang1, "" ; dummy target for options table | |
627 ENDIF | |
628 ENDIF | |
629 ENDIF | |
630 ENDIF | |
631 | |
632 IF _language_2==en | |
631 | 633 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context |
604 | 634 ELSE |
635 IF _language_2==de | |
631 | 636 TCODE tLang2, "DE" |
604 | 637 ELSE |
638 IF _language_2==fr | |
631 | 639 TCODE tLang2, "FR" |
604 | 640 ELSE |
641 IF _language_2==it | |
631 | 642 TCODE tLang2, "IT" |
604 | 643 ENDIF |
644 ENDIF | |
645 ENDIF | |
628 | 646 ENDIF |