Mercurial > public > hwos_code
annotate src/text_italian.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | e76a87e087ef |
children | cd58f7fc86db |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
623 | 3 ; File text_italian.asm next combined generation V3.03.3 |
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 | |
604 | 11 TCODE tNo, "No" ; 0 No |
12 TCODE tYes, "Si" ; 1 Yes | |
13 IFDEF _cave_mode | |
14 TCODE tCave, "Cave" ; 2 Cave | |
15 ENDIF | |
16 | |
17 TCODE tblank, " " ; (a single space character) | |
0 | 18 |
19 ; Surface-mode texts | |
604 | 20 TCODE tMenu, "<Menu" ; <Menu |
21 TCODE tView, "Vedi>" ; View> | |
22 TCODE tHeading, "Direzione:" ; Heading: | |
23 TCODE tLastDive, "UltimaImm." ; Last Dive (Max 10 chars) | |
623 | 24 |
25 IFDEF _external_sensor | |
604 | 26 TCODE tSensorMilliVolt, "Sensori mV" ; Sensors mV |
623 | 27 ENDIF |
28 | |
0 | 29 |
30 ; Divemode Menu | |
604 | 31 TCODE tDivemenu_Gaslist, "Lista Gas" ; Gaslist (OC) |
623 | 32 TCODE tDivemenu_ResetAvg, "AzzeraMed" ; Reset Avg |
33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) ## pending translation | |
604 | 34 TCODE tDivemenu_ToggleGF, "Alterna GF" ; Toggle GF |
35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | |
36 TCODE tDivemenu_LostGas, "Gas perso" ; Lost Gas | |
623 | 37 |
38 IFDEF _ccr_pscr | |
39 TCODE tDivemenu_Diluent, "Lista Dil" ; Diluents (CCR) | |
40 TCODE tDivemenu_Premix, "Lista Mix" ; Premix (pSCR) | |
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
42 ENDIF | |
43 | |
44 IFDEF _external_sensor | |
45 TCODE tDivemenu_UseSensor,"Usa Sensori" ; Use Sensor | |
46 ENDIF | |
47 | |
604 | 48 IFDEF _cave_mode |
49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive | |
50 ENDIF | |
0 | 51 |
623 | 52 |
0 | 53 ; Main menu |
604 | 54 TCODE tNext, "<Prossimo" ; <Next |
619 | 55 TCODE tEnter, " Enter>" ; Enter> |
604 | 56 TCODE tMainMenu, "Menu Principale" ; MainMenu |
57 TCODE tLogbook, "Logbook" ; Logbook | |
58 TCODE tGasSetup, "Imposta Gas OC" ; OC Gas Setup | |
59 TCODE tSetTime, "Imposta Ora" ; Set Time | |
60 TCODE tSetDate, "Imposta Data" ; Set Date | |
61 TCODE tSetTimeDate, "Imp. Ora e Data" ; Set Time & Date | |
62 TCODE tDispSets, "Visualizzazione" ; Display Settings | |
63 TCODE tExit, "Esci" ; Exit | |
64 TCODE tResetMenu, "Resetta Menu" ; Reset Menu | |
65 TCODE tDiveModeMenu, "Modalita' Deco" ; Deco Mode | |
66 TCODE tInfoMenu, "Informazioni" ; Information | |
623 | 67 IFDEF _ccr_pscr |
68 TCODE tCCRSetup, "Imposta CCR" ; CCR Setup | |
69 TCODE tDiluentSetup, "Imposta Diluente" ; Diluent Setup | |
70 ENDIF | |
71 TCODE tFixedSetpoints, "Setpoints Fissi" ; Fixed Setpoints | |
72 TCODE tBack, "back" ; back | |
73 | |
74 IFDEF _rx_functions | |
604 | 75 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation |
76 TCODE tTrMode, "Modo: " ; Mode | |
77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure | |
78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure | |
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | |
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation | |
623 | 81 ENDIF |
82 | |
83 IFDEF _ccr_pscr | |
84 IFDEF _external_sensor | |
604 | 85 TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor |
86 TCODE tCalibrateMenu, "Calibrazione" ; Calibration | |
87 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
88 TCODE tCalibrate, "Calibra" ; Calibrate | |
623 | 89 ENDIF |
90 ENDIF | |
91 | |
0 | 92 |
93 ; Gas menu | |
604 | 94 TCODE tGaslist, "Lista Gas OC" |
95 TCODE tGaslistCC, "Lista Gas CC" ; CC Diluents | |
96 TCODE tGasEdit, "Modifica Gas" | |
97 TCODE tType, "Tipo: " | |
98 TCODE tGasDisabled, "Disabilitato" ; Disabled | |
99 TCODE tGasFirst, "Primo" ; First | |
100 TCODE tGasTravel, "Viaggio" ; Travel | |
101 TCODE tGasDeco, "Deco" ; Deco | |
102 TCODE tDilDisabled, "Disabilitato" ; Disabled | |
103 TCODE tDilFirst, "Primo" ; First | |
104 TCODE tDilNorm, "Normale" ; Normal | |
623 | 105 TCODE tAir, "Aria " ; Enum: values must follow (5 chars) |
604 | 106 TCODE tO2, "O2 " ; tAir + 5 |
107 TCODE tO2Plus, "O2 +" | |
108 TCODE tO2Minus, "O2 -" | |
623 | 109 IFDEF _helium |
604 | 110 TCODE tHePlus, "He +" |
111 TCODE tHeMinus, "He -" | |
623 | 112 ENDIF |
604 | 113 TCODE tMOD, "MOD :" |
114 TCODE tEAD, "EAD:" | |
115 TCODE tSetup_GasDepth, "Cambia profondita'" | |
116 TCODE tDepthPlus, "Profondita' +" | |
117 TCODE tDepthMinus, "Profondita' -" | |
118 TCODE tDepthReset, "Reset a MOD:" | |
119 TCODE tSetup_GasMix, "Cambia Miscela" | |
623 | 120 IFDEF _ccr_pscr |
604 | 121 TCODE tSPPlus, "ppO2+" ; pO2+ |
122 TCODE tSensorFallback, "Fallback:" ; Fallback: | |
123 TCODE tCalculated, "calcolato" ; calculated | |
124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | |
125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | |
623 | 127 TCODE tCCRMode, "Modo CCR:" ; CCR Mode: |
128 TCODE tCCRModeFixedSP, "SP Fissi" ; 0 fixed for CCR / calculated for pSCR | ENUM group | |
129 TCODE tCCRModeSensor, "Sensori" ; 1 Sensor | | |
130 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP | | |
131 ELSE | |
132 TCODE tCCRModeFixedSP, " " ; target needed by option table | |
133 ENDIF | |
134 TCODE tSP, "SP" ; SP (SetPoint) | |
135 TCODE tppO2, "ppO2:" ; ppO2: | |
136 | |
604 | 137 |
0 | 138 ; New battery menu |
614 | 139 ; 1 2 ; |
140 ; 12345678901234567890 ; max 20 chars | |
604 | 141 TCODE tNewBattTitle, "Nuova Batteria?" |
142 TCODE tNewBattOld, "Mantieni vecchio" | |
623 | 143 TCODE tNewBattNew36, "3,6V monouso (T1)" ; new 3.6V disposable |
144 TCODE tNewBattNew15, "1,5V monouso (T0)" ; new 1.5V disposable | |
145 TCODE tNewBattAccu, "3,7V ricaricare (T2)" ; new 3.7V rechargeable | |
614 | 146 TCODE tNew18650, "OSTC 2 o cR (T3)" ; internal battery on 2 (old) / cR |
147 TCODE tNew16650, "OSTC 2 o TR (T4)" ; internal battery on 2 (new) / TR | |
623 | 148 TCODE tConfirmChargeable1,"Conferma:" ; safety question, line 1 |
149 TCODE tConfirmChargeable2,"la batteria inserita" ; safety question, line 2 | |
150 TCODE tConfirmChargeable3,"è ricaricabile" ; safety question, line 3 | |
151 | |
0 | 152 |
153 ; Gaslist management | |
604 | 154 TCODE tGas, "Gas" ; Gas |
155 TCODE tDil, "Dil" ; Diluent | |
156 TCODE tGasErr, "Err" ; Err (3 chars) | |
0 | 157 |
623 | 158 |
0 | 159 ; Communication Menu |
604 | 160 TCODE tUsbTitle, "Modalita' USB" |
161 TCODE tBleTitle, "Modalita' Bluetooth" | |
162 TCODE tUsbStarting, "Avvio..." | |
163 TCODE tUsbStartDone, "Fatto." | |
164 TCODE tUsbServiceMode, "Modo Servizio abil" | |
165 TCODE tUsbClosed, "Porta chiusa" | |
166 TCODE tUsbExit, "Uscita" | |
167 TCODE tUsbDownloadMode, "Modo Download abil" | |
168 TCODE tUsbLlBld, "Livello-basso Bootloader" | |
0 | 169 |
623 | 170 |
0 | 171 ; Dive Settings |
604 | 172 TCODE tDvMode, "Tipo Tuffo:" |
173 TCODE tDvOC, "OC" | |
174 TCODE tDvCCR, "CCR" | |
175 TCODE tDvGauge, "Gauge" | |
176 TCODE tDvApnea, "Apnea" | |
177 TCODE tDvPSCR, "pSCR" | |
178 TCODE tDvCC, "CC" | |
179 TCODE tDkMode, "Algorit.: ZH-L16" | |
180 TCODE tZHL16, " " | |
181 TCODE tZHL16GF, "+GF" | |
182 TCODE tPPO2Max, "ppO2 Max :" | |
183 TCODE tPPO2DECO, "ppO2 Deco:" | |
184 TCODE tPPO2MIN, "ppO2 Min :" | |
623 | 185 IFDEF _ccr_pscr |
604 | 186 TCODE tPPO2MINCC, "Loop Min :" |
623 | 187 ENDIF |
188 TCODE tLastDecostop, "Ultima Deco : " | |
189 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed ## pending translation | |
190 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation | |
191 TCODE tExtendedStops, "before 1.Stop : " ; gas switches before 1st stop ## pending translation | |
192 TCODE tTimeoutDive, "Timeout Immsni: " ; Dive Timeout | |
193 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives ## pending translation | |
604 | 194 TCODE tDecoparameters, "Parametri Deco" |
195 TCODE tGF_low, "GF Basso:" | |
196 TCODE tGF_high, "GF Alto :" | |
197 TCODE tSaturationMult, "Saturazione : " | |
198 TCODE tDesaturationMult, "Desaturazione: " | |
199 TCODE tFTTSMenu, "TTS Futuro:" ; Future TTS | |
200 TCODE tLastDecostopSurf, "Ultima Deco:" ; last deco stop surface custom view | |
201 TCODE tGFMenu, "Menu GF" ; GF Settings | |
202 TCODE taGF_low, "aGF Basso:" ; aGF low | |
203 TCODE taGF_high, "aGF Alto :" ; aGF high | |
204 TCODE taGF_enable, "aGF Selezionabile:" ; aGF Selectable | |
205 TCODE tDiveaGF_active, "using aGF" ; using aGF ## pending translation | |
206 TCODE tppO2settings, "Menu ppO2" ; ppO2 Settings (max. 18 chars) | |
207 TCODE tsafetystopmenu, "Tappa Sicurezza:" ; Safety Stop: (max. 16 chars) | |
208 TCODE tGasUsage, "Utilizzo Gas" ; Gas Usage | |
209 TCODE tSetBotUse, "Gas Fondo: " ; Bottom Gas: (space) | |
210 TCODE tSetDecoUse, "Gas Deco : " ; Deco Gas: (space) | |
623 | 211 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs? |
604 | 212 TCODE tSetup_Tank, "Imposta Bombola" ; Setup Tank |
213 TCODE tTankSize, "Capac. Bombola" ; Tank Size | |
214 TCODE tTankUsablePress, "Press. Necess. Asc." ; Tank Press Budget for Ascent (turn pressure) ## pending translation | |
623 | 215 TCODE tLiter, " l" ; Liter as l |
216 TCODE tLiterLong, "Litri" ; Liter as Liter | |
604 | 217 TCODE t2ndDecoPlanMenu, "2o Piano Deco" ; 2nd Deco Plan |
218 | |
623 | 219 IFDEF _ccr_pscr |
220 TCODE tCCmaxFracO2, "%O2 max Loop:" ; | |
221 TCODE tCopyDilToOC, "Copy Dil->OC" ; copy diluent settings to OC gas ## pending translation | |
222 IFDEF _ccr_pscr | |
223 | |
604 | 224 IFDEF _rx_functions |
623 | 225 TCODE tTankPairing, "Cambia Transmitter" ; select Transmitter ## pending translation |
604 | 226 TCODE tTrModeOff, "off" ; off ## pending translation |
227 TCODE tTrModeOn, "on" ; on ## pending translation | |
228 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation | |
229 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 | |
230 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation | |
231 TCODE tTrPresGas1, "Gas 1" ; Gas 1 | |
232 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
233 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
234 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
235 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
623 | 236 IFDEF _ccr_pscr |
604 | 237 TCODE tTrPresDil1, "Dil 1" ; Dil 1 |
238 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
239 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
240 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
241 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
242 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation | |
243 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation | |
244 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation | |
245 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation | |
623 | 246 ENDIF |
604 | 247 ELSE |
248 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
249 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
623 | 250 ENDIF ; _rx_functions |
251 | |
0 | 252 |
253 ; Display Settings | |
604 | 254 TCODE tBright, "Luminosita':" |
255 TCODE tEco, "Eco" | |
256 TCODE tMedium, "Media" | |
257 TCODE tHigh, "Alta" | |
258 TCODE tDvSalinity, "Salinita': " ; Salinity | |
259 TCODE tShowppO2, "ppO2 Permanente:" ; Always show ppO2: | |
260 TCODE tFlip, "Ruota schermo:" ; Rotate Screen | |
623 | 261 TCODE tMODwarning, "Avvertimento Prof:" ; depth warnings |
262 ; TCODE tIBCDwarning, "Avvertimento IBCD:" ; IBCD Warning | |
263 TCODE tLayout, "Layout :" ; Layout ## pending translation | |
604 | 264 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max) |
623 | 265 TCODE tTissueGraphics, "Grafica:" ; tissue graphics |
266 | |
267 TCODE tLayoutNormal, "normal" ; normal ## pending translation | |
268 TCODE tLayoutBig, "big" ; big ## pending translation | |
269 | |
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
|
270 |
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
|
271 ; VSI display Settings |
604 | 272 TCODE tVSItext2, "Velox Variabile:" ; Variable speed: |
273 TCODE tVSIgraph, "Grafico Velocita':" ; Speed graph: | |
0 | 274 |
623 | 275 |
0 | 276 ; Setup Menu |
604 | 277 TCODE tSystSets, "Impostazioni" |
623 | 278 IFDEF _compass |
604 | 279 TCODE tCompassMenu, "Calibra Bussola" ; Compass calibration |
280 TCODE tCompassGain, "Suscettibilita:" ; Compass gain: | |
281 TCODE tCalX, "Cal X:" ; Cal X | |
282 TCODE tCalY, "Cal Y:" ; Cal Y | |
283 TCODE tCalZ, "Cal Z:" ; Cal Z | |
623 | 284 ENDIF |
604 | 285 TCODE tUnits, "Unita':" |
286 TCODE tMetric, " m/°C" ; Enum menu | |
287 TCODE tImperial, "ft/°F" | |
623 | 288 ; 111 111 111 111 111 |
289 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | |
290 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" ## pending translation | |
604 | 291 TCODE tButtonleft, "Bottone Sx:" ; Left button |
292 TCODE tButtonright, "Bottone Dx:" ; Right button | |
293 TCODE tAltMode, "Attesa :" ; Waiting Time | |
294 TCODE tAltModeFly, "Volo" ; Flying | |
295 TCODE tAltMode1000, "1000m" ; | |
296 TCODE tAltMode2000, "2000m" ; | |
297 TCODE tAltMode3000, "3000m" ; | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
298 |
623 | 299 |
0 | 300 ; Units for all menu |
604 | 301 TCODE tMeters, "m" |
302 TCODE tFeets, "ft" | |
303 TCODE tFeets1, "f" | |
304 TCODE tMinutes, "'" | |
305 TCODE tPercent, "%" | |
306 TCODE tLitersMinute, "l/min" | |
307 TCODE tbar, "bar" ; bar | |
308 TCODE tbar10, "0 bar" ; xx0 bar | |
309 TCODE tMeterMinute, "m/'" ; meter per minute | |
310 | |
623 | 311 |
0 | 312 ; Date |
604 | 313 TCODE tDateFormat, "Data: " |
314 TCODE tDateformat, "MMGGAA" | |
315 TCODE tDateformat1, "GGMMAA" | |
316 TCODE tDateformat2, "AAMMGG" | |
0 | 317 |
623 | 318 |
0 | 319 ; Simulator menu |
604 | 320 TCODE tInter, "Avvia Simulatore" ; Start Simulator |
321 TCODE tPlan, "Simulatore" ; Simulator | |
0 | 322 |
623 | 323 |
0 | 324 ; Decoplanner submenu |
604 | 325 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) |
326 TCODE tBtTm_short, "Tempo:" ; Bot. Time: (max. 6 chars) | |
327 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars) | |
328 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) | |
329 TCODE tDecoSetup, "Setta Calcoli" ; Deco Setup | |
330 TCODE tDeco, "Calcola Deco" ; Calculate Deco | |
623 | 331 TCODE tDivePlan, "Pianificat" ; Dive Plan (max. 10 chars) |
604 | 332 TCODE tNoDeco, "No Deco" ; No Deco |
333 TCODE tMore, "Dettagli" ; More | |
334 TCODE tSelectSetpoint, "Setpoint CCR: " ; | |
335 TCODE tuseAGF, "usa aGF : " ; use aGF | |
336 TCODE tCalculating, "Calcolando..." ; calculating... | |
623 | 337 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval ## pending translation |
338 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment ## pending translation | |
339 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout ## pending translation | |
340 TCODE tCalcAscent, "Ascent" ; Ascent ## pending translation | |
604 | 341 TCODE tNDLleft, "left" ; time left within NDL ## pending translation |
0 | 342 |
623 | 343 |
0 | 344 ; Information menu |
604 | 345 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
346 TCODE tSerial, "Seriale : " ; Serial : (space) | |
347 TCODE tTotalDives, "Tot Immersioni:" ; Total Dives: | |
348 TCODE tBatteryV, "Batteria: " ; Battery: | |
349 TCODE tUptime, "Uptime: " ; Uptime: | |
0 | 350 |
623 | 351 IFDEF _rx_functions |
352 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
353 ENDIF | |
354 | |
355 | |
0 | 356 ; Divemode screen |
604 | 357 TCODE tNDL, "NDL" ; 3 chars max |
623 | 358 TCODE tTTS, "TTS" ; 3 chars max |
604 | 359 TCODE tVelMetric, "m/min" |
360 TCODE tVelImperial, "ft/m " | |
361 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
362 TCODE tSelectAir, "Aria" ; Air | |
363 TCODE tSelectO2, "O2 " ; O2 | |
364 TCODE tSelectNx, "Nx" ; Nx | |
365 TCODE tSelectTx, "Tx" ; Tx | |
623 | 366 TCODE tDepth, "Prof." ; Depth (max 5 chars) |
367 TCODE tMaxDepth, "Prof.Max" ; Max. Depth - max 9 chars! | |
368 TCODE tAvgDepth, "Prof.Med." ; average Depth - max 9 chars! | |
369 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group ## pending translation | |
370 IFDEF _helium | |
371 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
372 ENDIF | |
373 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
604 | 374 TCODE tDiveTotalAvg, "Media" |
375 TCODE tDiveStopwatch, "Cronometro" | |
376 TCODE tDiveStopAvg, "Media Inter" ; 11 chars max | |
377 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) | |
378 TCODE tApnoeMax, "Ultima Discesa" ; Last descend | |
623 | 379 TCODE tApnoeSurface, "Tp.Superficie" ; Surface Time |
604 | 380 TCODE tTime, "Time" ; Time ## pending translation |
381 TCODE tSurface, "Surface" ; Surface (max 12 chars) ## pending translation | |
382 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan | |
383 ; TCODE tDiveClock, "Orologio" ; Clock | |
384 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
385 TCODE tDiveTissues, "Tessuti" ; Tissues | |
386 TCODE tEND, "END:" ; END: | |
387 TCODE tN2, "N2" ; N2 | |
623 | 388 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 389 TCODE tGFactors, "Valori GF" ; GF Values |
390 TCODE taGFactors, "Valori aGF" ; aGF Values | |
608 | 391 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation |
604 | 392 TCODE tCeiling, "Tetto" ; Ceiling |
393 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) | |
394 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
395 TCODE tDecoInfo, "Zona Deco" ; Deco info | |
396 TCODE tSensorCheck, "Testa Sensori" ; Sensor Check | |
397 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
398 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
399 TCODE tGasNeedsWarn, "Gas Neces" ; | |
400 TCODE tGasNeedsAscent, "Gas Necess. Ascent" ; ## pending translation | |
401 TCODE tCNSsurf, "CNS Surf." ; | |
402 TCODE tCNSfTTS, "CNS fTTS" ; | |
403 TCODE tCNSBO, "CNS B/O" ; | |
404 TCODE tCNSnow, "CNS ora" ; | |
405 TCODE tCNSeod, "CNS finale" ; | |
406 TCODE tnoBOgas, "-B/O-Gas-" ; | |
407 TCODE tMicroBubbles, "M.Bolle" ; | |
408 TCODE tCNS, "CNS: " ; | |
409 TCODE tgaschange, "Change?" ; better gas found ## pending translation | |
410 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation | |
411 TCODE tBattery, "Batteria" ; Battery | |
623 | 412 |
413 IFDEF _helium | |
414 TCODE tHe, "He" ; He | |
415 TCODE tIBCD, "IBCD N2He" ; IBCD warning | |
416 ENDIF | |
417 | |
604 | 418 IFDEF _rx_functions |
419 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation | |
420 TCODE tPressure, "P.Bombola" ; tank pressure | |
421 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | |
422 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars ## pending translation | |
423 ENDIF | |
623 | 424 |
425 IFDEF _ccr_pscr | |
426 IFDEF _external_sensor | |
427 TCODE tDiveHudMask1, "Sensore1" | |
428 TCODE tDiveHudMask2, "Sensore2" | |
429 TCODE tDiveHudMask3, "Sensore3" | |
430 TCODE tSensorDisagree, "Sensori<>" ; Sensors disagree Warning | |
431 ENDIF | |
432 ENDIF | |
433 | |
604 | 434 IFDEF _cave_mode |
435 TCODE tGasNeedsCaveMode, "Gas Necess. Cave Mode" ; title for gas needs custom view | |
436 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) ## pending translation | |
437 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) | |
438 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
439 ENDIF | |
440 | |
623 | 441 |
0 | 442 ; Divemode menu |
623 | 443 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
444 IFDEF _compass | |
604 | 445 TCODE tSetHeading, "Salva" ; Bearing (max. 6 chars) |
623 | 446 ENDIF |
447 | |
0 | 448 |
449 ; Simulator menu | |
623 | 450 TCODE tQuitSim, "Esci" ; Quit Simulation (max. 6 chars) |
451 TCODE tResetAvg, "AzzMed" ; Reset Timer (max. 6 chars) | |
452 | |
0 | 453 |
454 ; Logbook | |
604 | 455 TCODE tCNS2, "CNS:" |
456 TCODE tAVG, "Media:" | |
457 TCODE tGF, "GF:" | |
623 | 458 TCODE tSAT, "Sat:" ; 4 chars max |
459 | |
0 | 460 |
461 ; Logbook units | |
604 | 462 TCODE tLogTunitC, "°C" |
463 TCODE tLogTunitF, "°F" | |
464 TCODE tKGL, "kg/l" | |
465 TCODE tMBAR, "hPa" | |
0 | 466 |
623 | 467 |
0 | 468 ; Logbook menu |
604 | 469 TCODE tNextLog, "Pagina Seguente" |
0 | 470 |
623 | 471 |
0 | 472 ; Reset menu |
604 | 473 TCODE tReboot, "Riavvio" ; Reboot |
474 TCODE tResetMenu2, "Sei sicuro?" ; Are you sure? | |
475 TCODE tAbort, "Annulla" ; Abort | |
476 TCODE tResetSettings, "Azzera Settings" ; Reset all ## pending translation | |
477 TCODE tResetDeco, "Azzera Deco" ; Reset Deco | |
478 TCODE tResetBattery, "Azzera Batteria" ; Reset Battery | |
479 TCODE tResetLogbook, "Azzera Logbook" ; Reset Logbook | |
0 | 480 |
623 | 481 |
0 | 482 ; Set Time Menu/Set Date Menu |
604 | 483 TCODE tSetHours, "Imposta Ora" ; Set Hours |
484 TCODE tSetMinutes, "Imposta Minuti" ; Set Minutes | |
485 TCODE tSetSeconds, "Azzera Secondi" ; Clear seconds | |
486 TCODE tSetDay, "Imp Giorno" ; Set Day | |
487 TCODE tSetMonth, "Imp Mese" ; Set Month | |
488 TCODE tSetYear, "Imp Anno" ; Set Year | |
0 | 489 |
623 | 490 |
0 | 491 ; Logbook Offset Menu |
604 | 492 TCODE tLogOffset, "Devia Logbook" ; Logbook offset |
623 | 493 TCODE tLogOffsetValue, "Offset : " ; Offset ## pending translation |
494 TCODE tLogOffStepSize, "Step Size: " ; Step Size ## pending translation | |
495 TCODE tLogOffsetplus, "+" ; increment | |
496 TCODE tLogOffsetminus, "-" ; decrement | |
497 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group | |
498 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | | |
499 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | | |
500 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 | | |
501 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
502 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
503 ; Compass directions |
604 | 504 TCODE tN, "N " ; N(orth), 338°-22° |
505 TCODE tNE, "NE" ; North-East, 23°-67° | |
506 TCODE tE, "E " ; E(east), 68°-112° | |
507 TCODE tSE, "SE" ; South-East, 113°-157° | |
508 TCODE tS, "S " ; S(outh), 157°-202° | |
509 TCODE tSW, "SO" ; South-West, 203°-247° | |
510 TCODE tW, "O " ; W(West), 248°-292° | |
511 TCODE tNW, "NO" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
512 |
623 | 513 |
50 | 514 ; Color Scheme menu |
604 | 515 TCODE tColorScheme, "Schema colori" ; Colour scheme |
516 TCODE tColorSetDive, "Immersione:" ; Divemode: | |
517 TCODE tColorSetName0, "Standard" ; Standard | |
518 TCODE tColorSetName1, "Rosso" ; Red | |
519 TCODE tColorSetName2, "Verde" ; Green | |
520 TCODE tColorSetName3, "Blu" ; Blue | |
521 | |
623 | 522 |
523 ; pSCR Menu and Settings | |
524 IFDEF _ccr_pscr | |
604 | 525 TCODE tPSCRMenu, "Menu pSCR" ; pSCR Menu |
526 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop | |
527 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio | |
623 | 528 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) |
529 ENDIF | |
604 | 530 |
531 | |
532 ; Language selection | |
533 IF _language_2!=none | |
534 TCODE tLanguage, "Lingua: " ; used in menu_tree | |
535 ENDIF | |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
474
diff
changeset
|
536 |
604 | 537 IF _language_1==en |
538 TCODE tLang1, "Inglese" ; tLang1 is 1st language, enum context | |
539 ELSE | |
540 IF _language_1==de | |
541 TCODE tLang1, "Tedesco" | |
542 ELSE | |
543 IF _language_1==fr | |
544 TCODE tLang1, "Francese" | |
545 ELSE | |
546 IF _language_1==it | |
547 TCODE tLang1, "Italiano" | |
548 ELSE | |
549 TCODE tLang1, "" ; dummy target for options table | |
550 ENDIF | |
551 ENDIF | |
552 ENDIF | |
553 ENDIF | |
554 | |
555 IF _language_2==en | |
556 TCODE tLang2, "Inglese" ; tLang2 is 2nd language, enum context | |
557 ELSE | |
558 IF _language_2==de | |
559 TCODE tLang2, "Tedesco" | |
560 ELSE | |
561 IF _language_2==fr | |
562 TCODE tLang2, "Francese" | |
563 ELSE | |
564 IF _language_2==it | |
565 TCODE tLang2, "Italiano" | |
566 ENDIF | |
567 ENDIF | |
568 ENDIF | |
569 ENDIF |