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