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