Mercurial > public > hwos_code
comparison src/text_english.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | e76a87e087ef |
children | cd58f7fc86db |
comparison
equal
deleted
inserted
replaced
622:02d1386429a6 | 623:c40025d8e750 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm REFACTORED VERSION V2.99g | 3 ; File text_english.asm next combined generation V3.03.3 |
4 ; | 4 ; |
5 ; English texts reference file. | 5 ; English texts reference file. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 | 9 |
10 ; Basic texts | 10 ; Basic texts |
11 TCODE tNo, "No" ; 0 No keep order, enum! | 11 TCODE tNo, "No" ; 0 No | ENUM group |
12 TCODE tYes, "Yes" ; 1 Yes | 12 TCODE tYes, "Yes" ; 1 Yes | |
13 IFDEF _cave_mode | 13 IFDEF _cave_mode |
14 TCODE tCave, "Cave" ; 2 Cave | 14 TCODE tCave, "Cave" ; 2 Cave | |
15 ENDIF | 15 ENDIF |
16 | 16 |
17 TCODE tblank, " " ; (a single space character) | 17 TCODE tblank, " " ; (a single space character) |
18 | 18 |
19 ; Surface-mode texts | 19 ; Surface-mode texts |
20 TCODE tMenu, "<Menu" ; <Menu | 20 TCODE tMenu, "<Menu" ; <Menu |
21 TCODE tView, "View>" ; View> | 21 TCODE tView, "View>" ; View> |
22 TCODE tHeading, "Heading:" ; Heading: | 22 TCODE tHeading, "Heading:" ; Heading: |
23 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) | 23 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) |
24 | |
25 IFDEF _external_sensor | |
24 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV | 26 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV |
27 ENDIF | |
28 | |
25 | 29 |
26 ; Divemode menu | 30 ; Divemode menu |
27 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) | 31 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) |
28 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) | 32 TCODE tDivemenu_ResetAvg, "Reset Avg" ; Reset Avg (max 9 char) |
29 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) | 33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) |
30 TCODE tDivemenu_ResetAvg, "Reset Avg." ; Reset Avg. | |
31 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg., Set Marker (and Turn Dive) | |
32 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
33 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor | |
34 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | 34 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | 35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker |
36 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | 36 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas |
37 | |
38 IFDEF _ccr_pscr | |
39 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) | |
40 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) | |
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
42 ENDIF | |
43 | |
44 IFDEF _external_sensor | |
45 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor | |
46 ENDIF | |
47 | |
37 IFDEF _cave_mode | 48 IFDEF _cave_mode |
38 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive | 49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive |
39 ENDIF | 50 ENDIF |
51 | |
40 | 52 |
41 ; Main menu | 53 ; Main menu |
42 TCODE tNext, "<Next" ; <Next | 54 TCODE tNext, "<Next" ; <Next |
43 TCODE tEnter, " Enter>" ; Enter> | 55 TCODE tEnter, " Enter>" ; Enter> |
44 TCODE tMainMenu, "Main Menu" ; MainMenu | 56 TCODE tMainMenu, "Main Menu" ; MainMenu |
50 TCODE tDispSets, "Display Settings" ; Display Settings | 62 TCODE tDispSets, "Display Settings" ; Display Settings |
51 TCODE tExit, "Exit" ; Exit | 63 TCODE tExit, "Exit" ; Exit |
52 TCODE tResetMenu, "Reset Menu" ; Reset Menu | 64 TCODE tResetMenu, "Reset Menu" ; Reset Menu |
53 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup | 65 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup |
54 TCODE tInfoMenu, "Information" ; Information | 66 TCODE tInfoMenu, "Information" ; Information |
67 IFDEF _ccr_pscr | |
68 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup | |
69 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup | |
70 ENDIF | |
71 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR | |
72 TCODE tBack, "back" ; back | |
73 | |
74 IFDEF _rx_functions | |
55 TCODE tTrSettings, "Pressure Display" ; Pressure Display | 75 TCODE tTrSettings, "Pressure Display" ; Pressure Display |
56 TCODE tTrMode, "Mode: " ; Mode | 76 TCODE tTrMode, "Mode: " ; Mode |
57 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure | 77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure |
58 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure | 78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure |
59 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | 79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure |
60 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce | 80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce |
61 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup | 81 ENDIF |
62 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup | 82 |
63 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR | 83 IFDEF _ccr_pscr |
84 IFDEF _external_sensor | |
64 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor | 85 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor |
65 TCODE tCalibrateMenu, "Calibration" ; Calibration | 86 TCODE tCalibrateMenu, "Calibration" ; Calibration |
66 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | 87 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: |
67 TCODE tCalibrate, "Calibrate" ; Calibrate | 88 TCODE tCalibrate, "Calibrate" ; Calibrate |
68 TCODE tBack, "back" | 89 ENDIF |
90 ENDIF | |
91 | |
69 | 92 |
70 ; Gas menu | 93 ; Gas menu |
71 TCODE tGaslist, "OC Gas List" | 94 TCODE tGaslist, "OC Gas List" |
72 TCODE tGaslistCC, "CC Diluents" | 95 TCODE tGaslistCC, "CC Diluents" |
73 TCODE tGasEdit, "Edit Gas" | 96 TCODE tGasEdit, "Edit Gas" |
81 TCODE tDilNorm, "Normal" ; Normal | 104 TCODE tDilNorm, "Normal" ; Normal |
82 TCODE tAir, "Air " ; Enum: values must follow (5 chars) | 105 TCODE tAir, "Air " ; Enum: values must follow (5 chars) |
83 TCODE tO2, "O2 " ; tAir + 5 | 106 TCODE tO2, "O2 " ; tAir + 5 |
84 TCODE tO2Plus, "O2 +" | 107 TCODE tO2Plus, "O2 +" |
85 TCODE tO2Minus, "O2 -" | 108 TCODE tO2Minus, "O2 -" |
109 IFDEF _helium | |
86 TCODE tHePlus, "He +" | 110 TCODE tHePlus, "He +" |
87 TCODE tHeMinus, "He -" | 111 TCODE tHeMinus, "He -" |
112 ENDIF | |
88 TCODE tMOD, "MOD :" | 113 TCODE tMOD, "MOD :" |
89 TCODE tEAD, "EAD:" | 114 TCODE tEAD, "EAD:" |
90 TCODE tSetup_GasDepth, "Setup Depth" | 115 TCODE tSetup_GasDepth, "Setup Depth" |
91 TCODE tDepthPlus, "Depth +" | 116 TCODE tDepthPlus, "Depth +" |
92 TCODE tDepthMinus, "Depth -" | 117 TCODE tDepthMinus, "Depth -" |
93 TCODE tDepthReset, "Reset to MOD:" | 118 TCODE tDepthReset, "Reset to MOD:" |
94 TCODE tSetup_GasMix, "Setup Mix" | 119 TCODE tSetup_GasMix, "Setup Mix" |
95 TCODE tCCRMode, "Mode:" ; Mode: | 120 IFDEF _ccr_pscr |
96 TCODE tCCRModeFixedSP, "Fixed SP/Calc." ; 0 Fixed for CCR / Calc.for pSCR | |
97 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | |
98 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | |
99 TCODE tSP, "SP" ; SP (SetPoint) | |
100 TCODE tSPPlus, "ppO2+" ; pO2+ | 121 TCODE tSPPlus, "ppO2+" ; pO2+ |
101 TCODE tSensorFallback, "Fallback:" ; Fallback: | 122 TCODE tSensorFallback, "Fallback:" ; Fallback: |
102 TCODE tCalculated, "calculated" ; calculated | 123 TCODE tCalculated, "calculated" ; calculated |
103 TCODE tppO2, "ppO2:" ; ppO2: | |
104 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
105 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
106 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | 126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
127 TCODE tCCRMode, "Mode:" ; Mode: | |
128 TCODE tCCRModeFixedSP, "Fixed SP/Calc." ; 0 fixed for CCR / calculated for pSCR | ENUM group | |
129 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | | |
130 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | | |
131 ELSE | |
132 TCODE tCCRModeFixedSP, " " ; target needed by option table | |
133 ENDIF | |
134 TCODE tSP, "SP" ; SP (SetPoint) | |
135 TCODE tppO2, "ppO2:" ; ppO2: | |
136 | |
107 | 137 |
108 ; New batteries menu | 138 ; New batteries menu |
109 ; 1 2 ; | 139 ; 1 2 ; |
110 ; 12345678901234567890 ; max 20 chars | 140 ; 12345678901234567890 ; max 20 chars |
111 TCODE tNewBattTitle, "New Battery?" | 141 TCODE tNewBattTitle, "New Battery?" |
112 TCODE tNewBattOld, "Keep old" | 142 TCODE tNewBattOld, "Keep old" |
113 TCODE tNewBattNew36, "3.6V disposable (T1)" ; new 3.6V disposable | 143 TCODE tNewBattNew36, "3.6V disposable (T1)" ; new 3.6V disposable |
114 TCODE tNewBattNew15, "1.5V disposable (T0)" ; new 1.5V disposable | 144 TCODE tNewBattNew15, "1.5V disposable (T0)" ; new 1.5V disposable |
115 TCODE tNewBattAccu, "3.6V chargeable (T2)" ; new 3.6V rechargeable | 145 TCODE tNewBattAccu, "3.7V chargeable (T2)" ; new 3.7V rechargeable |
116 TCODE tNew18650, "OSTC 2 or cR (T3)" ; internal battery on 2 (old) / cR | 146 TCODE tNew18650, "OSTC 2 or cR (T3)" ; internal battery on 2 (old) / cR |
117 TCODE tNew16650, "OSTC 2 or TR (T4)" ; internal battery on 2 (new) / TR | 147 TCODE tNew16650, "OSTC 2 or TR (T4)" ; internal battery on 2 (new) / TR |
118 TCODE tConfirmChargeable1, "Confirm:" ; safety question, line 1 | 148 TCODE tConfirmChargeable1,"Confirm:" ; safety question, line 1 |
119 TCODE tConfirmChargeable2, "inserted Battery" ; safety question, line 2 | 149 TCODE tConfirmChargeable2,"inserted Battery" ; safety question, line 2 |
120 TCODE tConfirmChargeable3, "is rechargeable" ; safety question, line 3 | 150 TCODE tConfirmChargeable3,"is rechargeable" ; safety question, line 3 |
151 | |
121 | 152 |
122 ; Gaslist Management | 153 ; Gaslist Management |
123 TCODE tGas, "Gas" ; Gas | 154 TCODE tGas, "Gas" ; Gas |
124 TCODE tDil, "Dil" ; Diluent | 155 TCODE tDil, "Dil" ; Diluent |
125 TCODE tGasErr, "Err" ; Err (3 chars) | 156 TCODE tGasErr, "Err" ; Err (3 chars) |
157 | |
126 | 158 |
127 ; Communication menu | 159 ; Communication menu |
128 TCODE tUsbTitle, "USB Mode" | 160 TCODE tUsbTitle, "USB Mode" |
129 TCODE tBleTitle, "Bluetooth Mode" | 161 TCODE tBleTitle, "Bluetooth Mode" |
130 TCODE tUsbStarting, "Starting..." | 162 TCODE tUsbStarting, "Starting..." |
132 TCODE tUsbServiceMode, "Service mode enabled" | 164 TCODE tUsbServiceMode, "Service mode enabled" |
133 TCODE tUsbClosed, "Port closed" | 165 TCODE tUsbClosed, "Port closed" |
134 TCODE tUsbExit, "Exited" | 166 TCODE tUsbExit, "Exited" |
135 TCODE tUsbDownloadMode, "Download mode enabled" | 167 TCODE tUsbDownloadMode, "Download mode enabled" |
136 TCODE tUsbLlBld, "Low-level Bootloader" | 168 TCODE tUsbLlBld, "Low-level Bootloader" |
169 | |
137 | 170 |
138 ; Dive settings | 171 ; Dive settings |
139 TCODE tDvMode, "Dive Mode: " | 172 TCODE tDvMode, "Dive Mode: " |
140 TCODE tDvOC, "OC" ; 0 - keep order, enum! | 173 TCODE tDvOC, "OC" ; 0 - keep order, enum! |
141 TCODE tDvCCR, "CCR" ; 1 | 174 TCODE tDvCCR, "CCR" ; 1 |
147 TCODE tZHL16, " " ; 0 - keep order, enum! | 180 TCODE tZHL16, " " ; 0 - keep order, enum! |
148 TCODE tZHL16GF, "+GF" ; 1 | 181 TCODE tZHL16GF, "+GF" ; 1 |
149 TCODE tPPO2Max, "Max :" | 182 TCODE tPPO2Max, "Max :" |
150 TCODE tPPO2DECO, "Max Deco:" | 183 TCODE tPPO2DECO, "Max Deco:" |
151 TCODE tPPO2MIN, "Min :" | 184 TCODE tPPO2MIN, "Min :" |
185 IFDEF _ccr_pscr | |
152 TCODE tPPO2MINCC, "Min Loop:" | 186 TCODE tPPO2MINCC, "Min Loop:" |
153 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth | 187 ENDIF |
154 TCODE tAscentSpeed, "Ascent Speed: " ; Ascent Speed | 188 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth |
155 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | 189 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed |
190 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | |
191 TCODE tExtendedStops, "before 1.Stop: " ; gas switches before 1st stop | |
192 TCODE tTimeoutDive, "Dive Timeout : " ; Dive Timeout | |
193 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives | |
156 TCODE tDecoparameters, "Deco Parameters" | 194 TCODE tDecoparameters, "Deco Parameters" |
157 TCODE tGF_low, "GF low :" | 195 TCODE tGF_low, "GF low :" |
158 TCODE tGF_high, "GF high:" | 196 TCODE tGF_high, "GF high:" |
159 TCODE tSaturationMult, "Saturation : " | 197 TCODE tSaturationMult, "Saturation : " |
160 TCODE tDesaturationMult, "Desaturation: " | 198 TCODE tDesaturationMult, "Desaturation: " |
168 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings | 206 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings |
169 TCODE tsafetystopmenu, "Safety Stop: " ; Safety Stop: | 207 TCODE tsafetystopmenu, "Safety Stop: " ; Safety Stop: |
170 TCODE tGasUsage, "Gas Usage" ; Gas Usage | 208 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
171 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | 209 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) |
172 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) | 210 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) |
173 TCODE tCalcAscGas, "Calc.Gas (B/O):" | 211 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs? |
174 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank | 212 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
175 TCODE tTankSize, "Tank Size" ; Tank Sizes | 213 TCODE tTankSize, "Tank Size" ; Tank Sizes |
176 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) | 214 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) |
177 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas | |
178 TCODE tTankPairing, "Select Transmitter" ; select Transmitter | |
179 TCODE tLiter, " l" ; Liter as l | 215 TCODE tLiter, " l" ; Liter as l |
180 TCODE tLiterLong, "Liter" ; Liter as Liter | 216 TCODE tLiterLong, "Liter" ; Liter as Liter |
217 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan | |
218 | |
219 IFDEF _ccr_pscr | |
181 TCODE tCCmaxFracO2, "Loop %O2 max.:" | 220 TCODE tCCmaxFracO2, "Loop %O2 max.:" |
182 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" | 221 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas |
222 ENDIF | |
183 | 223 |
184 IFDEF _rx_functions | 224 IFDEF _rx_functions |
225 TCODE tTankPairing, "Select Transmitter" ; select Transmitter | |
185 TCODE tTrModeOff, "off" ; 0 off keep order, enum! | 226 TCODE tTrModeOff, "off" ; 0 off keep order, enum! |
186 TCODE tTrModeOn, "on" ; 1 on | 227 TCODE tTrModeOn, "on" ; 1 on |
187 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double | 228 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double |
188 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2 | 229 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2 |
189 TCODE tTrPresNone, "none" ; 0 none keep order, enum! | 230 TCODE tTrPresNone, "none" ; 0 none keep order, enum! |
190 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1 | 231 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1 |
191 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2 | 232 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2 |
192 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3 | 233 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3 |
193 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4 | 234 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4 |
194 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5 | 235 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5 |
236 IFDEF _ccr_pscr | |
195 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1 | 237 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1 |
196 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2 | 238 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2 |
197 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3 | 239 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3 |
198 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4 | 240 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4 |
199 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5 | 241 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5 |
200 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas | 242 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas |
201 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas | 243 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas |
202 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil | 244 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil |
203 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil | 245 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil |
246 ENDIF | |
204 ELSE | 247 ELSE |
205 TCODE tTrModeOff, "" ; dummy target for entry in option table | 248 TCODE tTrModeOff, "" ; dummy target for entry in option table |
206 TCODE tTrPresNone, "" ; dummy target for entry in option table | 249 TCODE tTrPresNone, "" ; dummy target for entry in option table |
207 ENDIF | 250 ENDIF ; _rx_functions |
251 | |
208 | 252 |
209 ; Display settings | 253 ; Display settings |
210 TCODE tBright, "Brightness:" | 254 TCODE tBright, "Brightness:" |
211 TCODE tEco, "Eco" | 255 TCODE tEco, "Eco" |
212 TCODE tMedium, "Medium" | 256 TCODE tMedium, "Medium" |
213 TCODE tHigh, "High" | 257 TCODE tHigh, "High" |
214 TCODE tDvSalinity, "Salinity: " ; Salinity | 258 TCODE tDvSalinity, "Salinity: " ; Salinity |
215 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: | 259 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
216 TCODE tFlip, "Rotate Screen:" ; Rotate Screen | 260 TCODE tFlip, "Rotate Screen:" ; Rotate Screen |
217 TCODE tMODwarning, "Depth Warnings:" ; depth Warnings | 261 TCODE tMODwarning, "Depth Warnings:" ; depth Warnings |
218 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning | 262 ; TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning |
263 TCODE tLayout, "Layout :" ; Layout | |
219 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (10 chars max) | 264 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (10 chars max) |
220 TCODE tTimeoutDive, "Dive Timeout:" ; Dive Timeout | 265 TCODE tTissueGraphics, "Graphics :" ; tissue graphics |
266 | |
267 TCODE tLayoutNormal, "normal" ; normal | |
268 TCODE tLayoutBig, "big" ; big | |
269 | |
221 | 270 |
222 ; VSI display settings | 271 ; VSI display settings |
223 TCODE tVSItext2, "Variable Speed:" ; Variable speed: | 272 TCODE tVSItext2, "Variable Speed:" ; Variable speed: |
224 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: | 273 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: |
225 | 274 |
275 | |
226 ; Setup menu | 276 ; Setup menu |
227 TCODE tSystSets, "Settings" | 277 TCODE tSystSets, "Settings" |
278 IFDEF _compass | |
228 TCODE tCompassMenu, "Compass Calibration" | 279 TCODE tCompassMenu, "Compass Calibration" |
229 TCODE tCompassGain, "Compass Gain:" | 280 TCODE tCompassGain, "Compass Gain:" |
230 TCODE tCalX, "Cal X:" ; Cal X | 281 TCODE tCalX, "Cal X:" ; Cal X |
231 TCODE tCalY, "Cal Y:" ; Cal Y | 282 TCODE tCalY, "Cal Y:" ; Cal Y |
232 TCODE tCalZ, "Cal Z:" ; Cal Z | 283 TCODE tCalZ, "Cal Z:" ; Cal Z |
284 ENDIF | |
233 TCODE tUnits, "Units: " | 285 TCODE tUnits, "Units: " |
234 TCODE tMetric, " m/°C" ; 0 - keep order, enum! | 286 TCODE tMetric, " m/°C" ; 0 - keep order, enum! |
235 TCODE tImperial, "ft/°F" ; 1 | 287 TCODE tImperial, "ft/°F" ; 1 |
236 ; 111 111 111 111 111 | 288 ; 111 111 111 111 111 |
237 ;123456789012123456789012123456789012123456789012123456789012 | 289 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 |
238 TCODE tDefName, "HW OSTC" ; 5 rows by 12 chars each | 290 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" |
239 TCODE tButtonleft, "Left button:" ; Left button | 291 TCODE tButtonleft, "Left button:" ; Left button |
240 TCODE tButtonright, "Right button:" ; Right button | 292 TCODE tButtonright, "Right button:" ; Right button |
241 TCODE tAltMode, "Waiting Time:" | 293 TCODE tAltMode, "Waiting Time:" |
242 TCODE tAltModeFly, "Flying" | 294 TCODE tAltModeFly, "Flying" |
243 TCODE tAltMode1000, "1000m" | 295 TCODE tAltMode1000, "1000m" |
244 TCODE tAltMode2000, "2000m" | 296 TCODE tAltMode2000, "2000m" |
245 TCODE tAltMode3000, "3000m" | 297 TCODE tAltMode3000, "3000m" |
298 | |
246 | 299 |
247 ; Units for all menu | 300 ; Units for all menu |
248 TCODE tMeters, "m" | 301 TCODE tMeters, "m" |
249 TCODE tFeets, "ft" | 302 TCODE tFeets, "ft" |
250 TCODE tFeets1, "f" | 303 TCODE tFeets1, "f" |
253 TCODE tLitersMinute, "l/min" | 306 TCODE tLitersMinute, "l/min" |
254 TCODE tbar, " bar" ; bar | 307 TCODE tbar, " bar" ; bar |
255 TCODE tbar10, "0 bar" ; xx0 bar | 308 TCODE tbar10, "0 bar" ; xx0 bar |
256 TCODE tMeterMinute, "m/'" ; meter per minute | 309 TCODE tMeterMinute, "m/'" ; meter per minute |
257 | 310 |
311 | |
258 ; Date | 312 ; Date |
259 TCODE tDateFormat, "Format: " | 313 TCODE tDateFormat, "Format: " |
260 TCODE tDateformat, "MMDDYY" | 314 TCODE tDateformat, "MMDDYY" |
261 TCODE tDateformat1, "DDMMYY" | 315 TCODE tDateformat1, "DDMMYY" |
262 TCODE tDateformat2, "YYMMDD" | 316 TCODE tDateformat2, "YYMMDD" |
263 | 317 |
318 | |
264 ; Simulator menu | 319 ; Simulator menu |
265 TCODE tInter, "Start Simulator" ; Start Simulator | 320 TCODE tInter, "Start Simulator" ; Start Simulator |
266 TCODE tPlan, "Simulator" ; Simulator | 321 TCODE tPlan, "Simulator" ; Simulator |
267 | 322 |
323 | |
268 ; Decoplanner submenu | 324 ; Decoplanner submenu |
269 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) | 325 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) |
270 TCODE tBtTm_short, "Time:" ; Bot. Time: (max. 6 chars) | 326 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars) |
271 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) | 327 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) |
272 TCODE tIntvl, "Interval : " ; Interval : (10 chars) | 328 TCODE tIntvl, "Interval : " ; Interval : (10 chars) |
273 TCODE tDecoSetup, "Calculator Setup" | 329 TCODE tDecoSetup, "Calculator Setup" |
274 TCODE tDeco, "Start Calculator" ; Calculate Deco | 330 TCODE tDeco, "Start Calculator" ; Calculate Deco |
275 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: | 331 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) |
276 TCODE tNoDeco, "No Deco" ; No Deco | 332 TCODE tNoDeco, "No Deco" ; No Deco |
277 TCODE tMore, "more" ; more | 333 TCODE tMore, "more" ; more |
278 TCODE tSelectSetpoint, "Setpoint : " | 334 TCODE tSelectSetpoint, "Setpoint : " |
279 TCODE tuseAGF, "use aGF : " | 335 TCODE tuseAGF, "use aGF : " |
280 TCODE tCalculating, "Calculating..." | 336 TCODE tCalculating, "Calculating..." ; Calculating... |
337 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval | |
338 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment | |
339 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout | |
340 TCODE tCalcAscent, "Ascent" ; Ascent | |
281 TCODE tNDLleft, "left" ; time left within NDL | 341 TCODE tNDLleft, "left" ; time left within NDL |
342 | |
282 | 343 |
283 ; Information menu | 344 ; Information menu |
284 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 345 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
285 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
286 TCODE tSerial, "Serial : " ; Serial : (space) | 346 TCODE tSerial, "Serial : " ; Serial : (space) |
287 TCODE tTotalDives, "Total Dives: " ; Total Dives: | 347 TCODE tTotalDives, "Total Dives: " ; Total Dives: |
288 TCODE tBatteryV, "Battery : " ; Battery: | 348 TCODE tBatteryV, "Battery : " ; Battery : (space) |
289 TCODE tUptime, "Uptime : " ; Uptime: | 349 TCODE tUptime, "Uptime : " ; Uptime : (space) |
350 | |
351 IFDEF _rx_functions | |
352 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
353 ENDIF | |
354 | |
290 | 355 |
291 ; Divemode screen | 356 ; Divemode screen |
292 TCODE tNDL, "NDL" ; 3 chars max | 357 TCODE tNDL, "NDL" ; 3 chars max |
293 TCODE tTTS, "TTS" | 358 TCODE tTTS, "TTS" ; 3 chars max |
294 TCODE tVelMetric, "m/min" | 359 TCODE tVelMetric, "m/min" |
295 TCODE tVelImperial, "ft/m " | 360 TCODE tVelImperial, "ft/m " |
296 TCODE tGasSelect, "Select Gas" ; Select Gas | 361 TCODE tGasSelect, "Select Gas" ; Select Gas |
297 TCODE tSelectAir, "Air " ; Air | 362 TCODE tSelectAir, "Air " ; Air |
298 TCODE tSelectO2, "O2 " ; O2 | 363 TCODE tSelectO2, "O2 " ; O2 |
299 TCODE tSelectNx, "Nx" ; Nx | 364 TCODE tSelectNx, "Nx" ; Nx |
300 TCODE tSelectTx, "Tx" ; Tx | 365 TCODE tSelectTx, "Tx" ; Tx |
301 TCODE tDepth, "Depth" ; Depth | 366 TCODE tDepth, "Depth" ; Depth (max 5 chars) |
302 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 10chars! | 367 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars! |
303 TCODE tAvgDepth, "Average" ; average Depth - max 10chars! | 368 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars! |
304 TCODE tDivetime, "Divetime" ; Divetime | 369 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group |
305 TCODE tDiveHudMask1, "Sensor 1" | 370 IFDEF _helium |
306 TCODE tDiveHudMask2, "Sensor 2" | 371 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | |
307 TCODE tDiveHudMask3, "Sensor 3" | 372 ENDIF |
373 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
308 TCODE tDiveTotalAvg, "Total Avg" | 374 TCODE tDiveTotalAvg, "Total Avg" |
309 TCODE tDiveStopwatch, "Stopwatch" | 375 TCODE tDiveStopwatch, "Stopwatch" |
310 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max | 376 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max |
311 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | 377 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) |
312 TCODE tApnoeMax, "Last Descent" ; Last descent | 378 TCODE tApnoeMax, "Last Descent" ; Last descent |
313 TCODE tApnoeSurface, "Surface Time" ; Surface Time | 379 TCODE tApnoeSurface, "Surface Time" ; Surface Time |
314 TCODE tTime, "Time of Day" ; Time | 380 TCODE tTime, "Time of Day" ; Time |
315 TCODE tSurface, "Surface" ; Surface (max 12 chars) | 381 TCODE tSurface, "Surface" ; Surface (max 12 chars) |
316 TCODE tDiveDecoplan, "Decoplan" ; Decoplan | 382 TCODE tDiveDecoplan, "next Stops" ; next Stops |
317 ; TCODE tDiveClock, "Clock" ; Clock | 383 ; TCODE tDiveClock, "Clock" ; Clock |
318 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | 384 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
319 TCODE tDiveTissues, "Tissues" ; Tissues | 385 TCODE tDiveTissues, "Tissues" ; Tissues |
320 TCODE tEND, "END:" ; END: | 386 TCODE tEND, "END:" ; END: |
321 TCODE tHe, "He" ; He | |
322 TCODE tN2, "N2" ; N2 | 387 TCODE tN2, "N2" ; N2 |
323 TCODE tDiveBailout, "Bailout" ; Bailout | 388 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
324 TCODE tGFactors, "GF Values" ; GF Values | 389 TCODE tGFactors, "GF Values" ; GF Values |
325 TCODE taGFactors, "aGF Values" ; aGF Values | 390 TCODE taGFactors, "aGF Values" ; aGF Values |
326 TCODE tGFInfo, "Saturation" ; Saturation | 391 TCODE tGFInfo, "Saturation" ; Saturation |
327 TCODE tCeiling, "Ceiling" ; Ceiling | 392 TCODE tCeiling, "Ceiling" ; Ceiling |
328 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) | 393 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) |
329 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | 394 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
330 TCODE tDecoInfo, "Deco Zone" ; Deco info | 395 TCODE tDecoInfo, "Deco Zone" ; Deco info |
331 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | 396 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
332 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | 397 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
333 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | 398 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
334 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | |
335 TCODE tGasNeedsWarn, "Gas Needs" | 399 TCODE tGasNeedsWarn, "Gas Needs" |
336 TCODE tGasNeedsAscent, "Gas Needs Ascent" | 400 TCODE tGasNeedsAscent, "Gas Needs Ascent" |
337 TCODE tCNSsurf, "CNS Surf." | 401 TCODE tCNSsurf, "CNS Surf." |
338 TCODE tCNSfTTS, "CNS fTTS" | 402 TCODE tCNSfTTS, "CNS fTTS" |
339 TCODE tCNSBO, "CNS B/O" | 403 TCODE tCNSBO, "CNS B/O" |
340 TCODE tCNSnow, "CNS now" | 404 TCODE tCNSnow, "CNS now" |
341 TCODE tCNSeod, "CNS final" | 405 TCODE tCNSeod, "CNS final" |
342 TCODE tIBCD, "IBCD N2He" | |
343 TCODE tnoBOgas, "-B/O-Gas-" | 406 TCODE tnoBOgas, "-B/O-Gas-" |
344 TCODE tMicroBubbles, "M.Bubbles" | 407 TCODE tMicroBubbles, "M.Bubbles" |
345 TCODE tCNS, "CNS: " | 408 TCODE tCNS, "CNS: " |
346 TCODE tgaschange, "Change?" ; better gas found | 409 TCODE tgaschange, "Change?" ; better gas found |
347 TCODE tNeed, "Need " ; gas need (5 chars) | 410 TCODE tNeed, "Need " ; gas need (5 chars) |
348 TCODE tBattery, "Battery" ; Battery | 411 TCODE tBattery, "Battery" ; Battery |
412 | |
413 IFDEF _helium | |
414 TCODE tHe, "He" ; He | |
415 TCODE tIBCD, "IBCD N2He" ; IBCD warning | |
416 ENDIF | |
417 | |
349 IFDEF _rx_functions | 418 IFDEF _rx_functions |
350 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter | 419 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter |
351 TCODE tPressure, "Tank Pres" ; tank pressure | 420 TCODE tPressure, "Tank Pres" ; tank pressure |
352 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | 421 TCODE tSAC, "SAC" ; SAC, must be 3 chars! |
353 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) | 422 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) |
354 ENDIF | 423 ENDIF |
424 | |
425 IFDEF _ccr_pscr | |
426 IFDEF _external_sensor | |
427 TCODE tDiveHudMask1, "Sensor 1" | |
428 TCODE tDiveHudMask2, "Sensor 2" | |
429 TCODE tDiveHudMask3, "Sensor 3" | |
430 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | |
431 ENDIF | |
432 ENDIF | |
433 | |
355 IFDEF _cave_mode | 434 IFDEF _cave_mode |
356 TCODE tGasNeedsCaveMode, "Gas Needs Cave Mode" ; title for gas needs custom view | 435 TCODE tGasNeedsCaveMode, "Gas Needs Cave Mode" ; title for gas needs custom view |
357 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) | 436 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) |
358 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) | 437 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
359 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | 438 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) |
360 ENDIF | 439 ENDIF |
361 | 440 |
362 | 441 |
363 ; Divemode menu | 442 ; Divemode menu |
364 TCODE tDivePreMenu, "Menu?" ; Menu? | 443 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
444 IFDEF _compass | |
365 TCODE tSetHeading, "Course" ; set bearing (max. 6 chars) | 445 TCODE tSetHeading, "Course" ; set bearing (max. 6 chars) |
446 ENDIF | |
447 | |
366 | 448 |
367 ; Simulator menu | 449 ; Simulator menu |
368 TCODE tQuitSim, "Quit" ; Quit Simulation | 450 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) |
451 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | |
452 | |
369 | 453 |
370 ; Logbook | 454 ; Logbook |
371 TCODE tCNS2, "CNS:" | 455 TCODE tCNS2, "CNS:" |
372 TCODE tAVG, "Avg:" | 456 TCODE tAVG, "Avg:" |
373 TCODE tGF, "GF:" | 457 TCODE tGF, "GF:" |
374 TCODE tSAT, "Sat:" | 458 TCODE tSAT, "Sat:" ; 4 chars max |
459 | |
375 | 460 |
376 ; Logbook units | 461 ; Logbook units |
377 TCODE tLogTunitC, "°C" | 462 TCODE tLogTunitC, "°C" |
378 TCODE tLogTunitF, "°F" | 463 TCODE tLogTunitF, "°F" |
379 TCODE tKGL, "kg/l" | 464 TCODE tKGL, "kg/l" |
380 TCODE tMBAR, "hPa" | 465 TCODE tMBAR, "hPa" |
381 | 466 |
467 | |
382 ; Logbook menu | 468 ; Logbook menu |
383 TCODE tNextLog, "Next Page" | 469 TCODE tNextLog, "Next Page" |
470 | |
384 | 471 |
385 ; Reset menu | 472 ; Reset menu |
386 TCODE tReboot, "Reboot" ; Reboot | 473 TCODE tReboot, "Reboot" ; Reboot |
387 TCODE tResetMenu2, "Are you sure?" ; Are you sure? | 474 TCODE tResetMenu2, "Are you sure?" ; Are you sure? |
388 TCODE tAbort, "Abort" ; Abort | 475 TCODE tAbort, "Abort" ; Abort |
389 TCODE tResetSettings, "Reset Settings" ; Reset Settings | 476 TCODE tResetSettings, "Reset Settings" ; Reset Settings |
390 TCODE tResetDeco, "Reset Deco" ; Reset Deco | 477 TCODE tResetDeco, "Reset Deco" ; Reset Deco |
391 TCODE tResetBattery, "Reset Battery" ; Reset Battery | 478 TCODE tResetBattery, "Reset Battery" ; Reset Battery |
392 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook | 479 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook |
393 | 480 |
481 | |
394 ; Set Time Menu/Set Date Menu | 482 ; Set Time Menu/Set Date Menu |
395 TCODE tSetHours, "Set Hours" ; Set Hours | 483 TCODE tSetHours, "Set Hours" ; Set Hours |
396 TCODE tSetMinutes, "Set Minutes" ; Set Minutes | 484 TCODE tSetMinutes, "Set Minutes" ; Set Minutes |
397 TCODE tSetSeconds, "Clear Seconds" ; Clear seconds | 485 TCODE tSetSeconds, "clear Seconds" ; clear Seconds |
398 TCODE tSetDay, "Set Day" ; Set Day | 486 TCODE tSetDay, "Set Day" ; Set Day |
399 TCODE tSetMonth, "Set Month" ; Set Month | 487 TCODE tSetMonth, "Set Month" ; Set Month |
400 TCODE tSetYear, "Set Year" ; Set Year | 488 TCODE tSetYear, "Set Year" ; Set Year |
401 | 489 |
490 | |
402 ; Logbook Offset Menu | 491 ; Logbook Offset Menu |
403 TCODE tLogOffset, "Logbook Offset" ; Logbook offset | 492 TCODE tLogOffset, "Logbook Offset" ; Logbook offset |
404 TCODE tLogOffsetp1, "+1" ; +1 | 493 TCODE tLogOffsetValue, "Offset : " ; Offset |
405 TCODE tLogOffsetp10, "+10" ; +10 | 494 TCODE tLogOffStepSize, "Step Size: " ; Step Size |
406 TCODE tLogOffsetm1, "-1" ; -1 | 495 TCODE tLogOffsetplus, "+" ; increment |
407 TCODE tLogOffsetm10, "-10" ; -10 | 496 TCODE tLogOffsetminus, "-" ; decrement |
497 TCODE tLogOffStep1, " 1" ; 0 adjustment step size 1 | ENUM group | |
498 TCODE tLogOffStep10, " 10" ; 1 adjustment step size 10 | | |
499 TCODE tLogOffStep100, " 100" ; 3 adjustment step size 100 | | |
500 TCODE tLogOffStep1000, "1000" ; 4 adjustment step size 1000 | | |
501 | |
408 | 502 |
409 ; Compass Directions | 503 ; Compass Directions |
410 TCODE tN, "N " ; N(orth), 338°- 22° | 504 TCODE tN, "N " ; N(orth), 338°- 22° |
411 TCODE tNE, "NE" ; North-East, 23°- 67° | 505 TCODE tNE, "NE" ; North-East, 23°- 67° |
412 TCODE tE, "E " ; E(east), 68°-112° | 506 TCODE tE, "E " ; E(east), 68°-112° |
414 TCODE tS, "S " ; S(outh), 158°-202° | 508 TCODE tS, "S " ; S(outh), 158°-202° |
415 TCODE tSW, "SW" ; South-West, 203°-247° | 509 TCODE tSW, "SW" ; South-West, 203°-247° |
416 TCODE tW, "W " ; W(West), 248°-292° | 510 TCODE tW, "W " ; W(West), 248°-292° |
417 TCODE tNW, "NW" ; North-West, 293°-337° | 511 TCODE tNW, "NW" ; North-West, 293°-337° |
418 | 512 |
513 | |
419 ; Color Scheme menu | 514 ; Color Scheme menu |
420 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme | 515 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme |
421 TCODE tColorSetDive, "Divemode:" ; Divemode: | 516 TCODE tColorSetDive, "Divemode:" ; Divemode: |
422 TCODE tColorSetName0, "Standard" ; Standard | 517 TCODE tColorSetName0, "Standard" ; Standard |
423 TCODE tColorSetName1, "Red" ; Red | 518 TCODE tColorSetName1, "Red" ; Red |
424 TCODE tColorSetName2, "Green" ; Green | 519 TCODE tColorSetName2, "Green" ; Green |
425 TCODE tColorSetName3, "Blue" ; Blue | 520 TCODE tColorSetName3, "Blue" ; Blue |
426 | 521 |
522 | |
427 ; pSCR Menu and Settings | 523 ; pSCR Menu and Settings |
428 TCODE tPSCRMenu, "pSCR Setup" ; PSCR Menu | 524 IFDEF _ccr_pscr |
525 TCODE tPSCRMenu, "pSCR Setup" ; pSCR Menu | |
429 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop | 526 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop |
430 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio | 527 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio |
431 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) ### new | 528 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) |
529 ENDIF | |
432 | 530 |
433 | 531 |
434 ; Language selection | 532 ; Language selection |
435 IF _language_2!=none | 533 IF _language_2!=none |
436 TCODE tLanguage, "Language: " ; used in menu_tree | 534 TCODE tLanguage, "Language: " ; used in menu_tree |