Mercurial > public > hwos_code
comparison src/text_english.inc @ 604:ca4556fb60b9
bump to 2.99beta, work on 3.00 stable
author | heinrichsweikamp |
---|---|
date | Thu, 22 Nov 2018 19:47:26 +0100 |
parents | cb59872ad53d |
children | d866684249bd |
comparison
equal
deleted
inserted
replaced
603:00b24fb4324d | 604:ca4556fb60b9 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm REFACTORED VERSION V2.95 | 3 ; File text_english.asm REFACTORED VERSION V2.99e |
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" ; 0 No keep order, enum! |
12 TCODE tYes, "Yes" ; Yes = No + 1 | 12 TCODE tYes, "Yes" ; 1 Yes |
13 TCODE tblank, " " ; (a single space character) ## NEW (layout) | 13 IFDEF _cave_mode |
14 | 14 TCODE tCave, "Cave" ; 2 Cave |
15 ENDIF | |
16 | |
17 TCODE tblank, " " ; (a single space character) | |
18 | |
15 ; Surface-mode texts | 19 ; Surface-mode texts |
16 TCODE tBeta, "beta" ; beta | 20 TCODE tMenu, "<Menu" ; <Menu |
17 TCODE tMenu, "<Menu" ; <Menu | 21 TCODE tView, "View>" ; View> |
18 TCODE tView, "View>" ; View> | 22 TCODE tHeading, "Heading:" ; Heading: |
19 TCODE tHeading, "Heading:" ; Heading: | 23 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) |
20 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) | 24 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV |
21 TCODE tSensorMilliVolt, "CCR Sensors mV" ; CCR Sensors mV | 25 |
22 | 26 ; Divemode menu |
23 ; Divemode Menu | 27 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC) |
24 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist | 28 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR) |
25 TCODE tDivemenu_ResetAvg, "Reset Avg." ; Reset Avg. | 29 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) |
26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | 30 TCODE tDivemenu_ResetAvg, "Reset Avg." ; Reset Avg. |
27 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor | 31 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg., Set Marker (and Turn Dive) |
28 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | 32 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
29 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | 33 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor |
30 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | 34 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
35 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker | |
36 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas | |
37 IFDEF _cave_mode | |
38 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive | |
39 ENDIF | |
31 | 40 |
32 ; Main menu | 41 ; Main menu |
33 TCODE tNext, "<Next" ; <Next | 42 TCODE tNext, "<Next" ; <Next |
34 TCODE tEnter, "Enter>" ; Enter> | 43 TCODE tEnter, "Enter>" ; Enter> |
35 | 44 TCODE tMainMenu, "Main Menu" ; MainMenu |
36 TCODE tMainMenu, "Main Menu" ; MainMenu | 45 TCODE tLogbook, "Logbook" ; Logbook |
37 TCODE tLogbook, "Logbook" ; Logbook | 46 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup |
38 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | 47 TCODE tSetTime, "Set Time" ; Set Time |
39 TCODE tSetTime, "Set Time" ; Set Time | 48 TCODE tSetDate, "Set Date" ; Set Date |
40 TCODE tSetDate, "Set Date" ; Set Date | 49 TCODE tSetTimeDate, "Set Time & Date" ; Set Time & Date |
41 TCODE tSetTimeDate, "Set Time & Date" ; Set Time & Date | 50 TCODE tDispSets, "Display Settings" ; Display Settings |
42 TCODE tDispSets, "Display Settings" ; Display Settings | 51 TCODE tExit, "Exit" ; Exit |
43 TCODE tExit, "Exit" ; Exit | 52 TCODE tResetMenu, "Reset Menu" ; Reset Menu |
44 TCODE tResetMenu, "Reset Menu" ; Reset Menu | 53 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup |
45 TCODE tDiveModeMenu, "Deco Setup" ; Deco Setup ## MODIFIED (consistent naming) | 54 TCODE tInfoMenu, "Information" ; Information |
46 TCODE tInfoMenu, "Information" ; Information | 55 TCODE tTrSettings, "Pressure Display" ; Pressure Display |
47 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup ## MODIFIED (consistent naming) | 56 TCODE tTrMode, "Mode: " ; Mode |
48 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup | 57 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure |
49 TCODE tFixedSetpoints,"CCR Setpoints" ; Fixed Setpoints for CCR ## MODIFIED (consistent naming) | 58 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure |
50 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor ## MODIFIED (consistent naming) | 59 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure |
51 TCODE tCalibrateMenu, "Calibration" ; Calibration | 60 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce |
52 TCODE tCalibrationGas,"Cal. Gas O2:" ; Cal. Gas O2: | 61 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup |
53 TCODE tCalibrate, "Calibrate" ; Calibrate | 62 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup |
54 TCODE tBack, "back..." ; ## NEW | 63 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR |
64 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor | |
65 TCODE tCalibrateMenu, "Calibration" ; Calibration | |
66 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
67 TCODE tCalibrate, "Calibrate" ; Calibrate | |
68 TCODE tBack, "back" | |
55 | 69 |
56 ; Gas menu | 70 ; Gas menu |
57 TCODE tGaslist, "OC Gas List" | 71 TCODE tGaslist, "OC Gas List" |
58 TCODE tGaslistCC, "CC Diluents" | 72 TCODE tGaslistCC, "CC Diluents" |
59 TCODE tGasEdit, "Edit Gas" | 73 TCODE tGasEdit, "Edit Gas" |
60 TCODE tType, "Type: " | 74 TCODE tType, "Type: " |
61 TCODE tGasDisabled, "Disabled" ; Disabled | 75 TCODE tGasDisabled, "Disabled" ; Disabled |
62 TCODE tGasFirst, "First" ; First | 76 TCODE tGasFirst, "First" ; First |
63 TCODE tGasTravel, "Travel" ; Travel | 77 TCODE tGasTravel, "Travel" ; Travel |
64 TCODE tGasDeco, "Deco" ; Deco | 78 TCODE tGasDeco, "Deco" ; Deco |
65 TCODE tDilDisabled, "Disabled" ; Disabled | 79 TCODE tDilDisabled, "Disabled" ; Disabled |
66 TCODE tDilFirst, "First" ; First | 80 TCODE tDilFirst, "First" ; First |
67 TCODE tDilNorm, "Normal" ; Normal | 81 TCODE tDilNorm, "Normal" ; Normal |
68 TCODE tAir, "Air " ; Enum: values must follow (5 chars) | 82 TCODE tAir, "Air " ; Enum: values must follow (5 chars) |
69 TCODE tO2, "O2 " ; tAir + 5 | 83 TCODE tO2, "O2 " ; tAir + 5 |
70 TCODE tO2Plus, "O2 +" | 84 TCODE tO2Plus, "O2 +" |
71 TCODE tO2Minus, "O2 -" | 85 TCODE tO2Minus, "O2 -" |
72 TCODE tHePlus, "He +" | 86 TCODE tHePlus, "He +" |
73 TCODE tHeMinus, "He -" | 87 TCODE tHeMinus, "He -" |
74 TCODE tMOD, "MOD:" | 88 TCODE tMOD, "MOD :" |
75 TCODE tEAD, "EAD:" | 89 TCODE tEAD, "EAD:" |
76 TCODE tGasDepth, "Change depth" | 90 TCODE tSetup_GasDepth, "Setup Depth" |
77 TCODE tDepthPlus, "Depth +" | 91 TCODE tDepthPlus, "Depth +" |
78 TCODE tDepthMinus, "Depth -" | 92 TCODE tDepthMinus, "Depth -" |
79 TCODE tDepthReset, "Reset to MOD:" | 93 TCODE tDepthReset, "Reset to MOD:" |
80 TCODE tSetup_mix, "Setup Mix" | 94 TCODE tSetup_GasMix, "Setup Mix" |
81 TCODE tCCRMode, "Mode:" ; Mode: ## MODIFIED (layout) | 95 TCODE tCCRMode, "Mode:" ; Mode: |
82 TCODE tCCRModeFixedSP,"Fixed SP" ; Fixed for CCR / Calc.for pSCR ## MODIFIED (layout) | 96 TCODE tCCRModeFixedSP, "Fixed SP/Calc." ; 0 Fixed for CCR / Calc.for pSCR |
83 TCODE tCCRModeSensor, "Sensor" ; Sensor | 97 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor |
84 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP | 98 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP |
85 TCODE tSP, "SP" ; SP (SetPoint) | 99 TCODE tSP, "SP" ; SP (SetPoint) |
86 TCODE tSPPlus, "ppO2+" ; pO2+ | 100 TCODE tSPPlus, "ppO2+" ; pO2+ |
87 TCODE tSensorFallback,"Fallback:" ; Fallback: | 101 TCODE tSensorFallback, "Fallback:" ; Fallback: |
88 TCODE tCalculated, "calculated" ; calculated | 102 TCODE tCalculated, "calculated" ; calculated |
89 TCODE tppO2, "ppO2:" ; ppO2: | 103 TCODE tppO2, "ppO2:" ; ppO2: |
90 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 104 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
91 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 105 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
92 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | 106 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
93 | 107 |
94 ; New batteries menu | 108 ; New batteries menu |
95 TCODE tNewBattTitle, "New Battery?" | 109 TCODE tNewBattTitle, "New Battery?" |
96 TCODE tNewBattOld, "Keep old" | 110 TCODE tNewBattOld, "Keep old" |
97 TCODE tNewBattNew36, "New 3.6V Saft (T1)" | 111 TCODE tNewBattNew36, "New 3.6V Saft (T1)" |
98 TCODE tNewBattNew15, "New 1.5V AA (T0)" | 112 TCODE tNewBattNew15, "New 1.5V AA (T0)" |
99 TCODE tNewBattAccu, "3.6V LiIon AA (T2)" | 113 TCODE tNewBattAccu, "3.6V LiIon AA (T2)" |
100 TCODE tNew18650, "Internal 18650 (T3)" | 114 TCODE tNew18650, "Internal 18650 (T3)" |
101 TCODE tNew16650, "Internal 16650 (T4)" | 115 TCODE tNew16650, "Internal 16650 (T4)" |
102 | 116 |
103 ; Gaslist management | 117 ; Gaslist Management |
104 TCODE tGas, "Gas" ; Gas | 118 TCODE tGas, "Gas" ; Gas |
105 TCODE tGasErr, "Err" ; Err (3 chars) | 119 TCODE tDil, "Dil" ; Diluent |
106 | 120 TCODE tGasErr, "Err" ; Err (3 chars) |
107 ; Communication Menu | 121 |
108 TCODE tUsbTitle, "USB Mode" | 122 ; Communication menu |
109 TCODE tBleTitle, "Bluetooth Mode" | 123 TCODE tUsbTitle, "USB Mode" |
110 TCODE tUsbStarting, "Starting..." | 124 TCODE tBleTitle, "Bluetooth Mode" |
111 TCODE tUsbStartDone, "Done." | 125 TCODE tUsbStarting, "Starting..." |
112 TCODE tUsbServiceMode,"Service mode enabled" | 126 TCODE tUsbStartDone, "Done." |
113 TCODE tUsbClosed, "Port closed" | 127 TCODE tUsbServiceMode, "Service mode enabled" |
114 TCODE tUsbExit, "Exited" | 128 TCODE tUsbClosed, "Port closed" |
115 TCODE tUsbDownloadMode,"Download mode enabled" | 129 TCODE tUsbExit, "Exited" |
116 TCODE tUsbLlBld, "Low-level Bootloader" | 130 TCODE tUsbDownloadMode, "Download mode enabled" |
117 | 131 TCODE tUsbLlBld, "Low-level Bootloader" |
118 ; Dive Settings | 132 |
119 TCODE tDvMode, "Dive Mode:" | 133 ; Dive settings |
120 TCODE tDvOC, "OC" ; keep order, enum from here... | 134 TCODE tDvMode, "Dive Mode: " |
121 TCODE tDvCCR, "CCR" | 135 TCODE tDvOC, "OC" ; 0 - keep order, enum! |
122 TCODE tDvGauge, "Gauge" | 136 TCODE tDvCCR, "CCR" ; 1 |
123 TCODE tDvApnea, "Apnea" | 137 TCODE tDvGauge, "Gauge" ; 2 |
124 TCODE tDvPSCR, "pSCR" ; ...up to here! | 138 TCODE tDvApnea, "Apnea" ; 3 |
125 TCODE tDvCC, "CC" | 139 TCODE tDvPSCR, "pSCR" ; 4 |
126 TCODE tDkMode, "Decotype:ZH-L16" ; ## MODIFIED (memory needs) | 140 TCODE tDvCC, "CC" |
127 TCODE tZHL16, " " ; keep order, enum from here... ## MODIFIED (memory needs) | 141 TCODE tDkMode, "Decotype: ZH-L16" |
128 TCODE tZHL16GF, "+GF" ; ...up to here! ## MODIFIED (memory needs) | 142 TCODE tZHL16, " " ; 0 - keep order, enum! |
129 TCODE tPPO2Max, "Max :" ; ## MODIFIED (layout) | 143 TCODE tZHL16GF, "+GF" ; 1 |
130 TCODE tPPO2DECO, "Max Deco:" ; ## MODIFIED (layout) | 144 TCODE tPPO2Max, "Max :" |
131 TCODE tPPO2MIN, "Min :" ; ## MODIFIED (layout) | 145 TCODE tPPO2DECO, "Max Deco:" |
132 TCODE tPPO2MINCC, "Min Loop:" ; ## NEW ppO2 min cc | 146 TCODE tPPO2MIN, "Min :" |
133 TCODE tLastDecostop, "Last Deco:" | 147 TCODE tPPO2MINCC, "Min Loop:" |
134 TCODE tDecoparameters,"Deco Parameters" | 148 TCODE tLastDecostop, "Last Deco : " ; last deco stop depth |
135 TCODE tGF_low, "GF low :" ; ## MODIFIED (layout) | 149 TCODE tAscentSpeed, "Ascent Speed: " ; Ascent Speed |
136 TCODE tGF_high, "GF high:" | 150 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time |
137 TCODE tSaturationMult, "Saturation :" ; ## MODIFIED (layout) | 151 TCODE tDecoparameters, "Deco Parameters" |
138 TCODE tDesaturationMult,"Desaturation:" | 152 TCODE tGF_low, "GF low :" |
139 TCODE tFTTSMenu, "fTTS/fB/O:" ; Future TTS / Ascent Delay ## MODIFIED (layout) | 153 TCODE tGF_high, "GF high:" |
140 TCODE taGFMenu, "Alternative GF" ; Alternative GF | 154 TCODE tSaturationMult, "Saturation : " |
141 TCODE taGF_low, "aGF low :" ; aGF low ## MODIFIED (layout) | 155 TCODE tDesaturationMult, "Desaturation: " |
142 TCODE taGF_high, "aGF high:" ; aGF high | 156 TCODE tFTTSMenu, "fTTS/Delay:" ; Future TTS / Ascent Delay |
143 TCODE taGF_enable, "aGF selectable:" ; aGF Selectable | 157 TCODE tLastDecostopSurf, "Last Deco :" ; last deco stop depth Surface Custom View |
144 TCODE tDiveaGF_active,"aGF!" ; aGF! | 158 TCODE tGFMenu, "GF Settings" ; GF Settings |
145 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings | 159 TCODE taGF_low, "aGF low :" ; aGF low |
146 TCODE tsafetystopmenu,"Safety Stop:" ; Safety Stop: | 160 TCODE taGF_high, "aGF high:" ; aGF high |
147 TCODE tGasUsage, "Gas Usage" ; Gas Usage | 161 TCODE taGF_enable, "aGF selectable:" ; aGF Selectable |
148 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | 162 TCODE tDiveaGF_active, "using aGF" ; using aGF |
149 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) ## MODIFIED (layout) | 163 TCODE tppO2settings, "ppO2 Settings" ; ppO2 Settings |
150 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; ## NEW bailout gas needs | 164 TCODE tsafetystopmenu, "Safety Stop: " ; Safety Stop: |
151 TCODE tTankSizes, "Tank Sizes" ; ## NEW bailout gas needs | 165 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
152 TCODE tLiter, " l" ; ## NEW bailout gas needs | 166 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) |
153 TCODE tBarLiter, "Liter" | 167 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) |
154 TCODE tTankFillPress, "Tank Press Budget"; | 168 TCODE tCalcAscGas, "Calc.Gas (B/O):" |
155 TCODE tGas1, "Gas 1:" ; ## NEW bailout gas needs | 169 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank |
156 TCODE tGas2, "Gas 2:" ; ## NEW bailout gas needs | 170 TCODE tTankSize, "Tank Size" ; Tank Sizes |
157 TCODE tGas3, "Gas 3:" ; ## NEW bailout gas needs | 171 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) |
158 TCODE tGas4, "Gas 4:" ; ## NEW bailout gas needs | 172 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas |
159 TCODE tGas5, "Gas 5:" ; ## NEW bailout gas needs | 173 TCODE tTankPairing, "Select Transmitter" ; select Transmitter |
160 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter | 174 TCODE tLiter, " l" ; Liter as l |
161 TCODE t2ndDecoPlanMenu,"2nd Deco Plan" ; ## NEW deco engine | 175 TCODE tLiterLong, "Liter" ; Liter as Liter |
162 | 176 TCODE tCCmaxFracO2, "Loop %O2 max.:" |
163 ; Display Settings | 177 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" |
164 TCODE tBright, "Brightness:" | 178 |
165 TCODE tEco, "Eco" | 179 IFDEF _rx_functions |
166 TCODE tMedium, "Medium" | 180 TCODE tTrModeOff, "off" ; 0 off keep order, enum! |
167 TCODE tHigh, "High" | 181 TCODE tTrModeOn, "on" ; 1 on |
168 TCODE tDvSalinity, "Salinity: " ; Salinity ## MODIFIED (layout) | 182 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double |
169 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: | 183 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2 |
170 TCODE tFlip, "Rotate Screen:" ; Rotate Screen | 184 TCODE tTrPresNone, "none" ; 0 none keep order, enum! |
171 TCODE tMODwarning, "MOD Warning :" ; MOD warning ## MODIFIED (layout) | 185 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1 |
172 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning ## NEW IBCD | 186 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2 |
173 TCODE tTimeoutDive, "Dive Timeout:" ; Dive Timeout ## MODIFIED (layout) | 187 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3 |
174 | 188 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4 |
175 ; VSI display Settings | 189 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5 |
176 TCODE tVSItext2, "Variable Speed:" ; Variable speed: ## MODIFIED (layout) | 190 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1 |
177 TCODE tVSIgraph, "Speed Graph:" ; Speed graph: ## MODIFIED (layout) | 191 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2 |
178 | 192 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3 |
179 ; Setup Menu | 193 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4 |
180 TCODE tSystSets, "Settings" | 194 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5 |
181 TCODE tLanguage, "Language:" | 195 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas |
182 TCODE tEnglish, "English" | 196 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas |
183 TCODE tGerman, "German" | 197 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil |
184 TCODE tFrench, "French" | 198 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil |
185 TCODE tItalian, "Italian" | 199 ELSE |
186 TCODE tCompassMenu, "Compass calibration" | 200 TCODE tTrModeOff, "" ; dummy target for entry in option table |
187 TCODE tCompassGain, "Compass Gain:" | 201 TCODE tTrPresNone, "" ; dummy target for entry in option table |
188 TCODE tCalX, "Cal X:" ; Cal X | 202 ENDIF |
189 TCODE tCalY, "Cal Y:" ; Cal Y | 203 |
190 TCODE tCalZ, "Cal Z:" ; Cal Z | 204 ; Display settings |
191 | 205 TCODE tBright, "Brightness:" |
192 TCODE tUnits, "Units:" | 206 TCODE tEco, "Eco" |
193 TCODE tMetric, " m/°C" ; Enum menu | 207 TCODE tMedium, "Medium" |
194 TCODE tImperial, "ft/°F" | 208 TCODE tHigh, "High" |
195 | 209 TCODE tDvSalinity, "Salinity: " ; Salinity |
196 TCODE tDefName, "HW OSTC" | 210 TCODE tShowppO2, "Always show ppO2:" ; Always show ppO2: |
197 | 211 TCODE tFlip, "Rotate Screen:" ; Rotate Screen |
198 TCODE tButtonleft, "Left button:" ; Left button | 212 TCODE tMODwarning, "MOD Warning :" ; MOD warning |
199 TCODE tButtonright, "Right button:" ; Right button | 213 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning |
200 | 214 TCODE t2ndDepth, "2nd Depth:" ; 2nd depth display content (10 chars max) |
201 TCODE tAltMode, "Waiting Time:" ; ## NEW no fly altitude | 215 TCODE tTimeoutDive, "Dive Timeout:" ; Dive Timeout |
202 TCODE tAltModeFly, "Flying" ; ## NEW no fly altitude | 216 |
203 TCODE tAltMode1000, "1000m" ; ## NEW no fly altitude | 217 ; VSI display settings |
204 TCODE tAltMode2000, "2000m" ; ## NEW no fly altitude | 218 TCODE tVSItext2, "Variable Speed:" ; Variable speed: |
205 TCODE tAltMode3000, "3000m" ; ## NEW no fly altitude | 219 TCODE tVSIgraph, "Speed Graph :" ; Speed graph: |
220 | |
221 ; Setup menu | |
222 TCODE tSystSets, "Settings" | |
223 TCODE tCompassMenu, "Compass Calibration" | |
224 TCODE tCompassGain, "Compass Gain:" | |
225 TCODE tCalX, "Cal X:" ; Cal X | |
226 TCODE tCalY, "Cal Y:" ; Cal Y | |
227 TCODE tCalZ, "Cal Z:" ; Cal Z | |
228 TCODE tUnits, "Units: " | |
229 TCODE tMetric, " m/°C" ; 0 - keep order, enum! | |
230 TCODE tImperial, "ft/°F" ; 1 | |
231 ; 111 111 111 111 111 | |
232 ;123456789012123456789012123456789012123456789012123456789012 | |
233 TCODE tDefName, "HW OSTC" ; 5 rows by 12 chars each | |
234 TCODE tButtonleft, "Left button:" ; Left button | |
235 TCODE tButtonright, "Right button:" ; Right button | |
236 TCODE tAltMode, "Waiting Time:" | |
237 TCODE tAltModeFly, "Flying" | |
238 TCODE tAltMode1000, "1000m" | |
239 TCODE tAltMode2000, "2000m" | |
240 TCODE tAltMode3000, "3000m" | |
206 | 241 |
207 ; Units for all menu | 242 ; Units for all menu |
208 TCODE tMeters, "m" | 243 TCODE tMeters, "m" |
209 TCODE tFeets, "ft" | 244 TCODE tFeets, "ft" |
210 TCODE tFeets1, "f" | 245 TCODE tFeets1, "f" |
211 TCODE tMinutes, "'" | 246 TCODE tMinutes, "'" |
212 TCODE tPercent, "%" | 247 TCODE tPercent, "%" |
213 TCODE tLitersMinute, "l/min" | 248 TCODE tLitersMinute, "l/min" |
214 TCODE tbar, " bar" ; bar ## MODIFIED (layout) | 249 TCODE tbar, " bar" ; bar |
215 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | 250 TCODE tbar10, "0 bar" ; xx0 bar |
216 TCODE tMeterMinute, "m/min" ; meter per minute ## ascent speed | 251 TCODE tMeterMinute, "m/'" ; meter per minute |
217 TCODE tmin, "min" ; minutes | |
218 | 252 |
219 ; Date | 253 ; Date |
220 TCODE tDateFormat, "Date:" | 254 TCODE tDateFormat, "Format: " |
221 TCODE tDateformat, "MMDDYY" | 255 TCODE tDateformat, "MMDDYY" |
222 TCODE tDateformat1, "DDMMYY" | 256 TCODE tDateformat1, "DDMMYY" |
223 TCODE tDateformat2, "YYMMDD" | 257 TCODE tDateformat2, "YYMMDD" |
224 | 258 |
225 ; Simulator menu | 259 ; Simulator menu |
226 TCODE tInter, "Start Simulator" ; Start Simulator | 260 TCODE tInter, "Start Simulator" ; Start Simulator |
227 TCODE tPlan, "Simulator" ; Simulator | 261 TCODE tPlan, "Simulator" ; Simulator |
228 | 262 |
229 ; Decoplanner submenu | 263 ; Decoplanner submenu |
230 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) ## MODIFIED (layout) | 264 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars) |
231 TCODE tBtTm_short, "Time:" ; Bot. Time: (max. 6 chars) | 265 TCODE tBtTm_short, "Time:" ; Bot. Time: (max. 6 chars) |
232 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) ## MODIFIED (layout) | 266 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars) |
233 TCODE tIntvl, "Interval : " ; Interval : (10 chars) | 267 TCODE tIntvl, "Interval : " ; Interval : (10 chars) |
234 TCODE tDecoSetup, "Calculator Setup" ; ## NEW (layout) | 268 TCODE tDecoSetup, "Calculator Setup" |
235 TCODE tDeco, "Start Calculator" ; Calculate Deco ## MODIFIED (layout) | 269 TCODE tDeco, "Start Calculator" ; Calculate Deco |
236 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: | 270 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: |
237 TCODE tNoDeco, "No Deco" ; No Deco | 271 TCODE tNoDeco, "No Deco" ; No Deco |
238 TCODE tMore, "More..." ; More... | 272 TCODE tMore, "more" ; more |
239 TCODE tSelectSetpoint,"CCR Setpoint: " ; ## NEW deco calculator enhancement | 273 TCODE tSelectSetpoint, "Setpoint : " |
240 TCODE tuseAGF, "use aGF: " ; ## NEW deco calculator enhancement | 274 TCODE tuseAGF, "use aGF : " |
241 TCODE tCalculating, "Calculating..." ; ## NEW deco calculator enhancement | 275 TCODE tCalculating, "Calculating..." |
276 TCODE tNDLleft, "left" ; time left within NDL | |
242 | 277 |
243 ; Information menu | 278 ; Information menu |
244 TCODE tFirmware, "Firmware: " ; Firmware: (space) | 279 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
245 TCODE tSerial, "Serial : " ; Serial : (space) | 280 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) |
246 TCODE tTotalDives, "Total Dives: " ; Total Dives: | 281 TCODE tSerial, "Serial : " ; Serial : (space) |
247 TCODE tBatteryV, "Battery : " ; Battery: ## MODIFIED ## info - added one space | 282 TCODE tTotalDives, "Total Dives: " ; Total Dives: |
248 TCODE tUptime, "Uptime : " ; Uptime: ## MODIFIED ## info - added two spaces | 283 TCODE tBatteryV, "Battery : " ; Battery: |
249 | 284 TCODE tUptime, "Uptime : " ; Uptime: |
285 | |
250 ; Divemode screen | 286 ; Divemode screen |
251 TCODE tNDL, "NDL" | 287 TCODE tNDL, "NDL" ; 3 chars max |
252 TCODE tTTS, "TTS" | 288 TCODE tTTS, "TTS" |
253 TCODE tVelMetric, "m/min" | 289 TCODE tVelMetric, "m/min" |
254 TCODE tVelImperial, "ft/m " | 290 TCODE tVelImperial, "ft/m " |
255 TCODE tGasSelect, "Select Gas" ; Select Gas | 291 TCODE tGasSelect, "Select Gas" ; Select Gas |
256 TCODE tSelectAir, "Air " ; Air | 292 TCODE tSelectAir, "Air " ; Air |
257 TCODE tSelectO2, "O2 " ; O2 | 293 TCODE tSelectO2, "O2 " ; O2 |
258 TCODE tSelectNx, "Nx" ; Nx | 294 TCODE tSelectNx, "Nx" ; Nx |
259 TCODE tSelectTx, "Tx" ; Tx | 295 TCODE tSelectTx, "Tx" ; Tx |
260 TCODE tDepth, "Depth" ; Depth | 296 TCODE tDepth, "Depth" ; Depth |
261 TCODE tMaxDepth, "Max. Depth" ; Max. Depth - max 10chars! | 297 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 10chars! |
262 TCODE tDivetime, "Divetime" ; Divetime | 298 TCODE tAvgDepth, "Average" ; average Depth - max 10chars! |
263 TCODE tDiveHudMask1, "Sensor 1" | 299 TCODE tDivetime, "Divetime" ; Divetime |
264 TCODE tDiveHudMask2, "Sensor 2" | 300 TCODE tDiveHudMask1, "Sensor 1" |
265 TCODE tDiveHudMask3, "Sensor 3" | 301 TCODE tDiveHudMask2, "Sensor 2" |
266 TCODE tDiveTotalAvg, "Total Avg" | 302 TCODE tDiveHudMask3, "Sensor 3" |
267 TCODE tDiveStopwatch, "Stopwatch" | 303 TCODE tDiveTotalAvg, "Total Avg" |
268 TCODE tDiveStopAvg, "Stopped Avg" ; 11chars max | 304 TCODE tDiveStopwatch, "Stopwatch" |
269 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned) | 305 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max |
270 TCODE tApnoeMax, "Last Descent" ; Last descent | 306 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) |
271 TCODE tApnoeSurface, "Surface Time" ; Surface Time | 307 TCODE tApnoeMax, "Last Descent" ; Last descent |
272 TCODE tDiveDecoplan, "Decoplan" ; Decoplan | 308 TCODE tApnoeSurface, "Surface Time" ; Surface Time |
273 TCODE tDiveClock, "Clock" ; Clock | 309 TCODE tTime, "Time of Day" ; Time |
274 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | 310 TCODE tSurface, "Surface" ; Surface (max 12 chars) |
275 TCODE tDiveTissues, "Tissues" ; Tissues | 311 TCODE tDiveDecoplan, "Decoplan" ; Decoplan |
276 TCODE tEND, "END:" ; END: | 312 ; TCODE tDiveClock, "Clock" ; Clock |
277 TCODE tHe, "He" ; He | 313 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
278 TCODE tN2, "N2" ; N2 | 314 TCODE tDiveTissues, "Tissues" ; Tissues |
279 TCODE tDiveBailout, "Bailout" ; Bailout | 315 TCODE tEND, "END:" ; END: |
280 TCODE tGFactors, "GF Values" ; GF Values | 316 TCODE tHe, "He" ; He |
281 TCODE taGFactors, "aGF Values" ; aGF Values | 317 TCODE tN2, "N2" ; N2 |
282 TCODE tGFInfo, "Current GF" ; GF Info | 318 TCODE tDiveBailout, "Bailout" ; Bailout |
283 TCODE tCeiling, "Ceiling" ; Ceiling | 319 TCODE tGFactors, "GF Values" ; GF Values |
284 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) | 320 TCODE taGFactors, "aGF Values" ; aGF Values |
285 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | 321 TCODE tGFInfo, "Current GF" ; GF Info |
286 TCODE tDecoInfo, "Deco Zone" ; Deco info | 322 TCODE tCeiling, "Ceiling" ; Ceiling |
287 TCODE tSensorCheck, "Sensor Check" ; Sensor Check | 323 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) |
288 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | 324 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
289 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | 325 TCODE tDecoInfo, "Deco Zone" ; Deco info |
290 TCODE tSensorDisagree,"Sensors<>" ; Sensors disagree Warning ## NEW voting logic | 326 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
291 TCODE tGasNeedsWarn, "Gas Needs" ; ## NEW bailout gas needs | 327 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
292 TCODE tGasNeedsBar, "Gas Needs (bar)" ; ## NEW bailout gas needs | 328 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
293 TCODE tCNSsurf, "CNS Surf." ; ## NEW CNS at end-of-dive | 329 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning |
294 TCODE tCNSfTTS, "CNS fTTS" ; ## NEW CNS at end-of-dive | 330 TCODE tGasNeedsWarn, "Gas Needs" |
295 TCODE tCNSBO, "CNS B/O" ; ## NEW CNS at end-of-dive | 331 TCODE tGasNeedsAscent, "Gas Needs Ascent" |
296 TCODE tCNSnow, "CNS now" ; ## NEW CNS at end-of-dive | 332 TCODE tCNSsurf, "CNS Surf." |
297 TCODE tCNSeod, "CNS final" ; ## NEW CNS at end-of-dive | 333 TCODE tCNSfTTS, "CNS fTTS" |
298 TCODE tIBCD, "IBCD N2He" ; ## NEW IBCD | 334 TCODE tCNSBO, "CNS B/O" |
299 TCODE tMicroBubbles, "M.Bubbles" ; ## NEW microbubbles | 335 TCODE tCNSnow, "CNS now" |
300 TCODE tCNS, "CNS: " ; ## V2.95 optics | 336 TCODE tCNSeod, "CNS final" |
337 TCODE tIBCD, "IBCD N2He" | |
338 TCODE tnoBOgas, "-B/O-Gas-" | |
339 TCODE tMicroBubbles, "M.Bubbles" | |
340 TCODE tCNS, "CNS: " | |
341 TCODE tgaschange, "Change?" ; better gas found | |
342 TCODE tNeed, "Need " ; gas need (5 chars) | |
343 TCODE tBattery, "Battery" ; Battery | |
344 IFDEF _rx_functions | |
345 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter | |
346 TCODE tPressure, "Tank Pres" ; tank pressure | |
347 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | |
348 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) | |
349 ENDIF | |
350 IFDEF _cave_mode | |
351 TCODE tGasNeedsCaveMode, "Gas Needs Cave Mode" ; title for gas needs custom view | |
352 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) | |
353 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) | |
354 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
355 ENDIF | |
356 | |
301 | 357 |
302 ; Divemode menu | 358 ; Divemode menu |
303 TCODE tDivePreMenu, "Menu?" ; Menu? | 359 TCODE tDivePreMenu, "Menu?" ; Menu? |
304 TCODE tSetHeading, "Bearing" ; Bearing (Max. seven chars) | 360 TCODE tSetHeading, "Course" ; set bearing (max. 6 chars) |
305 | 361 |
306 ; Simulator menu | 362 ; Simulator menu |
307 TCODE tQuitSim, "Quit?" ; Quit Simulation? | 363 TCODE tQuitSim, "Quit" ; Quit Simulation |
308 | 364 |
309 ; Logbook | 365 ; Logbook |
310 TCODE tCNS2, "CNS:" | 366 TCODE tCNS2, "CNS:" |
311 TCODE tAVG, "Avg:" | 367 TCODE tAVG, "Avg:" |
312 TCODE tGF, "GF:" | 368 TCODE tGF, "GF:" |
313 TCODE tSAT, "Sat:" ; Sat: | 369 TCODE tSAT, "Sat:" |
314 | 370 |
315 ; Logbook units | 371 ; Logbook units |
316 TCODE tLogTunitC, "°C" | 372 TCODE tLogTunitC, "°C" |
317 TCODE tLogTunitF, "°F" | 373 TCODE tLogTunitF, "°F" |
318 TCODE tKGL, "kg/l" | 374 TCODE tKGL, "kg/l" |
319 TCODE tMBAR, "mbar" | 375 TCODE tMBAR, "hPa" |
320 | 376 |
321 ; Logbook menu | 377 ; Logbook menu |
322 TCODE tNextLog, "Next Page" | 378 TCODE tNextLog, "Next Page" |
323 | 379 |
324 ; Reset menu | 380 ; Reset menu |
325 TCODE tReboot, "Reboot" ; Reboot | 381 TCODE tReboot, "Reboot" ; Reboot |
326 TCODE tResetMenu2, "Are you sure?" ; Are you sure? | 382 TCODE tResetMenu2, "Are you sure?" ; Are you sure? |
327 TCODE tAbort, "Abort" ; Abort | 383 TCODE tAbort, "Abort" ; Abort |
328 TCODE tResetSettings, "Reset all" ; Reset all | 384 TCODE tResetSettings, "Reset Settings" ; Reset Settings |
329 TCODE tResetDeco, "Reset Deco" ; Reset Deco | 385 TCODE tResetDeco, "Reset Deco" ; Reset Deco |
330 TCODE tResetBattery, "Reset Battery" ; Reset Battery | 386 TCODE tResetBattery, "Reset Battery" ; Reset Battery |
331 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook | 387 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook |
332 | 388 |
333 ; Set Time Menu/Set Date Menu | 389 ; Set Time Menu/Set Date Menu |
334 TCODE tSetHours, "Set Hours" ; Set Hours | 390 TCODE tSetHours, "Set Hours" ; Set Hours |
335 TCODE tSetMinutes, "Set Minutes" ; Set Minutes | 391 TCODE tSetMinutes, "Set Minutes" ; Set Minutes |
336 TCODE tSetSeconds, "Clear Seconds" ; Clear seconds | 392 TCODE tSetSeconds, "Clear Seconds" ; Clear seconds |
337 TCODE tSetDay, "Set Day" ; Set Day | 393 TCODE tSetDay, "Set Day" ; Set Day |
338 TCODE tSetMonth, "Set Month" ; Set Month | 394 TCODE tSetMonth, "Set Month" ; Set Month |
339 TCODE tSetYear, "Set Year" ; Set Year | 395 TCODE tSetYear, "Set Year" ; Set Year |
340 | 396 |
341 ; Logbook Offset Menu | 397 ; Logbook Offset Menu |
342 TCODE tLogOffset, "Logbook offset" ; Logbook offset | 398 TCODE tLogOffset, "Logbook Offset" ; Logbook offset |
343 TCODE tLogOffsetp1, "+1" ; +1 | 399 TCODE tLogOffsetp1, "+1" ; +1 |
344 TCODE tLogOffsetp10, "+10" ; +10 | 400 TCODE tLogOffsetp10, "+10" ; +10 |
345 TCODE tLogOffsetm1, "-1" ; -1 | 401 TCODE tLogOffsetm1, "-1" ; -1 |
346 TCODE tLogOffsetm10, "-10" ; -10 | 402 TCODE tLogOffsetm10, "-10" ; -10 |
347 | 403 |
348 ; Compass directions | 404 ; Compass Directions |
349 TCODE tN, "N " ; N(orth), 338°- 22° | 405 TCODE tN, "N " ; N(orth), 338°- 22° |
350 TCODE tNE, "NE" ; North-East, 23°- 67° | 406 TCODE tNE, "NE" ; North-East, 23°- 67° |
351 TCODE tE, "E " ; E(east), 68°-112° | 407 TCODE tE, "E " ; E(east), 68°-112° |
352 TCODE tSE, "SE" ; South-East,113°-157° | 408 TCODE tSE, "SE" ; South-East, 113°-157° |
353 TCODE tS, "S " ; S(outh), 158°-202° | 409 TCODE tS, "S " ; S(outh), 158°-202° |
354 TCODE tSW, "SW" ; South-West,203°-247° | 410 TCODE tSW, "SW" ; South-West, 203°-247° |
355 TCODE tW, "W " ; W(West), 248°-292° | 411 TCODE tW, "W " ; W(West), 248°-292° |
356 TCODE tNW, "NW" ; North-West,293°-337° | 412 TCODE tNW, "NW" ; North-West, 293°-337° |
357 | 413 |
358 ; Color Scheme menu | 414 ; Color Scheme menu |
359 TCODE tColorScheme, "Colour scheme" ; Colour scheme | 415 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme |
360 TCODE tColorSetDive, "Divemode:" ; Divemode: | 416 TCODE tColorSetDive, "Divemode:" ; Divemode: |
361 TCODE tColorSetName0, "Standard" ; Standard | 417 TCODE tColorSetName0, "Standard" ; Standard |
362 TCODE tColorSetName1, "Red" ; Red | 418 TCODE tColorSetName1, "Red" ; Red |
363 TCODE tColorSetName2, "Green" ; Green | 419 TCODE tColorSetName2, "Green" ; Green |
364 TCODE tColorSetName3, "Blue" ; Blue | 420 TCODE tColorSetName3, "Blue" ; Blue |
365 | 421 |
366 ; PSCR Menu and Settings | 422 ; pSCR Menu and Settings |
367 TCODE tPSCRMenu, "pSCR Setup" ; PSCR Menu ## MODIFIED (consistient naming) | 423 TCODE tPSCRMenu, "pSCR Setup" ; PSCR Menu |
368 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop | 424 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop |
369 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio | 425 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio |
426 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) ### new | |
427 | |
428 | |
429 ; Language selection | |
430 IF _language_2!=none | |
431 TCODE tLanguage, "Language: " ; used in menu_tree | |
432 ENDIF | |
433 | |
434 IF _language_1==en | |
435 TCODE tLang1, "English" ; tLang1 is 1st language, enum context | |
436 ELSE | |
437 IF _language_1==de | |
438 TCODE tLang1, "German" | |
439 ELSE | |
440 IF _language_1==fr | |
441 TCODE tLang1, "French" | |
442 ELSE | |
443 IF _language_1==it | |
444 TCODE tLang1, "Italian" | |
445 ELSE | |
446 TCODE tLang1, "" ; dummy target for options table | |
447 ENDIF | |
448 ENDIF | |
449 ENDIF | |
450 ENDIF | |
451 | |
452 IF _language_2==en | |
453 TCODE tLang2, "English" ; tLang2 is 2nd language, enum context | |
454 ELSE | |
455 IF _language_2==de | |
456 TCODE tLang2, "German" | |
457 ELSE | |
458 IF _language_2==fr | |
459 TCODE tLang2, "French" | |
460 ELSE | |
461 IF _language_2==it | |
462 TCODE tLang2, "Italian" | |
463 ENDIF | |
464 ENDIF | |
465 ENDIF | |
466 ENDIF |