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