0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File text_english.asm
|
|
4 ;
|
|
5 ; English texts reference file.
|
|
6 ;
|
|
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
|
|
8 ;=============================================================================
|
|
9
|
|
10 ; Basic texts
|
|
11 TCODE tNo, "No" ; No
|
|
12 TCODE tYes, "Yes" ; Yes = No + 1
|
|
13
|
|
14 ; Surface-mode texts
|
|
15 TCODE tBeta, "beta" ; beta
|
76
|
16 TCODE tMenu, "<Menu" ; <Menu
|
0
|
17 TCODE tView, "View>" ; View>
|
|
18 TCODE tHeading, "Heading:" ; Heading:
|
|
19
|
|
20 ; Divemode Menu
|
|
21 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist
|
|
22 TCODE tDivemenu_ResetAvr, "Reset Avr." ; Reset Avr.
|
|
23 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
|
|
24 TCODE tDivemenu_UseSensor,"Use Sensor" ; Use Sensor
|
|
25 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF
|
|
26
|
|
27 ; Main menu
|
|
28 TCODE tNext, "<Next" ; <Next
|
|
29 TCODE tEnter, "Enter>" ; Enter>
|
|
30
|
|
31 TCODE tMainMenu, "Main Menu" ; MainMenu
|
|
32 TCODE tLogbook, "Logbook" ; Logbook
|
|
33 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup
|
|
34 TCODE tSetTime, "Set Time" ; Set Time
|
|
35 TCODE tSetDate, "Set Date" ; Set Date
|
|
36 TCODE tSetTimeDate,"Set Time & Date"; Set Time & Date
|
|
37 TCODE tDispSets, "Display Settings" ; Display Settings
|
|
38 TCODE tExit, "Exit" ; Exit
|
|
39 TCODE tResetMenu, "Reset Menu" ; Reset Menu
|
|
40 TCODE tDiveModeMenu,"Deco Mode" ; Deco Mode
|
|
41 TCODE tInfoMenu, "Information" ; Information
|
|
42 TCODE tCCRSetup, "CCR Setup" ; CCR Setup
|
|
43 TCODE tDiluentSetup,"Diluent Setup" ; Diluent Setup
|
|
44 TCODE tFixedSetpoints,"Fixed Setpoints" ; Fixed Setpoints
|
|
45 TCODE tCCRSensor, "CCR Sensor" ; CCR Sensor
|
113
|
46 TCODE tCalibrateMenu, "Calibration" ; Calibration
|
|
47 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2:
|
|
48 TCODE tCalibrate, "Calibrate" ; Calibrate
|
0
|
49
|
|
50 ; Gas menu
|
|
51 TCODE tGaslist, "OC Gas List"
|
89
|
52 TCODE tGaslistCC, "CC Diluents"
|
0
|
53 TCODE tGasEdit, "Edit Gas"
|
|
54 TCODE tType, "Type: "
|
|
55 TCODE tGasDisabled,"Disabled" ; Disabled
|
|
56 TCODE tGasFirst, "First" ; First
|
|
57 TCODE tGasTravel, "Travel" ; Travel
|
|
58 TCODE tGasDeco, "Deco" ; Deco
|
|
59 TCODE tDilDisabled,"Disabled" ; Disabled
|
|
60 TCODE tDilFirst, "First" ; First
|
|
61 TCODE tDilNorm, "Normal" ; Normal
|
|
62 TCODE tAir, "Air " ; Enum: values must follows (5 chars)
|
|
63 TCODE tO2, "O2 " ; tAir + 5
|
|
64 TCODE tO2Plus, "O2 +"
|
|
65 TCODE tO2Minus, "O2 -"
|
|
66 TCODE tHePlus, "He +"
|
|
67 TCODE tHeMinus, "He -"
|
|
68 TCODE tMOD, "MOD:"
|
|
69 TCODE tEAD, "EAD:"
|
|
70 TCODE tGasDepth, "Change depth"
|
|
71 TCODE tDepthPlus, "Depth +"
|
|
72 TCODE tDepthMinus,"Depth -"
|
|
73 TCODE tDepthReset,"Reset to MOD:"
|
|
74 TCODE tSetup_mix, "Setup Mix"
|
|
75 TCODE tCCRMode, "CCR Mode:" ; CCR Mode:
|
|
76 TCODE tCCRModeFixedSP, "Fixed SP" ; Fixed SP
|
|
77 TCODE tCCRModeSensor, "Sensor" ; Sensor
|
|
78 TCODE tSP, "SP" ; SP (SetPoint)
|
|
79 TCODE tSPPlus, "pO2+" ; pO2+
|
145
|
80 TCODE tSensorFallback, "Fallback:" ; Fallback:
|
154
|
81 TCODE tppO2, "ppO2:" ; ppO2:
|
0
|
82
|
|
83 ; New battery menu
|
|
84 TCODE tNewBattTitle, "New Battery?"
|
|
85 TCODE tNewBattOld, "Keep old"
|
|
86 TCODE tNewBattNew36, "New 3.6V"
|
|
87 TCODE tNewBattNew15, "New 1.5V"
|
|
88
|
|
89 ; Gaslist management
|
|
90 TCODE tGas, "Gas" ; Gas
|
|
91 TCODE tGasErr, "Err" ; Err (3 chars)
|
|
92
|
|
93 ; Communication Menu
|
|
94 TCODE tUsbMode, "Start USB"
|
|
95 TCODE tUsbTitle, "USB Mode"
|
|
96 TCODE tUsbStarting, "Starting..."
|
|
97 TCODE tUsbStartDone, "Done. "
|
|
98 TCODE tUsbServiceMode, "Service mode enabled"
|
|
99 TCODE tUsbClosed, "Port closed"
|
|
100 TCODE tUsbExit, "Exited"
|
|
101 TCODE tUsbDownloadMode, "Download mode enabled"
|
|
102 TCODE tUsbLlBld, "Low-level Bootloader"
|
|
103
|
|
104 ; Dive Settings
|
|
105 TCODE tDvMode, "Dive Mode:"
|
|
106 TCODE tDvOC, "OC"
|
|
107 TCODE tDvCC, "CC"
|
|
108 TCODE tDvGauge, "Gauge"
|
|
109 TCODE tDvApnea, "Apnea"
|
|
110 TCODE tDkMode, "Decotype:"
|
|
111 TCODE tZHL16, "ZH-L16"
|
|
112 TCODE tZHL16GF, "ZH-L16+GF"
|
|
113 TCODE tPPO2Max, "ppO2 Max:"
|
|
114 TCODE tPPO2Min, "ppO2 Min:"
|
|
115 TCODE tLastDecostop, "Last Deco:"
|
|
116 TCODE tDecoparameters, "Deco Parameters"
|
|
117 TCODE tGF_low, "GF low:"
|
|
118 TCODE tGF_high, "GF high:"
|
|
119 TCODE tSaturationMult, "Saturation:"
|
|
120 TCODE tDesaturationMult, "Desaturation:"
|
|
121 TCODE tFTTSMenu, "Future TTS:" ; Future TTS
|
|
122 TCODE taGFMenu, "Alternative GF" ; Alternative GF
|
|
123 TCODE taGF_low, "aGF low:" ; aGF low
|
|
124 TCODE taGF_high, "aGF high:" ; aGF high
|
|
125 TCODE taGF_enable,"aGF Selectable:" ; aGF Selectable
|
104
|
126 TCODE tDiveaGF_active,"aGF!" ; aGF!
|
|
127 TCODE tppO2settings,"ppO2 Settings" ; ppO2 Settings
|
|
128 TCODE tsafetystopmenu,"Safety Stop:" ; Safety Stop:
|
0
|
129
|
|
130 ; Display Settings
|
|
131 TCODE tBright, "Brightness:"
|
|
132 TCODE tEco, "Eco"
|
|
133 TCODE tMedium, "Medium"
|
|
134 TCODE tHigh, "High"
|
|
135 TCODE tDvSalinity,"Salinity:" ; Salinity
|
155
|
136 TCODE tFlip, "Rotate Screen:" ; Rotate Screen
|
0
|
137
|
|
138 ; Setup Menu
|
|
139 TCODE tSystSets, "Settings"
|
|
140 TCODE tLanguage, "Language:"
|
|
141 TCODE tEnglish, "English"
|
|
142 TCODE tGerman, "German"
|
|
143 TCODE tFrench, "French"
|
|
144 TCODE tItalian, "Italian"
|
|
145 TCODE tCompassMenu,"Compass calibration" ; Compass calibration
|
90
|
146 TCODE tCompassGain,"Compass Gain:" ; Compass gain:
|
0
|
147
|
|
148 TCODE tUnits, "Units:"
|
|
149 TCODE tMetric, " m/°C" ; Enum menu
|
|
150 TCODE tImperial, "ft/°F"
|
|
151
|
|
152 TCODE tDefName, "HW OSTC3"
|
|
153 TCODE tbar, "bar" ; bar
|
|
154
|
|
155 ; Units for all menu
|
|
156 TCODE tMeters, "m"
|
|
157 TCODE tFeets, "ft"
|
|
158 TCODE tFeets1, "f"
|
|
159 TCODE tMinutes, "'"
|
|
160 TCODE tPercent, "%"
|
|
161
|
|
162 ; Date
|
|
163 TCODE tDateFormat, "Date:"
|
|
164 TCODE tDateformat, "MMDDYY"
|
|
165 TCODE tDateformat1,"DDMMYY"
|
|
166 TCODE tDateformat2,"YYMMDD"
|
|
167
|
|
168 ; Simulator menu
|
136
|
169 TCODE tInter, "Start Simulator" ; Start Simulator
|
|
170 TCODE tPlan, "Simulator" ; Simulator
|
0
|
171
|
|
172 ; Decoplanner submenu
|
|
173 TCODE tBtTm, "Bot. Time:" ; Bot. Time: (10 chars)
|
|
174 TCODE tMxDep, "Max Depth:" ; Max Depth: (10 chars)
|
|
175 TCODE tIntvl, "Interval :" ; Interval : (10 chars)
|
|
176 TCODE tDeco, "Calculate Deco" ; Calculate Deco
|
|
177 TCODE tDivePlan, "Dive Plan:" ; Dive Plan:
|
|
178 TCODE tNoDeco, "No Deco" ; No Deco
|
|
179 TCODE tMore, "More..." ; More...
|
|
180 TCODE tCNS, "CNS" ; CNS
|
|
181
|
|
182 ; Information menu
|
|
183 TCODE tFirmware, "Firmware: " ; Firmware: (space)
|
|
184 TCODE tSerial, "Serial : " ; Serial : (space)
|
62
|
185 TCODE tTotalDives,"Total Dives: " ; Total Dives:
|
|
186 TCODE tBatteryV, "Battery: " ; Battery:
|
0
|
187
|
|
188 ; Divemode screen
|
|
189 TCODE tNDL, "NDL"
|
|
190 TCODE tTTS, "TTS"
|
|
191 TCODE tVelMetric, "m/min"
|
|
192 TCODE tVelImperial,"ft/m "
|
|
193 TCODE tGasSelect, "Select Gas" ; Select Gas
|
|
194 TCODE tSelectAir, "Air " ; Air
|
|
195 TCODE tSelectO2, "O2 " ; O2
|
|
196 TCODE tSelectNx, "Nx" ; Nx
|
|
197 TCODE tSelectTx, "Tx" ; Tx
|
|
198 TCODE tDepth, "Depth" ; Depth
|
|
199 TCODE tMaxDepth, "Max. Depth" ; Max. Depth
|
|
200 TCODE tDivetime, "Divetime" ; Divetime
|
|
201 TCODE tDiveHudMask1, "Sensor 1"
|
|
202 TCODE tDiveHudMask2, "Sensor 2"
|
|
203 TCODE tDiveHudMask3, "Sensor 3"
|
|
204 TCODE tDiveTotalAvr, "Total Avr"
|
|
205 TCODE tDiveStopwatch, "Stopwatch"
|
|
206 TCODE tDiveStopAvr, "Stopped Avr"
|
134
|
207 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned)
|
52
|
208 TCODE tApnoeMax, "Last Descent" ; Last descent
|
0
|
209 TCODE tApnoeSurface, "Surface Time" ; Surface Time
|
|
210 TCODE tDiveDecoplan, "Decoplan" ; Decoplan
|
|
211 TCODE tDiveClock, "Clock" ; Clock
|
|
212 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
|
|
213 TCODE tDiveTissues, "Tissues" ; Tissues
|
|
214 TCODE tEND, "END:" ; END:
|
|
215 TCODE tHe, "He" ; He
|
|
216 TCODE tN2, "N2" ; N2
|
|
217 TCODE tDiveBailout, "Bailout" ; Bailout
|
|
218 TCODE tGFactors, "GF Values" ; GF Values
|
|
219 TCODE taGFactors, "aGF Values" ; aGF Values
|
|
220 TCODE tGFInfo, "Current GF" ; GF Info
|
123
|
221 TCODE tCeiling, "Ceiling" ; Ceiling
|
131
|
222 TCODE tDiveSafetyStop," Stop" ; Stop (Five chars, right alligned)
|
145
|
223 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
|
0
|
224
|
|
225 ; Divemode menu
|
|
226 TCODE tDivePreMenu, "Menu?" ; Menu?
|
|
227
|
|
228 ; Simulator menu
|
|
229 TCODE tQuitSim, "Quit?" ; Quit Simulation?
|
|
230 TCODE tDescent1m, "Sim:-1m" ; Descent 1m
|
|
231 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m
|
|
232
|
|
233 ; Logbook
|
|
234 TCODE tCNS2, "CNS:"
|
|
235 TCODE tAVR, "Avr:"
|
|
236 TCODE tGF, "GF:"
|
|
237 TCODE tSAT, "Sat:" ; Sat:
|
|
238
|
|
239 ; Logbook units
|
|
240 TCODE tLogTunitC, "°C"
|
|
241 TCODE tLogTunitF, "°F"
|
|
242 TCODE tKGL, "kg/l"
|
|
243 TCODE tMBAR, "mbar"
|
|
244
|
|
245 ; Logbook menu
|
|
246 TCODE tNextLog, "Next Page"
|
|
247 TCODE tExitLog, "Exit Logbook"
|
|
248
|
|
249 ; Reset menu
|
|
250 TCODE tReboot, "Reboot" ;Reboot
|
|
251 TCODE tResetMenu2,"Are you sure?" ;Are you sure?
|
|
252 TCODE tAbort, "Abort" ;Abort
|
|
253 TCODE tResetSettings, "Reset all" ;Reset all
|
|
254 TCODE tResetDeco, "Reset Deco" ;Reset Deco
|
|
255 TCODE tResetBattery, "Reset Battery" ;Reset Battery
|
63
|
256 TCODE tResetLogbook, "Reset Logbook" ;Reset Logbook
|
0
|
257
|
|
258 ; Set Time Menu/Set Date Menu
|
|
259 TCODE tSetHours, "Set Hours" ; Set Hours
|
|
260 TCODE tSetMinutes,"Set Minutes" ; Set Minutes
|
|
261 TCODE tSetSeconds,"Clear Seconds" ; Clear seconds
|
|
262 TCODE tSetDay, "Set Day" ; Set Day
|
|
263 TCODE tSetMonth, "Set Month" ; Set Month
|
|
264 TCODE tSetYear, "Set Year" ; Set Year
|
|
265
|
|
266 ; After update texts
|
52
|
267 TCODE tNewFirmware1, "Update successful!" ; Update successful!
|
0
|
268 TCODE tNewFirmware2, "New Firmware: " ; New Firmware:
|
|
269
|
|
270 ; Logbook Offset Menu
|
|
271 TCODE tLogOffset, "Logbook offset" ; Logbook offset
|
|
272 TCODE tLogOffsetp1, "+1" ; +1
|
|
273 TCODE tLogOffsetp10, "+10" ; +10
|
|
274 TCODE tLogOffsetm1, "-1" ; -1
|
|
275 TCODE tLogOffsetm10, "-10" ; -10
|
23
|
276
|
|
277 ; Sampling rate
|
|
278 TCODE tSamplingrate, "Sampling rate:" ; Sampling rate:
|
|
279 TCODE tSampling2s, "2s" ; 2s
|
29
|
280 TCODE tSampling10s, "10s" ; 10s
|
|
281
|
|
282 ; Compass directions
|
|
283 TCODE tN, "N" ; N(orth),338°-22°
|
|
284 TCODE tNE, "NE" ; North-East,23°-67°
|
|
285 TCODE tE, "E" ; E(east),68°-112°
|
|
286 TCODE tSE, "SE" ; South-East,113°-157°
|
|
287 TCODE tS, "S" ; S(outh),158°-202°
|
|
288 TCODE tSW, "SW" ; South-West,203°-247°
|
|
289 TCODE tW, "W" ; W(West),248°-292°
|
|
290 TCODE tNW, "NW" ; North-West,293°-337°
|
|
291
|
50
|
292 ; Color Scheme menu
|
52
|
293 TCODE tColorScheme, "Colour scheme" ; Colour scheme
|
51
|
294 TCODE tColorSetDive, "Divemode:" ; Divemode:
|
|
295 TCODE tColorSetName0, "Standard" ; Standard
|
|
296 TCODE tColorSetName1, "Red" ; Red
|
|
297 TCODE tColorSetName2, "Green" ; Green
|
|
298 TCODE tColorSetName3, "Blue" ; Blue
|