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