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