annotate src/text_italian.inc @ 630:4cd81bdbf15c

3.08 stable release
author heinrichsweikamp
date Fri, 21 Feb 2020 10:51:36 +0100
parents cd58f7fc86db
children 185ba2f91f59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
3 ; File text_italian.asm next combined generation V3.04.3
0
heinrichsweikamp
parents:
diff changeset
4 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
5 ; Italian texts translation file.
0
heinrichsweikamp
parents:
diff changeset
6 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
0
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9
heinrichsweikamp
parents:
diff changeset
10 ; Basic texts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
11 TCODE tNo, "No" ; 0 No
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
12 TCODE tYes, "Si" ; 1 Yes
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
13 IFDEF _cave_mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
14 TCODE tCave, "Cave" ; 2 Cave
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
15 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
16
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
17 TCODE tblank, " " ; (a single space character)
0
heinrichsweikamp
parents:
diff changeset
18
heinrichsweikamp
parents:
diff changeset
19 ; Surface-mode texts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
20 TCODE tMenu, "<Menu" ; <Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
21 TCODE tView, "Vedi>" ; View>
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
22 TCODE tHeading, "Direzione:" ; Heading:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
23 TCODE tLastDive, "UltimaImm." ; Last Dive (Max 10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
24
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
25 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
26 TCODE tSensorMilliVolt, "Sensori mV" ; Sensors mV
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
27 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
28
0
heinrichsweikamp
parents:
diff changeset
29
heinrichsweikamp
parents:
diff changeset
30 ; Divemode Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
31 TCODE tDivemenu_Gaslist, "Lista Gas" ; Gaslist (OC)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
32 TCODE tDivemenu_ResetAvg, "AzzeraMed" ; Reset Avg
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
33 TCODE tDivemenu_Avg_Mkr, "Med/Segna" ; Reset Avg, Set Marker (and Turn Dive)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
34 TCODE tDivemenu_ToggleGF, "Alterna GF" ; Toggle GF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
36 TCODE tDivemenu_LostGas, "Gas perso" ; Lost Gas
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
37
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
38 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
39 TCODE tDivemenu_Diluent, "Lista Dil" ; Diluents (CCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
40 TCODE tDivemenu_Premix, "Lista Mix" ; Premix (pSCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
42 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
43
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
44 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
45 TCODE tDivemenu_UseSensor,"Usa Sensori" ; Use Sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
46 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
47
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
48 IFDEF _cave_mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
50 ENDIF
0
heinrichsweikamp
parents:
diff changeset
51
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
52
0
heinrichsweikamp
parents:
diff changeset
53 ; Main menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
54 TCODE tNext, "<Prossimo" ; <Next
619
e76a87e087ef 3.00 release
heinrichsweikamp
parents: 614
diff changeset
55 TCODE tEnter, " Enter>" ; Enter>
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
56 TCODE tMainMenu, "Menu Principale" ; MainMenu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
57 TCODE tLogbook, "Logbook" ; Logbook
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
58 TCODE tGasSetup, "Imposta Gas OC" ; OC Gas Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
59 TCODE tSetTime, "Imposta Ora" ; Set Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
60 TCODE tSetDate, "Imposta Data" ; Set Date
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
61 TCODE tSetTimeDate, "Imp. Ora e Data" ; Set Time & Date
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
62 TCODE tDispSets, "Visualizzazione" ; Display Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
63 TCODE tExit, "Esci" ; Exit
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
64 TCODE tResetMenu, "Resetta Menu" ; Reset Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
65 TCODE tDiveModeMenu, "Modalita' Deco" ; Deco Mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
66 TCODE tInfoMenu, "Informazioni" ; Information
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
67 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
68 TCODE tCCRSetup, "Imposta CCR" ; CCR Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
69 TCODE tDiluentSetup, "Imposta Diluente" ; Diluent Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
70 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
71 TCODE tFixedSetpoints, "Setpoints Fissi" ; Fixed Setpoints
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
72 TCODE tBack, "back" ; back
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
73
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
74 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
75 TCODE tTrSettings, "Display Press.ni" ; Pressure Display
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
76 TCODE tTrMode, "Modo: " ; Mode
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
77 TCODE tTr1stPres, "1a Pres: " ; 1st Pressure
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
78 TCODE tTr2ndPres, "2a Pres: " ; 2nd Pressure
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
79 TCODE tTrBailPres, "1a B/O : " ; Bailout Pressure
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
80 TCODE tTrMaxDeltaP, "DeltaP Max: " ; independent double max diffenerce
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
81 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
82
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
83 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
84 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
85 TCODE tCCRSensor, "Sensori CCR" ; CCR Sensor
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
86 TCODE tCalibrateMenu, "Calibrazione" ; Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
87 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
88 TCODE tCalibrate, "Calibra" ; Calibrate
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
89 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
90 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
91
0
heinrichsweikamp
parents:
diff changeset
92
heinrichsweikamp
parents:
diff changeset
93 ; Gas menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
94 TCODE tGaslist, "Lista Gas OC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
95 TCODE tGaslistCC, "Lista Gas CC" ; CC Diluents
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
96 TCODE tGasEdit, "Modifica Gas"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
97 TCODE tType, "Tipo: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
98 TCODE tGasDisabled, "Disabilitato" ; Disabled
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
99 TCODE tGasFirst, "Primo" ; First
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
100 TCODE tGasTravel, "Lavoro" ; Work (Travel, Bottom) ("Viaggio")
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
101 TCODE tGasDeco, "Deco" ; Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
102 TCODE tDilDisabled, "Disabilitato" ; Disabled
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
103 TCODE tDilFirst, "Primo" ; First
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
104 TCODE tDilNorm, "Normale" ; Normal
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
105 TCODE tAir, "Aria " ; Enum: values must follow (5 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
106 TCODE tO2, "O2 " ; tAir + 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
107 TCODE tO2Plus, "O2 +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
108 TCODE tO2Minus, "O2 -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
109 IFDEF _helium
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
110 TCODE tHePlus, "He +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
111 TCODE tHeMinus, "He -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
112 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
113 TCODE tMOD, "MOD :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
114 TCODE tEAD, "EAD:"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
115 TCODE tSetup_GasDepth, "Cambia Profondita'"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
116 TCODE tDepthPlus, "Profondita' +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
117 TCODE tDepthMinus, "Profondita' -"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
118 TCODE tDepthReset, "Reset a MOD:"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
119 TCODE tSetup_GasMix, "Cambia Gas"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
120 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
121 TCODE tSPPlus, "ppO2+" ; pO2+
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
122 TCODE tSensorFallback, "Fallback:" ; Fallback:
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
123 TCODE tCalculated, "Calcolato" ; calculated
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
127 TCODE tCCRMode, "Modo CCR:" ; CCR Mode:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
128 TCODE tCCRModeFixedSP, "SP Fissi" ; 0 fixed for CCR / calculated for pSCR | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
129 TCODE tCCRModeSensor, "Sensori" ; 1 Sensor |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
130 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
131 ELSE
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
132 TCODE tCCRModeFixedSP, " " ; target needed by option table
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
133 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
134 TCODE tSP, "SP" ; SP (SetPoint)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
135 TCODE tppO2, "ppO2:" ; ppO2:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
136
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
137
0
heinrichsweikamp
parents:
diff changeset
138 ; New battery menu
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
139 ; 1 2 ;
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
140 ; 12345678901234567890 ; max 20 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
141 TCODE tNewBattTitle, "Nuova Batteria?"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
142 TCODE tNewBattOld, "Mantieni vecchia"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
143 TCODE tNewBattNew36, "3,6V monouso (T1)" ; new 3.6V disposable
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
144 TCODE tNewBattNew15, "1,5V monouso (T0)" ; new 1.5V disposable
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
145 TCODE tNewBattAccu, "3,7V ricaricab. (T2)" ; new 3.7V rechargeable
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
146 TCODE tNew18650, "OSTC 2 o cR (T3)" ; internal battery on 2 (old) / cR
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
147 TCODE tNew16650, "OSTC 2 o TR (T4)" ; internal battery on 2 (new) / TR
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
148 TCODE tConfirmChargeable1,"Conferma:" ; safety question, line 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
149 TCODE tConfirmChargeable2,"la batteria inserita" ; safety question, line 2
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
150 TCODE tConfirmChargeable3,"è ricaricabile" ; safety question, line 3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
151
0
heinrichsweikamp
parents:
diff changeset
152
heinrichsweikamp
parents:
diff changeset
153 ; Gaslist management
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
154 TCODE tGas, "Gas" ; Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
155 TCODE tDil, "Dil" ; Diluent
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
156 TCODE tGasErr, "Err" ; Err (3 chars)
0
heinrichsweikamp
parents:
diff changeset
157
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
158
0
heinrichsweikamp
parents:
diff changeset
159 ; Communication Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
160 TCODE tUsbTitle, "Modalita' USB"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
161 TCODE tBleTitle, "Modalita' Bluetooth"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
162 TCODE tUsbStarting, "Avvio..."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
163 TCODE tUsbStartDone, "Fatto."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
164 TCODE tUsbServiceMode, "Modo Servizio abil"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
165 TCODE tUsbClosed, "Porta chiusa"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
166 TCODE tUsbExit, "Uscita"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
167 TCODE tUsbDownloadMode, "Modo Download abil"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
168 TCODE tUsbLlBld, "Bootloader Basso Livello"
0
heinrichsweikamp
parents:
diff changeset
169
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
170
0
heinrichsweikamp
parents:
diff changeset
171 ; Dive Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
172 TCODE tDvMode, "Tipo Tuffo:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
173 TCODE tDvOC, "OC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
174 TCODE tDvCCR, "CCR"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
175 TCODE tDvGauge, "Gauge"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
176 TCODE tDvApnea, "Apnea"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
177 TCODE tDvPSCR, "pSCR"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
178 TCODE tDvCC, "CC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
179 TCODE tDkMode, "Algorit.: ZH-L16"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
180 TCODE tZHL16, " "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
181 TCODE tZHL16GF, "+GF"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
182 TCODE tPPO2Max, "Max Attv:"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
183 TCODE tPPO2DECO, "Max Deco:"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
184 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
185 TCODE tPPO2MIN, "Min OC :"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
186 TCODE tPPO2MINCC, "Min Loop:"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
187 ELSE
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
188 TCODE tPPO2MIN, "Min :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
189 ENDIF
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
190 TCODE tLastDecostop, "Ultima Tappa : "
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
191 TCODE tAscentSpeed, "Velox Risalita : " ; Ascent Speed
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
192 TCODE tGasChangeTime, "Cambio Gas :+" ; additional Gas Change Time
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
193 TCODE tExtendedStops, "Anticipa Tappa: " ; extended stops
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
194 TCODE tTimeoutDive, "Timeout Immsni: " ; Dive Timeout
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
195 TCODE tStoreApnoeDive, "Salva Apnee : " ; Salva Tuffi Apnea
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
196 TCODE tDecoparameters, "Parametri Deco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
197 TCODE tGF_low, "GF Basso:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
198 TCODE tGF_high, "GF Alto :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
199 TCODE tSaturationMult, "Saturazione : "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
200 TCODE tDesaturationMult, "Desaturazione: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
201 TCODE tFTTSMenu, "TTS Futuro:" ; Future TTS
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
202 TCODE tLastDecostopSurf, "Ultima Tappa:" ; last deco stop surface custom view
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
203 TCODE tGFMenu, "Menu GF" ; GF Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
204 TCODE taGF_low, "aGF Basso:" ; aGF low
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
205 TCODE taGF_high, "aGF Alto :" ; aGF high
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
206 TCODE taGF_enable, "aGF Selezionabile:" ; aGF Selectable
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
207 TCODE tDiveaGF_active, "Usa aGF" ; using aGF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
208 TCODE tppO2settings, "Menu ppO2" ; ppO2 Settings (max. 18 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
209 TCODE tsafetystopmenu, "Tappa Sicurezza:" ; Safety Stop: (max. 16 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
210 TCODE tGasUsage, "Utilizzo Gas" ; Gas Usage
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
211 TCODE tSetBotUse, "Gas Fondo: " ; Bottom Gas: (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
212 TCODE tSetDecoUse, "Gas Deco : " ; Deco Gas: (space)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
213 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
214 TCODE tSetup_Tank, "Imposta Bombola" ; Setup Tank
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
215 TCODE tTankSize, "Capac. Bombola" ; Tank Size
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
216 TCODE tTankUsablePress, "Press. X Risalita" ; Tank Press Budget for Ascent (turn pressure)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
217 TCODE tLiter, " l" ; Liter as l
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
218 TCODE tLiterLong, "Litri" ; Liter as Liter
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
219 TCODE t2ndDecoPlanMenu, "2o Piano Deco" ; 2nd Deco Plan
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
220
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
221 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
222 TCODE tCCmaxFracO2, "%O2 max Loop : " ; max O2 percent (absolute) in the loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
223 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
224 TCODE tPSCR_O2_drop, "pSCR Caduta O2: " ; pSCR O2 drop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
225 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
226 TCODE tCopyDilToOC, "Copia Dil-OC" ; copy diluent settings to OC gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
227 TCODE tBackToLoop, "Usa Loop" ; back to loop (10 chars max)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
228 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
229
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
230 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
231 TCODE tTankPairing, "Cambia Transmett." ; select Transmitter
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
232 TCODE tTrModeOff, "Off" ; off
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
233 TCODE tTrModeOn, "On" ; on
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
234 TCODE tTrModeIndDouble, "Bibo Separ." ; independent double
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
235 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
236 TCODE tTrPresNone, "N/A" ; none (big enum group follows)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
237 TCODE tTrPresGas1, "Gas 1" ; Gas 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
238 TCODE tTrPresGas2, "Gas 2" ; Gas 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
239 TCODE tTrPresGas3, "Gas 3" ; Gas 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
240 TCODE tTrPresGas4, "Gas 4" ; Gas 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
241 TCODE tTrPresGas5, "Gas 5" ; Gas 5
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
242 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
243 TCODE tTrPresDil1, "Dil 1" ; Dil 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
244 TCODE tTrPresDil2, "Dil 2" ; Dil 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
245 TCODE tTrPresDil3, "Dil 3" ; Dil 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
246 TCODE tTrPresDil4, "Dil 4" ; Dil 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
247 TCODE tTrPresDil5, "Dil 5" ; Dil 5
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
248 TCODE tTrPresFirstGas, "Primo Gas" ; first Gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
249 TCODE tTrPresActiveGas, "Gas Attivo" ; active Gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
250 TCODE tTrPresFirstDil, "Primo Dil" ; first Dil
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
251 TCODE tTrPresActiveDil, "Dil Attivo" ; active Dil
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
252 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
253 ELSE
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
254 TCODE tTrModeOff, "" ; dummy target for entry in option table
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
255 TCODE tTrPresNone, "" ; dummy target for entry in option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
256 ENDIF ; _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
257
0
heinrichsweikamp
parents:
diff changeset
258
heinrichsweikamp
parents:
diff changeset
259 ; Display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
260 TCODE tBright, "Luminosita':"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
261 TCODE tEco, "Eco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
262 TCODE tMedium, "Media"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
263 TCODE tHigh, "Alta"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
264 TCODE tDvSalinity, "Salinita': " ; Salinity
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
265 TCODE tShowppO2, "ppO2 Permanente:" ; Always show ppO2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
266 TCODE tFlip, "Ruota schermo:" ; Rotate Screen
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
267 TCODE tMODwarning, "Avvertimento Prof:" ; depth warnings
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
268 ; TCODE tIBCDwarning, "Avvertimento IBCD:" ; IBCD Warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
269 TCODE tLayout, "Layout :" ; Layout
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
270 TCODE t2ndDepth, "2a Prof.:" ; 2nd depth display content (11 chars max)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
271 TCODE tTissueGraphics, "Grafica:" ; tissue graphics
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
272
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
273 TCODE tLayoutNormal, "Normale" ; normal
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
274 TCODE tLayoutBig, "Max" ; big ("Maxi")
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
275
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
276
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
277 ; VSI display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
278 TCODE tVSItext2, "Velox Variabile:" ; Variable speed:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
279 TCODE tVSIgraph, "Grafico Velocita':" ; Speed graph:
0
heinrichsweikamp
parents:
diff changeset
280
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
281
0
heinrichsweikamp
parents:
diff changeset
282 ; Setup Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
283 TCODE tSystSets, "Impostazioni"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
284 IFDEF _compass
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
285 TCODE tCompassMenu, "Calibra Bussola" ; Compass calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
286 TCODE tCompassGain, "Suscettibilita:" ; Compass gain:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
287 TCODE tCalX, "Cal X:" ; Cal X
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
288 TCODE tCalY, "Cal Y:" ; Cal Y
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
289 TCODE tCalZ, "Cal Z:" ; Cal Z
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
290 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
291 TCODE tUnits, "Unita':"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
292 TCODE tMetric, " m/°C" ; Enum menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
293 TCODE tImperial, "ft/°F"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
294 ; 111 111 111 111 111
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
295 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
296 TCODE tDefName, "HW OSTC" ;" Read the Manual, know& understandthe inherentLimitations!"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
297 TCODE tButtonleft, "Bottone Sx:" ; Left button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
298 TCODE tButtonright, "Bottone Dx:" ; Right button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
299 TCODE tAltMode, "Attesa :" ; Waiting Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
300 TCODE tAltModeFly, "Volo" ; Flying
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
301 TCODE tAltMode1000, "1000m" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
302 TCODE tAltMode2000, "2000m" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
303 TCODE tAltMode3000, "3000m" ;
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 216
diff changeset
304
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
305
0
heinrichsweikamp
parents:
diff changeset
306 ; Units for all menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
307 TCODE tMeters, "m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
308 TCODE tFeets, "ft"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
309 TCODE tFeets1, "f"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
310 TCODE tMinutes, "'"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
311 TCODE tPercent, "%"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
312 TCODE tLitersMinute, "l/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
313 TCODE tbar, "bar" ; bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
314 TCODE tbar10, "0 bar" ; xx0 bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
315 TCODE tMeterMinute, "m/'" ; meter per minute
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
316
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
317
0
heinrichsweikamp
parents:
diff changeset
318 ; Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
319 TCODE tDateFormat, "Data: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
320 TCODE tDateformat, "MMGGAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
321 TCODE tDateformat1, "GGMMAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
322 TCODE tDateformat2, "AAMMGG"
0
heinrichsweikamp
parents:
diff changeset
323
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
324
0
heinrichsweikamp
parents:
diff changeset
325 ; Simulator menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
326 TCODE tInter, "Avvia Simulatore" ; Start Simulator
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
327 TCODE tPlan, "Simulatore" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
328
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
329
0
heinrichsweikamp
parents:
diff changeset
330 ; Decoplanner submenu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
331 TCODE tBtTm, "Tempo Fondo :" ; Bot. Time: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
332 TCODE tBtTm_short, "Tempo:" ; Bot. Time: (max. 6 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
333 TCODE tBtDep, "Profond. Max:" ; Max Depth: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
334 TCODE tIntvl, "Int.Superf. :" ; Interval : (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
335 TCODE tDecoSetup, "Setta Calcoli" ; Deco Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
336 TCODE tDeco, "Calcola Deco" ; Calculate Deco
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
337 TCODE tDivePlan, "Pianificat" ; Dive Plan (max. 10 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
338 TCODE tNoDeco, "No Deco" ; No Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
339 TCODE tMore, "Dettagli" ; More
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
340 TCODE tSelectSetpoint, "Setpoint CCR: " ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
341 TCODE tuseAGF, "usa aGF : " ; use aGF
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
342 IFDEF _gas_contingency
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
343 TCODE tGasContingency, "Gas Cont. : " ; Gas Contingency ## translation pending
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
344 ENDIF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
345
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
346 ; Decoplanner progress indication
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
347 TCODE tNoBottomGas1, "Nessun Gas utile per" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
348 TCODE tNoBottomGas2, "la quota di fondale!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
349 TCODE tCalculating, "Calcolando..." ; calculating...
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
350 TCODE tCalcSurfInter, "Int. Superficie" ; Surface Interval
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
351 TCODE tCalcBotSeg, "Tempo di fondo" ; Bottom Segment
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
352 TCODE tCalcBailout, "Cambia a Bailout" ; Switch to Bailout
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
353 TCODE tCalcAscent, "Risalita" ; Ascent (max 8 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
354 TCODE tNDLleft, "NDL" ; time left within NDL ("Rimasto")
0
heinrichsweikamp
parents:
diff changeset
355
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
356
0
heinrichsweikamp
parents:
diff changeset
357 ; Information menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
358 TCODE tFirmware, "Firmware: " ; Firmware: (space)
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
359 TCODE tHardware, "Hardware: " ; Hardware: (space)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
360 TCODE tSerial, "Seriale : " ; Serial : (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
361 TCODE tTotalDives, "Tot Immersioni:" ; Total Dives:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
362 TCODE tBatteryV, "Batteria: " ; Battery:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
363 TCODE tUptime, "Uptime: " ; Uptime:
0
heinrichsweikamp
parents:
diff changeset
364
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
365 IFDEF _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
366 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
367 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
368
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
369
0
heinrichsweikamp
parents:
diff changeset
370 ; Divemode screen
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
371 TCODE tNDL, "NDL" ; 3 chars max
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
372 TCODE tTTS, "TTS" ; 3 chars max
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
373 TCODE tSlow, "piano " ; slow - max 7 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
374 TCODE tVelMetric, "m/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
375 TCODE tVelImperial, "ft/m "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
376 TCODE tGasSelect, "Selez. Gas" ; Select Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
377 TCODE tSelectAir, "Aria" ; Air
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
378 TCODE tSelectO2, "O2 " ; O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
379 TCODE tSelectNx, "Nx" ; Nx
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
380 TCODE tSelectTx, "Tx" ; Tx
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
381 TCODE tDepth, "Prof." ; Depth (max 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
382 TCODE tMaxDepth, "Prof.Max" ; Max. Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
383 TCODE tAvgDepth, "Prof.Med." ; average Depth - max 9 chars!
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
384 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
385 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
386 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
387 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
388 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
389 TCODE tDiveTotalAvg, "Media"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
390 TCODE tDiveStopwatch, "Cronometro"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
391 TCODE tDiveStopAvg, "Media Inter" ; 11 chars max
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
392 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
393 TCODE tApnoeMax, "Ultima Discesa" ; Last descend
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
394 TCODE tApnoeSurface, "Tp.Superficie" ; Surface Time
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
395 TCODE tTime, "Time" ; Time ("Tempo")
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
396 TCODE tSurface, "Superficie" ; Surface (max 12 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
397 TCODE tDiveDecoplan, "Piano Deco" ; Decoplan
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
398 ; TCODE tDiveClock, "Orologio" ; Clock
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
399 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
400 TCODE tDiveTissues, "Tessuti" ; Tissues
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
401 TCODE tEND, "END:" ; END:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
402 TCODE tN2, "N2" ; N2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
403 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
404 TCODE tGFactors, "Valori GF" ; GF Values
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
405 TCODE taGFactors, "Valori aGF" ; aGF Values
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
406 TCODE tGFInfo, "Saturazione" ; Saturation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
407 TCODE tCeiling, "Tetto" ; Ceiling
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
408 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
409 TCODE tDecoInfo, "Zona Deco" ; Deco info ("Curva Deco")
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
410 TCODE tSensorCheck, "Testa Sensori" ; Sensor Check
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
411 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
412 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
413 TCODE tGasNeedsWarn, "Gas Neces" ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
414 TCODE tGasNeedsAscent, "Pres.Gas x Risalita" ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
415 TCODE tCNSsurf, "CNS Surf." ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
416 TCODE tCNSfTTS, "CNS fTTS" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
417 TCODE tCNSBO, "CNS B/O" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
418 TCODE tCNSnow, "CNS ora" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
419 TCODE tCNSeod, "CNS finale" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
420 TCODE tnoBOgas, "-B/O-Gas-" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
421 TCODE tMicroBubbles, "M.Bolle" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
422 TCODE tCNS, "CNS: " ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
423 TCODE tgaschange, "Cambio?" ; better gas found
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
424 TCODE tNeed, "Neces" ; gas need (5 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
425 TCODE tBattery, "Batteria" ; Battery
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
426
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
427 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
428 TCODE tHe, "He" ; He
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
429 TCODE tIBCD, "IBCD N2He" ; IBCD warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
430 TCODE tGasDensity, "G.Density" ; Gas Density ## pending translation
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
431 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
432
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
433 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
434 TCODE tTransmitter, "Pr.Trasm." ; pressure transmitter
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
435 TCODE tPressure, "P.Bombola" ; tank pressure
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
436 TCODE tSAC, "ICS" ; SAC, must be 3 chars!
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
437 TCODE tswap, "CambioGas" ; swap tank (max. 9 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
438 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
439
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
440 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
441 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
442 TCODE tDiveHudMask1, "Sensore1"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
443 TCODE tDiveHudMask2, "Sensore2"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
444 TCODE tDiveHudMask3, "Sensore3"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
445 TCODE tSensorDisagree, "Sensori<>" ; Sensors disagree Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
446 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
447 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
448
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
449 IFDEF _cave_mode
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
450 TCODE tGasNeedsCaveMode, "Gas Necess. Mod. Cave" ; title for gas needs custom view
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
451 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
452 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
453 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
454 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
455
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
456
0
heinrichsweikamp
parents:
diff changeset
457 ; Divemode menu
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
458 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
459 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
460 IFDEF _compass
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
461 TCODE tSetHeading, "Salva" ; Course (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
462 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
463
0
heinrichsweikamp
parents:
diff changeset
464
heinrichsweikamp
parents:
diff changeset
465 ; Simulator menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
466 TCODE tQuitSim, "Esci" ; Quit Simulation (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
467 TCODE tResetAvg, "AzzMed" ; Reset Timer (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
468
0
heinrichsweikamp
parents:
diff changeset
469
heinrichsweikamp
parents:
diff changeset
470 ; Logbook
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
471 TCODE tCNS2, "CNS:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
472 TCODE tAVG, "Media:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
473 TCODE tGF, "GF:"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
474 TCODE tSAT, "Sat:" ; 4 chars max
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
475
0
heinrichsweikamp
parents:
diff changeset
476
heinrichsweikamp
parents:
diff changeset
477 ; Logbook units
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
478 TCODE tLogTunitC, "°C"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
479 TCODE tLogTunitF, "°F"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
480 TCODE tKGL, "kg/l"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
481 TCODE tMBAR, "hPa"
0
heinrichsweikamp
parents:
diff changeset
482
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
483
0
heinrichsweikamp
parents:
diff changeset
484 ; Logbook menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
485 TCODE tNextLog, "Pagina Seguente"
0
heinrichsweikamp
parents:
diff changeset
486
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
487
0
heinrichsweikamp
parents:
diff changeset
488 ; Reset menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
489 TCODE tReboot, "Riavvio" ; Reboot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
490 TCODE tResetMenu2, "Sei sicuro?" ; Are you sure?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
491 TCODE tAbort, "Annulla" ; Abort
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
492 TCODE tResetSettings, "Azzera Settaggi" ; Reset all
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
493 TCODE tResetDeco, "Azzera Deco" ; Reset Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
494 TCODE tResetBattery, "Azzera Batteria" ; Reset Battery
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
495 TCODE tResetLogbook, "Azzera Logbook" ; Reset Logbook
0
heinrichsweikamp
parents:
diff changeset
496
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
497
0
heinrichsweikamp
parents:
diff changeset
498 ; Set Time Menu/Set Date Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
499 TCODE tSetHours, "Imposta Ora" ; Set Hours
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
500 TCODE tSetMinutes, "Imposta Minuti" ; Set Minutes
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
501 TCODE tSetSeconds, "Azzera Secondi" ; Clear seconds
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
502 TCODE tSetDay, "Imp Giorno" ; Set Day
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
503 TCODE tSetMonth, "Imp Mese" ; Set Month
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
504 TCODE tSetYear, "Imp Anno" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
505
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
506
0
heinrichsweikamp
parents:
diff changeset
507 ; Logbook Offset Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
508 TCODE tLogOffset, "Devia Logbook" ; Logbook offset
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
509 TCODE tLogOffsetValue, "Devio : " ; Offset
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
510 TCODE tLogOffStepSize, "Moltiplico:" ; Step Size
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
511 TCODE tLogOffsetplus, "+" ; increment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
512 TCODE tLogOffsetminus, "-" ; decrement
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
513 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
514 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
515 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
516 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
517
23
e402813343b6 new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents: 18
diff changeset
518
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
519 ; Compass directions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
520 TCODE tN, "N " ; N(orth), 338°-22°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
521 TCODE tNE, "NE" ; North-East, 23°-67°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
522 TCODE tE, "E " ; E(east), 68°-112°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
523 TCODE tSE, "SE" ; South-East, 113°-157°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
524 TCODE tS, "S " ; S(outh), 157°-202°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
525 TCODE tSW, "SO" ; South-West, 203°-247°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
526 TCODE tW, "O " ; W(West), 248°-292°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
527 TCODE tNW, "NO" ; North-West, 293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
528
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
529
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 38
diff changeset
530 ; Color Scheme menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
531 TCODE tColorScheme, "Schema colori" ; Colour scheme
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
532 TCODE tColorSetDive, "Immersione:" ; Divemode:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
533 TCODE tColorSetName0, "Standard" ; Standard
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
534 TCODE tColorSetName1, "Rosso" ; Red
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
535 TCODE tColorSetName2, "Verde" ; Green
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
536 TCODE tColorSetName3, "Blu" ; Blue
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
537
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
538
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
539 ; Language selection
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
540 IF _language_2!=none
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
541 TCODE tLanguage, "Lingua: " ; used in menu_tree
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
542 ENDIF
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 474
diff changeset
543
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
544 IF _language_1==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
545 TCODE tLang1, "Inglese" ; tLang1 is 1st language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
546 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
547 IF _language_1==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
548 TCODE tLang1, "Tedesco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
549 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
550 IF _language_1==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
551 TCODE tLang1, "Francese"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
552 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
553 IF _language_1==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
554 TCODE tLang1, "Italiano"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
555 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
556 TCODE tLang1, "" ; dummy target for options table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
557 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
558 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
559 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
560 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
561
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
562 IF _language_2==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
563 TCODE tLang2, "Inglese" ; tLang2 is 2nd language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
564 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
565 IF _language_2==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
566 TCODE tLang2, "Tedesco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
567 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
568 IF _language_2==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
569 TCODE tLang2, "Francese"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
570 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
571 IF _language_2==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
572 TCODE tLang2, "Italiano"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
573 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
574 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
575 ENDIF
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
576 ENDIF