Mercurial > public > hwos_code
annotate src/text_italian.inc @ 305:6d003c08bacd
rename tMODwarning
author | heinrichsweikamp |
---|---|
date | Tue, 02 Jun 2015 16:34:02 +0200 |
parents | 9b1b0b32e7d5 |
children | 14719662fb95 |
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 |
305 | 138 TCODE tMODwarning,"MOD warning:" ; MOD warning |
0 | 139 |
140 ; Setup Menu | |
141 TCODE tSystSets, "Impostazioni" | |
142 TCODE tLanguage, "Lingua:" | |
143 TCODE tEnglish, "Inglese" | |
144 TCODE tGerman, "Tedesco" | |
145 TCODE tFrench, "Francese" | |
146 TCODE tItalian, "Italiano" | |
147 TCODE tCompassMenu,"Calibra Bussola" ; Compass calibration | |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
148 TCODE tCompassGain,"Suscettibilita:" ; Compass gain: |
0 | 149 |
150 TCODE tUnits, "Unita':" | |
151 TCODE tMetric, " m/°C" ; Enum menu | |
152 TCODE tImperial, "ft/°F" | |
153 | |
200 | 154 TCODE tDefName, "HW OSTC" |
0 | 155 TCODE tbar, "bar" ; bar |
156 | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
157 TCODE tButtonleft,"Left button:" ; Left button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
158 TCODE tButtonright,"Right button:" ; Right button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
159 |
0 | 160 ; Units for all menu |
161 TCODE tMeters, "m" | |
162 TCODE tFeets, "ft" | |
163 TCODE tFeets1, "f" | |
164 TCODE tMinutes, "'" | |
165 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
166 TCODE tLitersMinute, "l/min" |
0 | 167 |
168 ; Date | |
169 TCODE tDateFormat, "Data:" | |
170 TCODE tDateformat, "MMGGAA" | |
171 TCODE tDateformat1,"GGMMAA" | |
172 TCODE tDateformat2,"AAMMGG" | |
173 | |
174 ; Simulator menu | |
136 | 175 TCODE tInter, "Start Simulatore" ; Start Simulator |
176 TCODE tPlan, "Simulatore" ; Simulator | |
0 | 177 |
178 ; Decoplanner submenu | |
179 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars) | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
180 TCODE tBtTm_short,"Tempo:" ; Bot. Time: (max. 6 chars) |
0 | 181 TCODE tMxDep, "Profond. Max:" ; Max Depth: (10 chars) |
182 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars) | |
183 TCODE tDeco, "Calcola Deco" ; Calculate Deco | |
184 TCODE tDivePlan, "Pianificat:" ; Dive Plan: | |
185 TCODE tNoDeco, "No Deco" ; No Deco | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
186 TCODE tMore, "Dettagli.." ; More... |
0 | 187 TCODE tCNS, "CNS" ; CNS |
291
f3df4f291c90
ADD tGasUsage, with FR translation (and DE,IT defaults)
jDG
parents:
276
diff
changeset
|
188 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
|
189 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
|
190 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
|
191 |
0 | 192 |
193 ; Information menu | |
194 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
195 TCODE tSerial, "Seriale : " ; Serial : (space) | |
196 TCODE tTotalDives,"Totale Immersioni:" ; Total Dives: | |
62 | 197 TCODE tBatteryV, "Batteria: " ; Battery: |
0 | 198 |
199 ; Divemode screen | |
200 TCODE tNDL, "NDL" | |
201 TCODE tTTS, "TTS" | |
202 TCODE tVelMetric, "m/min" | |
203 TCODE tVelImperial,"ft/m " | |
204 TCODE tGasSelect, "Selez. Gas" ; Select Gas | |
205 TCODE tSelectAir, "Aria " ; Air | |
206 TCODE tSelectO2, "O2 " ; O2 | |
207 TCODE tSelectNx, "Nx" ; Nx | |
208 TCODE tSelectTx, "Tx" ; Tx | |
8 | 209 TCODE tDepth, "Prof." ; Depth |
0 | 210 TCODE tMaxDepth, "Prof. Max" ; Max. Depth |
211 TCODE tDivetime, "Divetime" ; Divetime | |
8 | 212 TCODE tDiveHudMask1, "Sensor 1" |
213 TCODE tDiveHudMask2, "Sensor 2" | |
214 TCODE tDiveHudMask3, "Sensor 3" | |
0 | 215 TCODE tDiveTotalAvr, "Media" |
216 TCODE tDiveStopwatch, "Cronometro" | |
217 TCODE tDiveStopAvr, "Media Interrotta" | |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
218 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
0 | 219 TCODE tApnoeMax, "Ultima Discesa" ; Last decend |
220 TCODE tApnoeSurface, "Tempo Superficie" ; Surface Time | |
221 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan | |
222 TCODE tDiveClock, "Orologio" ; Clock | |
223 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
224 TCODE tDiveTissues, "Tessuti" ; Tissues | |
225 TCODE tEND, "END:" ; END: | |
226 TCODE tHe, "He" ; He | |
227 TCODE tN2, "N2" ; N2 | |
228 TCODE tDiveBailout, "Bailout" ; Bailout | |
229 TCODE tGFactors, "Valori GF" ; GF Values | |
230 TCODE taGFactors, "Valori aGF" ; aGF Values | |
231 TCODE tGFInfo, "Info GF" ; GF Info | |
123 | 232 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
|
233 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
234 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
0 | 235 |
236 ; Divemode menu | |
237 TCODE tDivePreMenu, "Menu?" ; Menu? | |
255 | 238 TCODE tSetHeading, "Direz." ; Bearing (Max. seven chars) |
0 | 239 |
240 ; Simulator menu | |
241 TCODE tQuitSim, "Uscire?" ; Quit Simulation? | |
242 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
243 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
208
diff
changeset
|
244 TCODE tplus5min, "Sim:+5'" ; +5 mins |
0 | 245 |
246 ; Logbook | |
247 TCODE tCNS2, "CNS:" | |
248 TCODE tAVR, "Avr:" | |
249 TCODE tGF, "GF:" | |
250 TCODE tSAT, "Sat:" ; Sat: | |
251 | |
252 ; Logbook units | |
253 TCODE tLogTunitC, "°C" | |
254 TCODE tLogTunitF, "°F" | |
255 TCODE tKGL, "kg/l" | |
256 TCODE tMBAR, "mbar" | |
257 | |
258 ; Logbook menu | |
259 TCODE tNextLog, "Pagina Seguente" | |
260 | |
261 ; Reset menu | |
262 TCODE tReboot, "Riavvio" ;Reboot | |
263 TCODE tResetMenu2,"Sei sicuro?" ;Are you sure? | |
264 TCODE tAbort, "Annulla" ;Abort | |
265 TCODE tResetSettings, "Azzera Tutto" ;Reset all | |
266 TCODE tResetDeco, "Azzera Deco" ;Reset Deco | |
267 TCODE tResetBattery, "Azzera Batteria" ;Reset Battery | |
63 | 268 TCODE tResetLogbook, "Azzera Logbook" ;Reset Logbook |
0 | 269 |
270 ; Set Time Menu/Set Date Menu | |
271 TCODE tSetHours, "Imposta Ora" ; Set Hours | |
272 TCODE tSetMinutes,"Imposta Minuti" ; Set Minutes | |
273 TCODE tSetSeconds,"Azzera Secondi" ; Clear seconds | |
274 TCODE tSetDay, "Imp Giorno" ; Set Day | |
275 TCODE tSetMonth, "Imp Mese" ; Set Month | |
276 TCODE tSetYear, "Imp Anno" ; Set Year | |
277 | |
278 ; After update texts | |
52 | 279 TCODE tNewFirmware1, "Aggiornam OK!" ; Update successful! |
0 | 280 TCODE tNewFirmware2, "Nuovo Firmware: " ; New Firmware: |
281 | |
282 ; Logbook Offset Menu | |
283 TCODE tLogOffset, "Offset Logbook" ; Logbook offset | |
284 TCODE tLogOffsetp1, "+1" ; +1 | |
285 TCODE tLogOffsetp10, "+10" ; +10 | |
286 TCODE tLogOffsetm1, "-1" ; -1 | |
287 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
288 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
289 ; Sampling rate |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
290 TCODE tSamplingrate, "Campionamento:" ; Sampling rate: |
51 | 291 TCODE tSampling2s, "2s" ; 2s |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
292 TCODE tSampling10s, "10s" ; 10s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
293 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
294 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
295 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
296 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
297 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
298 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
299 TCODE tS, "S " ; S(outh),157°-202° |
51 | 300 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
301 TCODE tW, "O " ; W(West),248°-292° |
51 | 302 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
303 |
50 | 304 ; Color Scheme menu |
52 | 305 TCODE tColorScheme, "Schema di colori" ; Colour scheme |
51 | 306 TCODE tColorSetDive, "Immersione:" ; Divemode: |
307 TCODE tColorSetName0, "Standard" ; Standard | |
308 TCODE tColorSetName1, "Rosso" ; Red | |
309 TCODE tColorSetName2, "Verde" ; Green | |
310 TCODE tColorSetName3, "Blu" ; Blue |