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
|
|
16 TCODE tMenu, "<Menu" ; <Menu
|
|
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 tSimulator, "Simulator" ; Simulator
|
|
35 TCODE tSetTime, "Set Time" ; Set Time
|
|
36 TCODE tSetDate, "Set Date" ; Set Date
|
|
37 TCODE tSetTimeDate,"Set Time & Date"; Set Time & Date
|
|
38 TCODE tDispSets, "Display Settings" ; Display Settings
|
|
39 TCODE tExit, "Exit" ; Exit
|
|
40 TCODE tResetMenu, "Reset Menu" ; Reset Menu
|
|
41 TCODE tDiveModeMenu,"Deco Mode" ; Deco Mode
|
|
42 TCODE tInfoMenu, "Information" ; Information
|
|
43 TCODE tCCRSetup, "CCR Setup" ; CCR Setup
|
|
44 TCODE tDiluentSetup,"Diluent Setup" ; Diluent Setup
|
|
45 TCODE tFixedSetpoints,"Fixed Setpoints" ; Fixed Setpoints
|
|
46 TCODE tCCRSensor, "CCR Sensor" ; CCR Sensor
|
|
47
|
|
48 ; Gas menu
|
|
49 TCODE tGaslist, "OC Gas List"
|
|
50 TCODE tGasEdit, "Edit Gas"
|
|
51 TCODE tType, "Type: "
|
|
52 TCODE tGasDisabled,"Disabled" ; Disabled
|
|
53 TCODE tGasFirst, "First" ; First
|
|
54 TCODE tGasTravel, "Travel" ; Travel
|
|
55 TCODE tGasDeco, "Deco" ; Deco
|
|
56 TCODE tDilDisabled,"Disabled" ; Disabled
|
|
57 TCODE tDilFirst, "First" ; First
|
|
58 TCODE tDilNorm, "Normal" ; Normal
|
|
59 TCODE tAir, "Air " ; Enum: values must follows (5 chars)
|
|
60 TCODE tO2, "O2 " ; tAir + 5
|
|
61 TCODE tO2Plus, "O2 +"
|
|
62 TCODE tO2Minus, "O2 -"
|
|
63 TCODE tHePlus, "He +"
|
|
64 TCODE tHeMinus, "He -"
|
|
65 TCODE tMOD, "MOD:"
|
|
66 TCODE tEAD, "EAD:"
|
|
67 TCODE tGasDepth, "Change depth"
|
|
68 TCODE tDepthPlus, "Depth +"
|
|
69 TCODE tDepthMinus,"Depth -"
|
|
70 TCODE tDepthReset,"Reset to MOD:"
|
|
71 TCODE tSetup_mix, "Setup Mix"
|
|
72 TCODE tCCRMode, "CCR Mode:" ; CCR Mode:
|
|
73 TCODE tCCRModeFixedSP, "Fixed SP" ; Fixed SP
|
|
74 TCODE tCCRModeSensor, "Sensor" ; Sensor
|
|
75 TCODE tSP, "SP" ; SP (SetPoint)
|
|
76 TCODE tSPPlus, "pO2+" ; pO2+
|
|
77
|
|
78 ; New battery menu
|
|
79 TCODE tNewBattTitle, "New Battery?"
|
|
80 TCODE tNewBattOld, "Keep old"
|
|
81 TCODE tNewBattNew36, "New 3.6V"
|
|
82 TCODE tNewBattNew15, "New 1.5V"
|
|
83
|
|
84 ; Gaslist management
|
|
85 TCODE tGas, "Gas" ; Gas
|
|
86 TCODE tNx, "Nx " ; Nx (3 chars)
|
|
87 TCODE tTx, "Tx " ; Tx (3 chars)
|
|
88 TCODE tGasErr, "Err" ; Err (3 chars)
|
|
89
|
|
90 ; Communication Menu
|
|
91 TCODE tUsbMode, "Start USB"
|
|
92 TCODE tUsbTitle, "USB Mode"
|
|
93 TCODE tUsbStarting, "Starting..."
|
|
94 TCODE tUsbStartDone, "Done. "
|
|
95 TCODE tUsbServiceMode, "Service mode enabled"
|
|
96 TCODE tUsbClosed, "Port closed"
|
|
97 TCODE tUsbExit, "Exited"
|
|
98 TCODE tUsbDownloadMode, "Download mode enabled"
|
|
99 TCODE tUsbLlBld, "Low-level Bootloader"
|
|
100
|
|
101 ; Dive Settings
|
|
102 TCODE tDvMode, "Dive Mode:"
|
|
103 TCODE tDvOC, "OC"
|
|
104 TCODE tDvCC, "CC"
|
|
105 TCODE tDvGauge, "Gauge"
|
|
106 TCODE tDvApnea, "Apnea"
|
|
107 TCODE tDkMode, "Decotype:"
|
|
108 TCODE tZHL16, "ZH-L16"
|
|
109 TCODE tZHL16GF, "ZH-L16+GF"
|
|
110 TCODE tPPO2Max, "ppO2 Max:"
|
|
111 TCODE tPPO2Min, "ppO2 Min:"
|
|
112 TCODE tLastDecostop, "Last Deco:"
|
|
113 TCODE tDecoparameters, "Deco Parameters"
|
|
114 TCODE tGF_low, "GF low:"
|
|
115 TCODE tGF_high, "GF high:"
|
|
116 TCODE tSaturationMult, "Saturation:"
|
|
117 TCODE tDesaturationMult, "Desaturation:"
|
|
118 TCODE tFTTSMenu, "Future TTS:" ; Future TTS
|
|
119 TCODE taGFMenu, "Alternative GF" ; Alternative GF
|
|
120 TCODE taGF_low, "aGF low:" ; aGF low
|
|
121 TCODE taGF_high, "aGF high:" ; aGF high
|
|
122 TCODE taGF_enable,"aGF Selectable:" ; aGF Selectable
|
|
123 TCODE tDiveaGF_active,"aGF!" ; aGF!
|
|
124
|
|
125 ; Display Settings
|
|
126 TCODE tBright, "Brightness:"
|
|
127 TCODE tEco, "Eco"
|
|
128 TCODE tMedium, "Medium"
|
|
129 TCODE tHigh, "High"
|
|
130 TCODE tDvSalinity,"Salinity:" ; Salinity
|
|
131
|
|
132 ; Setup Menu
|
|
133 TCODE tSystSets, "Settings"
|
|
134 TCODE tLanguage, "Language:"
|
|
135 TCODE tEnglish, "English"
|
|
136 TCODE tGerman, "German"
|
|
137 TCODE tFrench, "French"
|
|
138 TCODE tItalian, "Italian"
|
|
139 TCODE tCompassMenu,"Compass calibration" ; Compass calibration
|
|
140
|
|
141 TCODE tUnits, "Units:"
|
|
142 TCODE tMetric, " m/°C" ; Enum menu
|
|
143 TCODE tImperial, "ft/°F"
|
|
144
|
|
145 TCODE tDefName, "HW OSTC3"
|
|
146 TCODE tbar, "bar" ; bar
|
|
147
|
|
148 ; Units for all menu
|
|
149 TCODE tMeters, "m"
|
|
150 TCODE tFeets, "ft"
|
|
151 TCODE tFeets1, "f"
|
|
152 TCODE tMinutes, "'"
|
|
153 TCODE tPercent, "%"
|
|
154
|
|
155 ; Date
|
|
156 TCODE tDateFormat, "Date:"
|
|
157 TCODE tDateformat, "MMDDYY"
|
|
158 TCODE tDateformat1,"DDMMYY"
|
|
159 TCODE tDateformat2,"YYMMDD"
|
|
160
|
|
161 ; Simulator menu
|
|
162 TCODE tInter, "Simulator" ; Dive Simulator
|
|
163 TCODE tPlan, "Deco Planner" ; Deco Planner
|
|
164
|
|
165 ; Decoplanner submenu
|
|
166 TCODE tBtTm, "Bot. Time:" ; Bot. Time: (10 chars)
|
|
167 TCODE tMxDep, "Max Depth:" ; Max Depth: (10 chars)
|
|
168 TCODE tIntvl, "Interval :" ; Interval : (10 chars)
|
|
169 TCODE tDeco, "Calculate Deco" ; Calculate Deco
|
|
170 TCODE tDivePlan, "Dive Plan:" ; Dive Plan:
|
|
171 TCODE tNoDeco, "No Deco" ; No Deco
|
|
172 TCODE tMore, "More..." ; More...
|
|
173 TCODE tCNS, "CNS" ; CNS
|
|
174
|
|
175 ; Information menu
|
|
176 TCODE tFirmware, "Firmware: " ; Firmware: (space)
|
|
177 TCODE tSerial, "Serial : " ; Serial : (space)
|
|
178 TCODE tTotalDives,"Total Dives: " ; Total Dives:
|
|
179
|
|
180 ; Divemode screen
|
|
181 TCODE tNDL, "NDL"
|
|
182 TCODE tTTS, "TTS"
|
|
183 TCODE tVelMetric, "m/min"
|
|
184 TCODE tVelImperial,"ft/m "
|
|
185 TCODE tGasSelect, "Select Gas" ; Select Gas
|
|
186 TCODE tSelectAir, "Air " ; Air
|
|
187 TCODE tSelectO2, "O2 " ; O2
|
|
188 TCODE tSelectNx, "Nx" ; Nx
|
|
189 TCODE tSelectTx, "Tx" ; Tx
|
|
190 TCODE tDepth, "Depth" ; Depth
|
|
191 TCODE tMaxDepth, "Max. Depth" ; Max. Depth
|
|
192 TCODE tDivetime, "Divetime" ; Divetime
|
|
193 TCODE tDiveHudMask1, "Sensor 1"
|
|
194 TCODE tDiveHudMask2, "Sensor 2"
|
|
195 TCODE tDiveHudMask3, "Sensor 3"
|
|
196 TCODE tDiveTotalAvr, "Total Avr"
|
|
197 TCODE tDiveStopwatch, "Stopwatch"
|
|
198 TCODE tDiveStopAvr, "Stopped Avr"
|
|
199 TCODE tApnoeMax, "Last Descend" ; Last decend
|
|
200 TCODE tApnoeSurface, "Surface Time" ; Surface Time
|
|
201 TCODE tDiveDecoplan, "Decoplan" ; Decoplan
|
|
202 TCODE tDiveClock, "Clock" ; Clock
|
|
203 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
|
|
204 TCODE tDiveTissues, "Tissues" ; Tissues
|
|
205 TCODE tEND, "END:" ; END:
|
|
206 TCODE tHe, "He" ; He
|
|
207 TCODE tN2, "N2" ; N2
|
|
208 TCODE tDiveBailout, "Bailout" ; Bailout
|
|
209 TCODE tGFactors, "GF Values" ; GF Values
|
|
210 TCODE taGFactors, "aGF Values" ; aGF Values
|
|
211 TCODE tGFInfo, "Current GF" ; GF Info
|
|
212
|
|
213 ; Divemode menu
|
|
214 TCODE tDivePreMenu, "Menu?" ; Menu?
|
|
215
|
|
216 ; Simulator menu
|
|
217 TCODE tQuitApnea, "Quit?" ; Quit Apnea mode?
|
|
218 TCODE tQuitSim, "Quit?" ; Quit Simulation?
|
|
219 TCODE tDescent1m, "Sim:-1m" ; Descent 1m
|
|
220 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m
|
|
221
|
|
222 ; Logbook
|
|
223 TCODE tCNS2, "CNS:"
|
|
224 TCODE tAVR, "Avr:"
|
|
225 TCODE tGF, "GF:"
|
|
226 TCODE tSAT, "Sat:" ; Sat:
|
|
227
|
|
228 ; Logbook units
|
|
229 TCODE tLogTunitC, "°C"
|
|
230 TCODE tLogTunitF, "°F"
|
|
231 TCODE tKGL, "kg/l"
|
|
232 TCODE tMBAR, "mbar"
|
|
233
|
|
234 ; Logbook menu
|
|
235 TCODE tNextLog, "Next Page"
|
|
236 TCODE tExitLog, "Exit Logbook"
|
|
237
|
|
238 ; Reset menu
|
|
239 TCODE tReboot, "Reboot" ;Reboot
|
|
240 TCODE tResetMenu2,"Are you sure?" ;Are you sure?
|
|
241 TCODE tAbort, "Abort" ;Abort
|
|
242 TCODE tResetSettings, "Reset all" ;Reset all
|
|
243 TCODE tResetDeco, "Reset Deco" ;Reset Deco
|
|
244 TCODE tResetBattery, "Reset Battery" ;Reset Battery
|
|
245
|
|
246 ; Set Time Menu/Set Date Menu
|
|
247 TCODE tSetHours, "Set Hours" ; Set Hours
|
|
248 TCODE tSetMinutes,"Set Minutes" ; Set Minutes
|
|
249 TCODE tSetSeconds,"Clear Seconds" ; Clear seconds
|
|
250 TCODE tSetDay, "Set Day" ; Set Day
|
|
251 TCODE tSetMonth, "Set Month" ; Set Month
|
|
252 TCODE tSetYear, "Set Year" ; Set Year
|
|
253
|
|
254 ; After update texts
|
|
255 TCODE tNewFirmware1, "Update sucessful!" ; Update sucessful!
|
|
256 TCODE tNewFirmware2, "New Firmware: " ; New Firmware:
|
|
257
|
|
258 ; Logbook Offset Menu
|
|
259 TCODE tLogOffset, "Logbook offset" ; Logbook offset
|
|
260 TCODE tLogOffsetp1, "+1" ; +1
|
|
261 TCODE tLogOffsetp10, "+10" ; +10
|
|
262 TCODE tLogOffsetm1, "-1" ; -1
|
|
263 TCODE tLogOffsetm10, "-10" ; -10
|