Mercurial > public > hwos_code
annotate src/text_english.inc @ 68:53b64c5472e1
BUGFIX: Set Day for months <31 days
author | heinrichsweikamp |
---|---|
date | Sat, 01 Feb 2014 15:31:30 +0100 |
parents | 40a5cc0664ed |
children | a5ea132770db |
rev | line source |
---|---|
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 | |
18
4e3f133dfbf4
add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents:
0
diff
changeset
|
140 TCODE tCompassGain,"Compass Gain" ; Compass gain |
4e3f133dfbf4
add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents:
0
diff
changeset
|
141 TCODE tcharx, "x" |
0 | 142 |
143 TCODE tUnits, "Units:" | |
144 TCODE tMetric, " m/°C" ; Enum menu | |
145 TCODE tImperial, "ft/°F" | |
146 | |
147 TCODE tDefName, "HW OSTC3" | |
148 TCODE tbar, "bar" ; bar | |
149 | |
150 ; Units for all menu | |
151 TCODE tMeters, "m" | |
152 TCODE tFeets, "ft" | |
153 TCODE tFeets1, "f" | |
154 TCODE tMinutes, "'" | |
155 TCODE tPercent, "%" | |
156 | |
157 ; Date | |
158 TCODE tDateFormat, "Date:" | |
159 TCODE tDateformat, "MMDDYY" | |
160 TCODE tDateformat1,"DDMMYY" | |
161 TCODE tDateformat2,"YYMMDD" | |
162 | |
163 ; Simulator menu | |
164 TCODE tInter, "Simulator" ; Dive Simulator | |
165 TCODE tPlan, "Deco Planner" ; Deco Planner | |
166 | |
167 ; Decoplanner submenu | |
168 TCODE tBtTm, "Bot. Time:" ; Bot. Time: (10 chars) | |
169 TCODE tMxDep, "Max Depth:" ; Max Depth: (10 chars) | |
170 TCODE tIntvl, "Interval :" ; Interval : (10 chars) | |
171 TCODE tDeco, "Calculate Deco" ; Calculate Deco | |
172 TCODE tDivePlan, "Dive Plan:" ; Dive Plan: | |
173 TCODE tNoDeco, "No Deco" ; No Deco | |
174 TCODE tMore, "More..." ; More... | |
175 TCODE tCNS, "CNS" ; CNS | |
176 | |
177 ; Information menu | |
178 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
179 TCODE tSerial, "Serial : " ; Serial : (space) | |
62 | 180 TCODE tTotalDives,"Total Dives: " ; Total Dives: |
181 TCODE tBatteryV, "Battery: " ; Battery: | |
0 | 182 |
183 ; Divemode screen | |
184 TCODE tNDL, "NDL" | |
185 TCODE tTTS, "TTS" | |
186 TCODE tVelMetric, "m/min" | |
187 TCODE tVelImperial,"ft/m " | |
188 TCODE tGasSelect, "Select Gas" ; Select Gas | |
189 TCODE tSelectAir, "Air " ; Air | |
190 TCODE tSelectO2, "O2 " ; O2 | |
191 TCODE tSelectNx, "Nx" ; Nx | |
192 TCODE tSelectTx, "Tx" ; Tx | |
193 TCODE tDepth, "Depth" ; Depth | |
194 TCODE tMaxDepth, "Max. Depth" ; Max. Depth | |
195 TCODE tDivetime, "Divetime" ; Divetime | |
196 TCODE tDiveHudMask1, "Sensor 1" | |
197 TCODE tDiveHudMask2, "Sensor 2" | |
198 TCODE tDiveHudMask3, "Sensor 3" | |
199 TCODE tDiveTotalAvr, "Total Avr" | |
200 TCODE tDiveStopwatch, "Stopwatch" | |
201 TCODE tDiveStopAvr, "Stopped Avr" | |
38 | 202 TCODE tApnoeTotal, "Total Divetime:"; Total Divetime |
52 | 203 TCODE tApnoeMax, "Last Descent" ; Last descent |
0 | 204 TCODE tApnoeSurface, "Surface Time" ; Surface Time |
205 TCODE tDiveDecoplan, "Decoplan" ; Decoplan | |
206 TCODE tDiveClock, "Clock" ; Clock | |
207 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
208 TCODE tDiveTissues, "Tissues" ; Tissues | |
209 TCODE tEND, "END:" ; END: | |
210 TCODE tHe, "He" ; He | |
211 TCODE tN2, "N2" ; N2 | |
212 TCODE tDiveBailout, "Bailout" ; Bailout | |
213 TCODE tGFactors, "GF Values" ; GF Values | |
214 TCODE taGFactors, "aGF Values" ; aGF Values | |
215 TCODE tGFInfo, "Current GF" ; GF Info | |
216 | |
217 ; Divemode menu | |
218 TCODE tDivePreMenu, "Menu?" ; Menu? | |
219 | |
220 ; Simulator menu | |
221 TCODE tQuitApnea, "Quit?" ; Quit Apnea mode? | |
222 TCODE tQuitSim, "Quit?" ; Quit Simulation? | |
223 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
224 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
225 | |
226 ; Logbook | |
227 TCODE tCNS2, "CNS:" | |
228 TCODE tAVR, "Avr:" | |
229 TCODE tGF, "GF:" | |
230 TCODE tSAT, "Sat:" ; Sat: | |
231 | |
232 ; Logbook units | |
233 TCODE tLogTunitC, "°C" | |
234 TCODE tLogTunitF, "°F" | |
235 TCODE tKGL, "kg/l" | |
236 TCODE tMBAR, "mbar" | |
237 | |
238 ; Logbook menu | |
239 TCODE tNextLog, "Next Page" | |
240 TCODE tExitLog, "Exit Logbook" | |
241 | |
242 ; Reset menu | |
243 TCODE tReboot, "Reboot" ;Reboot | |
244 TCODE tResetMenu2,"Are you sure?" ;Are you sure? | |
245 TCODE tAbort, "Abort" ;Abort | |
246 TCODE tResetSettings, "Reset all" ;Reset all | |
247 TCODE tResetDeco, "Reset Deco" ;Reset Deco | |
248 TCODE tResetBattery, "Reset Battery" ;Reset Battery | |
63 | 249 TCODE tResetLogbook, "Reset Logbook" ;Reset Logbook |
0 | 250 |
251 ; Set Time Menu/Set Date Menu | |
252 TCODE tSetHours, "Set Hours" ; Set Hours | |
253 TCODE tSetMinutes,"Set Minutes" ; Set Minutes | |
254 TCODE tSetSeconds,"Clear Seconds" ; Clear seconds | |
255 TCODE tSetDay, "Set Day" ; Set Day | |
256 TCODE tSetMonth, "Set Month" ; Set Month | |
257 TCODE tSetYear, "Set Year" ; Set Year | |
258 | |
259 ; After update texts | |
52 | 260 TCODE tNewFirmware1, "Update successful!" ; Update successful! |
0 | 261 TCODE tNewFirmware2, "New Firmware: " ; New Firmware: |
262 | |
263 ; Logbook Offset Menu | |
264 TCODE tLogOffset, "Logbook offset" ; Logbook offset | |
265 TCODE tLogOffsetp1, "+1" ; +1 | |
266 TCODE tLogOffsetp10, "+10" ; +10 | |
267 TCODE tLogOffsetm1, "-1" ; -1 | |
268 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
269 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
270 ; Sampling rate |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
271 TCODE tSamplingrate, "Sampling rate:" ; Sampling rate: |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
272 TCODE tSampling2s, "2s" ; 2s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
273 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
274 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
275 ; Compass directions |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
276 TCODE tN, "N" ; N(orth),338°-22° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
277 TCODE tNE, "NE" ; North-East,23°-67° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
278 TCODE tE, "E" ; E(east),68°-112° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
279 TCODE tSE, "SE" ; South-East,113°-157° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
280 TCODE tS, "S" ; S(outh),158°-202° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
281 TCODE tSW, "SW" ; South-West,203°-247° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
282 TCODE tW, "W" ; W(West),248°-292° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
283 TCODE tNW, "NW" ; North-West,293°-337° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
284 |
50 | 285 ; Color Scheme menu |
52 | 286 TCODE tColorScheme, "Colour scheme" ; Colour scheme |
51 | 287 TCODE tColorSetDive, "Divemode:" ; Divemode: |
288 TCODE tColorSetName0, "Standard" ; Standard | |
289 TCODE tColorSetName1, "Red" ; Red | |
290 TCODE tColorSetName2, "Green" ; Green | |
291 TCODE tColorSetName3, "Blue" ; Blue |