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