Mercurial > public > hwos_code
comparison src/text_english.inc @ 628:cd58f7fc86db
3.05 stable work
author | heinrichsweikamp |
---|---|
date | Thu, 19 Sep 2019 12:01:29 +0200 |
parents | c40025d8e750 |
children | 185ba2f91f59 |
comparison
equal
deleted
inserted
replaced
627:bf5fee575701 | 628:cd58f7fc86db |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm next combined generation V3.03.3 | 3 ; File text_english.asm next combined generation V3.04.3 |
4 ; | 4 ; |
5 ; English texts reference file. | 5 ; English texts reference file. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
93 ; Gas menu | 93 ; Gas menu |
94 TCODE tGaslist, "OC Gas List" | 94 TCODE tGaslist, "OC Gas List" |
95 TCODE tGaslistCC, "CC Diluents" | 95 TCODE tGaslistCC, "CC Diluents" |
96 TCODE tGasEdit, "Edit Gas" | 96 TCODE tGasEdit, "Edit Gas" |
97 TCODE tType, "Type: " | 97 TCODE tType, "Type: " |
98 TCODE tGasDisabled, "Disabled" ; Disabled | 98 TCODE tGasDisabled, "Disabled" ; | Enum 0: Disabled |
99 TCODE tGasFirst, "First" ; First | 99 TCODE tGasFirst, "First" ; | 1: First |
100 TCODE tGasTravel, "Travel" ; Travel | 100 TCODE tGasTravel, "Work" ; | 2: Work (Travel, Bottom) |
101 TCODE tGasDeco, "Deco" ; Deco | 101 TCODE tGasDeco, "Deco" ; | 3: Deco |
102 TCODE tDilDisabled, "Disabled" ; Disabled | 102 TCODE tDilDisabled, "Disabled" ; | Enum 0: Disabled |
103 TCODE tDilFirst, "First" ; First | 103 TCODE tDilFirst, "First" ; | 1: First |
104 TCODE tDilNorm, "Normal" ; Normal | 104 TCODE tDilNorm, "Normal" ; | 2: Normal |
105 TCODE tAir, "Air " ; Enum: values must follow (5 chars) | 105 TCODE tAir, "Air " ; Enum: values must follow (5 chars) |
106 TCODE tO2, "O2 " ; tAir + 5 | 106 TCODE tO2, "O2 " ; tAir + 5 |
107 TCODE tO2Plus, "O2 +" | 107 TCODE tO2Plus, "O2 +" |
108 TCODE tO2Minus, "O2 -" | 108 TCODE tO2Minus, "O2 -" |
109 IFDEF _helium | 109 IFDEF _helium |
123 TCODE tCalculated, "calculated" ; calculated | 123 TCODE tCalculated, "calculated" ; calculated |
124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | 126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
127 TCODE tCCRMode, "Mode:" ; Mode: | 127 TCODE tCCRMode, "Mode:" ; Mode: |
128 TCODE tCCRModeFixedSP, "Fixed SP/Calc." ; 0 fixed for CCR / calculated for pSCR | ENUM group | 128 TCODE tCCRModeFixedSP, "Fixed SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group |
129 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | | 129 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | |
130 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | | 130 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | |
131 ELSE | 131 ELSE |
132 TCODE tCCRModeFixedSP, " " ; target needed by option table | 132 TCODE tCCRModeFixedSP, " " ; target needed by option table |
133 ENDIF | 133 ENDIF |
177 TCODE tDvPSCR, "pSCR" ; 4 | 177 TCODE tDvPSCR, "pSCR" ; 4 |
178 TCODE tDvCC, "CC" | 178 TCODE tDvCC, "CC" |
179 TCODE tDkMode, "Decotype: ZH-L16" | 179 TCODE tDkMode, "Decotype: ZH-L16" |
180 TCODE tZHL16, " " ; 0 - keep order, enum! | 180 TCODE tZHL16, " " ; 0 - keep order, enum! |
181 TCODE tZHL16GF, "+GF" ; 1 | 181 TCODE tZHL16GF, "+GF" ; 1 |
182 TCODE tPPO2Max, "Max :" | 182 TCODE tPPO2Max, "Max Work:" ; max ppO2 during working phase |
183 TCODE tPPO2DECO, "Max Deco:" | 183 TCODE tPPO2DECO, "Max Deco:" ; max ppO2 during deco phase |
184 TCODE tPPO2MIN, "Min :" | 184 IFDEF _ccr_pscr |
185 IFDEF _ccr_pscr | 185 TCODE tPPO2MIN, "Min OC :" ; min ppO2 in OC mode |
186 TCODE tPPO2MINCC, "Min Loop:" | 186 TCODE tPPO2MINCC, "Min Loop:" ; min ppO2 in loop mode |
187 ELSE | |
188 TCODE tPPO2MIN, "Min :" ; min ppO2 in OC mode | |
187 ENDIF | 189 ENDIF |
188 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth | 190 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth |
189 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed | 191 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed |
190 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time | 192 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time |
191 TCODE tExtendedStops, "before 1.Stop: " ; gas switches before 1st stop | 193 TCODE tExtendedStops, "extended Stop: " ; extended stops |
192 TCODE tTimeoutDive, "Dive Timeout : " ; Dive Timeout | 194 TCODE tTimeoutDive, "Dive Timeout : " ; Dive Timeout |
193 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives | 195 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives |
194 TCODE tDecoparameters, "Deco Parameters" | 196 TCODE tDecoparameters, "Deco Parameters" |
195 TCODE tGF_low, "GF low :" | 197 TCODE tGF_low, "GF low :" |
196 TCODE tGF_high, "GF high:" | 198 TCODE tGF_high, "GF high:" |
208 TCODE tGasUsage, "Gas Usage" ; Gas Usage | 210 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
209 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | 211 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) |
210 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) | 212 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) |
211 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs? | 213 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; Calculate Gas (Bail Out) needs? |
212 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank | 214 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
213 TCODE tTankSize, "Tank Size" ; Tank Sizes | 215 TCODE tTankSize, "Tank Size" ; Tank Size |
214 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) | 216 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) |
215 TCODE tLiter, " l" ; Liter as l | 217 TCODE tLiter, " l" ; Liter as l |
216 TCODE tLiterLong, "Liter" ; Liter as Liter | 218 TCODE tLiterLong, "Liter" ; Liter as Liter |
217 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan | 219 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan |
218 | 220 |
219 IFDEF _ccr_pscr | 221 IFDEF _ccr_pscr |
220 TCODE tCCmaxFracO2, "Loop %O2 max.:" | 222 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop |
221 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas | 223 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint |
224 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop | |
225 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio | |
226 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas | |
227 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) | |
222 ENDIF | 228 ENDIF |
223 | 229 |
224 IFDEF _rx_functions | 230 IFDEF _rx_functions |
225 TCODE tTankPairing, "Select Transmitter" ; select Transmitter | 231 TCODE tTankPairing, "Select Transmitter" ; select Transmitter |
226 TCODE tTrModeOff, "off" ; 0 off keep order, enum! | 232 TCODE tTrModeOff, "off" ; 0 off keep order, enum! |
259 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: | 265 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
260 TCODE tFlip, "Rotate Screen:" ; Rotate Screen | 266 TCODE tFlip, "Rotate Screen:" ; Rotate Screen |
261 TCODE tMODwarning, "Depth Warnings:" ; depth Warnings | 267 TCODE tMODwarning, "Depth Warnings:" ; depth Warnings |
262 ; TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning | 268 ; TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning |
263 TCODE tLayout, "Layout :" ; Layout | 269 TCODE tLayout, "Layout :" ; Layout |
264 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (10 chars max) | 270 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (11 chars max) |
265 TCODE tTissueGraphics, "Graphics :" ; tissue graphics | 271 TCODE tTissueGraphics, "Graphics :" ; tissue graphics |
266 | 272 |
267 TCODE tLayoutNormal, "normal" ; normal | 273 TCODE tLayoutNormal, "normal" ; normal |
268 TCODE tLayoutBig, "big" ; big | 274 TCODE tLayoutBig, "large" ; large |
269 | 275 |
270 | 276 |
271 ; VSI display settings | 277 ; VSI display settings |
272 TCODE tVSItext2, "Variable Speed:" ; Variable speed: | 278 TCODE tVSItext2, "Variable Speed:" ; Variable speed: |
273 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: | 279 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: |
285 TCODE tUnits, "Units: " | 291 TCODE tUnits, "Units: " |
286 TCODE tMetric, " m/°C" ; 0 - keep order, enum! | 292 TCODE tMetric, " m/°C" ; 0 - keep order, enum! |
287 TCODE tImperial, "ft/°F" ; 1 | 293 TCODE tImperial, "ft/°F" ; 1 |
288 ; 111 111 111 111 111 | 294 ; 111 111 111 111 111 |
289 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | 295 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 |
290 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" | 296 TCODE tDefName, "HW OSTC" ;" Read the Manual, know& understandthe inherentLimitations!" |
291 TCODE tButtonleft, "Left button:" ; Left button | 297 TCODE tButtonleft, "Left button:" ; Left button |
292 TCODE tButtonright, "Right button:" ; Right button | 298 TCODE tButtonright, "Right button:" ; Right button |
293 TCODE tAltMode, "Waiting Time:" | 299 TCODE tAltMode, "Waiting Time:" |
294 TCODE tAltModeFly, "Flying" | 300 TCODE tAltModeFly, "Flying" |
295 TCODE tAltMode1000, "1000m" | 301 TCODE tAltMode1000, "1000m" |
329 TCODE tDecoSetup, "Calculator Setup" | 335 TCODE tDecoSetup, "Calculator Setup" |
330 TCODE tDeco, "Start Calculator" ; Calculate Deco | 336 TCODE tDeco, "Start Calculator" ; Calculate Deco |
331 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) | 337 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars) |
332 TCODE tNoDeco, "No Deco" ; No Deco | 338 TCODE tNoDeco, "No Deco" ; No Deco |
333 TCODE tMore, "more" ; more | 339 TCODE tMore, "more" ; more |
334 TCODE tSelectSetpoint, "Setpoint : " | 340 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint |
335 TCODE tuseAGF, "use aGF : " | 341 TCODE tuseAGF, "use aGF : " ; use alternative Grdient Factors |
342 IFDEF _gas_contingency | |
343 TCODE tGasContingency, "Gas Cont.: " ; Gas Contingency | |
344 ENDIF | |
345 | |
346 ; Decoplanner progress indication | |
347 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) | |
336 TCODE tCalculating, "Calculating..." ; Calculating... | 349 TCODE tCalculating, "Calculating..." ; Calculating... |
337 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval | 350 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval |
338 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment | 351 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment |
339 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout | 352 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout |
340 TCODE tCalcAscent, "Ascent" ; Ascent | 353 TCODE tCalcAscent, "Ascent" ; Ascent (max. 8 chars) |
341 TCODE tNDLleft, "left" ; time left within NDL | 354 TCODE tNDLleft, "NDL" ; time left within NDL |
342 | 355 |
343 | 356 |
344 ; Information menu | 357 ; Information menu |
345 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 358 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
359 TCODE tHardware, "Hardware: " ; Hardware: (space) | |
346 TCODE tSerial, "Serial : " ; Serial : (space) | 360 TCODE tSerial, "Serial : " ; Serial : (space) |
347 TCODE tTotalDives, "Total Dives: " ; Total Dives: | 361 TCODE tTotalDives, "Total Dives:" ; Total Dives: (no space, moved to logbook) |
348 TCODE tBatteryV, "Battery : " ; Battery : (space) | 362 TCODE tBatteryV, "Battery : " ; Battery : (space) |
349 TCODE tUptime, "Uptime : " ; Uptime : (space) | 363 TCODE tUptime, "Uptime : " ; Uptime : (space) |
350 | 364 |
351 IFDEF _rx_functions | 365 IFDEF _rx_functions |
352 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | 366 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) |
354 | 368 |
355 | 369 |
356 ; Divemode screen | 370 ; Divemode screen |
357 TCODE tNDL, "NDL" ; 3 chars max | 371 TCODE tNDL, "NDL" ; 3 chars max |
358 TCODE tTTS, "TTS" ; 3 chars max | 372 TCODE tTTS, "TTS" ; 3 chars max |
373 TCODE tSlow, " slow " ; slow - max 7 chars | |
359 TCODE tVelMetric, "m/min" | 374 TCODE tVelMetric, "m/min" |
360 TCODE tVelImperial, "ft/m " | 375 TCODE tVelImperial, "ft/m " |
361 TCODE tGasSelect, "Select Gas" ; Select Gas | 376 TCODE tGasSelect, "Select Gas" ; Select Gas |
362 TCODE tSelectAir, "Air " ; Air | 377 TCODE tSelectAir, "Air " ; Air |
363 TCODE tSelectO2, "O2 " ; O2 | 378 TCODE tSelectO2, "O2 " ; O2 |
388 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) | 403 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
389 TCODE tGFactors, "GF Values" ; GF Values | 404 TCODE tGFactors, "GF Values" ; GF Values |
390 TCODE taGFactors, "aGF Values" ; aGF Values | 405 TCODE taGFactors, "aGF Values" ; aGF Values |
391 TCODE tGFInfo, "Saturation" ; Saturation | 406 TCODE tGFInfo, "Saturation" ; Saturation |
392 TCODE tCeiling, "Ceiling" ; Ceiling | 407 TCODE tCeiling, "Ceiling" ; Ceiling |
393 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) | |
394 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | 408 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
395 TCODE tDecoInfo, "Deco Zone" ; Deco info | 409 TCODE tDecoInfo, "Deco Zone" ; Deco info |
396 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | 410 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
397 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | 411 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
398 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | 412 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
411 TCODE tBattery, "Battery" ; Battery | 425 TCODE tBattery, "Battery" ; Battery |
412 | 426 |
413 IFDEF _helium | 427 IFDEF _helium |
414 TCODE tHe, "He" ; He | 428 TCODE tHe, "He" ; He |
415 TCODE tIBCD, "IBCD N2He" ; IBCD warning | 429 TCODE tIBCD, "IBCD N2He" ; IBCD warning |
430 TCODE tGasDensity, "G.Density" ; Gas Density | |
416 ENDIF | 431 ENDIF |
417 | 432 |
418 IFDEF _rx_functions | 433 IFDEF _rx_functions |
419 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter | 434 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter |
420 TCODE tPressure, "Tank Pres" ; tank pressure | 435 TCODE tPressure, "Tank Pres" ; tank pressure |
438 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | 453 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) |
439 ENDIF | 454 ENDIF |
440 | 455 |
441 | 456 |
442 ; Divemode menu | 457 ; Divemode menu |
443 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) | 458 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) |
459 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
444 IFDEF _compass | 460 IFDEF _compass |
445 TCODE tSetHeading, "Course" ; set bearing (max. 6 chars) | 461 TCODE tSetHeading, "Course" ; Course (max. 6 chars) |
446 ENDIF | 462 ENDIF |
447 | 463 |
448 | 464 |
449 ; Simulator menu | 465 ; Simulator menu |
450 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) | 466 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars) |
518 TCODE tColorSetName1, "Red" ; Red | 534 TCODE tColorSetName1, "Red" ; Red |
519 TCODE tColorSetName2, "Green" ; Green | 535 TCODE tColorSetName2, "Green" ; Green |
520 TCODE tColorSetName3, "Blue" ; Blue | 536 TCODE tColorSetName3, "Blue" ; Blue |
521 | 537 |
522 | 538 |
523 ; pSCR Menu and Settings | |
524 IFDEF _ccr_pscr | |
525 TCODE tPSCRMenu, "pSCR Setup" ; pSCR Menu | |
526 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop | |
527 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio | |
528 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) | |
529 ENDIF | |
530 | |
531 | |
532 ; Language selection | 539 ; Language selection |
533 IF _language_2!=none | 540 IF _language_2!=none |
534 TCODE tLanguage, "Language: " ; used in menu_tree | 541 TCODE tLanguage, "Language: " ; used in menu_tree |
535 ENDIF | 542 ENDIF |
536 | 543 |