Mercurial > public > hwos_code
annotate src/text_italian.inc @ 407:db2aefcb5ca2
changelog
author | heinrichsweikamp |
---|---|
date | Tue, 02 Feb 2016 10:40:52 +0100 |
parents | dfa6ff517637 |
children | 12e85930d95c |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File text_italian.asm | |
4 ; | |
5 ; Italian texts translation file. | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 | |
10 ; Basic texts | |
11 TCODE tNo, "No" ; No | |
12 TCODE tYes, "Si" ; Yes = No + 1 | |
13 | |
14 ; Surface-mode texts | |
15 TCODE tBeta, "beta" ; beta | |
76 | 16 TCODE tMenu, "<Menu" ; <Menu |
0 | 17 TCODE tView, "Vedi>" ; View> |
18 TCODE tHeading, "Direzione:" ; Heading: | |
19 | |
20 ; Divemode Menu | |
21 TCODE tDivemenu_Gaslist, "Lista Gas" ; Gaslist | |
22 TCODE tDivemenu_ResetAvr, "Azzera Media" ; Reset Avr. | |
23 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
8 | 24 TCODE tDivemenu_UseSensor,"Usa Sensori" ; Use Sensor |
0 | 25 TCODE tDivemenu_ToggleGF, "Alterna GF" ; Toggle GF |
401
7be43d886bb1
Logbook marker can be set in dive mode menu (OC only)
heinrichsweikamp
parents:
383
diff
changeset
|
26 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker |
403
6e60012bb3fc
NEW: "Lost Gas" feature allows disabling gases during the dive
heinrichsweikamp
parents:
401
diff
changeset
|
27 TCODE tDivemenu_LostGas, "Gas perduto" ; Lost Gas |
0 | 28 |
29 ; Main menu | |
30 TCODE tNext, "<Prossimo" ; <Next | |
31 TCODE tEnter, "Enter>" ; Enter> | |
32 | |
33 TCODE tMainMenu, "Menu Principale" ; MainMenu | |
34 TCODE tLogbook, "Logbook" ; Logbook | |
35 TCODE tGasSetup, "Imposta Gas OC" ; OC Gas Setup | |
36 TCODE tSetTime, "Imposta Ora" ; Set Time | |
37 TCODE tSetDate, "Imposta Data" ; Set Date | |
38 TCODE tSetTimeDate,"Imp. Ora e Data"; Set Time & Date | |
39 TCODE tDispSets, "Visualizzazione" ; Display Settings | |
40 TCODE tExit, "Uscita" ; Exit | |
41 TCODE tResetMenu, "Menu Reset" ; Reset Menu | |
42 TCODE tDiveModeMenu,"Modalita' Deco" ; Deco Mode | |
43 TCODE tInfoMenu, "Informazioni" ; Information | |
44 TCODE tCCRSetup, "Imposta CCR" ; CCR Setup | |
45 TCODE tDiluentSetup,"Imposta Diluente" ; Diluent Setup | |
46 TCODE tFixedSetpoints,"Setpoints Fissi" ; Fixed Setpoints | |
8 | 47 TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor |
113 | 48 TCODE tCalibrateMenu, "Calibration" ; Calibration |
49 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
50 TCODE tCalibrate, "Calibrate" ; Calibrate | |
0 | 51 |
52 ; Gas menu | |
53 TCODE tGaslist, "Lista Gas OC" | |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
76
diff
changeset
|
54 TCODE tGaslistCC, "Lista Gas CC" ; CC Diluents |
0 | 55 TCODE tGasEdit, "Modifica Gas" |
56 TCODE tType, "Tipo: " | |
57 TCODE tGasDisabled,"Disabilitato" ; Disabled | |
58 TCODE tGasFirst, "Primo" ; First | |
59 TCODE tGasTravel, "Viaggio" ; Travel | |
60 TCODE tGasDeco, "Deco" ; Deco | |
61 TCODE tDilDisabled,"Disabilitato" ; Disabled | |
62 TCODE tDilFirst, "Primo" ; First | |
63 TCODE tDilNorm, "Normale" ; Normal | |
64 TCODE tAir, "Aria " ; Enum: values must follows (5 chars) | |
65 TCODE tO2, "O2 " ; tAir + 5 | |
66 TCODE tO2Plus, "O2 +" | |
67 TCODE tO2Minus, "O2 -" | |
68 TCODE tHePlus, "He +" | |
69 TCODE tHeMinus, "He -" | |
70 TCODE tMOD, "MOD:" | |
71 TCODE tEAD, "EAD:" | |
72 TCODE tGasDepth, "Cambia profondita'" | |
73 TCODE tDepthPlus, "Profondita' +" | |
74 TCODE tDepthMinus,"Profondita' -" | |
75 TCODE tDepthReset,"Reset a MOD:" | |
76 TCODE tSetup_mix, "Imposta Miscela" | |
8 | 77 TCODE tCCRMode, "Modo CCR:" ; CCR Mode: |
0 | 78 TCODE tCCRModeFixedSP, "SP Fissi" ; Fixed SP |
8 | 79 TCODE tCCRModeSensor, "Sensori" ; Sensor |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
80 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP |
0 | 81 TCODE tSP, "SP" ; SP (SetPoint) |
383 | 82 TCODE tSPPlus, "ppO2+" ; pO2+ |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
83 TCODE tSensorFallback, "Fallback:" ; Fallback: |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
148
diff
changeset
|
84 TCODE tppO2, "ppO2:" ; ppO2: |
0 | 85 |
86 ; New battery menu | |
87 TCODE tNewBattTitle, "Nuova Batteria?" | |
88 TCODE tNewBattOld, "Mantieni vecchio" | |
89 TCODE tNewBattNew36, "Nuova 3,6V" | |
90 TCODE tNewBattNew15, "Nuova 1,5V" | |
91 | |
92 ; Gaslist management | |
93 TCODE tGas, "Gas" ; Gas | |
94 TCODE tGasErr, "Err" ; Err (3 chars) | |
95 | |
96 ; Communication Menu | |
97 TCODE tUsbTitle, "Modalita' USB" | |
269
1207cf9a9408
adjust menu for different hardware versions
heinrichsweikamp
parents:
255
diff
changeset
|
98 TCODE tBleTitle, "Modalita' Bluetooth" |
0 | 99 TCODE tUsbStarting, "Avvio..." |
182 | 100 TCODE tUsbStartDone, "Fatto." |
0 | 101 TCODE tUsbServiceMode, "Modo Servizio abil" |
102 TCODE tUsbClosed, "Porta chiusa" | |
103 TCODE tUsbExit, "Uscita" | |
104 TCODE tUsbDownloadMode, "Modo Download abil" | |
105 TCODE tUsbLlBld, "Livello-basso Bootloader" | |
106 | |
107 ; Dive Settings | |
108 TCODE tDvMode, "Modo Dive:" | |
109 TCODE tDvOC, "OC" | |
110 TCODE tDvCC, "CC" | |
111 TCODE tDvGauge, "Gauge" | |
112 TCODE tDvApnea, "Apnea" | |
103 | 113 TCODE tDkMode, "Algorit.:" |
0 | 114 TCODE tZHL16, "ZH-L16" |
115 TCODE tZHL16GF, "ZH-L16+GF" | |
116 TCODE tPPO2Max, "ppO2 Max:" | |
117 TCODE tPPO2Min, "ppO2 Min:" | |
118 TCODE tLastDecostop, "Ultima Deco:" | |
119 TCODE tDecoparameters, "Parametri Deco" | |
120 TCODE tGF_low, "GF basso:" | |
121 TCODE tGF_high, "GF alto:" | |
122 TCODE tSaturationMult, "Saturazione:" | |
123 TCODE tDesaturationMult, "Desaturazione:" | |
124 TCODE tFTTSMenu, "TTS Futuro:" ; Future TTS | |
125 TCODE taGFMenu, "GF Alternativo" ; Alternative GF | |
126 TCODE taGF_low, "aGF basso:" ; aGF low | |
127 TCODE taGF_high, "aGF alto:" ; aGF high | |
128 TCODE taGF_enable,"aGF Selezionabile:" ; aGF Selectable | |
129 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
108 | 130 TCODE tppO2settings,"Menu ppO2" ; ppO2 Settings (max. 18 chars) |
131 TCODE tsafetystopmenu,"Usa tappa sicur:" ; Safety Stop: (max. 16 chars) | |
0 | 132 |
133 ; Display Settings | |
134 TCODE tBright, "Luminosita':" | |
135 TCODE tEco, "Eco" | |
136 TCODE tMedium, "Media" | |
137 TCODE tHigh, "Alta" | |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
138 TCODE tDvSalinity,"Salinita':" ; Salinity |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
139 TCODE tFlip, "Ruotare schermo:" ; Rotate Screen |
305 | 140 TCODE tMODwarning,"MOD warning:" ; MOD warning |
335
3d43da7acfe1
Always show ppO2 (warning position, standard color) option
janos_kovacs <kovjanos@gmail.com>
parents:
333
diff
changeset
|
141 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
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
|
142 |
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
|
143 ; VSI display Settings |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
144 TCODE tVSItext2, "Variable speed:" ; Variable speed: |
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
145 TCODE tVSIgraph, "Speed graph:" ; Speed graph: |
0 | 146 |
147 ; Setup Menu | |
148 TCODE tSystSets, "Impostazioni" | |
149 TCODE tLanguage, "Lingua:" | |
150 TCODE tEnglish, "Inglese" | |
151 TCODE tGerman, "Tedesco" | |
152 TCODE tFrench, "Francese" | |
153 TCODE tItalian, "Italiano" | |
154 TCODE tCompassMenu,"Calibra Bussola" ; Compass calibration | |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
155 TCODE tCompassGain,"Suscettibilita:" ; Compass gain: |
0 | 156 |
157 TCODE tUnits, "Unita':" | |
158 TCODE tMetric, " m/°C" ; Enum menu | |
159 TCODE tImperial, "ft/°F" | |
160 | |
200 | 161 TCODE tDefName, "HW OSTC" |
0 | 162 TCODE tbar, "bar" ; bar |
163 | |
383 | 164 TCODE tButtonleft,"Bottone sinistra:" ; Left button |
165 TCODE tButtonright,"Bottone destra:" ; Right button | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
166 |
0 | 167 ; Units for all menu |
168 TCODE tMeters, "m" | |
169 TCODE tFeets, "ft" | |
170 TCODE tFeets1, "f" | |
171 TCODE tMinutes, "'" | |
172 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
173 TCODE tLitersMinute, "l/min" |
0 | 174 |
175 ; Date | |
176 TCODE tDateFormat, "Data:" | |
177 TCODE tDateformat, "MMGGAA" | |
178 TCODE tDateformat1,"GGMMAA" | |
179 TCODE tDateformat2,"AAMMGG" | |
180 | |
181 ; Simulator menu | |
136 | 182 TCODE tInter, "Start Simulatore" ; Start Simulator |
183 TCODE tPlan, "Simulatore" ; Simulator | |
0 | 184 |
185 ; Decoplanner submenu | |
186 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
187 TCODE tBtTm_short,"Tempo:" ; Bot. Time: (max. 6 chars) |
0 | 188 TCODE tMxDep, "Profond. Max:" ; Max Depth: (10 chars) |
189 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) | |
190 TCODE tDeco, "Calcola Deco" ; Calculate Deco | |
191 TCODE tDivePlan, "Pianificat:" ; Dive Plan: | |
192 TCODE tNoDeco, "No Deco" ; No Deco | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
193 TCODE tMore, "Dettagli.." ; More... |
0 | 194 TCODE tCNS, "CNS" ; CNS |
291
f3df4f291c90
ADD tGasUsage, with FR translation (and DE,IT defaults)
jDG
parents:
276
diff
changeset
|
195 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
196 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) |
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
197 TCODE tSetDecoUse,"Deco Gas: " ; Deco Gas: (space) |
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
198 |
0 | 199 |
200 ; Information menu | |
201 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
202 TCODE tSerial, "Seriale : " ; Serial : (space) | |
203 TCODE tTotalDives,"Totale Immersioni:" ; Total Dives: | |
62 | 204 TCODE tBatteryV, "Batteria: " ; Battery: |
0 | 205 |
206 ; Divemode screen | |
207 TCODE tNDL, "NDL" | |
208 TCODE tTTS, "TTS" | |
209 TCODE tVelMetric, "m/min" | |
210 TCODE tVelImperial,"ft/m " | |
211 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
212 TCODE tSelectAir, "Aria " ; Air | |
213 TCODE tSelectO2, "O2 " ; O2 | |
214 TCODE tSelectNx, "Nx" ; Nx | |
215 TCODE tSelectTx, "Tx" ; Tx | |
8 | 216 TCODE tDepth, "Prof." ; Depth |
310
453a3d13570f
VSIbar #2: ascend bar + max-depth title alignment. Debug: bar-frame, zero-line, sim+- 0.1m
janos_kovacs <kovjanos@gmail.com>
parents:
307
diff
changeset
|
217 TCODE tMaxDepth, "Prof. Max" ; Max. Depth - max 10chars! |
0 | 218 TCODE tDivetime, "Divetime" ; Divetime |
8 | 219 TCODE tDiveHudMask1, "Sensor 1" |
220 TCODE tDiveHudMask2, "Sensor 2" | |
221 TCODE tDiveHudMask3, "Sensor 3" | |
0 | 222 TCODE tDiveTotalAvr, "Media" |
223 TCODE tDiveStopwatch, "Cronometro" | |
406 | 224 TCODE tDiveStopAvr, "Media Inter" ; 11chars max |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
225 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
406 | 226 TCODE tApnoeMax, "Ultima Discesa" ; Last descend |
0 | 227 TCODE tApnoeSurface, "Tempo Superficie" ; Surface Time |
228 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan | |
229 TCODE tDiveClock, "Orologio" ; Clock | |
230 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
231 TCODE tDiveTissues, "Tessuti" ; Tissues | |
232 TCODE tEND, "END:" ; END: | |
233 TCODE tHe, "He" ; He | |
234 TCODE tN2, "N2" ; N2 | |
235 TCODE tDiveBailout, "Bailout" ; Bailout | |
236 TCODE tGFactors, "Valori GF" ; GF Values | |
237 TCODE taGFactors, "Valori aGF" ; aGF Values | |
238 TCODE tGFInfo, "Info GF" ; GF Info | |
123 | 239 TCODE tCeiling, "Ceiling" ; Ceiling |
300
5ad479f2a868
Merged Screen layout mod #1 into Screen layout work #3
Janos Kovacs <kovjanos@gmail.com>
parents:
298
diff
changeset
|
240 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
241 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
0 | 242 |
243 ; Divemode menu | |
244 TCODE tDivePreMenu, "Menu?" ; Menu? | |
255 | 245 TCODE tSetHeading, "Direz." ; Bearing (Max. seven chars) |
0 | 246 |
247 ; Simulator menu | |
248 TCODE tQuitSim, "Uscire?" ; Quit Simulation? | |
249 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
250 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
208
diff
changeset
|
251 TCODE tplus5min, "Sim:+5'" ; +5 mins |
0 | 252 |
253 ; Logbook | |
254 TCODE tCNS2, "CNS:" | |
255 TCODE tAVR, "Avr:" | |
256 TCODE tGF, "GF:" | |
257 TCODE tSAT, "Sat:" ; Sat: | |
258 | |
259 ; Logbook units | |
260 TCODE tLogTunitC, "°C" | |
261 TCODE tLogTunitF, "°F" | |
262 TCODE tKGL, "kg/l" | |
263 TCODE tMBAR, "mbar" | |
264 | |
265 ; Logbook menu | |
266 TCODE tNextLog, "Pagina Seguente" | |
267 | |
268 ; Reset menu | |
269 TCODE tReboot, "Riavvio" ;Reboot | |
270 TCODE tResetMenu2,"Sei sicuro?" ;Are you sure? | |
271 TCODE tAbort, "Annulla" ;Abort | |
272 TCODE tResetSettings, "Azzera Tutto" ;Reset all | |
273 TCODE tResetDeco, "Azzera Deco" ;Reset Deco | |
274 TCODE tResetBattery, "Azzera Batteria" ;Reset Battery | |
63 | 275 TCODE tResetLogbook, "Azzera Logbook" ;Reset Logbook |
0 | 276 |
277 ; Set Time Menu/Set Date Menu | |
278 TCODE tSetHours, "Imposta Ora" ; Set Hours | |
279 TCODE tSetMinutes,"Imposta Minuti" ; Set Minutes | |
280 TCODE tSetSeconds,"Azzera Secondi" ; Clear seconds | |
281 TCODE tSetDay, "Imp Giorno" ; Set Day | |
282 TCODE tSetMonth, "Imp Mese" ; Set Month | |
283 TCODE tSetYear, "Imp Anno" ; Set Year | |
284 | |
285 ; After update texts | |
52 | 286 TCODE tNewFirmware1, "Aggiornam OK!" ; Update successful! |
0 | 287 TCODE tNewFirmware2, "Nuovo Firmware: " ; New Firmware: |
288 | |
289 ; Logbook Offset Menu | |
290 TCODE tLogOffset, "Offset Logbook" ; Logbook offset | |
291 TCODE tLogOffsetp1, "+1" ; +1 | |
292 TCODE tLogOffsetp10, "+10" ; +10 | |
293 TCODE tLogOffsetm1, "-1" ; -1 | |
294 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
295 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
296 ; Sampling rate |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
297 TCODE tSamplingrate, "Campionamento:" ; Sampling rate: |
51 | 298 TCODE tSampling2s, "2s" ; 2s |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
299 TCODE tSampling10s, "10s" ; 10s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
300 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
301 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
302 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
303 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
304 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
305 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
306 TCODE tS, "S " ; S(outh),157°-202° |
51 | 307 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
308 TCODE tW, "O " ; W(West),248°-292° |
51 | 309 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
310 |
50 | 311 ; Color Scheme menu |
52 | 312 TCODE tColorScheme, "Schema di colori" ; Colour scheme |
51 | 313 TCODE tColorSetDive, "Immersione:" ; Divemode: |
314 TCODE tColorSetName0, "Standard" ; Standard | |
315 TCODE tColorSetName1, "Rosso" ; Red | |
316 TCODE tColorSetName2, "Verde" ; Green | |
317 TCODE tColorSetName3, "Blu" ; Blue |