Mercurial > public > hwos_code
annotate src/text_english.inc @ 639:0ff82370991d
minor
author | heinrichsweikamp |
---|---|
date | Mon, 10 Aug 2020 15:34:38 +0200 |
parents | 4050675965ea |
children | 8c1f1f334275 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
634 | 3 ; File text_english.asm next combined generation V3.09.4k |
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 | |
631 | 80 TCODE tDiveModeMenu, "Dive Setup" ; Dive Setup |
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 | |
604 | 107 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor |
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 |
614 | 168 TCODE tNew18650, "OSTC 2 or cR (T3)" ; internal battery on 2 (old) / cR |
169 TCODE tNew16650, "OSTC 2 or 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 | |
201 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives | |
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 | |
225 TCODE taGF_low, "aGF low :" ; aGF low | |
226 TCODE taGF_high, "aGF high:" ; aGF high | |
631 | 227 TCODE taGFenable, "aGF selectable:" ; aGF Selectable |
604 | 228 TCODE tDiveaGF_active, "using aGF" ; using aGF |
631 | 229 TCODE tSafetyStop, "Safety Stop : " ; Safety Stop: (max. 16 chars) |
230 TCODE tExtendedStops, "extended Stop: " ; Extended Stops | |
231 TCODE tLastDecostop, "Last Deco : " ; last Deco Stop Depth | |
232 TCODE tDvSalinity, "Salinity : " ; Salinity | |
634 | 233 TCODE tDepthWarn, "Depth Warning:" ; Depth Warning (no space after ':' on purpose) |
604 | 234 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
631 | 235 TCODE tSetWorkSAC, "SAC Work: " ; SAC Work: (space) |
236 TCODE tSetDecoSAC, "SAC Deco: " ; SAC Deco: (space) | |
237 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs | |
238 IFDEF _gas_contingency | |
239 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty | |
240 ENDIF | |
241 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | |
604 | 242 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
634 | 243 TCODE tTankSize, "Tank Size: " ; Tank Size |
244 TCODE tTankUsablePress, "Turn Pres: " ; Tank Pressure Budget for Ascent (turn pressure) | |
604 | 245 TCODE tLiter, " l" ; Liter as l |
246 TCODE tLiterLong, "Liter" ; Liter as Liter | |
623 | 247 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan |
248 | |
249 IFDEF _ccr_pscr | |
628 | 250 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop |
251 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | |
634 | 252 TCODE tGasDensityCheck, ".. Gas Density: " ; check Gas Density |
628 | 253 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop |
631 | 254 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR lung ratio |
628 | 255 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas |
256 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) | |
623 | 257 ENDIF |
0 | 258 |
604 | 259 IFDEF _rx_functions |
623 | 260 TCODE tTankPairing, "Select Transmitter" ; select Transmitter |
604 | 261 TCODE tTrModeOff, "off" ; 0 off keep order, enum! |
262 TCODE tTrModeOn, "on" ; 1 on | |
263 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double | |
264 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2 | |
265 TCODE tTrPresNone, "none" ; 0 none keep order, enum! | |
266 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1 | |
267 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2 | |
268 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3 | |
269 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4 | |
270 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5 | |
623 | 271 IFDEF _ccr_pscr |
604 | 272 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1 |
273 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2 | |
274 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3 | |
275 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4 | |
276 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5 | |
277 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas | |
278 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas | |
279 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil | |
280 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil | |
623 | 281 ENDIF |
604 | 282 ELSE |
283 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
284 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
623 | 285 ENDIF ; _rx_functions |
286 | |
0 | 287 |
604 | 288 ; Display settings |
631 | 289 TCODE tBright, "Brightness: " ; Brightness |
290 TCODE tLayout, "Layout : " ; Layout | |
291 TCODE tUnits, "Units : " ; Units | |
292 IF _language_2!=none | |
293 TCODE tLanguage, "Language : " ; used in menu_tree | |
294 ENDIF | |
295 TCODE tFlip, "Rotate Screen: " ; Rotate Screen | |
296 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme | |
297 TCODE tVSIgraph, "Speed Graph : " ; Speed Graph | |
634 | 298 TCODE tVSItext2, ".. adaptive : " ; adaptive Speed |
631 | 299 TCODE tShowppO2, "ppO2 always : " ; always show ppO2 |
300 TCODE tDepthWarning, "Depth blink.: " ; Depth blinking | |
301 TCODE t2ndDepth, "2nd Depth: " ; 2nd Depth Display Content (11 chars max) | |
302 TCODE tTissueGraphics, "Graphics : " ; Tissue Graphics | |
303 TCODE tIBCDwarning, "IBCD Warning: " ; IBCD Warning | |
623 | 304 |
631 | 305 TCODE tEco, "Eco" ; eco | ENUM group |
306 TCODE tMedium, "Medium" ; medium | | |
307 TCODE tHigh, "High" ; high | | |
308 TCODE tLayoutNormal, "normal" ; normal | ENUM group | |
309 TCODE tLayoutBig, "large" ; large | | |
310 TCODE tMax, "max." ; max | ENUM group | |
311 TCODE tAvg, "avg." ; average | | |
312 TCODE tTissuePresSat, "Pres+Sat" ; pressure and saturation | ENUM group | |
313 IFDEF _helium | |
314 TCODE tTissueN2He, "N2+He" ; N2 + He pressure | | |
315 ENDIF | |
0 | 316 |
623 | 317 |
604 | 318 ; Setup menu |
631 | 319 TCODE tSystSets, "Settings" ; System Settings |
623 | 320 IFDEF _compass |
634 | 321 TCODE tCompassMenu, "Compass" ; Compass |
322 TCODE tCompassCalibration,"Calibration" ; Calibration | |
604 | 323 TCODE tCompassGain, "Compass Gain:" |
634 | 324 TCODE tCalX, "Cal X" ; Cal X |
325 TCODE tCalY, "Cal Y" ; Cal Y | |
326 TCODE tCalZ, "Cal Z" ; Cal Z | |
623 | 327 ENDIF |
604 | 328 TCODE tMetric, " m/°C" ; 0 - keep order, enum! |
329 TCODE tImperial, "ft/°F" ; 1 | |
330 ; 111 111 111 111 111 | |
623 | 331 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 |
634 | 332 TCODE tDefName, "HW OSTC " |
631 | 333 TCODE tPiezo, "Buttons" ; Buttons |
334 TCODE tButtonleft, "Left Button:" ; Left Button | |
335 TCODE tButtonright, "Right Button:" ; Right Button | |
604 | 336 TCODE tAltMode, "Waiting Time:" |
337 TCODE tAltModeFly, "Flying" | |
338 TCODE tAltMode1000, "1000m" | |
339 TCODE tAltMode2000, "2000m" | |
340 TCODE tAltMode3000, "3000m" | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
341 |
623 | 342 |
0 | 343 ; Units for all menu |
604 | 344 TCODE tMeters, "m" |
345 TCODE tFeets, "ft" | |
346 TCODE tFeets1, "f" | |
347 TCODE tMinutes, "'" | |
348 TCODE tPercent, "%" | |
349 TCODE tLitersMinute, "l/min" | |
350 TCODE tbar, " bar" ; bar | |
351 TCODE tbar10, "0 bar" ; xx0 bar | |
352 TCODE tMeterMinute, "m/'" ; meter per minute | |
0 | 353 |
623 | 354 |
0 | 355 ; Date |
604 | 356 TCODE tDateFormat, "Format: " |
357 TCODE tDateformat, "MMDDYY" | |
358 TCODE tDateformat1, "DDMMYY" | |
359 TCODE tDateformat2, "YYMMDD" | |
0 | 360 |
623 | 361 |
0 | 362 ; Simulator menu |
604 | 363 TCODE tInter, "Start Simulator" ; Start Simulator |
631 | 364 TCODE tSimulator, "Simulator" ; Simulator |
0 | 365 |
623 | 366 |
0 | 367 ; Decoplanner submenu |
604 | 368 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) |
623 | 369 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars) |
604 | 370 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) |
371 TCODE tIntvl, "Interval : " ; Interval : (10 chars) | |
631 | 372 TCODE tCalculatorSetup, "Calculator Setup" ; Calculator Setup |
604 | 373 TCODE tDeco, "Start Calculator" ; Calculate Deco |
623 | 374 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) |
604 | 375 TCODE tNoDeco, "No Deco" ; No Deco |
376 TCODE tMore, "more" ; more | |
628 | 377 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint |
378 TCODE tuseAGF, "use aGF : " ; use alternative Grdient Factors | |
379 IFDEF _gas_contingency | |
631 | 380 TCODE tGasContingencySim, "Gas Cont.: " ; Gas Contingency |
628 | 381 ENDIF |
382 | |
383 ; Decoplanner progress indication | |
384 TCODE tNoBottomGas1, " No usable Gas for" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) | |
385 TCODE tNoBottomGas2, " Bottom Depth found!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) | |
623 | 386 TCODE tCalculating, "Calculating..." ; Calculating... |
387 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval | |
388 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment | |
389 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout | |
628 | 390 TCODE tCalcAscent, "Ascent" ; Ascent (max. 8 chars) |
391 TCODE tNDLleft, "NDL" ; time left within NDL | |
0 | 392 |
623 | 393 |
0 | 394 ; Information menu |
604 | 395 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
631 | 396 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date |
628 | 397 TCODE tHardware, "Hardware: " ; Hardware: (space) |
604 | 398 TCODE tSerial, "Serial : " ; Serial : (space) |
623 | 399 TCODE tBatteryV, "Battery : " ; Battery : (space) |
631 | 400 TCODE tSensorC, "Sensor : " ; Sensor : (space) |
401 TCODE tSensorD, "Offset : " ; Offset : (space) | |
623 | 402 TCODE tUptime, "Uptime : " ; Uptime : (space) |
403 | |
404 IFDEF _rx_functions | |
405 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
406 ENDIF | |
407 | |
604 | 408 |
0 | 409 ; Divemode screen |
631 | 410 TCODE tNDL, "NDL" ; 3 chars |
411 TCODE tTTS, "TTS" ; 3 chars | |
628 | 412 TCODE tSlow, " slow " ; slow - max 7 chars |
604 | 413 TCODE tVelMetric, "m/min" |
414 TCODE tVelImperial, "ft/m " | |
415 TCODE tGasSelect, "Select Gas" ; Select Gas | |
416 TCODE tSelectAir, "Air " ; Air | |
417 TCODE tSelectO2, "O2 " ; O2 | |
418 TCODE tSelectNx, "Nx" ; Nx | |
419 TCODE tSelectTx, "Tx" ; Tx | |
623 | 420 TCODE tDepth, "Depth" ; Depth (max 5 chars) |
421 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars! | |
422 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars! | |
423 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars) | |
604 | 424 TCODE tDiveTotalAvg, "Total Avg" |
425 TCODE tDiveStopwatch, "Stopwatch" | |
426 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max | |
427 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | |
428 TCODE tApnoeMax, "Last Descent" ; Last descent | |
429 TCODE tApnoeSurface, "Surface Time" ; Surface Time | |
430 TCODE tTime, "Time of Day" ; Time | |
431 TCODE tSurface, "Surface" ; Surface (max 12 chars) | |
623 | 432 TCODE tDiveDecoplan, "next Stops" ; next Stops |
604 | 433 ; TCODE tDiveClock, "Clock" ; Clock |
434 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
435 TCODE tDiveTissues, "Tissues" ; Tissues | |
436 TCODE tEND, "END:" ; END: | |
437 TCODE tN2, "N2" ; N2 | |
623 | 438 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 439 TCODE tGFactors, "GF Values" ; GF Values |
440 TCODE taGFactors, "aGF Values" ; aGF Values | |
608 | 441 TCODE tGFInfo, "Saturation" ; Saturation |
604 | 442 TCODE tCeiling, "Ceiling" ; Ceiling |
443 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
444 TCODE tDecoInfo, "Deco Zone" ; Deco info | |
445 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | |
446 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
447 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
631 | 448 TCODE tGasNeedsWarn, "Gas Needs" ; |
449 TCODE tCNSsurf, "CNS Surf." ; | |
450 TCODE tCNSfTTS, "CNS fTTS" ; | |
451 TCODE tCNSBO, "CNS B/O" ; | |
452 TCODE tCNSnow, "CNS now" ; | |
453 TCODE tCNSeod, "CNS final" ; | |
454 IFDEF _cave_mode | |
455 TCODE tCNScave, "CNS Cave" ; | |
456 ENDIF | |
457 TCODE tnoBOgas, "-B/O-Gas-" ; | |
458 TCODE tMicroBubbles, "M.Bubbles" ; | |
459 TCODE tCNS, "CNS: " ; | |
604 | 460 TCODE tgaschange, "Change?" ; better gas found |
461 TCODE tNeed, "Need " ; gas need (5 chars) | |
462 TCODE tBattery, "Battery" ; Battery | |
634 | 463 TCODE tSAT, "Sat:" ; Sat: (max 4 chars) |
464 TCODE tppO2, "ppO2:" ; ppO2: (max 5 chars) | |
623 | 465 |
466 IFDEF _helium | |
467 TCODE tHe, "He" ; He | |
634 | 468 TCODE tIBCD, "IBCD N2He" ; IBCD warning (max. 9 chars) |
469 ENDIF | |
470 | |
471 IFDEF _ccr_pscr | |
472 TCODE tGasDensity, "G.Density" ; Gas Density (max. 9 chars) | |
623 | 473 ENDIF |
474 | |
604 | 475 IFDEF _rx_functions |
476 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter | |
477 TCODE tPressure, "Tank Pres" ; tank pressure | |
478 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | |
479 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) | |
480 ENDIF | |
623 | 481 |
482 IFDEF _external_sensor | |
483 TCODE tDiveHudMask1, "Sensor 1" | |
484 TCODE tDiveHudMask2, "Sensor 2" | |
485 TCODE tDiveHudMask3, "Sensor 3" | |
486 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | |
487 ENDIF | |
488 | |
604 | 489 IFDEF _cave_mode |
631 | 490 TCODE tGasNeedsCaveMode, "Gas Needs -CAVE-" ; title for gas needs custom view (cave mode) | need to be |
491 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view (open water mode) | same length | |
604 | 492 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) |
493 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
631 | 494 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface |
495 TCODE tCaveStops, "total Stops" ; cave mode total time for stops | |
496 TCODE tCaveRuntime, "total RT" ; cave mode total runtime | |
497 ELSE | |
498 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view | |
604 | 499 ENDIF |
500 | |
0 | 501 |
502 ; Divemode menu | |
634 | 503 TCODE tDiveAckn, "Ackn?" ; Ackn? (max. 5 chars) |
628 | 504 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
505 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
623 | 506 IFDEF _compass |
628 | 507 TCODE tSetHeading, "Course" ; Course (max. 6 chars) |
623 | 508 ENDIF |
509 | |
0 | 510 |
511 ; Simulator menu | |
623 | 512 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) |
513 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | |
514 | |
0 | 515 |
516 ; Logbook | |
631 | 517 TCODE tCNS2, "CNS: " |
518 TCODE tAVG, "Avg: " | |
519 TCODE tGF2, "GF : " | |
634 | 520 TCODE tSD2, "S/D: " |
631 | 521 TCODE tDvSalinity2, "Salinity :" ; max 11 chars |
522 TCODE tLastDeco, "Last Deco:" ; max 11 chars | |
523 TCODE tNoProfileData, "no profile anymore..." ; max 21 chars | |
524 TCODE tBeginOfDive, "Begin:" ; max 8 chars | |
525 TCODE tEndOfDive, "End:" ; max 8 chars | |
526 TCODE tDesatTime, "Desat:" ; amx 8 chars | |
527 | |
528 ; other users | |
634 | 529 TCODE tGF, "GF:" ; GF Factors (3 chars) |
530 TCODE tSD, "S/D" ; Saturation / Desaturation (3 chars) | |
0 | 531 |
532 ; Logbook units | |
604 | 533 TCODE tLogTunitC, "°C" |
534 TCODE tLogTunitF, "°F" | |
535 TCODE tKGL, "kg/l" | |
536 TCODE tMBAR, "hPa" | |
0 | 537 |
623 | 538 |
0 | 539 ; Logbook menu |
604 | 540 TCODE tNextLog, "Next Page" |
0 | 541 |
623 | 542 |
0 | 543 ; Reset menu |
634 | 544 IFDEF _firmware_recovery |
545 TCODE tReboot, "Reboot/Backup" ; Reboot/Backup | |
546 ELSE | |
604 | 547 TCODE tReboot, "Reboot" ; Reboot |
634 | 548 ENDIF |
604 | 549 TCODE tResetMenu2, "Are you sure?" ; Are you sure? |
550 TCODE tAbort, "Abort" ; Abort | |
551 TCODE tResetSettings, "Reset Settings" ; Reset Settings | |
552 TCODE tResetDeco, "Reset Deco" ; Reset Deco | |
553 TCODE tResetBattery, "Reset Battery" ; Reset Battery | |
554 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook | |
0 | 555 |
634 | 556 IFDEF _firmware_recovery |
557 TCODE tRebootCurFirmware, "Reboot current FW" ; Reboot current Firmware | |
558 TCODE tBackupFirmware, "Backup current FW" ; Backup current Firmware | |
559 TCODE tRecoverFirmware, "Restore" ; Restore (version will be appended) | |
560 TCODE tBackingUp, "backing up..." ; backing up current firmware | |
561 TCODE tRestoring, "restoring..." ; restoring backup firmware | |
562 ENDIF | |
563 | |
623 | 564 |
0 | 565 ; Set Time Menu/Set Date Menu |
623 | 566 TCODE tSetHours, "Set Hours" ; Set Hours |
567 TCODE tSetMinutes, "Set Minutes" ; Set Minutes | |
568 TCODE tSetSeconds, "clear Seconds" ; clear Seconds | |
604 | 569 TCODE tSetDay, "Set Day" ; Set Day |
570 TCODE tSetMonth, "Set Month" ; Set Month | |
571 TCODE tSetYear, "Set Year" ; Set Year | |
0 | 572 |
623 | 573 |
0 | 574 ; Logbook Offset Menu |
631 | 575 TCODE tTotalDives, "Total Dives: " ; Total Dives |
604 | 576 TCODE tLogOffset, "Logbook Offset" ; Logbook offset |
623 | 577 TCODE tLogOffsetValue, "Offset : " ; Offset |
578 TCODE tLogOffStepSize, "Step Size: " ; Step Size | |
579 TCODE tLogOffsetplus, "+" ; increment | |
580 TCODE tLogOffsetminus, "-" ; decrement | |
581 TCODE tLogOffStep1, " 1" ; 0 adjustment step size 1 | ENUM group | |
582 TCODE tLogOffStep10, " 10" ; 1 adjustment step size 10 | | |
583 TCODE tLogOffStep100, " 100" ; 3 adjustment step size 100 | | |
584 TCODE tLogOffStep1000, "1000" ; 4 adjustment step size 1000 | | |
585 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
586 |
604 | 587 ; Compass Directions |
588 TCODE tN, "N " ; N(orth), 338°- 22° | |
589 TCODE tNE, "NE" ; North-East, 23°- 67° | |
590 TCODE tE, "E " ; E(east), 68°-112° | |
591 TCODE tSE, "SE" ; South-East, 113°-157° | |
592 TCODE tS, "S " ; S(outh), 158°-202° | |
593 TCODE tSW, "SW" ; South-West, 203°-247° | |
594 TCODE tW, "W " ; W(West), 248°-292° | |
595 TCODE tNW, "NW" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
596 |
623 | 597 |
50 | 598 ; Color Scheme menu |
604 | 599 TCODE tColorSetDive, "Divemode:" ; Divemode: |
600 TCODE tColorSetName0, "Standard" ; Standard | |
601 TCODE tColorSetName1, "Red" ; Red | |
602 TCODE tColorSetName2, "Green" ; Green | |
603 TCODE tColorSetName3, "Blue" ; Blue | |
604 | |
623 | 605 |
634 | 606 ; Debug Stuff |
607 IFDEF _comm_debug | |
608 TCODE tCommTimeout, "RX Timeout: " | |
609 TCODE tCommTimeoutU, "0 ms" | |
610 ENDIF | |
611 | |
612 | |
604 | 613 ; Language selection |
614 IF _language_1==en | |
631 | 615 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context |
604 | 616 ELSE |
617 IF _language_1==de | |
631 | 618 TCODE tLang1, "DE" |
604 | 619 ELSE |
620 IF _language_1==fr | |
631 | 621 TCODE tLang1, "FR" |
604 | 622 ELSE |
623 IF _language_1==it | |
631 | 624 TCODE tLang1, "IT" |
604 | 625 ELSE |
626 TCODE tLang1, "" ; dummy target for options table | |
627 ENDIF | |
628 ENDIF | |
629 ENDIF | |
630 ENDIF | |
631 | |
632 IF _language_2==en | |
631 | 633 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context |
604 | 634 ELSE |
635 IF _language_2==de | |
631 | 636 TCODE tLang2, "DE" |
604 | 637 ELSE |
638 IF _language_2==fr | |
631 | 639 TCODE tLang2, "FR" |
604 | 640 ELSE |
641 IF _language_2==it | |
631 | 642 TCODE tLang2, "IT" |
604 | 643 ENDIF |
644 ENDIF | |
645 ENDIF | |
646 ENDIF |