Mercurial > public > hwos_code
comparison src/text_english.inc @ 631:185ba2f91f59
3.09 beta 1 release
author | heinrichsweikamp |
---|---|
date | Fri, 28 Feb 2020 15:45:07 +0100 |
parents | cd58f7fc86db |
children | 4050675965ea |
comparison
equal
deleted
inserted
replaced
630:4cd81bdbf15c | 631:185ba2f91f59 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm next combined generation V3.04.3 | 3 ; File text_english.asm next combined generation V3.08.8 |
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 | ENUM group | 11 TCODE tNo, "No" ; 0 No | ENUM group |
12 TCODE tYes, "Yes" ; 1 Yes | | 12 TCODE tYes, "Yes" ; 1 Yes | |
13 | |
13 IFDEF _cave_mode | 14 IFDEF _cave_mode |
14 TCODE tCave, "Cave" ; 2 Cave | | 15 TCODE tOff, "off" ; OFF | Enum group |
16 TCODE tOn, "on" ; ON | | |
17 ELSE | |
18 TCODE tOff, " " ; needed for option table | |
15 ENDIF | 19 ENDIF |
16 | 20 |
17 TCODE tblank, " " ; (a single space character) | 21 TCODE tblank, " " ; (a single space character) |
18 | 22 |
19 ; Surface-mode texts | 23 ; Surface-Mode texts |
20 TCODE tMenu, "<Menu" ; <Menu | 24 TCODE tMenu, "<Menu" ; <Menu |
21 TCODE tView, "View>" ; View> | 25 TCODE tView, "View>" ; View> |
22 TCODE tHeading, "Heading:" ; Heading: | 26 TCODE tHeading, "Heading:" ; Heading: |
23 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) | 27 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) |
28 | |
29 TCODE tFTTSSurf, "fTTS/Delay:" ; Future TTS / Ascent Delay | |
30 TCODE tLastDecostopSurf, "Last Deco :" ; last deco stop depth Surface Custom View | |
31 TCODE tDvSalinitySurf, "Salinity :" ; Salinity | |
24 | 32 |
25 IFDEF _external_sensor | 33 IFDEF _external_sensor |
26 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV | 34 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV |
27 ENDIF | 35 ENDIF |
28 | 36 |
31 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) | 39 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) |
32 TCODE tDivemenu_ResetAvg, "Reset Avg" ; Reset Avg (max 9 char) | 40 TCODE tDivemenu_ResetAvg, "Reset Avg" ; Reset Avg (max 9 char) |
33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) | 41 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) |
34 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | 42 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | 43 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker |
44 | |
45 IFDEF _cave_mode | |
46 TCODE tDivemenu_LostGas, "Gas avail." ; Gas Availability | |
47 ELSE | |
36 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | 48 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas |
49 ENDIF | |
37 | 50 |
38 IFDEF _ccr_pscr | 51 IFDEF _ccr_pscr |
39 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) | 52 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) |
40 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) | 53 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) |
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | 54 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
44 IFDEF _external_sensor | 57 IFDEF _external_sensor |
45 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor | 58 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor |
46 ENDIF | 59 ENDIF |
47 | 60 |
48 IFDEF _cave_mode | 61 IFDEF _cave_mode |
49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive | 62 TCODE tDivePreCave, "Cave?" ; Enter Cave Menu ( 5 chars max) |
63 TCODE tDivemenu_wp_set, "Waypoint" ; Set Waypoint (10 chars max) | |
64 TCODE tDivemenu_wp_out, "WP go <-()" ; go one Waypoint outwards (10 chars max) | |
65 TCODE tDivemenu_wp_in, "WP go ->()" ; go one Waypoint inwards (10 chars max) | |
66 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive (10 chars max) | |
67 TCODE tDivemenu_ContDive, "Cont.Dive" ; Continue Dive (10 chars max) | |
68 TCODE tDivemenu_off_on, "Off / On" ; Cave Mode Off/On (10 chars max) | |
50 ENDIF | 69 ENDIF |
51 | 70 |
52 | 71 |
53 ; Main menu | 72 ; Main menu |
54 TCODE tNext, "<Next" ; <Next | 73 TCODE tNext, "<Next" ; <Next |
56 TCODE tMainMenu, "Main Menu" ; MainMenu | 75 TCODE tMainMenu, "Main Menu" ; MainMenu |
57 TCODE tLogbook, "Logbook" ; Logbook | 76 TCODE tLogbook, "Logbook" ; Logbook |
58 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | 77 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup |
59 TCODE tSetTime, "Set Time" ; Set Time | 78 TCODE tSetTime, "Set Time" ; Set Time |
60 TCODE tSetDate, "Set Date" ; Set Date | 79 TCODE tSetDate, "Set Date" ; Set Date |
61 TCODE tSetTimeDate, "Set Time & Date" ; Set Time & Date | 80 TCODE tSetTimeDate, "Time & Date" ; Time & Date |
62 TCODE tDispSets, "Display Settings" ; Display Settings | 81 TCODE tDispSets, "Display Settings" ; Display Settings |
82 TCODE tSysSets, "System Settings" ; System Settings | |
63 TCODE tExit, "Exit" ; Exit | 83 TCODE tExit, "Exit" ; Exit |
64 TCODE tResetMenu, "Reset Menu" ; Reset Menu | 84 TCODE tResetMenu, "Reset Menu" ; Reset Menu |
65 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup | 85 TCODE tDiveModeMenu, "Dive Setup" ; Dive Setup |
86 | |
87 TCODE tDiveSetup, "Dive Setup" ; Dive Setup | |
88 TCODE tDecoSetup, "Deco Setup" ; Deco Setup | |
89 TCODE tSACSetup, "SAC Setup" ; SAC Setup | |
90 TCODE tppO2Setup, "ppO2 Setup" ; ppO2 Setup | |
91 TCODE tStopsSetup, "Stops & Depths" ; Stops & Depths | |
92 | |
66 TCODE tInfoMenu, "Information" ; Information | 93 TCODE tInfoMenu, "Information" ; Information |
67 IFDEF _ccr_pscr | 94 IFDEF _ccr_pscr |
68 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup | 95 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup |
69 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup | 96 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup |
70 ENDIF | 97 ENDIF |
71 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR | 98 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR |
72 TCODE tBack, "back" ; back | 99 TCODE tBack, "back" ; back |
100 TCODE tGas6, "extra Gas" ; edit & select Gas 6 | |
73 | 101 |
74 IFDEF _rx_functions | 102 IFDEF _rx_functions |
75 TCODE tTrSettings, "Pressure Display" ; Pressure Display | 103 TCODE tTrSettings, "Pressure Display" ; Pressure Display |
76 TCODE tTrMode, "Mode: " ; Mode | 104 TCODE tTrMode, "Mode: " ; Mode |
77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure | 105 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure |
78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure | 106 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure |
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | 107 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure |
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce | 108 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce |
81 ENDIF | 109 ENDIF |
82 | 110 |
83 IFDEF _ccr_pscr | |
84 IFDEF _external_sensor | 111 IFDEF _external_sensor |
85 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor | 112 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor |
86 TCODE tCalibrateMenu, "Calibration" ; Calibration | 113 TCODE tCalibrateMenu, "Calibration" ; Calibration |
87 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | 114 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: |
88 TCODE tCalibrate, "Calibrate" ; Calibrate | 115 TCODE tCalibrate, "Calibrate" ; Calibrate |
89 ENDIF | 116 TCODE tS8Mode, "S8 Input: " ; Sensor Input |
117 TCODE tCCRS8Mode, "Analog" ; Analog | |
118 TCODE tCCRS8Mode2, "Digital" ; Digital | |
119 ELSE | |
120 TCODE tCCRS8Mode, " " ; needed for option table | |
90 ENDIF | 121 ENDIF |
91 | 122 |
92 | 123 |
93 ; Gas menu | 124 ; Gas menu |
94 TCODE tGaslist, "OC Gas List" | 125 TCODE tGaslist, "OC Gas List" |
122 TCODE tSensorFallback, "Fallback:" ; Fallback: | 153 TCODE tSensorFallback, "Fallback:" ; Fallback: |
123 TCODE tCalculated, "calculated" ; calculated | 154 TCODE tCalculated, "calculated" ; calculated |
124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 155 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 156 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | 157 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
127 TCODE tCCRMode, "Mode:" ; Mode: | 158 TCODE tCCRMode, "Mode: " ; CCR/pSCR Mode |
128 TCODE tCCRModeFixedSP, "Fixed SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group | 159 TCODE tCCRModeFixedSP, "Fixed SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group |
129 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | | 160 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | |
130 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | | 161 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | |
131 ELSE | 162 ELSE |
132 TCODE tCCRModeFixedSP, " " ; target needed by option table | 163 TCODE tCCRModeFixedSP, " " ; target needed by option table |
151 | 182 |
152 | 183 |
153 ; Gaslist Management | 184 ; Gaslist Management |
154 TCODE tGas, "Gas" ; Gas | 185 TCODE tGas, "Gas" ; Gas |
155 TCODE tDil, "Dil" ; Diluent | 186 TCODE tDil, "Dil" ; Diluent |
156 TCODE tGasErr, "Err" ; Err (3 chars) | 187 TCODE tGasErr, "Err" ; Err (max 3 chars) |
188 TCODE tTakeGas, "take" ; take gas (max 4 chars) | |
157 | 189 |
158 | 190 |
159 ; Communication menu | 191 ; Communication menu |
160 TCODE tUsbTitle, "USB Mode" | 192 TCODE tUsbTitle, "USB Mode" |
161 TCODE tBleTitle, "Bluetooth Mode" | 193 TCODE tBleTitle, "Bluetooth Mode" |
167 TCODE tUsbDownloadMode, "Download mode enabled" | 199 TCODE tUsbDownloadMode, "Download mode enabled" |
168 TCODE tUsbLlBld, "Low-level Bootloader" | 200 TCODE tUsbLlBld, "Low-level Bootloader" |
169 | 201 |
170 | 202 |
171 ; Dive settings | 203 ; Dive settings |
172 TCODE tDvMode, "Dive Mode: " | 204 TCODE tDvMode, "Dive Mode : " ; Dive Mode |
173 TCODE tDvOC, "OC" ; 0 - keep order, enum! | 205 IFDEF _cave_mode |
174 TCODE tDvCCR, "CCR" ; 1 | 206 TCODE tCvMode, "Cave Mode : " ; Cave Mode |
175 TCODE tDvGauge, "Gauge" ; 2 | 207 ENDIF |
176 TCODE tDvApnea, "Apnea" ; 3 | 208 TCODE tFTTSMenu, "fTTS/Delay : " ; Future TTS / Ascent Delay |
177 TCODE tDvPSCR, "pSCR" ; 4 | 209 TCODE tTimeoutDive, "Dive Timeout: " ; Dive Timeout |
210 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives | |
211 TCODE tDvOC, "OC" ; 0 | keep order, enum! | |
212 TCODE tDvCCR, "CCR" ; 1 | | |
213 TCODE tDvGauge, "Gauge" ; 2 | | |
214 TCODE tDvApnea, "Apnea" ; 3 | | |
215 TCODE tDvPSCR, "pSCR" ; 4 | | |
178 TCODE tDvCC, "CC" | 216 TCODE tDvCC, "CC" |
179 TCODE tDkMode, "Decotype: ZH-L16" | 217 TCODE tDkMode, "Decotype: ZH-L16" |
180 TCODE tZHL16, " " ; 0 - keep order, enum! | 218 TCODE tZHL16, " " ; 0 - keep order, enum! |
181 TCODE tZHL16GF, "+GF" ; 1 | 219 TCODE tZHL16GF, "+GF" ; 1 |
182 TCODE tPPO2Max, "Max Work:" ; max ppO2 during working phase | 220 TCODE tPPO2Max, "Max Work:" ; max ppO2 during working phase |
185 TCODE tPPO2MIN, "Min OC :" ; min ppO2 in OC mode | 223 TCODE tPPO2MIN, "Min OC :" ; min ppO2 in OC mode |
186 TCODE tPPO2MINCC, "Min Loop:" ; min ppO2 in loop mode | 224 TCODE tPPO2MINCC, "Min Loop:" ; min ppO2 in loop mode |
187 ELSE | 225 ELSE |
188 TCODE tPPO2MIN, "Min :" ; min ppO2 in OC mode | 226 TCODE tPPO2MIN, "Min :" ; min ppO2 in OC mode |
189 ENDIF | 227 ENDIF |
190 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth | |
191 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed | |
192 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | |
193 TCODE tExtendedStops, "extended Stop: " ; extended stops | |
194 TCODE tTimeoutDive, "Dive Timeout : " ; Dive Timeout | |
195 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives | |
196 TCODE tDecoparameters, "Deco Parameters" | 228 TCODE tDecoparameters, "Deco Parameters" |
197 TCODE tGF_low, "GF low :" | 229 TCODE tGF_low, "GF low :" |
198 TCODE tGF_high, "GF high:" | 230 TCODE tGF_high, "GF high:" |
199 TCODE tSaturationMult, "Saturation : " | 231 TCODE tSaturationMult, "Saturation : " |
200 TCODE tDesaturationMult, "Desaturation: " | 232 TCODE tDesaturationMult, "Desaturation: " |
201 TCODE tFTTSMenu, "fTTS/Delay:" ; Future TTS / Ascent Delay | |
202 TCODE tLastDecostopSurf, "Last Deco :" ; last deco stop depth Surface Custom View | |
203 TCODE tGFMenu, "GF Settings" ; GF Settings | 233 TCODE tGFMenu, "GF Settings" ; GF Settings |
204 TCODE taGF_low, "aGF low :" ; aGF low | 234 TCODE taGF_low, "aGF low :" ; aGF low |
205 TCODE taGF_high, "aGF high:" ; aGF high | 235 TCODE taGF_high, "aGF high:" ; aGF high |
206 TCODE taGF_enable, "aGF selectable:" ; aGF Selectable | 236 TCODE taGFenable, "aGF selectable:" ; aGF Selectable |
207 TCODE tDiveaGF_active, "using aGF" ; using aGF | 237 TCODE tDiveaGF_active, "using aGF" ; using aGF |
208 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings | 238 TCODE tSafetyStop, "Safety Stop : " ; Safety Stop: (max. 16 chars) |
209 TCODE tsafetystopmenu, "Safety Stop: " ; Safety Stop: | 239 TCODE tExtendedStops, "extended Stop: " ; Extended Stops |
240 TCODE tLastDecostop, "Last Deco : " ; last Deco Stop Depth | |
241 TCODE tDvSalinity, "Salinity : " ; Salinity | |
242 TCODE tDepthWarn, "Depth Warning: " ; Depth Warning | |
210 TCODE tGasUsage, "Gas Usage" ; Gas Usage | 243 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
211 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | 244 TCODE tSetWorkSAC, "SAC Work: " ; SAC Work: (space) |
212 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) | 245 TCODE tSetDecoSAC, "SAC Deco: " ; SAC Deco: (space) |
213 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs? | 246 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs |
247 IFDEF _gas_contingency | |
248 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty | |
249 ENDIF | |
250 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | |
214 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank | 251 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
215 TCODE tTankSize, "Tank Size" ; Tank Size | 252 TCODE tTankSize, "Tank Size" ; Tank Size |
216 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) | 253 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) |
217 TCODE tLiter, " l" ; Liter as l | 254 TCODE tLiter, " l" ; Liter as l |
218 TCODE tLiterLong, "Liter" ; Liter as Liter | 255 TCODE tLiterLong, "Liter" ; Liter as Liter |
220 | 257 |
221 IFDEF _ccr_pscr | 258 IFDEF _ccr_pscr |
222 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop | 259 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop |
223 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | 260 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint |
224 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop | 261 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop |
225 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio | 262 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR lung ratio |
226 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas | 263 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas |
227 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) | 264 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) |
228 ENDIF | 265 ENDIF |
229 | 266 |
230 IFDEF _rx_functions | 267 IFDEF _rx_functions |
255 TCODE tTrPresNone, "" ; dummy target for entry in option table | 292 TCODE tTrPresNone, "" ; dummy target for entry in option table |
256 ENDIF ; _rx_functions | 293 ENDIF ; _rx_functions |
257 | 294 |
258 | 295 |
259 ; Display settings | 296 ; Display settings |
260 TCODE tBright, "Brightness:" | 297 TCODE tBright, "Brightness: " ; Brightness |
261 TCODE tEco, "Eco" | 298 TCODE tLayout, "Layout : " ; Layout |
262 TCODE tMedium, "Medium" | 299 TCODE tUnits, "Units : " ; Units |
263 TCODE tHigh, "High" | 300 IF _language_2!=none |
264 TCODE tDvSalinity, "Salinity: " ; Salinity | 301 TCODE tLanguage, "Language : " ; used in menu_tree |
265 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: | 302 ENDIF |
266 TCODE tFlip, "Rotate Screen:" ; Rotate Screen | 303 TCODE tFlip, "Rotate Screen: " ; Rotate Screen |
267 TCODE tMODwarning, "Depth Warnings:" ; depth Warnings | 304 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme |
268 ; TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning | 305 TCODE tVSIgraph, "Speed Graph : " ; Speed Graph |
269 TCODE tLayout, "Layout :" ; Layout | 306 TCODE tVSItext2, "Var. Speed : " ; variable Speed |
270 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (11 chars max) | 307 TCODE tShowppO2, "ppO2 always : " ; always show ppO2 |
271 TCODE tTissueGraphics, "Graphics :" ; tissue graphics | 308 TCODE tDepthWarning, "Depth blink.: " ; Depth blinking |
272 | 309 TCODE t2ndDepth, "2nd Depth: " ; 2nd Depth Display Content (11 chars max) |
273 TCODE tLayoutNormal, "normal" ; normal | 310 TCODE tTissueGraphics, "Graphics : " ; Tissue Graphics |
274 TCODE tLayoutBig, "large" ; large | 311 TCODE tIBCDwarning, "IBCD Warning: " ; IBCD Warning |
275 | 312 |
276 | 313 TCODE tEco, "Eco" ; eco | ENUM group |
277 ; VSI display settings | 314 TCODE tMedium, "Medium" ; medium | |
278 TCODE tVSItext2, "Variable Speed:" ; Variable speed: | 315 TCODE tHigh, "High" ; high | |
279 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: | 316 TCODE tLayoutNormal, "normal" ; normal | ENUM group |
317 TCODE tLayoutBig, "large" ; large | | |
318 TCODE tMax, "max." ; max | ENUM group | |
319 TCODE tAvg, "avg." ; average | | |
320 TCODE tTissuePresSat, "Pres+Sat" ; pressure and saturation | ENUM group | |
321 IFDEF _helium | |
322 TCODE tTissueN2He, "N2+He" ; N2 + He pressure | | |
323 ENDIF | |
280 | 324 |
281 | 325 |
282 ; Setup menu | 326 ; Setup menu |
283 TCODE tSystSets, "Settings" | 327 TCODE tSystSets, "Settings" ; System Settings |
284 IFDEF _compass | 328 IFDEF _compass |
285 TCODE tCompassMenu, "Compass Calibration" | 329 TCODE tCompassMenu, "Compass Calibration" |
286 TCODE tCompassGain, "Compass Gain:" | 330 TCODE tCompassGain, "Compass Gain:" |
287 TCODE tCalX, "Cal X:" ; Cal X | 331 TCODE tCalX, "Cal X:" ; Cal X |
288 TCODE tCalY, "Cal Y:" ; Cal Y | 332 TCODE tCalY, "Cal Y:" ; Cal Y |
289 TCODE tCalZ, "Cal Z:" ; Cal Z | 333 TCODE tCalZ, "Cal Z:" ; Cal Z |
290 ENDIF | 334 ENDIF |
291 TCODE tUnits, "Units: " | |
292 TCODE tMetric, " m/°C" ; 0 - keep order, enum! | 335 TCODE tMetric, " m/°C" ; 0 - keep order, enum! |
293 TCODE tImperial, "ft/°F" ; 1 | 336 TCODE tImperial, "ft/°F" ; 1 |
294 ; 111 111 111 111 111 | 337 ; 111 111 111 111 111 |
295 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | 338 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 |
296 TCODE tDefName, "HW OSTC" ;" Read the Manual, know& understandthe inherentLimitations!" | 339 TCODE tDefName, "HW OSTC" ; " Read the Manual, know& understandthe inherentLimitations!" |
297 TCODE tButtonleft, "Left button:" ; Left button | 340 TCODE tPiezo, "Buttons" ; Buttons |
298 TCODE tButtonright, "Right button:" ; Right button | 341 TCODE tButtonleft, "Left Button:" ; Left Button |
342 TCODE tButtonright, "Right Button:" ; Right Button | |
299 TCODE tAltMode, "Waiting Time:" | 343 TCODE tAltMode, "Waiting Time:" |
300 TCODE tAltModeFly, "Flying" | 344 TCODE tAltModeFly, "Flying" |
301 TCODE tAltMode1000, "1000m" | 345 TCODE tAltMode1000, "1000m" |
302 TCODE tAltMode2000, "2000m" | 346 TCODE tAltMode2000, "2000m" |
303 TCODE tAltMode3000, "3000m" | 347 TCODE tAltMode3000, "3000m" |
322 TCODE tDateformat2, "YYMMDD" | 366 TCODE tDateformat2, "YYMMDD" |
323 | 367 |
324 | 368 |
325 ; Simulator menu | 369 ; Simulator menu |
326 TCODE tInter, "Start Simulator" ; Start Simulator | 370 TCODE tInter, "Start Simulator" ; Start Simulator |
327 TCODE tPlan, "Simulator" ; Simulator | 371 TCODE tSimulator, "Simulator" ; Simulator |
328 | 372 |
329 | 373 |
330 ; Decoplanner submenu | 374 ; Decoplanner submenu |
331 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) | 375 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) |
332 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars) | 376 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars) |
333 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) | 377 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) |
334 TCODE tIntvl, "Interval : " ; Interval : (10 chars) | 378 TCODE tIntvl, "Interval : " ; Interval : (10 chars) |
335 TCODE tDecoSetup, "Calculator Setup" | 379 TCODE tCalculatorSetup, "Calculator Setup" ; Calculator Setup |
336 TCODE tDeco, "Start Calculator" ; Calculate Deco | 380 TCODE tDeco, "Start Calculator" ; Calculate Deco |
337 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) | 381 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) |
338 TCODE tNoDeco, "No Deco" ; No Deco | 382 TCODE tNoDeco, "No Deco" ; No Deco |
339 TCODE tMore, "more" ; more | 383 TCODE tMore, "more" ; more |
340 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint | 384 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint |
341 TCODE tuseAGF, "use aGF : " ; use alternative Grdient Factors | 385 TCODE tuseAGF, "use aGF : " ; use alternative Grdient Factors |
342 IFDEF _gas_contingency | 386 IFDEF _gas_contingency |
343 TCODE tGasContingency, "Gas Cont.: " ; Gas Contingency | 387 TCODE tGasContingencySim, "Gas Cont.: " ; Gas Contingency |
344 ENDIF | 388 ENDIF |
345 | 389 |
346 ; Decoplanner progress indication | 390 ; Decoplanner progress indication |
347 TCODE tNoBottomGas1, " No usable Gas for" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) | 391 TCODE tNoBottomGas1, " No usable Gas for" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) |
348 TCODE tNoBottomGas2, " Bottom Depth found!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) | 392 TCODE tNoBottomGas2, " Bottom Depth found!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) |
354 TCODE tNDLleft, "NDL" ; time left within NDL | 398 TCODE tNDLleft, "NDL" ; time left within NDL |
355 | 399 |
356 | 400 |
357 ; Information menu | 401 ; Information menu |
358 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 402 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
403 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date | |
359 TCODE tHardware, "Hardware: " ; Hardware: (space) | 404 TCODE tHardware, "Hardware: " ; Hardware: (space) |
360 TCODE tSerial, "Serial : " ; Serial : (space) | 405 TCODE tSerial, "Serial : " ; Serial : (space) |
361 TCODE tTotalDives, "Total Dives:" ; Total Dives: (no space, moved to logbook) | |
362 TCODE tBatteryV, "Battery : " ; Battery : (space) | 406 TCODE tBatteryV, "Battery : " ; Battery : (space) |
407 TCODE tSensorC, "Sensor : " ; Sensor : (space) | |
408 TCODE tSensorD, "Offset : " ; Offset : (space) | |
363 TCODE tUptime, "Uptime : " ; Uptime : (space) | 409 TCODE tUptime, "Uptime : " ; Uptime : (space) |
364 | 410 |
365 IFDEF _rx_functions | 411 IFDEF _rx_functions |
366 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | 412 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) |
367 ENDIF | 413 ENDIF |
368 | 414 |
369 | 415 |
370 ; Divemode screen | 416 ; Divemode screen |
371 TCODE tNDL, "NDL" ; 3 chars max | 417 TCODE tNDL, "NDL" ; 3 chars |
372 TCODE tTTS, "TTS" ; 3 chars max | 418 TCODE tTTS, "TTS" ; 3 chars |
373 TCODE tSlow, " slow " ; slow - max 7 chars | 419 TCODE tSlow, " slow " ; slow - max 7 chars |
374 TCODE tVelMetric, "m/min" | 420 TCODE tVelMetric, "m/min" |
375 TCODE tVelImperial, "ft/m " | 421 TCODE tVelImperial, "ft/m " |
376 TCODE tGasSelect, "Select Gas" ; Select Gas | 422 TCODE tGasSelect, "Select Gas" ; Select Gas |
377 TCODE tSelectAir, "Air " ; Air | 423 TCODE tSelectAir, "Air " ; Air |
379 TCODE tSelectNx, "Nx" ; Nx | 425 TCODE tSelectNx, "Nx" ; Nx |
380 TCODE tSelectTx, "Tx" ; Tx | 426 TCODE tSelectTx, "Tx" ; Tx |
381 TCODE tDepth, "Depth" ; Depth (max 5 chars) | 427 TCODE tDepth, "Depth" ; Depth (max 5 chars) |
382 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars! | 428 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars! |
383 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars! | 429 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars! |
384 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group | |
385 IFDEF _helium | |
386 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
387 ENDIF | |
388 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | 430 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) |
389 TCODE tDiveTotalAvg, "Total Avg" | 431 TCODE tDiveTotalAvg, "Total Avg" |
390 TCODE tDiveStopwatch, "Stopwatch" | 432 TCODE tDiveStopwatch, "Stopwatch" |
391 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max | 433 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max |
392 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | 434 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) |
408 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | 450 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
409 TCODE tDecoInfo, "Deco Zone" ; Deco info | 451 TCODE tDecoInfo, "Deco Zone" ; Deco info |
410 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | 452 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
411 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | 453 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
412 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | 454 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
413 TCODE tGasNeedsWarn, "Gas Needs" | 455 TCODE tGasNeedsWarn, "Gas Needs" ; |
414 TCODE tGasNeedsAscent, "Gas Needs Ascent" | 456 TCODE tCNSsurf, "CNS Surf." ; |
415 TCODE tCNSsurf, "CNS Surf." | 457 TCODE tCNSfTTS, "CNS fTTS" ; |
416 TCODE tCNSfTTS, "CNS fTTS" | 458 TCODE tCNSBO, "CNS B/O" ; |
417 TCODE tCNSBO, "CNS B/O" | 459 TCODE tCNSnow, "CNS now" ; |
418 TCODE tCNSnow, "CNS now" | 460 TCODE tCNSeod, "CNS final" ; |
419 TCODE tCNSeod, "CNS final" | 461 IFDEF _cave_mode |
420 TCODE tnoBOgas, "-B/O-Gas-" | 462 TCODE tCNScave, "CNS Cave" ; |
421 TCODE tMicroBubbles, "M.Bubbles" | 463 ENDIF |
422 TCODE tCNS, "CNS: " | 464 TCODE tnoBOgas, "-B/O-Gas-" ; |
465 TCODE tMicroBubbles, "M.Bubbles" ; | |
466 TCODE tCNS, "CNS: " ; | |
423 TCODE tgaschange, "Change?" ; better gas found | 467 TCODE tgaschange, "Change?" ; better gas found |
424 TCODE tNeed, "Need " ; gas need (5 chars) | 468 TCODE tNeed, "Need " ; gas need (5 chars) |
425 TCODE tBattery, "Battery" ; Battery | 469 TCODE tBattery, "Battery" ; Battery |
426 | 470 |
427 IFDEF _helium | 471 IFDEF _helium |
445 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | 489 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning |
446 ENDIF | 490 ENDIF |
447 ENDIF | 491 ENDIF |
448 | 492 |
449 IFDEF _cave_mode | 493 IFDEF _cave_mode |
450 TCODE tGasNeedsCaveMode, "Gas Needs Cave Mode" ; title for gas needs custom view | 494 TCODE tGasNeedsCaveMode, "Gas Needs -CAVE-" ; title for gas needs custom view (cave mode) | need to be |
451 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) | 495 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view (open water mode) | same length |
452 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) | 496 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
453 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | 497 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) |
498 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface | |
499 TCODE tCaveStops, "total Stops" ; cave mode total time for stops | |
500 TCODE tCaveRuntime, "total RT" ; cave mode total runtime | |
501 ELSE | |
502 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view | |
454 ENDIF | 503 ENDIF |
455 | 504 |
456 | 505 |
457 ; Divemode menu | 506 ; Divemode menu |
458 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) | 507 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
466 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) | 515 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) |
467 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | 516 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) |
468 | 517 |
469 | 518 |
470 ; Logbook | 519 ; Logbook |
471 TCODE tCNS2, "CNS:" | 520 TCODE tCNS2, "CNS: " |
472 TCODE tAVG, "Avg:" | 521 TCODE tAVG, "Avg: " |
522 TCODE tGF2, "GF : " | |
523 TCODE tSAT, "Sat: " ; max 4 chars | |
524 TCODE tDvSalinity2, "Salinity :" ; max 11 chars | |
525 TCODE tLastDeco, "Last Deco:" ; max 11 chars | |
526 TCODE tNoProfileData, "no profile anymore..." ; max 21 chars | |
527 TCODE tBeginOfDive, "Begin:" ; max 8 chars | |
528 TCODE tEndOfDive, "End:" ; max 8 chars | |
529 TCODE tDesatTime, "Desat:" ; amx 8 chars | |
530 | |
531 ; other users | |
473 TCODE tGF, "GF:" | 532 TCODE tGF, "GF:" |
474 TCODE tSAT, "Sat:" ; 4 chars max | |
475 | |
476 | 533 |
477 ; Logbook units | 534 ; Logbook units |
478 TCODE tLogTunitC, "°C" | 535 TCODE tLogTunitC, "°C" |
479 TCODE tLogTunitF, "°F" | 536 TCODE tLogTunitF, "°F" |
480 TCODE tKGL, "kg/l" | 537 TCODE tKGL, "kg/l" |
503 TCODE tSetMonth, "Set Month" ; Set Month | 560 TCODE tSetMonth, "Set Month" ; Set Month |
504 TCODE tSetYear, "Set Year" ; Set Year | 561 TCODE tSetYear, "Set Year" ; Set Year |
505 | 562 |
506 | 563 |
507 ; Logbook Offset Menu | 564 ; Logbook Offset Menu |
565 TCODE tTotalDives, "Total Dives: " ; Total Dives | |
508 TCODE tLogOffset, "Logbook Offset" ; Logbook offset | 566 TCODE tLogOffset, "Logbook Offset" ; Logbook offset |
509 TCODE tLogOffsetValue, "Offset : " ; Offset | 567 TCODE tLogOffsetValue, "Offset : " ; Offset |
510 TCODE tLogOffStepSize, "Step Size: " ; Step Size | 568 TCODE tLogOffStepSize, "Step Size: " ; Step Size |
511 TCODE tLogOffsetplus, "+" ; increment | 569 TCODE tLogOffsetplus, "+" ; increment |
512 TCODE tLogOffsetminus, "-" ; decrement | 570 TCODE tLogOffsetminus, "-" ; decrement |
526 TCODE tW, "W " ; W(West), 248°-292° | 584 TCODE tW, "W " ; W(West), 248°-292° |
527 TCODE tNW, "NW" ; North-West, 293°-337° | 585 TCODE tNW, "NW" ; North-West, 293°-337° |
528 | 586 |
529 | 587 |
530 ; Color Scheme menu | 588 ; Color Scheme menu |
531 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme | |
532 TCODE tColorSetDive, "Divemode:" ; Divemode: | 589 TCODE tColorSetDive, "Divemode:" ; Divemode: |
533 TCODE tColorSetName0, "Standard" ; Standard | 590 TCODE tColorSetName0, "Standard" ; Standard |
534 TCODE tColorSetName1, "Red" ; Red | 591 TCODE tColorSetName1, "Red" ; Red |
535 TCODE tColorSetName2, "Green" ; Green | 592 TCODE tColorSetName2, "Green" ; Green |
536 TCODE tColorSetName3, "Blue" ; Blue | 593 TCODE tColorSetName3, "Blue" ; Blue |
537 | 594 |
538 | 595 |
539 ; Language selection | 596 ; Language selection |
540 IF _language_2!=none | |
541 TCODE tLanguage, "Language: " ; used in menu_tree | |
542 ENDIF | |
543 | |
544 IF _language_1==en | 597 IF _language_1==en |
545 TCODE tLang1, "English" ; tLang1 is 1st language, enum context | 598 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context |
546 ELSE | 599 ELSE |
547 IF _language_1==de | 600 IF _language_1==de |
548 TCODE tLang1, "German" | 601 TCODE tLang1, "DE" |
549 ELSE | 602 ELSE |
550 IF _language_1==fr | 603 IF _language_1==fr |
551 TCODE tLang1, "French" | 604 TCODE tLang1, "FR" |
552 ELSE | 605 ELSE |
553 IF _language_1==it | 606 IF _language_1==it |
554 TCODE tLang1, "Italian" | 607 TCODE tLang1, "IT" |
555 ELSE | 608 ELSE |
556 TCODE tLang1, "" ; dummy target for options table | 609 TCODE tLang1, "" ; dummy target for options table |
557 ENDIF | 610 ENDIF |
558 ENDIF | 611 ENDIF |
559 ENDIF | 612 ENDIF |
560 ENDIF | 613 ENDIF |
561 | 614 |
562 IF _language_2==en | 615 IF _language_2==en |
563 TCODE tLang2, "English" ; tLang2 is 2nd language, enum context | 616 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context |
564 ELSE | 617 ELSE |
565 IF _language_2==de | 618 IF _language_2==de |
566 TCODE tLang2, "German" | 619 TCODE tLang2, "DE" |
567 ELSE | 620 ELSE |
568 IF _language_2==fr | 621 IF _language_2==fr |
569 TCODE tLang2, "French" | 622 TCODE tLang2, "FR" |
570 ELSE | 623 ELSE |
571 IF _language_2==it | 624 IF _language_2==it |
572 TCODE tLang2, "Italian" | 625 TCODE tLang2, "IT" |
573 ENDIF | 626 ENDIF |
574 ENDIF | 627 ENDIF |
575 ENDIF | 628 ENDIF |
576 ENDIF | 629 ENDIF |