Mercurial > public > hwos_code
annotate src/text_italian.inc @ 655:c7b7b8a358cd default tip
hwOS tech 3.22 release
author | heinrichsweikamp |
---|---|
date | Mon, 29 Apr 2024 13:05:18 +0200 |
parents | 75e90cd0c2c3 |
children |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
640 | 3 ; File text_italian.asm next combined generation V3.12.3 |
0 | 4 ; |
604 | 5 ; Italian texts translation file. |
0 | 6 ; |
654 | 7 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, 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 |
641 | 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 | |
640 | 94 TCODE tBack, "indietro" ; back |
95 TCODE tGas6, "Gas extr" ; 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 | |
640 | 107 ; TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor |
604 | 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 |
640 | 168 TCODE tNew18650, "OSTC 2(2015), cR(T3)" ; internal battery on 2 (old) / cR |
169 TCODE tNew16650, "OSTC 2(2017), 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 | |
650 | 200 TCODE tTimeoutDive, "Timeout Immsni: " ; Dive Timeout |
201 TCODE tStoreApnoeDive, "Salva Apnee : " ; Salva Tuffi Apnea | |
202 TCODE tWarningLevel, "Liv. d'allarme:" ; Warning level | |
203 TCODE tLess, "Meno" ; Less | |
204 TCODE tFull, "Tutti" ; Full | |
631 | 205 TCODE tDvOC, "OC" ; 0 | keep order, enum! |
206 TCODE tDvCCR, "CCR" ; 1 | | |
207 TCODE tDvGauge, "Gauge" ; 2 | | |
208 TCODE tDvApnea, "Apnea" ; 3 | | |
209 TCODE tDvPSCR, "pSCR" ; 4 | | |
604 | 210 TCODE tDvCC, "CC" |
211 TCODE tDkMode, "Algorit.: ZH-L16" | |
212 TCODE tZHL16, " " | |
213 TCODE tZHL16GF, "+GF" | |
628 | 214 TCODE tPPO2Max, "Max Attv:" |
215 TCODE tPPO2DECO, "Max Deco:" | |
623 | 216 IFDEF _ccr_pscr |
628 | 217 TCODE tPPO2MIN, "Min OC :" |
218 TCODE tPPO2MINCC, "Min Loop:" | |
219 ELSE | |
220 TCODE tPPO2MIN, "Min :" | |
623 | 221 ENDIF |
604 | 222 TCODE tDecoparameters, "Parametri Deco" |
223 TCODE tGF_low, "GF Basso:" | |
224 TCODE tGF_high, "GF Alto :" | |
225 TCODE tSaturationMult, "Saturazione : " | |
226 TCODE tDesaturationMult, "Desaturazione: " | |
227 TCODE tGFMenu, "Menu GF" ; GF Settings | |
640 | 228 TCODE tSDMenu, "Menu SD" ; SD Settings |
604 | 229 TCODE taGF_low, "aGF Basso:" ; aGF low |
230 TCODE taGF_high, "aGF Alto :" ; aGF high | |
631 | 231 TCODE taGFenable, "aGF Selezionabile:" ; aGF Selectable |
628 | 232 TCODE tDiveaGF_active, "Usa aGF" ; using aGF |
631 | 233 TCODE tSafetyStop, "Tappa Sicurezza:" ; Safety Stop: (max. 16 chars) |
641 | 234 TCODE tExtendedStops, "Anticipa Tappa:" ; Extended Stops |
235 TCODE tLastDecostop, "Ultima Tappa: " ; last Deco Stop Depth | |
236 TCODE tDvSalinity, "Salinita': " ; Salinity | |
634 | 237 TCODE tDepthWarn, "Depth Warning :" ; Depth Warning (no space after ':' on purpose) |
640 | 238 TCODE tGasUsage, "Utilizzo" ; Gas Usage |
631 | 239 TCODE tSetWorkSAC, "SAC Fondo: " ; SAC Work: (space) |
240 TCODE tSetDecoSAC, "SAC Deco : " ; SAC Deco: (space) | |
241 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs | |
242 IFDEF _gas_contingency | |
243 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty | |
244 ENDIF | |
245 TCODE tGasChangeTime, "Cambio Gas :+" ; additional Gas Change Time | |
604 | 246 TCODE tSetup_Tank, "Imposta Bombola" ; Setup Tank |
634 | 247 TCODE tTankSize, "Capac. Bomb.: " ; Tank Size |
248 TCODE tTankUsablePress, "Press. X Ri.: " ; Tank Press Budget for Ascent (turn pressure) | |
623 | 249 TCODE tLiter, " l" ; Liter as l |
250 TCODE tLiterLong, "Litri" ; Liter as Liter | |
604 | 251 TCODE t2ndDecoPlanMenu, "2o Piano Deco" ; 2nd Deco Plan |
252 | |
623 | 253 IFDEF _ccr_pscr |
628 | 254 TCODE tCCmaxFracO2, "%O2 max Loop : " ; max O2 percent (absolute) in the loop |
255 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | |
634 | 256 TCODE tGasDensityCheck, ".. Gas Density: " ; check Gas Density |
631 | 257 TCODE tPSCR_O2_drop, "pSCR Caduta O2: " ; pSCR O2 Drop |
258 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR Lung Ratio | |
628 | 259 TCODE tCopyDilToOC, "Copia Dil-OC" ; copy diluent settings to OC gas |
260 TCODE tBackToLoop, "Usa Loop" ; back to loop (10 chars max) | |
261 ENDIF | |
623 | 262 |
604 | 263 IFDEF _rx_functions |
628 | 264 TCODE tTankPairing, "Cambia Transmett." ; select Transmitter |
265 TCODE tTrModeOff, "Off" ; off | |
266 TCODE tTrModeOn, "On" ; on | |
267 TCODE tTrModeIndDouble, "Bibo Separ." ; independent double | |
604 | 268 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 |
628 | 269 TCODE tTrPresNone, "N/A" ; none (big enum group follows) |
604 | 270 TCODE tTrPresGas1, "Gas 1" ; Gas 1 |
271 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
272 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
273 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
274 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
623 | 275 IFDEF _ccr_pscr |
604 | 276 TCODE tTrPresDil1, "Dil 1" ; Dil 1 |
277 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
278 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
279 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
280 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
628 | 281 TCODE tTrPresFirstGas, "Primo Gas" ; first Gas |
282 TCODE tTrPresActiveGas, "Gas Attivo" ; active Gas | |
283 TCODE tTrPresFirstDil, "Primo Dil" ; first Dil | |
284 TCODE tTrPresActiveDil, "Dil Attivo" ; active Dil | |
623 | 285 ENDIF |
604 | 286 ELSE |
628 | 287 TCODE tTrModeOff, "" ; dummy target for entry in option table |
604 | 288 TCODE tTrPresNone, "" ; dummy target for entry in option table |
623 | 289 ENDIF ; _rx_functions |
290 | |
0 | 291 |
292 ; Display Settings | |
645 | 293 TCODE tBright, "Luminosita'" ; Brightness |
650 | 294 TCODE tBrightDive, "Immersione:" ; Dive Mode |
295 TCODE tBrightSurface, "Superficie:" ; ...Surface | |
296 TCODE tUseAmbientSensor, "Sensore luce:" ; Use light sensor | |
631 | 297 TCODE tLayout, "Layout : " ; Layout |
298 TCODE tUnits, "Unita' : " ; Units | |
299 IF _language_2!=none | |
300 TCODE tLanguage, "Lingua : " ; Language | |
301 ENDIF | |
302 TCODE tFlip, "Ruota schermo: " ; Rotate Screen | |
303 TCODE tColorScheme, "Schema colori" ; Colour Scheme | |
304 TCODE tVSIgraph, "Grafico Veloc. : " ; Speed Graph | |
634 | 305 TCODE tVSItext2, "... adaptive : " ; adaptive Speed |
631 | 306 TCODE tShowppO2, "ppO2 Permanente: " ; always show ppO2: |
307 TCODE tDepthWarning, "Prof luccicare : " ; Depth blinking | |
308 TCODE t2ndDepth, "2a Prof.: " ; 2nd depth display content (11 chars max) | |
309 TCODE tTissueGraphics, "Grafica : " ; tissue graphics | |
623 | 310 |
631 | 311 TCODE tIBCDwarning, "Avvertimento IBCD:" ; IBCD Warning |
312 TCODE tEco, "Eco" ; eco | ENUM group | |
313 TCODE tMedium, "Media" ; medium | | |
314 TCODE tHigh, "Alta" ; high | | |
315 TCODE tLayoutNormal, "Normale" ; normal | ENUM group | |
316 TCODE tLayoutBig, "Max" ; big | | |
317 TCODE tMax, "max." ; max | ENUM group | |
318 TCODE tAvg, "avg." ; average | | |
319 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group | |
320 IFDEF _helium | |
321 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
322 ENDIF | |
0 | 323 |
623 | 324 |
0 | 325 ; Setup Menu |
631 | 326 TCODE tSystSets, "Impostazioni" ; System Settings |
623 | 327 IFDEF _compass |
634 | 328 TCODE tCompassMenu, "Bussola" ; Compass |
329 TCODE tCompassCalibration,"Calibra" ; Calibration | |
604 | 330 TCODE tCompassGain, "Suscettibilita:" ; Compass gain: |
634 | 331 TCODE tCalX, "Cal X" ; Cal X |
332 TCODE tCalY, "Cal Y" ; Cal Y | |
333 TCODE tCalZ, "Cal Z" ; Cal Z | |
623 | 334 ENDIF |
604 | 335 TCODE tMetric, " m/°C" ; Enum menu |
336 TCODE tImperial, "ft/°F" | |
623 | 337 ; 111 111 111 111 111 |
338 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | |
640 | 339 TCODE tDefName, "HW OSTC" ;" Read the Manual, know& understandthe inherentLimitations!" |
631 | 340 TCODE tPiezo, "Bottone" ; Buttons |
640 | 341 TCODE tButtonExplain1, "Less % is" ; Less % is |
342 TCODE tButtonExplain2, "more sensitive." ; more sensitive. | |
631 | 343 TCODE tButtonleft, "Bottone Sx:" ; Left Button |
344 TCODE tButtonright, "Bottone Dx:" ; Right Button | |
604 | 345 TCODE tAltMode, "Attesa :" ; Waiting Time |
346 TCODE tAltModeFly, "Volo" ; Flying | |
347 TCODE tAltMode1000, "1000m" ; | |
348 TCODE tAltMode2000, "2000m" ; | |
349 TCODE tAltMode3000, "3000m" ; | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
350 |
623 | 351 |
0 | 352 ; Units for all menu |
604 | 353 TCODE tMeters, "m" |
354 TCODE tFeets, "ft" | |
355 TCODE tFeets1, "f" | |
356 TCODE tMinutes, "'" | |
357 TCODE tPercent, "%" | |
358 TCODE tLitersMinute, "l/min" | |
359 TCODE tbar, "bar" ; bar | |
360 TCODE tbar10, "0 bar" ; xx0 bar | |
361 TCODE tMeterMinute, "m/'" ; meter per minute | |
362 | |
623 | 363 |
0 | 364 ; Date |
604 | 365 TCODE tDateFormat, "Data: " |
366 TCODE tDateformat, "MMGGAA" | |
367 TCODE tDateformat1, "GGMMAA" | |
368 TCODE tDateformat2, "AAMMGG" | |
654 | 369 ; Time |
370 TCODE tTimeFormat, "24/12h: " | |
371 TCODE tTimeformat, "24h" | |
372 TCODE tTimeformat1, "12h" | |
0 | 373 |
623 | 374 |
0 | 375 ; Simulator menu |
604 | 376 TCODE tInter, "Avvia Simulatore" ; Start Simulator |
631 | 377 TCODE tSimulator, "Simulatore" ; Simulator |
0 | 378 |
623 | 379 |
0 | 380 ; Decoplanner submenu |
604 | 381 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) |
382 TCODE tBtTm_short, "Tempo:" ; Bot. Time: (max. 6 chars) | |
383 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars) | |
384 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) | |
631 | 385 TCODE tCalculatorSetup, "Setta Calcoli" ; Calculator Setup |
604 | 386 TCODE tDeco, "Calcola Deco" ; Calculate Deco |
623 | 387 TCODE tDivePlan, "Pianificat" ; Dive Plan (max. 10 chars) |
604 | 388 TCODE tNoDeco, "No Deco" ; No Deco |
389 TCODE tMore, "Dettagli" ; More | |
390 TCODE tSelectSetpoint, "Setpoint CCR: " ; | |
391 TCODE tuseAGF, "usa aGF : " ; use aGF | |
628 | 392 IFDEF _gas_contingency |
631 | 393 TCODE tGasContingencySim, "Gas Cont. : " ; Gas Contingency ## translation pending |
628 | 394 ENDIF |
395 | |
396 ; Decoplanner progress indication | |
397 TCODE tNoBottomGas1, "Nessun Gas utile per" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) | |
398 TCODE tNoBottomGas2, "la quota di fondale!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) | |
604 | 399 TCODE tCalculating, "Calcolando..." ; calculating... |
628 | 400 TCODE tCalcSurfInter, "Int. Superficie" ; Surface Interval |
401 TCODE tCalcBotSeg, "Tempo di fondo" ; Bottom Segment | |
402 TCODE tCalcBailout, "Cambia a Bailout" ; Switch to Bailout | |
403 TCODE tCalcAscent, "Risalita" ; Ascent (max 8 chars) | |
404 TCODE tNDLleft, "NDL" ; time left within NDL ("Rimasto") | |
0 | 405 |
623 | 406 |
0 | 407 ; Information menu |
604 | 408 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
631 | 409 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date |
628 | 410 TCODE tHardware, "Hardware: " ; Hardware: (space) |
604 | 411 TCODE tSerial, "Seriale : " ; Serial : (space) |
631 | 412 TCODE tBatteryV, "Batteria: " ; Battery : (space) |
654 | 413 TCODE tBatteryCycles, "Cicli : " ; Cycles : (space) |
631 | 414 TCODE tSensorC, "Sensor : " ; Sensor : (space) |
415 TCODE tSensorD, "Offset : " ; Offset : (space) | |
604 | 416 TCODE tUptime, "Uptime: " ; Uptime: |
0 | 417 |
623 | 418 IFDEF _rx_functions |
419 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
420 ENDIF | |
421 | |
422 | |
0 | 423 ; Divemode screen |
631 | 424 TCODE tNDL, "NDL" ; 3 chars |
425 TCODE tTTS, "TTS" ; 3 chars | |
628 | 426 TCODE tSlow, "piano " ; slow - max 7 chars |
604 | 427 TCODE tVelMetric, "m/min" |
428 TCODE tVelImperial, "ft/m " | |
429 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
430 TCODE tSelectAir, "Aria" ; Air | |
431 TCODE tSelectO2, "O2 " ; O2 | |
432 TCODE tSelectNx, "Nx" ; Nx | |
433 TCODE tSelectTx, "Tx" ; Tx | |
623 | 434 TCODE tDepth, "Prof." ; Depth (max 5 chars) |
435 TCODE tMaxDepth, "Prof.Max" ; Max. Depth - max 9 chars! | |
436 TCODE tAvgDepth, "Prof.Med." ; average Depth - max 9 chars! | |
437 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
604 | 438 TCODE tDiveTotalAvg, "Media" |
439 TCODE tDiveStopwatch, "Cronometro" | |
440 TCODE tDiveStopAvg, "Media Inter" ; 11 chars max | |
441 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) | |
442 TCODE tApnoeMax, "Ultima Discesa" ; Last descend | |
623 | 443 TCODE tApnoeSurface, "Tp.Superficie" ; Surface Time |
628 | 444 TCODE tTime, "Time" ; Time ("Tempo") |
445 TCODE tSurface, "Superficie" ; Surface (max 12 chars) | |
604 | 446 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan |
447 ; TCODE tDiveClock, "Orologio" ; Clock | |
448 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
449 TCODE tDiveTissues, "Tessuti" ; Tissues | |
450 TCODE tEND, "END:" ; END: | |
451 TCODE tN2, "N2" ; N2 | |
623 | 452 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 453 TCODE tGFactors, "Valori GF" ; GF Values |
454 TCODE taGFactors, "Valori aGF" ; aGF Values | |
628 | 455 TCODE tGFInfo, "Saturazione" ; Saturation |
604 | 456 TCODE tCeiling, "Tetto" ; Ceiling |
457 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
628 | 458 TCODE tDecoInfo, "Zona Deco" ; Deco info ("Curva Deco") |
604 | 459 TCODE tSensorCheck, "Testa Sensori" ; Sensor Check |
460 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
461 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
462 TCODE tGasNeedsWarn, "Gas Neces" ; | |
463 TCODE tCNSsurf, "CNS Surf." ; | |
464 TCODE tCNSfTTS, "CNS fTTS" ; | |
465 TCODE tCNSBO, "CNS B/O" ; | |
466 TCODE tCNSnow, "CNS ora" ; | |
640 | 467 TCODE tCNSeod, "CNS fin." ; |
631 | 468 IFDEF _cave_mode |
469 TCODE tCNScave, "CNS Cave" ; | |
470 ENDIF | |
604 | 471 TCODE tnoBOgas, "-B/O-Gas-" ; |
472 TCODE tMicroBubbles, "M.Bolle" ; | |
473 TCODE tCNS, "CNS: " ; | |
628 | 474 TCODE tgaschange, "Cambio?" ; better gas found |
475 TCODE tNeed, "Neces" ; gas need (5 chars) | |
604 | 476 TCODE tBattery, "Batteria" ; Battery |
634 | 477 TCODE tSAT, "Sat:" ; Sat: (max 4 chars) |
478 TCODE tppO2, "ppO2:" ; ppO2: (max 5 chars) | |
623 | 479 |
480 IFDEF _helium | |
481 TCODE tHe, "He" ; He | |
634 | 482 TCODE tIBCD, "IBCD N2He" ; IBCD warning (max. 9 chars) |
483 ENDIF | |
484 | |
485 IFDEF _ccr_pscr | |
486 TCODE tGasDensity, "G.Density" ; Gas Density (max. 9 chars) ## pending translation | |
623 | 487 ENDIF |
488 | |
604 | 489 IFDEF _rx_functions |
628 | 490 TCODE tTransmitter, "Pr.Trasm." ; pressure transmitter |
604 | 491 TCODE tPressure, "P.Bombola" ; tank pressure |
628 | 492 TCODE tSAC, "ICS" ; SAC, must be 3 chars! |
493 TCODE tswap, "CambioGas" ; swap tank (max. 9 chars | |
604 | 494 ENDIF |
623 | 495 |
496 IFDEF _external_sensor | |
497 TCODE tDiveHudMask1, "Sensore1" | |
498 TCODE tDiveHudMask2, "Sensore2" | |
499 TCODE tDiveHudMask3, "Sensore3" | |
500 TCODE tSensorDisagree, "Sensori<>" ; Sensors disagree Warning | |
501 ENDIF | |
502 | |
604 | 503 IFDEF _cave_mode |
631 | 504 TCODE tGasNeedsCaveMode, "Gas Necess. -CAVE- " ; title for gas needs custom view (cave mode) | need to be |
505 TCODE tGasNeedsAscent, "Gas Necess. Risalita" ; title for gas needs custom view (open water mode) | same length | |
604 | 506 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
507 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
631 | 508 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface |
509 TCODE tCaveStops, "total Stops" ; cave mode total time for stops | |
510 TCODE tCaveRuntime, "total RT" ; cave mode total runtime | |
511 ELSE | |
512 TCODE tGasNeedsAscent, "Pres.Gas x Risalita" ; title for gas needs custom view | |
604 | 513 ENDIF |
514 | |
623 | 515 |
0 | 516 ; Divemode menu |
634 | 517 TCODE tDiveAckn, "Ackn?" ; Ackn? (max. 5 chars) |
628 | 518 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
519 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
623 | 520 IFDEF _compass |
628 | 521 TCODE tSetHeading, "Salva" ; Course (max. 6 chars) |
623 | 522 ENDIF |
523 | |
0 | 524 |
525 ; Simulator menu | |
623 | 526 TCODE tQuitSim, "Esci" ; Quit Simulation (max. 6 chars) |
527 TCODE tResetAvg, "AzzMed" ; Reset Timer (max. 6 chars) | |
528 | |
0 | 529 |
530 ; Logbook | |
604 | 531 TCODE tCNS2, "CNS:" |
532 TCODE tAVG, "Media:" | |
631 | 533 TCODE tGF2, "GF :" |
634 | 534 TCODE tSD2, "S/D: " |
631 | 535 TCODE tDvSalinity2, "Salinita':" ; max 11 chars |
536 TCODE tLastDeco, "Ult.Tappa:" ; max 11 chars | |
537 TCODE tNoProfileData, "no data anymore..." ; max 21 chars | |
538 TCODE tBeginOfDive, "Begin:" ; max 8 chars | |
539 TCODE tEndOfDive, "End:" ; max 8 chars | |
540 TCODE tDesatTime, "Desat:" ; amx 8 chars | |
541 | |
542 ; other users | |
634 | 543 TCODE tGF, "GF:" ; GF Factors (3 chars) |
544 TCODE tSD, "S/D" ; Saturation / Desaturation (3 chars) | |
0 | 545 |
546 ; Logbook units | |
604 | 547 TCODE tLogTunitC, "°C" |
548 TCODE tLogTunitF, "°F" | |
549 TCODE tKGL, "kg/l" | |
550 TCODE tMBAR, "hPa" | |
0 | 551 |
623 | 552 |
0 | 553 ; Logbook menu |
604 | 554 TCODE tNextLog, "Pagina Seguente" |
0 | 555 |
623 | 556 |
0 | 557 ; Reset menu |
634 | 558 IFDEF _firmware_recovery |
559 TCODE tReboot, "Riavvio/Backup" ; Reboot/Backup | |
560 ELSE | |
604 | 561 TCODE tReboot, "Riavvio" ; Reboot |
634 | 562 ENDIF |
604 | 563 TCODE tResetMenu2, "Sei sicuro?" ; Are you sure? |
564 TCODE tAbort, "Annulla" ; Abort | |
628 | 565 TCODE tResetSettings, "Azzera Settaggi" ; Reset all |
604 | 566 TCODE tResetDeco, "Azzera Deco" ; Reset Deco |
567 TCODE tResetBattery, "Azzera Batteria" ; Reset Battery | |
568 TCODE tResetLogbook, "Azzera Logbook" ; Reset Logbook | |
648 | 569 TCODE tResetBLE2, "Azzera Bluetooth" ; Reset Bluetooth |
0 | 570 |
634 | 571 IFDEF _firmware_recovery |
572 TCODE tRebootCurFirmware, "Reboot current FW" ; Reboot current Firmware | |
573 TCODE tBackupFirmware, "Backup current FW" ; Backup current Firmware | |
574 TCODE tRecoverFirmware, "Restore" ; Restore (version will be appended) | |
575 TCODE tBackingUp, "backing up..." ; backing up current firmware | |
576 TCODE tRestoring, "restoring..." ; restoring backup firmware | |
577 ENDIF | |
578 | |
623 | 579 |
0 | 580 ; Set Time Menu/Set Date Menu |
604 | 581 TCODE tSetHours, "Imposta Ora" ; Set Hours |
582 TCODE tSetMinutes, "Imposta Minuti" ; Set Minutes | |
583 TCODE tSetSeconds, "Azzera Secondi" ; Clear seconds | |
584 TCODE tSetDay, "Imp Giorno" ; Set Day | |
585 TCODE tSetMonth, "Imp Mese" ; Set Month | |
586 TCODE tSetYear, "Imp Anno" ; Set Year | |
0 | 587 |
623 | 588 |
0 | 589 ; Logbook Offset Menu |
631 | 590 TCODE tTotalDives, "Tot Immersioni:" ; Total Dives |
604 | 591 TCODE tLogOffset, "Devia Logbook" ; Logbook offset |
628 | 592 TCODE tLogOffsetValue, "Devio : " ; Offset |
593 TCODE tLogOffStepSize, "Moltiplico:" ; Step Size | |
623 | 594 TCODE tLogOffsetplus, "+" ; increment |
595 TCODE tLogOffsetminus, "-" ; decrement | |
596 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group | |
597 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | | |
598 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | | |
599 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 | | |
600 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
601 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
602 ; Compass directions |
604 | 603 TCODE tN, "N " ; N(orth), 338°-22° |
604 TCODE tNE, "NE" ; North-East, 23°-67° | |
605 TCODE tE, "E " ; E(east), 68°-112° | |
606 TCODE tSE, "SE" ; South-East, 113°-157° | |
607 TCODE tS, "S " ; S(outh), 157°-202° | |
608 TCODE tSW, "SO" ; South-West, 203°-247° | |
609 TCODE tW, "O " ; W(West), 248°-292° | |
610 TCODE tNW, "NO" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
611 |
623 | 612 |
50 | 613 ; Color Scheme menu |
604 | 614 TCODE tColorSetDive, "Immersione:" ; Divemode: |
615 TCODE tColorSetName0, "Standard" ; Standard | |
616 TCODE tColorSetName1, "Rosso" ; Red | |
617 TCODE tColorSetName2, "Verde" ; Green | |
618 TCODE tColorSetName3, "Blu" ; Blue | |
619 | |
623 | 620 |
634 | 621 ; Debug Stuff |
622 IFDEF _comm_debug | |
623 TCODE tCommTimeout, "RX Timeout: " | |
624 TCODE tCommTimeoutU, "0 ms" | |
625 ENDIF | |
626 | |
627 | |
604 | 628 ; Language selection |
629 IF _language_1==en | |
631 | 630 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context |
604 | 631 ELSE |
632 IF _language_1==de | |
631 | 633 TCODE tLang1, "DE" |
604 | 634 ELSE |
635 IF _language_1==fr | |
631 | 636 TCODE tLang1, "FR" |
604 | 637 ELSE |
638 IF _language_1==it | |
631 | 639 TCODE tLang1, "IT" |
604 | 640 ELSE |
641 TCODE tLang1, "" ; dummy target for options table | |
642 ENDIF | |
643 ENDIF | |
644 ENDIF | |
645 ENDIF | |
646 | |
647 IF _language_2==en | |
631 | 648 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context |
604 | 649 ELSE |
650 IF _language_2==de | |
631 | 651 TCODE tLang2, "DE" |
604 | 652 ELSE |
653 IF _language_2==fr | |
631 | 654 TCODE tLang2, "FR" |
604 | 655 ELSE |
656 IF _language_2==it | |
631 | 657 TCODE tLang2, "IT" |
604 | 658 ENDIF |
659 ENDIF | |
660 ENDIF | |
628 | 661 ENDIF |