Mercurial > public > hwos_code
annotate src/text_english.inc @ 640:8c1f1f334275
3.13 release
author | heinrichsweikamp |
---|---|
date | Thu, 29 Oct 2020 09:29:15 +0100 |
parents | 4050675965ea |
children | 070528a88715 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
640 | 3 ; File text_english.asm next combined generation V3.12.3 |
0 | 4 ; |
604 | 5 ; English texts reference file. |
0 | 6 ; |
604 | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
0 | 8 ;============================================================================= |
9 | |
10 ; Basic texts | |
631 | 11 TCODE tNo, "No" ; 0 No | ENUM group |
12 TCODE tYes, "Yes" ; 1 Yes | | |
13 | |
604 | 14 IFDEF _cave_mode |
631 | 15 TCODE tOff, "off" ; OFF | Enum group |
16 TCODE tOn, "on" ; ON | | |
17 ELSE | |
18 TCODE tOff, " " ; needed for option table | |
604 | 19 ENDIF |
20 | |
21 TCODE tblank, " " ; (a single space character) | |
22 | |
631 | 23 ; Surface-Mode texts |
604 | 24 TCODE tMenu, "<Menu" ; <Menu |
25 TCODE tView, "View>" ; View> | |
26 TCODE tHeading, "Heading:" ; Heading: | |
27 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) | |
623 | 28 |
631 | 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 | |
32 | |
623 | 33 IFDEF _external_sensor |
604 | 34 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV |
623 | 35 ENDIF |
36 | |
0 | 37 |
604 | 38 ; Divemode menu |
39 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) | |
623 | 40 TCODE tDivemenu_ResetAvg, "Reset Avg" ; Reset Avg (max 9 char) |
41 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) | |
604 | 42 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
43 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | |
44 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | |
623 | 45 |
46 IFDEF _ccr_pscr | |
47 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) | |
48 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) | |
49 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
50 ENDIF | |
51 | |
52 IFDEF _external_sensor | |
53 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor | |
54 ENDIF | |
55 | |
604 | 56 IFDEF _cave_mode |
631 | 57 TCODE tDivePreCave, "Cave?" ; Enter Cave Menu ( 5 chars max) |
58 TCODE tDivemenu_wp_set, "Waypoint" ; Set Waypoint (10 chars max) | |
59 TCODE tDivemenu_wp_out, "WP go <-()" ; go one Waypoint outwards (10 chars max) | |
60 TCODE tDivemenu_wp_in, "WP go ->()" ; go one Waypoint inwards (10 chars max) | |
61 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive (10 chars max) | |
62 TCODE tDivemenu_ContDive, "Cont.Dive" ; Continue Dive (10 chars max) | |
63 TCODE tDivemenu_off_on, "Off / On" ; Cave Mode Off/On (10 chars max) | |
604 | 64 ENDIF |
0 | 65 |
623 | 66 |
0 | 67 ; Main menu |
604 | 68 TCODE tNext, "<Next" ; <Next |
619 | 69 TCODE tEnter, " Enter>" ; Enter> |
604 | 70 TCODE tMainMenu, "Main Menu" ; MainMenu |
71 TCODE tLogbook, "Logbook" ; Logbook | |
72 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | |
73 TCODE tSetTime, "Set Time" ; Set Time | |
74 TCODE tSetDate, "Set Date" ; Set Date | |
631 | 75 TCODE tSetTimeDate, "Time & Date" ; Time & Date |
604 | 76 TCODE tDispSets, "Display Settings" ; Display Settings |
631 | 77 TCODE tSysSets, "System Settings" ; System Settings |
604 | 78 TCODE tExit, "Exit" ; Exit |
79 TCODE tResetMenu, "Reset Menu" ; Reset Menu | |
640 | 80 TCODE tDiveModeMenu, "Dive/Deco Setup" ; Dive Setup |
631 | 81 |
82 TCODE tDiveSetup, "Dive Setup" ; Dive Setup | |
83 TCODE tDecoSetup, "Deco Setup" ; Deco Setup | |
84 TCODE tSACSetup, "SAC Setup" ; SAC Setup | |
85 TCODE tppO2Setup, "ppO2 Setup" ; ppO2 Setup | |
86 TCODE tStopsSetup, "Stops & Depths" ; Stops & Depths | |
87 | |
604 | 88 TCODE tInfoMenu, "Information" ; Information |
623 | 89 IFDEF _ccr_pscr |
90 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup | |
91 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup | |
92 ENDIF | |
93 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR | |
94 TCODE tBack, "back" ; back | |
631 | 95 TCODE tGas6, "extra Gas" ; edit & select Gas 6 |
623 | 96 |
97 IFDEF _rx_functions | |
604 | 98 TCODE tTrSettings, "Pressure Display" ; Pressure Display |
99 TCODE tTrMode, "Mode: " ; Mode | |
100 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure | |
101 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure | |
102 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | |
103 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce | |
623 | 104 ENDIF |
105 | |
106 IFDEF _external_sensor | |
640 | 107 ; TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor |
604 | 108 TCODE tCalibrateMenu, "Calibration" ; Calibration |
109 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
110 TCODE tCalibrate, "Calibrate" ; Calibrate | |
631 | 111 TCODE tS8Mode, "S8 Input: " ; Sensor Input |
112 TCODE tCCRS8Mode, "Analog" ; Analog | |
113 TCODE tCCRS8Mode2, "Digital" ; Digital | |
114 ELSE | |
115 TCODE tCCRS8Mode, " " ; needed for option table | |
623 | 116 ENDIF |
117 | |
0 | 118 |
119 ; Gas menu | |
604 | 120 TCODE tGaslist, "OC Gas List" |
121 TCODE tGaslistCC, "CC Diluents" | |
122 TCODE tGasEdit, "Edit Gas" | |
123 TCODE tType, "Type: " | |
628 | 124 TCODE tGasDisabled, "Disabled" ; | Enum 0: Disabled |
125 TCODE tGasFirst, "First" ; | 1: First | |
126 TCODE tGasTravel, "Work" ; | 2: Work (Travel, Bottom) | |
127 TCODE tGasDeco, "Deco" ; | 3: Deco | |
634 | 128 TCODE tAir, "Air " ; | Enum: values must follow (5 chars) |
129 TCODE tO2, "O2 " ; | tAir + 5 | |
604 | 130 TCODE tO2Plus, "O2 +" |
131 TCODE tO2Minus, "O2 -" | |
623 | 132 IFDEF _helium |
604 | 133 TCODE tHePlus, "He +" |
134 TCODE tHeMinus, "He -" | |
623 | 135 ENDIF |
604 | 136 TCODE tMOD, "MOD :" |
137 TCODE tEAD, "EAD:" | |
138 TCODE tSetup_GasDepth, "Setup Depth" | |
139 TCODE tDepthPlus, "Depth +" | |
140 TCODE tDepthMinus, "Depth -" | |
141 TCODE tDepthReset, "Reset to MOD:" | |
142 TCODE tSetup_GasMix, "Setup Mix" | |
623 | 143 IFDEF _ccr_pscr |
634 | 144 TCODE tSPPlus, "ppO2 +" ; Setpoint ppO2 + |
604 | 145 TCODE tSensorFallback, "Fallback:" ; Fallback: |
146 TCODE tCalculated, "calculated" ; calculated | |
147 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | |
148 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
149 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | |
631 | 150 TCODE tCCRMode, "Mode: " ; CCR/pSCR Mode |
628 | 151 TCODE tCCRModeFixedSP, "Fixed SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group |
623 | 152 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | |
153 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | | |
154 ELSE | |
155 TCODE tCCRModeFixedSP, " " ; target needed by option table | |
156 ENDIF | |
157 TCODE tSP, "SP" ; SP (SetPoint) | |
158 | |
604 | 159 |
560 | 160 ; New batteries menu |
614 | 161 ; 1 2 ; |
162 ; 12345678901234567890 ; max 20 chars | |
604 | 163 TCODE tNewBattTitle, "New Battery?" |
164 TCODE tNewBattOld, "Keep old" | |
614 | 165 TCODE tNewBattNew36, "3.6V disposable (T1)" ; new 3.6V disposable |
166 TCODE tNewBattNew15, "1.5V disposable (T0)" ; new 1.5V disposable | |
623 | 167 TCODE tNewBattAccu, "3.7V chargeable (T2)" ; new 3.7V rechargeable |
640 | 168 TCODE tNew18650, "OSTC 2(2015), cR(T3)" ; internal battery on 2 (old) / cR |
169 TCODE tNew16650, "OSTC 2(2017), TR(T4)" ; internal battery on 2 (new) / TR | |
623 | 170 TCODE tConfirmChargeable1,"Confirm:" ; safety question, line 1 |
171 TCODE tConfirmChargeable2,"inserted Battery" ; safety question, line 2 | |
172 TCODE tConfirmChargeable3,"is rechargeable" ; safety question, line 3 | |
173 | |
604 | 174 |
175 ; Gaslist Management | |
176 TCODE tGas, "Gas" ; Gas | |
177 TCODE tDil, "Dil" ; Diluent | |
631 | 178 TCODE tGasErr, "Err" ; Err (max 3 chars) |
179 TCODE tTakeGas, "take" ; take gas (max 4 chars) | |
448 | 180 |
623 | 181 |
604 | 182 ; Communication menu |
183 TCODE tUsbTitle, "USB Mode" | |
184 TCODE tBleTitle, "Bluetooth Mode" | |
185 TCODE tUsbStarting, "Starting..." | |
634 | 186 TCODE tUsbStartDone, "done." |
187 TCODE tUsbServiceMode, "Service Mode enabled" | |
604 | 188 TCODE tUsbClosed, "Port closed" |
189 TCODE tUsbExit, "Exited" | |
634 | 190 TCODE tUsbDownloadMode, "Download Mode enabled" |
604 | 191 TCODE tUsbLlBld, "Low-level Bootloader" |
0 | 192 |
623 | 193 |
604 | 194 ; Dive settings |
631 | 195 TCODE tDvMode, "Dive Mode : " ; Dive Mode |
196 IFDEF _cave_mode | |
197 TCODE tCvMode, "Cave Mode : " ; Cave Mode | |
198 ENDIF | |
199 TCODE tFTTSMenu, "fTTS/Delay : " ; Future TTS / Ascent Delay | |
200 TCODE tTimeoutDive, "Dive Timeout: " ; Dive Timeout | |
640 | 201 TCODE tStoreApnoeDive, "Store Apnea : " ; Store Apnoe Dives |
631 | 202 TCODE tDvOC, "OC" ; 0 | keep order, enum! |
203 TCODE tDvCCR, "CCR" ; 1 | | |
204 TCODE tDvGauge, "Gauge" ; 2 | | |
205 TCODE tDvApnea, "Apnea" ; 3 | | |
206 TCODE tDvPSCR, "pSCR" ; 4 | | |
604 | 207 TCODE tDvCC, "CC" |
208 TCODE tDkMode, "Decotype: ZH-L16" | |
209 TCODE tZHL16, " " ; 0 - keep order, enum! | |
210 TCODE tZHL16GF, "+GF" ; 1 | |
628 | 211 TCODE tPPO2Max, "Max Work:" ; max ppO2 during working phase |
212 TCODE tPPO2DECO, "Max Deco:" ; max ppO2 during deco phase | |
623 | 213 IFDEF _ccr_pscr |
628 | 214 TCODE tPPO2MIN, "Min OC :" ; min ppO2 in OC mode |
215 TCODE tPPO2MINCC, "Min Loop:" ; min ppO2 in loop mode | |
216 ELSE | |
217 TCODE tPPO2MIN, "Min :" ; min ppO2 in OC mode | |
623 | 218 ENDIF |
604 | 219 TCODE tDecoparameters, "Deco Parameters" |
220 TCODE tGF_low, "GF low :" | |
221 TCODE tGF_high, "GF high:" | |
222 TCODE tSaturationMult, "Saturation : " | |
223 TCODE tDesaturationMult, "Desaturation: " | |
224 TCODE tGFMenu, "GF Settings" ; GF Settings | |
640 | 225 TCODE tSDMenu, "SD Settings" ; SD Settings |
604 | 226 TCODE taGF_low, "aGF low :" ; aGF low |
227 TCODE taGF_high, "aGF high:" ; aGF high | |
631 | 228 TCODE taGFenable, "aGF selectable:" ; aGF Selectable |
604 | 229 TCODE tDiveaGF_active, "using aGF" ; using aGF |
631 | 230 TCODE tSafetyStop, "Safety Stop : " ; Safety Stop: (max. 16 chars) |
640 | 231 TCODE tExtendedStops, "Extended Stop: " ; Extended Stops |
631 | 232 TCODE tLastDecostop, "Last Deco : " ; last Deco Stop Depth |
233 TCODE tDvSalinity, "Salinity : " ; Salinity | |
634 | 234 TCODE tDepthWarn, "Depth Warning:" ; Depth Warning (no space after ':' on purpose) |
604 | 235 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
631 | 236 TCODE tSetWorkSAC, "SAC Work: " ; SAC Work: (space) |
237 TCODE tSetDecoSAC, "SAC Deco: " ; SAC Deco: (space) | |
238 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs | |
239 IFDEF _gas_contingency | |
240 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty | |
241 ENDIF | |
640 | 242 TCODE tGasChangeTime, "Gas change time:+" ; additional Gas Change Time |
604 | 243 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
634 | 244 TCODE tTankSize, "Tank Size: " ; Tank Size |
245 TCODE tTankUsablePress, "Turn Pres: " ; Tank Pressure Budget for Ascent (turn pressure) | |
604 | 246 TCODE tLiter, " l" ; Liter as l |
247 TCODE tLiterLong, "Liter" ; Liter as Liter | |
623 | 248 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan |
249 | |
250 IFDEF _ccr_pscr | |
628 | 251 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop |
252 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | |
634 | 253 TCODE tGasDensityCheck, ".. Gas Density: " ; check Gas Density |
628 | 254 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop |
631 | 255 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR lung ratio |
628 | 256 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas |
257 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) | |
623 | 258 ENDIF |
0 | 259 |
604 | 260 IFDEF _rx_functions |
623 | 261 TCODE tTankPairing, "Select Transmitter" ; select Transmitter |
604 | 262 TCODE tTrModeOff, "off" ; 0 off keep order, enum! |
263 TCODE tTrModeOn, "on" ; 1 on | |
264 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double | |
265 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2 | |
266 TCODE tTrPresNone, "none" ; 0 none keep order, enum! | |
267 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1 | |
268 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2 | |
269 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3 | |
270 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4 | |
271 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5 | |
623 | 272 IFDEF _ccr_pscr |
604 | 273 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1 |
274 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2 | |
275 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3 | |
276 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4 | |
277 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5 | |
278 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas | |
279 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas | |
280 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil | |
281 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil | |
623 | 282 ENDIF |
604 | 283 ELSE |
284 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
285 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
623 | 286 ENDIF ; _rx_functions |
287 | |
0 | 288 |
604 | 289 ; Display settings |
631 | 290 TCODE tBright, "Brightness: " ; Brightness |
291 TCODE tLayout, "Layout : " ; Layout | |
292 TCODE tUnits, "Units : " ; Units | |
293 IF _language_2!=none | |
294 TCODE tLanguage, "Language : " ; used in menu_tree | |
295 ENDIF | |
296 TCODE tFlip, "Rotate Screen: " ; Rotate Screen | |
297 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme | |
298 TCODE tVSIgraph, "Speed Graph : " ; Speed Graph | |
634 | 299 TCODE tVSItext2, ".. adaptive : " ; adaptive Speed |
631 | 300 TCODE tShowppO2, "ppO2 always : " ; always show ppO2 |
301 TCODE tDepthWarning, "Depth blink.: " ; Depth blinking | |
302 TCODE t2ndDepth, "2nd Depth: " ; 2nd Depth Display Content (11 chars max) | |
303 TCODE tTissueGraphics, "Graphics : " ; Tissue Graphics | |
304 TCODE tIBCDwarning, "IBCD Warning: " ; IBCD Warning | |
623 | 305 |
631 | 306 TCODE tEco, "Eco" ; eco | ENUM group |
307 TCODE tMedium, "Medium" ; medium | | |
308 TCODE tHigh, "High" ; high | | |
309 TCODE tLayoutNormal, "normal" ; normal | ENUM group | |
310 TCODE tLayoutBig, "large" ; large | | |
311 TCODE tMax, "max." ; max | ENUM group | |
312 TCODE tAvg, "avg." ; average | | |
313 TCODE tTissuePresSat, "Pres+Sat" ; pressure and saturation | ENUM group | |
314 IFDEF _helium | |
315 TCODE tTissueN2He, "N2+He" ; N2 + He pressure | | |
316 ENDIF | |
0 | 317 |
623 | 318 |
604 | 319 ; Setup menu |
631 | 320 TCODE tSystSets, "Settings" ; System Settings |
623 | 321 IFDEF _compass |
634 | 322 TCODE tCompassMenu, "Compass" ; Compass |
323 TCODE tCompassCalibration,"Calibration" ; Calibration | |
604 | 324 TCODE tCompassGain, "Compass Gain:" |
634 | 325 TCODE tCalX, "Cal X" ; Cal X |
326 TCODE tCalY, "Cal Y" ; Cal Y | |
327 TCODE tCalZ, "Cal Z" ; Cal Z | |
623 | 328 ENDIF |
604 | 329 TCODE tMetric, " m/°C" ; 0 - keep order, enum! |
330 TCODE tImperial, "ft/°F" ; 1 | |
331 ; 111 111 111 111 111 | |
623 | 332 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 |
640 | 333 TCODE tDefName, "HW OSTC" ; " Read the Manual, know& understandthe inherentLimitations!" |
631 | 334 TCODE tPiezo, "Buttons" ; Buttons |
640 | 335 TCODE tButtonExplain1, "Less % is" ; Less % is |
336 TCODE tButtonExplain2, "more sensitive." ; more sensitive. | |
631 | 337 TCODE tButtonleft, "Left Button:" ; Left Button |
338 TCODE tButtonright, "Right Button:" ; Right Button | |
604 | 339 TCODE tAltMode, "Waiting Time:" |
340 TCODE tAltModeFly, "Flying" | |
341 TCODE tAltMode1000, "1000m" | |
342 TCODE tAltMode2000, "2000m" | |
343 TCODE tAltMode3000, "3000m" | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
344 |
623 | 345 |
0 | 346 ; Units for all menu |
604 | 347 TCODE tMeters, "m" |
348 TCODE tFeets, "ft" | |
349 TCODE tFeets1, "f" | |
350 TCODE tMinutes, "'" | |
351 TCODE tPercent, "%" | |
352 TCODE tLitersMinute, "l/min" | |
353 TCODE tbar, " bar" ; bar | |
354 TCODE tbar10, "0 bar" ; xx0 bar | |
355 TCODE tMeterMinute, "m/'" ; meter per minute | |
0 | 356 |
623 | 357 |
0 | 358 ; Date |
604 | 359 TCODE tDateFormat, "Format: " |
360 TCODE tDateformat, "MMDDYY" | |
361 TCODE tDateformat1, "DDMMYY" | |
362 TCODE tDateformat2, "YYMMDD" | |
0 | 363 |
623 | 364 |
0 | 365 ; Simulator menu |
604 | 366 TCODE tInter, "Start Simulator" ; Start Simulator |
631 | 367 TCODE tSimulator, "Simulator" ; Simulator |
0 | 368 |
623 | 369 |
0 | 370 ; Decoplanner submenu |
604 | 371 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) |
623 | 372 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars) |
604 | 373 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) |
374 TCODE tIntvl, "Interval : " ; Interval : (10 chars) | |
631 | 375 TCODE tCalculatorSetup, "Calculator Setup" ; Calculator Setup |
604 | 376 TCODE tDeco, "Start Calculator" ; Calculate Deco |
623 | 377 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) |
604 | 378 TCODE tNoDeco, "No Deco" ; No Deco |
379 TCODE tMore, "more" ; more | |
628 | 380 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint |
640 | 381 TCODE tuseAGF, "Use aGF : " ; use alternative Grdient Factors |
628 | 382 IFDEF _gas_contingency |
631 | 383 TCODE tGasContingencySim, "Gas Cont.: " ; Gas Contingency |
628 | 384 ENDIF |
385 | |
386 ; Decoplanner progress indication | |
387 TCODE tNoBottomGas1, " No usable Gas for" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) | |
388 TCODE tNoBottomGas2, " Bottom Depth found!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) | |
623 | 389 TCODE tCalculating, "Calculating..." ; Calculating... |
390 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval | |
391 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment | |
392 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout | |
628 | 393 TCODE tCalcAscent, "Ascent" ; Ascent (max. 8 chars) |
394 TCODE tNDLleft, "NDL" ; time left within NDL | |
0 | 395 |
623 | 396 |
0 | 397 ; Information menu |
604 | 398 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
631 | 399 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date |
628 | 400 TCODE tHardware, "Hardware: " ; Hardware: (space) |
604 | 401 TCODE tSerial, "Serial : " ; Serial : (space) |
623 | 402 TCODE tBatteryV, "Battery : " ; Battery : (space) |
631 | 403 TCODE tSensorC, "Sensor : " ; Sensor : (space) |
404 TCODE tSensorD, "Offset : " ; Offset : (space) | |
623 | 405 TCODE tUptime, "Uptime : " ; Uptime : (space) |
406 | |
407 IFDEF _rx_functions | |
408 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
409 ENDIF | |
410 | |
604 | 411 |
0 | 412 ; Divemode screen |
631 | 413 TCODE tNDL, "NDL" ; 3 chars |
414 TCODE tTTS, "TTS" ; 3 chars | |
628 | 415 TCODE tSlow, " slow " ; slow - max 7 chars |
604 | 416 TCODE tVelMetric, "m/min" |
417 TCODE tVelImperial, "ft/m " | |
418 TCODE tGasSelect, "Select Gas" ; Select Gas | |
419 TCODE tSelectAir, "Air " ; Air | |
420 TCODE tSelectO2, "O2 " ; O2 | |
421 TCODE tSelectNx, "Nx" ; Nx | |
422 TCODE tSelectTx, "Tx" ; Tx | |
623 | 423 TCODE tDepth, "Depth" ; Depth (max 5 chars) |
424 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars! | |
425 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars! | |
426 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
604 | 427 TCODE tDiveTotalAvg, "Total Avg" |
428 TCODE tDiveStopwatch, "Stopwatch" | |
429 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max | |
430 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | |
431 TCODE tApnoeMax, "Last Descent" ; Last descent | |
432 TCODE tApnoeSurface, "Surface Time" ; Surface Time | |
433 TCODE tTime, "Time of Day" ; Time | |
434 TCODE tSurface, "Surface" ; Surface (max 12 chars) | |
623 | 435 TCODE tDiveDecoplan, "next Stops" ; next Stops |
604 | 436 ; TCODE tDiveClock, "Clock" ; Clock |
437 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
438 TCODE tDiveTissues, "Tissues" ; Tissues | |
439 TCODE tEND, "END:" ; END: | |
440 TCODE tN2, "N2" ; N2 | |
623 | 441 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 442 TCODE tGFactors, "GF Values" ; GF Values |
443 TCODE taGFactors, "aGF Values" ; aGF Values | |
608 | 444 TCODE tGFInfo, "Saturation" ; Saturation |
604 | 445 TCODE tCeiling, "Ceiling" ; Ceiling |
446 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
447 TCODE tDecoInfo, "Deco Zone" ; Deco info | |
448 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | |
449 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
450 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
631 | 451 TCODE tGasNeedsWarn, "Gas Needs" ; |
452 TCODE tCNSsurf, "CNS Surf." ; | |
453 TCODE tCNSfTTS, "CNS fTTS" ; | |
454 TCODE tCNSBO, "CNS B/O" ; | |
455 TCODE tCNSnow, "CNS now" ; | |
456 TCODE tCNSeod, "CNS final" ; | |
457 IFDEF _cave_mode | |
458 TCODE tCNScave, "CNS Cave" ; | |
459 ENDIF | |
460 TCODE tnoBOgas, "-B/O-Gas-" ; | |
461 TCODE tMicroBubbles, "M.Bubbles" ; | |
462 TCODE tCNS, "CNS: " ; | |
604 | 463 TCODE tgaschange, "Change?" ; better gas found |
464 TCODE tNeed, "Need " ; gas need (5 chars) | |
465 TCODE tBattery, "Battery" ; Battery | |
634 | 466 TCODE tSAT, "Sat:" ; Sat: (max 4 chars) |
467 TCODE tppO2, "ppO2:" ; ppO2: (max 5 chars) | |
623 | 468 |
469 IFDEF _helium | |
470 TCODE tHe, "He" ; He | |
634 | 471 TCODE tIBCD, "IBCD N2He" ; IBCD warning (max. 9 chars) |
472 ENDIF | |
473 | |
474 IFDEF _ccr_pscr | |
475 TCODE tGasDensity, "G.Density" ; Gas Density (max. 9 chars) | |
623 | 476 ENDIF |
477 | |
604 | 478 IFDEF _rx_functions |
479 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter | |
480 TCODE tPressure, "Tank Pres" ; tank pressure | |
481 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | |
482 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) | |
483 ENDIF | |
623 | 484 |
485 IFDEF _external_sensor | |
486 TCODE tDiveHudMask1, "Sensor 1" | |
487 TCODE tDiveHudMask2, "Sensor 2" | |
488 TCODE tDiveHudMask3, "Sensor 3" | |
489 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | |
490 ENDIF | |
491 | |
604 | 492 IFDEF _cave_mode |
631 | 493 TCODE tGasNeedsCaveMode, "Gas Needs -CAVE-" ; title for gas needs custom view (cave mode) | need to be |
494 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view (open water mode) | same length | |
604 | 495 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
496 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
631 | 497 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface |
498 TCODE tCaveStops, "total Stops" ; cave mode total time for stops | |
499 TCODE tCaveRuntime, "total RT" ; cave mode total runtime | |
500 ELSE | |
501 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view | |
604 | 502 ENDIF |
503 | |
0 | 504 |
505 ; Divemode menu | |
634 | 506 TCODE tDiveAckn, "Ackn?" ; Ackn? (max. 5 chars) |
628 | 507 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
508 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
623 | 509 IFDEF _compass |
628 | 510 TCODE tSetHeading, "Course" ; Course (max. 6 chars) |
623 | 511 ENDIF |
512 | |
0 | 513 |
514 ; Simulator menu | |
623 | 515 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) |
516 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | |
517 | |
0 | 518 |
519 ; Logbook | |
631 | 520 TCODE tCNS2, "CNS: " |
521 TCODE tAVG, "Avg: " | |
522 TCODE tGF2, "GF : " | |
634 | 523 TCODE tSD2, "S/D: " |
631 | 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 | |
634 | 532 TCODE tGF, "GF:" ; GF Factors (3 chars) |
533 TCODE tSD, "S/D" ; Saturation / Desaturation (3 chars) | |
0 | 534 |
535 ; Logbook units | |
604 | 536 TCODE tLogTunitC, "°C" |
537 TCODE tLogTunitF, "°F" | |
538 TCODE tKGL, "kg/l" | |
539 TCODE tMBAR, "hPa" | |
0 | 540 |
623 | 541 |
0 | 542 ; Logbook menu |
604 | 543 TCODE tNextLog, "Next Page" |
0 | 544 |
623 | 545 |
0 | 546 ; Reset menu |
634 | 547 IFDEF _firmware_recovery |
548 TCODE tReboot, "Reboot/Backup" ; Reboot/Backup | |
549 ELSE | |
604 | 550 TCODE tReboot, "Reboot" ; Reboot |
634 | 551 ENDIF |
604 | 552 TCODE tResetMenu2, "Are you sure?" ; Are you sure? |
553 TCODE tAbort, "Abort" ; Abort | |
554 TCODE tResetSettings, "Reset Settings" ; Reset Settings | |
555 TCODE tResetDeco, "Reset Deco" ; Reset Deco | |
556 TCODE tResetBattery, "Reset Battery" ; Reset Battery | |
557 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook | |
0 | 558 |
634 | 559 IFDEF _firmware_recovery |
560 TCODE tRebootCurFirmware, "Reboot current FW" ; Reboot current Firmware | |
561 TCODE tBackupFirmware, "Backup current FW" ; Backup current Firmware | |
562 TCODE tRecoverFirmware, "Restore" ; Restore (version will be appended) | |
563 TCODE tBackingUp, "backing up..." ; backing up current firmware | |
564 TCODE tRestoring, "restoring..." ; restoring backup firmware | |
565 ENDIF | |
566 | |
623 | 567 |
0 | 568 ; Set Time Menu/Set Date Menu |
623 | 569 TCODE tSetHours, "Set Hours" ; Set Hours |
570 TCODE tSetMinutes, "Set Minutes" ; Set Minutes | |
571 TCODE tSetSeconds, "clear Seconds" ; clear Seconds | |
604 | 572 TCODE tSetDay, "Set Day" ; Set Day |
573 TCODE tSetMonth, "Set Month" ; Set Month | |
574 TCODE tSetYear, "Set Year" ; Set Year | |
0 | 575 |
623 | 576 |
0 | 577 ; Logbook Offset Menu |
631 | 578 TCODE tTotalDives, "Total Dives: " ; Total Dives |
604 | 579 TCODE tLogOffset, "Logbook Offset" ; Logbook offset |
623 | 580 TCODE tLogOffsetValue, "Offset : " ; Offset |
581 TCODE tLogOffStepSize, "Step Size: " ; Step Size | |
582 TCODE tLogOffsetplus, "+" ; increment | |
583 TCODE tLogOffsetminus, "-" ; decrement | |
584 TCODE tLogOffStep1, " 1" ; 0 adjustment step size 1 | ENUM group | |
585 TCODE tLogOffStep10, " 10" ; 1 adjustment step size 10 | | |
586 TCODE tLogOffStep100, " 100" ; 3 adjustment step size 100 | | |
587 TCODE tLogOffStep1000, "1000" ; 4 adjustment step size 1000 | | |
588 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
589 |
604 | 590 ; Compass Directions |
591 TCODE tN, "N " ; N(orth), 338°- 22° | |
592 TCODE tNE, "NE" ; North-East, 23°- 67° | |
593 TCODE tE, "E " ; E(east), 68°-112° | |
594 TCODE tSE, "SE" ; South-East, 113°-157° | |
595 TCODE tS, "S " ; S(outh), 158°-202° | |
596 TCODE tSW, "SW" ; South-West, 203°-247° | |
597 TCODE tW, "W " ; W(West), 248°-292° | |
598 TCODE tNW, "NW" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
599 |
623 | 600 |
50 | 601 ; Color Scheme menu |
604 | 602 TCODE tColorSetDive, "Divemode:" ; Divemode: |
603 TCODE tColorSetName0, "Standard" ; Standard | |
604 TCODE tColorSetName1, "Red" ; Red | |
605 TCODE tColorSetName2, "Green" ; Green | |
606 TCODE tColorSetName3, "Blue" ; Blue | |
607 | |
623 | 608 |
634 | 609 ; Debug Stuff |
610 IFDEF _comm_debug | |
611 TCODE tCommTimeout, "RX Timeout: " | |
612 TCODE tCommTimeoutU, "0 ms" | |
613 ENDIF | |
614 | |
615 | |
604 | 616 ; Language selection |
617 IF _language_1==en | |
631 | 618 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context |
604 | 619 ELSE |
620 IF _language_1==de | |
631 | 621 TCODE tLang1, "DE" |
604 | 622 ELSE |
623 IF _language_1==fr | |
631 | 624 TCODE tLang1, "FR" |
604 | 625 ELSE |
626 IF _language_1==it | |
631 | 627 TCODE tLang1, "IT" |
604 | 628 ELSE |
629 TCODE tLang1, "" ; dummy target for options table | |
630 ENDIF | |
631 ENDIF | |
632 ENDIF | |
633 ENDIF | |
634 | |
635 IF _language_2==en | |
631 | 636 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context |
604 | 637 ELSE |
638 IF _language_2==de | |
631 | 639 TCODE tLang2, "DE" |
604 | 640 ELSE |
641 IF _language_2==fr | |
631 | 642 TCODE tLang2, "FR" |
604 | 643 ELSE |
644 IF _language_2==it | |
631 | 645 TCODE tLang2, "IT" |
604 | 646 ENDIF |
647 ENDIF | |
648 ENDIF | |
649 ENDIF |