Mercurial > public > hwos_code
comparison src/text_english.inc @ 560:b7eb98dbd800
bump to 2.96beta (REFACTORED VERSION)
author | heinrichsweikamp |
---|---|
date | Wed, 31 Jan 2018 19:39:37 +0100 |
parents | 64a45f203144 |
children | e6d5a1f02daf |
comparison
equal
deleted
inserted
replaced
559:9cb967d844f0 | 560:b7eb98dbd800 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm | 3 ; File text_english.asm REFACTORED VERSION V2.95 |
4 ; | 4 ; |
5 ; English texts reference file. | 5 ; English texts reference file. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 | 9 |
10 ; Basic texts | 10 ; Basic texts |
11 TCODE tNo, "No" ; No | 11 TCODE tNo, "No" ; No |
12 TCODE tYes, "Yes" ; Yes = No + 1 | 12 TCODE tYes, "Yes" ; Yes = No + 1 |
13 | 13 TCODE tblank, " " ; (a single space character) ## NEW (layout) |
14 | |
14 ; Surface-mode texts | 15 ; Surface-mode texts |
15 TCODE tBeta, "beta" ; beta | 16 TCODE tBeta, "beta" ; beta |
16 TCODE tMenu, "<Menu" ; <Menu | 17 TCODE tMenu, "<Menu" ; <Menu |
17 TCODE tView, "View>" ; View> | 18 TCODE tView, "View>" ; View> |
18 TCODE tHeading, "Heading:" ; Heading: | 19 TCODE tHeading, "Heading:" ; Heading: |
19 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) | 20 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) |
20 TCODE tSensorMilliVolt, "CCR Sensors mV" ; CCR Sensors mV | 21 TCODE tSensorMilliVolt, "CCR Sensors mV" ; CCR Sensors mV |
21 | 22 |
22 ; Divemode Menu | 23 ; Divemode Menu |
23 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist | 24 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist |
24 TCODE tDivemenu_ResetAvg, "Reset Avg." ; Reset Avg. | 25 TCODE tDivemenu_ResetAvg, "Reset Avg." ; Reset Avg. |
25 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | 26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
26 TCODE tDivemenu_UseSensor,"Use Sensor" ; Use Sensor | 27 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor |
27 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | 28 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
28 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | 29 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker |
29 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | 30 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas |
30 | 31 |
31 ; Main menu | 32 ; Main menu |
32 TCODE tNext, "<Next" ; <Next | 33 TCODE tNext, "<Next" ; <Next |
33 TCODE tEnter, "Enter>" ; Enter> | 34 TCODE tEnter, "Enter>" ; Enter> |
34 | 35 |
35 TCODE tMainMenu, "Main Menu" ; MainMenu | 36 TCODE tMainMenu, "Main Menu" ; MainMenu |
36 TCODE tLogbook, "Logbook" ; Logbook | 37 TCODE tLogbook, "Logbook" ; Logbook |
37 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | 38 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup |
38 TCODE tSetTime, "Set Time" ; Set Time | 39 TCODE tSetTime, "Set Time" ; Set Time |
39 TCODE tSetDate, "Set Date" ; Set Date | 40 TCODE tSetDate, "Set Date" ; Set Date |
40 TCODE tSetTimeDate,"Set Time & Date"; Set Time & Date | 41 TCODE tSetTimeDate, "Set Time & Date" ; Set Time & Date |
41 TCODE tDispSets, "Display Settings" ; Display Settings | 42 TCODE tDispSets, "Display Settings" ; Display Settings |
42 TCODE tExit, "Exit" ; Exit | 43 TCODE tExit, "Exit" ; Exit |
43 TCODE tResetMenu, "Reset Menu" ; Reset Menu | 44 TCODE tResetMenu, "Reset Menu" ; Reset Menu |
44 TCODE tDiveModeMenu,"Deco Mode" ; Deco Mode | 45 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup ## MODIFIED (consistent naming) |
45 TCODE tInfoMenu, "Information" ; Information | 46 TCODE tInfoMenu, "Information" ; Information |
46 TCODE tCCRSetup, "CCR Setup" ; CCR Setup | 47 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup ## MODIFIED (consistent naming) |
47 TCODE tDiluentSetup,"Diluent Setup" ; Diluent Setup | 48 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup |
48 TCODE tFixedSetpoints,"Fixed Setpoints" ; Fixed Setpoints | 49 TCODE tFixedSetpoints,"CCR Setpoints" ; Fixed Setpoints for CCR ## MODIFIED (consistent naming) |
49 TCODE tCCRSensor, "CCR Sensor" ; CCR Sensor | 50 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor ## MODIFIED (consistent naming) |
50 TCODE tCalibrateMenu, "Calibration" ; Calibration | 51 TCODE tCalibrateMenu, "Calibration" ; Calibration |
51 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | 52 TCODE tCalibrationGas,"Cal. Gas O2:" ; Cal. Gas O2: |
52 TCODE tCalibrate, "Calibrate" ; Calibrate | 53 TCODE tCalibrate, "Calibrate" ; Calibrate |
54 TCODE tBack, "back..." ; ## NEW | |
53 | 55 |
54 ; Gas menu | 56 ; Gas menu |
55 TCODE tGaslist, "OC Gas List" | 57 TCODE tGaslist, "OC Gas List" |
56 TCODE tGaslistCC, "CC Diluents" | 58 TCODE tGaslistCC, "CC Diluents" |
57 TCODE tGasEdit, "Edit Gas" | 59 TCODE tGasEdit, "Edit Gas" |
58 TCODE tType, "Type: " | 60 TCODE tType, "Type: " |
59 TCODE tGasDisabled,"Disabled" ; Disabled | 61 TCODE tGasDisabled, "Disabled" ; Disabled |
60 TCODE tGasFirst, "First" ; First | 62 TCODE tGasFirst, "First" ; First |
61 TCODE tGasTravel, "Travel" ; Travel | 63 TCODE tGasTravel, "Travel" ; Travel |
62 TCODE tGasDeco, "Deco" ; Deco | 64 TCODE tGasDeco, "Deco" ; Deco |
63 TCODE tDilDisabled,"Disabled" ; Disabled | 65 TCODE tDilDisabled, "Disabled" ; Disabled |
64 TCODE tDilFirst, "First" ; First | 66 TCODE tDilFirst, "First" ; First |
65 TCODE tDilNorm, "Normal" ; Normal | 67 TCODE tDilNorm, "Normal" ; Normal |
66 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | 68 TCODE tAir, "Air " ; Enum: values must follow (5 chars) |
67 TCODE tO2, "O2 " ; tAir + 5 | 69 TCODE tO2, "O2 " ; tAir + 5 |
68 TCODE tO2Plus, "O2 +" | 70 TCODE tO2Plus, "O2 +" |
69 TCODE tO2Minus, "O2 -" | 71 TCODE tO2Minus, "O2 -" |
70 TCODE tHePlus, "He +" | 72 TCODE tHePlus, "He +" |
71 TCODE tHeMinus, "He -" | 73 TCODE tHeMinus, "He -" |
72 TCODE tMOD, "MOD:" | 74 TCODE tMOD, "MOD:" |
73 TCODE tEAD, "EAD:" | 75 TCODE tEAD, "EAD:" |
74 TCODE tGasDepth, "Change depth" | 76 TCODE tGasDepth, "Change depth" |
75 TCODE tDepthPlus, "Depth +" | 77 TCODE tDepthPlus, "Depth +" |
76 TCODE tDepthMinus,"Depth -" | 78 TCODE tDepthMinus, "Depth -" |
77 TCODE tDepthReset,"Reset to MOD:" | 79 TCODE tDepthReset, "Reset to MOD:" |
78 TCODE tSetup_mix, "Setup Mix" | 80 TCODE tSetup_mix, "Setup Mix" |
79 TCODE tCCRMode, "CCR Mode:" ; CCR Mode: | 81 TCODE tCCRMode, "Mode:" ; Mode: ## MODIFIED (layout) |
80 TCODE tCCRModeFixedSP, "Fixed SP" ; Fixed SP | 82 TCODE tCCRModeFixedSP,"Fixed SP/Calc." ; Fixed for CCR / Calc.for pSCR ## MODIFIED (layout) |
81 TCODE tCCRModeSensor, "Sensor" ; Sensor | 83 TCODE tCCRModeSensor, "Sensor" ; Sensor |
82 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP | 84 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP |
83 TCODE tSP, "SP" ; SP (SetPoint) | 85 TCODE tSP, "SP" ; SP (SetPoint) |
84 TCODE tSPPlus, "ppO2+" ; pO2+ | 86 TCODE tSPPlus, "ppO2+" ; pO2+ |
85 TCODE tSensorFallback, "Fallback:" ; Fallback: | 87 TCODE tSensorFallback,"Fallback:" ; Fallback: |
86 TCODE tppO2, "ppO2:" ; ppO2: | 88 TCODE tCalculated, "calculated" ; calculated |
87 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 89 TCODE tppO2, "ppO2:" ; ppO2: |
88 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 90 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
89 | 91 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
90 TCODE tNewBattTitle, "New Battery?" | 92 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
91 TCODE tNewBattOld, "Keep old" | 93 |
92 TCODE tNewBattNew36, "New 3.6V Saft" | 94 ; New batteries menu |
93 TCODE tNewBattNew15, "New 1.5V AA" | 95 TCODE tNewBattTitle, "New Battery?" |
94 TCODE tNewBattAccu, "3.6V LiIon AA" | 96 TCODE tNewBattOld, "Keep old" |
97 TCODE tNewBattNew36, "New 3.6V Saft" | |
98 TCODE tNewBattNew15, "New 1.5V AA" | |
99 TCODE tNewBattAccu, "3.6V LiIon AA" | |
95 TCODE tNew18650, "Internal 18650" | 100 TCODE tNew18650, "Internal 18650" |
96 TCODE tNew16650, "Internal 16650" | 101 TCODE tNew16650, "Internal 16650" |
97 | 102 |
98 | |
99 ; Gaslist management | 103 ; Gaslist management |
100 TCODE tGas, "Gas" ; Gas | 104 TCODE tGas, "Gas" ; Gas |
101 TCODE tGasErr, "Err" ; Err (3 chars) | 105 TCODE tGasErr, "Err" ; Err (3 chars) |
102 | 106 |
103 ; Communication Menu | 107 ; Communication Menu |
104 TCODE tUsbTitle, "USB Mode" | 108 TCODE tUsbTitle, "USB Mode" |
105 TCODE tBleTitle, "Bluetooth Mode" | 109 TCODE tBleTitle, "Bluetooth Mode" |
106 TCODE tUsbStarting, "Starting..." | 110 TCODE tUsbStarting, "Starting..." |
107 TCODE tUsbStartDone, "Done." | 111 TCODE tUsbStartDone, "Done." |
108 TCODE tUsbServiceMode, "Service mode enabled" | 112 TCODE tUsbServiceMode,"Service mode enabled" |
109 TCODE tUsbClosed, "Port closed" | 113 TCODE tUsbClosed, "Port closed" |
110 TCODE tUsbExit, "Exited" | 114 TCODE tUsbExit, "Exited" |
111 TCODE tUsbDownloadMode, "Download mode enabled" | 115 TCODE tUsbDownloadMode,"Download mode enabled" |
112 TCODE tUsbLlBld, "Low-level Bootloader" | 116 TCODE tUsbLlBld, "Low-level Bootloader" |
113 | 117 |
114 ; Dive Settings | 118 ; Dive Settings |
115 TCODE tDvMode, "Dive Mode:" | 119 TCODE tDvMode, "Dive Mode:" |
116 TCODE tDvOC, "OC" | 120 TCODE tDvOC, "OC" ; keep order, enum from here... |
117 TCODE tDvCC, "CC" | 121 TCODE tDvCCR, "CCR" |
118 TCODE tDvGauge, "Gauge" | 122 TCODE tDvGauge, "Gauge" |
119 TCODE tDvApnea, "Apnea" | 123 TCODE tDvApnea, "Apnea" |
120 TCODE tDvPSCR, "PSCR" | 124 TCODE tDvPSCR, "pSCR" ; ...up to here! |
121 TCODE tDkMode, "Decotype:" | 125 TCODE tDvCC, "CC" |
122 TCODE tZHL16, "ZH-L16" | 126 TCODE tDkMode, "Decotype:ZH-L16" ; ## MODIFIED (memory needs) |
123 TCODE tZHL16GF, "ZH-L16+GF" | 127 TCODE tZHL16, " " ; keep order, enum from here... ## MODIFIED (memory needs) |
124 TCODE tPPO2Max, "ppO2 Max:" | 128 TCODE tZHL16GF, "+GF" ; ...up to here! ## MODIFIED (memory needs) |
125 TCODE tPPO2DECO, "ppO2 Deco:" | 129 TCODE tPPO2Max, "Max :" ; ## MODIFIED (layout) |
126 TCODE tPPO2MIN, "ppO2 Min:" | 130 TCODE tPPO2DECO, "Max Deco:" ; ## MODIFIED (layout) |
127 TCODE tLastDecostop, "Last Deco:" | 131 TCODE tPPO2MIN, "Min :" ; ## MODIFIED (layout) |
128 TCODE tDecoparameters, "Deco Parameters" | 132 TCODE tPPO2MINCC, "Min Loop:" ; ## NEW ppO2 min cc |
129 TCODE tGF_low, "GF low:" | 133 TCODE tLastDecostop, "Last Deco:" |
130 TCODE tGF_high, "GF high:" | 134 TCODE tDecoparameters,"Deco Parameters" |
131 TCODE tSaturationMult, "Saturation:" | 135 TCODE tGF_low, "GF low :" ; ## MODIFIED (layout) |
132 TCODE tDesaturationMult, "Desaturation:" | 136 TCODE tGF_high, "GF high:" |
133 TCODE tFTTSMenu, "Future TTS:" ; Future TTS | 137 TCODE tSaturationMult, "Saturation :" ; ## MODIFIED (layout) |
134 TCODE taGFMenu, "Alternative GF" ; Alternative GF | 138 TCODE tDesaturationMult,"Desaturation:" |
135 TCODE taGF_low, "aGF low:" ; aGF low | 139 TCODE tFTTSMenu, "fTTS/Delay:" ; Future TTS / Ascent Delay ## MODIFIED (layout) |
136 TCODE taGF_high, "aGF high:" ; aGF high | 140 TCODE taGFMenu, "Alternative GF" ; Alternative GF |
137 TCODE taGF_enable,"aGF selectable:" ; aGF Selectable | 141 TCODE taGF_low, "aGF low :" ; aGF low ## MODIFIED (layout) |
138 TCODE tDiveaGF_active,"aGF!" ; aGF! | 142 TCODE taGF_high, "aGF high:" ; aGF high |
139 TCODE tppO2settings,"ppO2 Settings" ; ppO2 Settings | 143 TCODE taGF_enable, "aGF selectable:" ; aGF Selectable |
140 TCODE tsafetystopmenu,"Safety Stop:" ; Safety Stop: | 144 TCODE tDiveaGF_active,"aGF!" ; aGF! |
145 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings | |
146 TCODE tsafetystopmenu,"Safety Stop:" ; Safety Stop: | |
147 TCODE tGasUsage, "Gas Usage" ; Gas Usage | |
148 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | |
149 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) ## MODIFIED (layout) | |
150 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; ## NEW bailout gas needs | |
151 TCODE tTankSizes, "Tank Sizes" ; ## NEW bailout gas needs | |
152 TCODE tLiter, " l" ; ## NEW bailout gas needs | |
153 TCODE tTankFillPress, "Tank Press Budget"; | |
154 TCODE tGas1, "Gas 1:" ; ## NEW bailout gas needs | |
155 TCODE tGas2, "Gas 2:" ; ## NEW bailout gas needs | |
156 TCODE tGas3, "Gas 3:" ; ## NEW bailout gas needs | |
157 TCODE tGas4, "Gas 4:" ; ## NEW bailout gas needs | |
158 TCODE tGas5, "Gas 5:" ; ## NEW bailout gas needs | |
159 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter | |
160 TCODE t2ndDecoPlanMenu,"2nd Deco Plan" ; ## NEW deco engine | |
141 | 161 |
142 ; Display Settings | 162 ; Display Settings |
143 TCODE tBright, "Brightness:" | 163 TCODE tBright, "Brightness:" |
144 TCODE tEco, "Eco" | 164 TCODE tEco, "Eco" |
145 TCODE tMedium, "Medium" | 165 TCODE tMedium, "Medium" |
146 TCODE tHigh, "High" | 166 TCODE tHigh, "High" |
147 TCODE tDvSalinity,"Salinity:" ; Salinity | 167 TCODE tDvSalinity, "Salinity: " ; Salinity ## MODIFIED (layout) |
148 TCODE tFlip, "Rotate Screen:" ; Rotate Screen | 168 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
149 TCODE tMODwarning,"MOD warning:" ; MOD warning | 169 TCODE tFlip, "Rotate Screen:" ; Rotate Screen |
150 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: | 170 TCODE tMODwarning, "MOD Warning :" ; MOD warning ## MODIFIED (layout) |
151 TCODE tTimeoutDive,"Dive Timeout:" ; Dive Timeout | 171 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning ## NEW IBCD |
152 | 172 TCODE tTimeoutDive, "Dive Timeout:" ; Dive Timeout ## MODIFIED (layout) |
173 | |
153 ; VSI display Settings | 174 ; VSI display Settings |
154 TCODE tVSItext2, "Variable speed:" ; Variable speed: | 175 TCODE tVSItext2, "Variable Speed:" ; Variable speed: ## MODIFIED (layout) |
155 TCODE tVSIgraph, "Speed graph:" ; Speed graph: | 176 TCODE tVSIgraph, "Speed Graph:" ; Speed graph: ## MODIFIED (layout) |
156 | 177 |
157 ; Setup Menu | 178 ; Setup Menu |
158 TCODE tSystSets, "Settings" | 179 TCODE tSystSets, "Settings" |
159 TCODE tLanguage, "Language:" | 180 TCODE tLanguage, "Language:" |
160 TCODE tEnglish, "English" | 181 TCODE tEnglish, "English" |
161 TCODE tGerman, "German" | 182 TCODE tGerman, "German" |
162 TCODE tFrench, "French" | 183 TCODE tFrench, "French" |
163 TCODE tItalian, "Italian" | 184 TCODE tItalian, "Italian" |
164 TCODE tCompassMenu,"Compass calibration" ; Compass calibration | 185 TCODE tCompassMenu, "Compass calibration" |
165 TCODE tCompassGain,"Compass Gain:" ; Compass gain: | 186 TCODE tCompassGain, "Compass Gain:" |
166 TCODE tCalX, "Cal X:" ; Cal X | 187 TCODE tCalX, "Cal X:" ; Cal X |
167 TCODE tCalY, "Cal Y:" ; Cal Y | 188 TCODE tCalY, "Cal Y:" ; Cal Y |
168 TCODE tCalZ, "Cal Z:" ; Cal Z | 189 TCODE tCalZ, "Cal Z:" ; Cal Z |
169 | 190 |
170 TCODE tUnits, "Units:" | 191 TCODE tUnits, "Units:" |
171 TCODE tMetric, " m/°C" ; Enum menu | 192 TCODE tMetric, " m/°C" ; Enum menu |
172 TCODE tImperial, "ft/°F" | 193 TCODE tImperial, "ft/°F" |
173 | 194 |
174 TCODE tDefName, "HW OSTC" | 195 TCODE tDefName, "HW OSTC" |
175 TCODE tbar, "bar" ; bar | 196 |
176 | 197 TCODE tButtonleft, "Left button:" ; Left button |
177 TCODE tButtonleft,"Left button:" ; Left button | 198 TCODE tButtonright, "Right button:" ; Right button |
178 TCODE tButtonright,"Right button:" ; Right button | 199 |
200 TCODE tAltMode, "Waiting Time:" ; ## NEW no fly altitude | |
201 TCODE tAltModeFly, "Flying" ; ## NEW no fly altitude | |
202 TCODE tAltMode1000, "1000m" ; ## NEW no fly altitude | |
203 TCODE tAltMode2000, "2000m" ; ## NEW no fly altitude | |
204 TCODE tAltMode3000, "3000m" ; ## NEW no fly altitude | |
179 | 205 |
180 ; Units for all menu | 206 ; Units for all menu |
181 TCODE tMeters, "m" | 207 TCODE tMeters, "m" |
182 TCODE tFeets, "ft" | 208 TCODE tFeets, "ft" |
183 TCODE tFeets1, "f" | 209 TCODE tFeets1, "f" |
184 TCODE tMinutes, "'" | 210 TCODE tMinutes, "'" |
185 TCODE tPercent, "%" | 211 TCODE tPercent, "%" |
186 TCODE tLitersMinute, "l/min" | 212 TCODE tLitersMinute, "l/min" |
213 TCODE tbar, " bar" ; bar ## MODIFIED (layout) | |
214 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | |
215 TCODE tMeterMinute, "m/min" ; meter per minute ## ascent speed | |
216 TCODE tmin, "min" ; minutes | |
187 | 217 |
188 ; Date | 218 ; Date |
189 TCODE tDateFormat, "Date:" | 219 TCODE tDateFormat, "Date:" |
190 TCODE tDateformat, "MMDDYY" | 220 TCODE tDateformat, "MMDDYY" |
191 TCODE tDateformat1,"DDMMYY" | 221 TCODE tDateformat1, "DDMMYY" |
192 TCODE tDateformat2,"YYMMDD" | 222 TCODE tDateformat2, "YYMMDD" |
193 | 223 |
194 ; Simulator menu | 224 ; Simulator menu |
195 TCODE tInter, "Start Simulator" ; Start Simulator | 225 TCODE tInter, "Start Simulator" ; Start Simulator |
196 TCODE tPlan, "Simulator" ; Simulator | 226 TCODE tPlan, "Simulator" ; Simulator |
197 | 227 |
198 ; Decoplanner submenu | 228 ; Decoplanner submenu |
199 TCODE tBtTm, "Bot. Time:" ; Bot. Time: (10 chars) | 229 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) ## MODIFIED (layout) |
200 TCODE tBtTm_short,"Time:" ; Bot. Time: (max. 6 chars) | 230 TCODE tBtTm_short, "Time:" ; Bot. Time: (max. 6 chars) |
201 TCODE tMxDep, "Max Depth:" ; Max Depth: (10 chars) | 231 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) ## MODIFIED (layout) |
202 TCODE tIntvl, "Interval :" ; Interval : (10 chars) | 232 TCODE tIntvl, "Interval : " ; Interval : (10 chars) |
203 TCODE tDeco, "Calculate Deco" ; Calculate Deco | 233 TCODE tDecoSetup, "Calculator Setup" ; ## NEW (layout) |
204 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: | 234 TCODE tDeco, "Start Calculator" ; Calculate Deco ## MODIFIED (layout) |
205 TCODE tNoDeco, "No Deco" ; No Deco | 235 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: |
206 TCODE tMore, "More..." ; More... | 236 TCODE tNoDeco, "No Deco" ; No Deco |
207 TCODE tGasUsage, "Gas Usage" ; Gas Usage | 237 TCODE tMore, "More..." ; More... |
208 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | 238 TCODE tSelectSetpoint,"CCR Setpoint: " ; ## NEW deco calculator enhancement |
209 TCODE tSetDecoUse,"Deco Gas: " ; Deco Gas: (space) | 239 TCODE tuseAGF, "use aGF: " ; ## NEW deco calculator enhancement |
210 | 240 TCODE tCalculating, "Calculating..." ; ## NEW deco calculator enhancement |
211 | 241 |
212 ; Information menu | 242 ; Information menu |
213 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 243 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
214 TCODE tSerial, "Serial : " ; Serial : (space) | 244 TCODE tSerial, "Serial : " ; Serial : (space) |
215 TCODE tTotalDives,"Total Dives: " ; Total Dives: | 245 TCODE tTotalDives, "Total Dives: " ; Total Dives: |
216 TCODE tBatteryV, "Battery: " ; Battery: | 246 TCODE tBatteryV, "Battery : " ; Battery: ## MODIFIED ## info - added one space |
217 TCODE tUptime, "Uptime: " ; Uptime: | 247 TCODE tUptime, "Uptime : " ; Uptime: ## MODIFIED ## info - added two spaces |
218 | 248 |
219 ; Divemode screen | 249 ; Divemode screen |
220 TCODE tNDL, "NDL" | 250 TCODE tNDL, "NDL" |
221 TCODE tTTS, "TTS" | 251 TCODE tTTS, "TTS" |
222 TCODE tVelMetric, "m/min" | 252 TCODE tVelMetric, "m/min" |
223 TCODE tVelImperial,"ft/m " | 253 TCODE tVelImperial, "ft/m " |
224 TCODE tGasSelect, "Select Gas" ; Select Gas | 254 TCODE tGasSelect, "Select Gas" ; Select Gas |
225 TCODE tSelectAir, "Air " ; Air | 255 TCODE tSelectAir, "Air " ; Air |
226 TCODE tSelectO2, "O2 " ; O2 | 256 TCODE tSelectO2, "O2 " ; O2 |
227 TCODE tSelectNx, "Nx" ; Nx | 257 TCODE tSelectNx, "Nx" ; Nx |
228 TCODE tSelectTx, "Tx" ; Tx | 258 TCODE tSelectTx, "Tx" ; Tx |
229 TCODE tDepth, "Depth" ; Depth | 259 TCODE tDepth, "Depth" ; Depth |
230 TCODE tMaxDepth, "Max. Depth" ; Max. Depth - max 10chars! | 260 TCODE tMaxDepth, "Max. Depth" ; Max. Depth - max 10chars! |
231 TCODE tDivetime, "Divetime" ; Divetime | 261 TCODE tDivetime, "Divetime" ; Divetime |
232 TCODE tDiveHudMask1, "Sensor 1" | 262 TCODE tDiveHudMask1, "Sensor 1" |
233 TCODE tDiveHudMask2, "Sensor 2" | 263 TCODE tDiveHudMask2, "Sensor 2" |
234 TCODE tDiveHudMask3, "Sensor 3" | 264 TCODE tDiveHudMask3, "Sensor 3" |
235 TCODE tDiveTotalAvg, "Total Avg" | 265 TCODE tDiveTotalAvg, "Total Avg" |
236 TCODE tDiveStopwatch, "Stopwatch" | 266 TCODE tDiveStopwatch, "Stopwatch" |
237 TCODE tDiveStopAvg, "Stopped Avg" ; 11chars max | 267 TCODE tDiveStopAvg, "Stopped Avg" ; 11chars max |
238 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned) | 268 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned) |
239 TCODE tApnoeMax, "Last Descent" ; Last descent | 269 TCODE tApnoeMax, "Last Descent" ; Last descent |
240 TCODE tApnoeSurface, "Surface Time" ; Surface Time | 270 TCODE tApnoeSurface, "Surface Time" ; Surface Time |
241 TCODE tDiveDecoplan, "Decoplan" ; Decoplan | 271 TCODE tDiveDecoplan, "Decoplan" ; Decoplan |
242 TCODE tDiveClock, "Clock" ; Clock | 272 TCODE tDiveClock, "Clock" ; Clock |
243 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | 273 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
244 TCODE tDiveTissues, "Tissues" ; Tissues | 274 TCODE tDiveTissues, "Tissues" ; Tissues |
245 TCODE tEND, "END:" ; END: | 275 TCODE tEND, "END:" ; END: |
246 TCODE tHe, "He" ; He | 276 TCODE tHe, "He" ; He |
247 TCODE tN2, "N2" ; N2 | 277 TCODE tN2, "N2" ; N2 |
248 TCODE tDiveBailout, "Bailout" ; Bailout | 278 TCODE tDiveBailout, "Bailout" ; Bailout |
249 TCODE tGFactors, "GF Values" ; GF Values | 279 TCODE tGFactors, "GF Values" ; GF Values |
250 TCODE taGFactors, "aGF Values" ; aGF Values | 280 TCODE taGFactors, "aGF Values" ; aGF Values |
251 TCODE tGFInfo, "Current GF" ; GF Info | 281 TCODE tGFInfo, "Current GF" ; GF Info |
252 TCODE tCeiling, "Ceiling" ; Ceiling | 282 TCODE tCeiling, "Ceiling" ; Ceiling |
253 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) | 283 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
254 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | 284 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
255 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | 285 TCODE tDecoInfo, "Deco Zone" ; Deco info |
256 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | 286 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
287 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
288 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
289 TCODE tSensorDisagree,"Sensors<>" ; Sensors disagree Warning ## NEW voting logic | |
290 TCODE tGasNeedsWarn, "Gas Needs" ; ## NEW bailout gas needs | |
291 TCODE tGasNeedsBar, "Gas Needs (bar)" ; ## NEW bailout gas needs | |
292 TCODE tCNSsurf, "CNS Surf." ; ## NEW CNS at end-of-dive | |
293 TCODE tCNSfTTS, "CNS fTTS" ; ## NEW CNS at end-of-dive | |
294 TCODE tCNSBO, "CNS B/O" ; ## NEW CNS at end-of-dive | |
295 TCODE tCNSnow, "CNS now" ; ## NEW CNS at end-of-dive | |
296 TCODE tCNSeod, "CNS final" ; ## NEW CNS at end-of-dive | |
297 TCODE tIBCD, "IBCD N2He" ; ## NEW IBCD | |
298 TCODE tMicroBubbles, "M.Bubbles" ; ## NEW microbubbles | |
299 TCODE tCNS, "CNS: " ; ## V2.95 optics | |
257 | 300 |
258 ; Divemode menu | 301 ; Divemode menu |
259 TCODE tDivePreMenu, "Menu?" ; Menu? | 302 TCODE tDivePreMenu, "Menu?" ; Menu? |
260 TCODE tSetHeading, "Bearing" ; Bearing (Max. seven chars) | 303 TCODE tSetHeading, "Bearing" ; Bearing (Max. seven chars) |
261 | 304 |
262 ; Simulator menu | 305 ; Simulator menu |
263 TCODE tQuitSim, "Quit?" ; Quit Simulation? | 306 TCODE tQuitSim, "Quit?" ; Quit Simulation? |
264 | 307 |
265 ; Logbook | 308 ; Logbook |
266 TCODE tCNS2, "CNS:" | 309 TCODE tCNS2, "CNS:" |
267 TCODE tAVG, "Avg:" | 310 TCODE tAVG, "Avg:" |
268 TCODE tGF, "GF:" | 311 TCODE tGF, "GF:" |
269 TCODE tSAT, "Sat:" ; Sat: | 312 TCODE tSAT, "Sat:" ; Sat: |
270 | 313 |
271 ; Logbook units | 314 ; Logbook units |
272 TCODE tLogTunitC, "°C" | 315 TCODE tLogTunitC, "°C" |
273 TCODE tLogTunitF, "°F" | 316 TCODE tLogTunitF, "°F" |
274 TCODE tKGL, "kg/l" | 317 TCODE tKGL, "kg/l" |
275 TCODE tMBAR, "mbar" | 318 TCODE tMBAR, "mbar" |
276 | 319 |
277 ; Logbook menu | 320 ; Logbook menu |
278 TCODE tNextLog, "Next Page" | 321 TCODE tNextLog, "Next Page" |
279 | 322 |
280 ; Reset menu | 323 ; Reset menu |
281 TCODE tReboot, "Reboot" ;Reboot | 324 TCODE tReboot, "Reboot" ; Reboot |
282 TCODE tResetMenu2,"Are you sure?" ;Are you sure? | 325 TCODE tResetMenu2, "Are you sure?" ; Are you sure? |
283 TCODE tAbort, "Abort" ;Abort | 326 TCODE tAbort, "Abort" ; Abort |
284 TCODE tResetSettings, "Reset all" ;Reset all | 327 TCODE tResetSettings, "Reset all" ; Reset all |
285 TCODE tResetDeco, "Reset Deco" ;Reset Deco | 328 TCODE tResetDeco, "Reset Deco" ; Reset Deco |
286 TCODE tResetBattery, "Reset Battery" ;Reset Battery | 329 TCODE tResetBattery, "Reset Battery" ; Reset Battery |
287 TCODE tResetLogbook, "Reset Logbook" ;Reset Logbook | 330 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook |
288 | 331 |
289 ; Set Time Menu/Set Date Menu | 332 ; Set Time Menu/Set Date Menu |
290 TCODE tSetHours, "Set Hours" ; Set Hours | 333 TCODE tSetHours, "Set Hours" ; Set Hours |
291 TCODE tSetMinutes,"Set Minutes" ; Set Minutes | 334 TCODE tSetMinutes, "Set Minutes" ; Set Minutes |
292 TCODE tSetSeconds,"Clear Seconds" ; Clear seconds | 335 TCODE tSetSeconds, "Clear Seconds" ; Clear seconds |
293 TCODE tSetDay, "Set Day" ; Set Day | 336 TCODE tSetDay, "Set Day" ; Set Day |
294 TCODE tSetMonth, "Set Month" ; Set Month | 337 TCODE tSetMonth, "Set Month" ; Set Month |
295 TCODE tSetYear, "Set Year" ; Set Year | 338 TCODE tSetYear, "Set Year" ; Set Year |
296 | 339 |
297 ; Logbook Offset Menu | 340 ; Logbook Offset Menu |
298 TCODE tLogOffset, "Logbook offset" ; Logbook offset | 341 TCODE tLogOffset, "Logbook offset" ; Logbook offset |
299 TCODE tLogOffsetp1, "+1" ; +1 | 342 TCODE tLogOffsetp1, "+1" ; +1 |
300 TCODE tLogOffsetp10, "+10" ; +10 | 343 TCODE tLogOffsetp10, "+10" ; +10 |
301 TCODE tLogOffsetm1, "-1" ; -1 | 344 TCODE tLogOffsetm1, "-1" ; -1 |
302 TCODE tLogOffsetm10, "-10" ; -10 | 345 TCODE tLogOffsetm10, "-10" ; -10 |
303 | 346 |
304 ; Sampling rate | |
305 TCODE tSamplingrate, "Sampling rate:" ; Sampling rate: | |
306 TCODE tSampling2s, "2s" ; 2s | |
307 TCODE tSampling10s, "10s" ; 10s | |
308 | |
309 ; Compass directions | 347 ; Compass directions |
310 TCODE tN, "N " ; N(orth),338°-22° | 348 TCODE tN, "N " ; N(orth), 338°- 22° |
311 TCODE tNE, "NE" ; North-East,23°-67° | 349 TCODE tNE, "NE" ; North-East, 23°- 67° |
312 TCODE tE, "E " ; E(east),68°-112° | 350 TCODE tE, "E " ; E(east), 68°-112° |
313 TCODE tSE, "SE" ; South-East,113°-157° | 351 TCODE tSE, "SE" ; South-East,113°-157° |
314 TCODE tS, "S " ; S(outh),158°-202° | 352 TCODE tS, "S " ; S(outh), 158°-202° |
315 TCODE tSW, "SW" ; South-West,203°-247° | 353 TCODE tSW, "SW" ; South-West,203°-247° |
316 TCODE tW, "W " ; W(West),248°-292° | 354 TCODE tW, "W " ; W(West), 248°-292° |
317 TCODE tNW, "NW" ; North-West,293°-337° | 355 TCODE tNW, "NW" ; North-West,293°-337° |
318 | 356 |
319 ; Color Scheme menu | 357 ; Color Scheme menu |
320 TCODE tColorScheme, "Colour scheme" ; Colour scheme | 358 TCODE tColorScheme, "Colour scheme" ; Colour scheme |
321 TCODE tColorSetDive, "Divemode:" ; Divemode: | 359 TCODE tColorSetDive, "Divemode:" ; Divemode: |
323 TCODE tColorSetName1, "Red" ; Red | 361 TCODE tColorSetName1, "Red" ; Red |
324 TCODE tColorSetName2, "Green" ; Green | 362 TCODE tColorSetName2, "Green" ; Green |
325 TCODE tColorSetName3, "Blue" ; Blue | 363 TCODE tColorSetName3, "Blue" ; Blue |
326 | 364 |
327 ; PSCR Menu and Settings | 365 ; PSCR Menu and Settings |
328 TCODE tPSCRMenu, "PSCR Menu" ; PSCR Menu | 366 TCODE tPSCRMenu, "pSCR Setup" ; PSCR Menu ## MODIFIED (consistient naming) |
329 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop | 367 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop |
330 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio | 368 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio |