Mercurial > public > mk2
annotate code_part1/OSTC_code_asm_part1/english_text.asm @ 410:c6f9eb123b85
remove of red ambient pressure (High altitude mode)
author | heinrichsweikamp |
---|---|
date | Mon, 11 Jul 2011 16:04:35 +0200 |
parents | a59532d2daf8 |
children | 6e57b5bb98ce |
rev | line source |
---|---|
177 | 1 ;============================================================================= |
174 | 2 ; OSTC - diving computer code |
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR | |
4 ; | |
5 ; This program is free software: you can redistribute it and/or modify | |
6 ; it under the terms of the GNU General Public License as published by | |
7 ; the Free Software Foundation, either version 3 of the License, or | |
8 ; (at your option) any later version. | |
9 ; | |
10 ; This program is distributed in the hope that it will be useful, | |
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 ; GNU General Public License for more details. | |
14 ; | |
15 ; You should have received a copy of the GNU General Public License | |
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>. | |
17 ; | |
177 | 18 ; Hold texts and screen position to display the texts. |
19 ; History: | |
20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com | |
21 ; 2008/05/24 : MW. | |
22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support | |
23 ; | |
174 | 24 ; known bugs: |
25 ; ToDo: | |
177 | 26 ;============================================================================= |
27 ; | |
28 ; Instructions for translating: | |
29 ; | |
30 ; * Strings are accessed according to the order in the file. | |
31 ; So don't change ordering ! | |
32 ; | |
33 ; * Keep the english original version on the right column. So translations | |
34 ; can be reviewed and maintened. | |
35 ; | |
36 ; * One of the main constraint is to keep texts short, to avoid clobering | |
37 ; the OSTC screen. Of course, the technical, precise terms should be used. | |
38 ; Generally, there is no hard constraint: you can be one or two chars | |
39 ; shorter or longer. | |
40 ; | |
41 ; * Beware that some strings do have a fixed length. You should then use | |
42 ; exactly the same size. | |
43 ; | |
44 ; * Beware that some strings have ponctuation, or trailling space(s). In that | |
45 ; case, you should keep EXACTLY the same ponctuation AND TRAILING SPACES. | |
46 ; | |
47 ; * Ascii chars: we can support a few specific chars. öäüß for German. | |
187 | 48 ; éèêç for French. áíóúñ¡¿ for Spanish. |
49 ; If you really, absolutly, need more: ask... | |
177 | 50 ; |
51 ; * Do not translate comments (everithing after the ;), because they are | |
52 ; used for maintenance. | |
53 ; | |
54 ; * The X column is position on screen. Some texts are centered, left | |
55 ; padded or right padded. In that case, if you changed the text size, | |
56 ; you will have to adjust position. A char is 7 pixels wide. | |
57 ; | |
58 ;============================================================================= | |
174 | 59 ; macro X Y "translation" ; English original |
60 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash | |
61 TCODE .0, .25, "Please Wait..." ;002 Please Wait... | |
62 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 | |
63 TCODE .65, .2, "Menu?" ;004 Menu? | |
64 TCODE .65, .2, "Menu:" ;005 Menu: | |
65 TCODE .20, .35, "Logbook" ;006 Logbook | |
66 TCODE .20, .65, "Gas Setup" ;007 Gas Setup | |
67 TCODE .20, .35, "Set Time" ;008 Set Time | |
68 TCODE .20, .95, "Reset Menu" ;009 Reset Menu | |
69 TCODE .20, .125, "Setup" ;010 Setup | |
70 TCODE .20, .185, "Exit" ;011 Exit | |
197 | 71 TCODE .111, .2, "Wait..." ;012 Wait... |
174 | 72 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash: |
187 | 73 TCODE .0, .0, "Desat" ;014 Desat (Desaturation count-down) |
74 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB) | |
174 | 75 TCODE .10, .30, "Start" ;016 Start |
76 TCODE .10, .55, "Data" ;017 Data | |
77 TCODE .10, .80, "Header" ;018 Header | |
78 TCODE .10, .105, "Profile" ;019 Profile | |
79 TCODE .10, .130, "Done." ;020 Done. | |
80 TCODE .20, .35, "Cancel Reset" ;021 Cancel Reset | |
81 TCODE .32, .65, "Time:" ;022 Time: | |
82 TCODE .32, .95, "Date:" ;023 Date: | |
255
1efd59d689f8
small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
heinrichsweikamp
parents:
231
diff
changeset
|
83 TCODE .0, .215, "Set Hours" ;024 Set Hours |
174 | 84 TCODE .6, .0, "Reset..." ;025 Reset... |
85 TCODE .55, .2, "Logbook" ;026 Logbook | |
86 TCODE .14, .2, "Custom Functions I" ;027 Custom Functions I | |
87 TCODE .40, .2, "Reset Menu" ;028 Reset Menu | |
88 TCODE .50, .2, "Set Time:" ;029 Set Time: | |
187 | 89 TCODE .100, .50, "SetMarker" ;030 SetMarker (Add a mark in logbook profile) |
174 | 90 TCODE .100, .25, "Decoplan" ;031 Decoplan |
91 TCODE .100, .0, "Gaslist" ;032 Gaslist | |
187 | 92 TCODE .100, .50, "ResetAvr" ;033 ResetAvr (Reset average depth) |
93 TCODE .100, .100, "Exit" ;034 Exit (Exit current menu) | |
94 TCODE .0, .0, "NoFly" ;035 NoFly (No-flight count-down) | |
177 | 95 ; |
96 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars). | |
187 | 97 TCODE .40, .35, "Start Dive [m]" ;036 Start Dive [m] (depth to switch to dive mode) |
98 TCODE .40, .35, "End Dive [m]" ;037 End Dive [m] (depth to switch back to surface mode) | |
352
544a96faa9f3
New "Quit sim" option in simulated dive mode, CF02 now allows more then 240seconds, Bugfix with runtime=1min in runtime simulator
Heinrichsweikamp
parents:
325
diff
changeset
|
99 TCODE .40, .35, "End Delay [sec]" ;038 End Delay [sec] (duration dive screen stays after end of dive) |
174 | 100 TCODE .40, .35, "Power Off [min]" ;039 Power Off [min] |
187 | 101 TCODE .40, .35, "Pre-menu [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed) |
174 | 102 TCODE .40, .35, "velocity[m/min]" ;041 velocity[m/min] |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
103 TCODE .40, .35, "Wake-up [mbar]" ;042 Wake-up [mbar] |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
104 TCODE .40, .35, "max.Surf.[mbar]" ;043 max.Surf.[mbar] |
174 | 105 TCODE .40, .35, "GF display [%]" ;044 GF display [%] |
106 TCODE .40, .35, "min. O2 Dis.[%]" ;045 min. O2 Dis.[%] | |
107 TCODE .40, .35, "Dive menus[min]" ;046 Dive menus[min] | |
108 TCODE .40, .35, "Saturate x [%]" ;047 Saturate x [%] | |
109 TCODE .40, .35, "Desaturate x[%]" ;048 Desaturate x[%] | |
187 | 110 TCODE .40, .35, "NoFly Ratio [%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown). |
174 | 111 TCODE .40, .35, "GF alarm 1 [%]" ;050 GF alarm 1 [%] |
112 TCODE .40, .35, "CNSshow surf[%]" ;051 CNSshow surf[%] | |
113 TCODE .40, .35, "Deco Offset [m]" ;052 Deco Offset [m] | |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
114 TCODE .40, .35, "ppO2 low [bar]" ;053 ppO2 low [bar] |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
115 TCODE .40, .35, "ppO2 high [bar]" ;054 ppO2 high [bar] |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
116 TCODE .40, .35, "ppO2 show [bar]" ;055 ppO2 show [bar] |
174 | 117 TCODE .40, .35, "sampling rate " ;056 sampling rate |
118 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp | |
119 TCODE .40, .35, "Divisor Decodat" ;058 Divisor Decodat | |
381 | 120 TCODE .40, .35, "Divisor GF " ;059 Divisor GF |
174 | 121 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2 |
122 TCODE .40, .35, "Divisor Debug " ;061 Divisor Debug | |
367 | 123 TCODE .40, .35, "Divisor CNS " ;062 Divisor CNS |
174 | 124 TCODE .40, .35, "CNSshow dive[%]" ;063 CNSshow dive[%] |
125 TCODE .40, .35, "Logbook offset " ;064 Logbook offset | |
126 TCODE .40, .35, "Last Deco at[m]" ;065 Last Deco at[m] | |
127 TCODE .40, .35, "End Apnoe [h]" ;066 End Apnoe [h] | |
128 TCODE .40, .35, "Show Batt.Volts" ;067 Show Batt.Volts | |
177 | 129 ; End of function descriptor I |
130 ; | |
174 | 131 ;licence: |
132 TCODE .0, .35, "This program is" ;068 This program is | |
133 TCODE .0, .65, "distributed in the" ;069 distributed in the | |
134 TCODE .0, .95, "hope that it will be" ;070 hope that it will be | |
135 TCODE .0, .125, "useful, but WITHOUT" ;071 useful, but WITHOUT | |
136 TCODE .0, .155, "ANY WARRANTY; without" ;072 ANY WARRANTY | |
137 TCODE .0, .185, "even the implied" ;073 even the implied | |
138 TCODE .0, .215, "warranty of" ;074 warranty of | |
139 TCODE .0, .35, "MERCHANTABILITY or" ;075 MERCHANTABILITY or | |
140 TCODE .0, .65, "FITNESS FOR A" ;076 FITNESS FOR A | |
141 TCODE .0, .95, "PARTICULAR PURPOSE." ;077 PARTICULAR PURPOSE. | |
142 TCODE .0, .125, "See the GNU General" ;078 See the GNU General | |
143 TCODE .0, .155, "Public License for" ;079 Public License for | |
144 TCODE .0, .185, "more details:" ;080 more details: | |
145 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de | |
177 | 146 ; end of licence |
147 ; | |
174 | 148 TCODE .102, .54, "Decostop" ;082 Decostop |
149 TCODE .0, .0, "m/min" ;083 m/min | |
150 TCODE .108, .113, "No Stop" ;084 No Stop | |
151 TCODE .135, .113, "TTS" ;085 TTS | |
152 TCODE .100, .0, "Divetime" ;086 Divetime | |
153 TCODE .0, .0, "Depth" ;087 Depth | |
154 TCODE .0, .0, "First Gas?" ;088 First Gas? | |
155 TCODE .0, .0, "Default:" ;089 Default: | |
156 TCODE .0, .0, "Minutes" ;090 Minutes | |
157 TCODE .0, .0, "Month " ;091 Month | |
158 TCODE .0, .0, "Day " ;092 Day | |
159 TCODE .0, .0, "Year " ;093 Year | |
160 TCODE .0, .0, "Set " ;094 Set | |
161 TCODE .0, .0, "Gas# " ;095 Gas# | |
162 TCODE .0, .0, "Yes" ;096 Yes | |
163 TCODE .0, .0, "Current:" ;097 Current: | |
164 TCODE .40, .2, "Setup Menu:" ;098 Setup Menu: | |
165 TCODE .20, .35, "Custom FunctionsI" ;099 Custom FunctionsI | |
166 TCODE .20, .125, "Decotype:" ;100 Decotype: | |
167 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC | |
168 TCODE .85, .125, "Gauge " ;102 Gauge | |
169 TCODE .85, .125, "Gauge" ;103 Gauge | |
170 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC | |
171 TCODE .0, .0, "Active Gas? " ;105 Active Gas? | |
177 | 172 TCODE .10, .2, "Gas Setup - Gaslist" ;106 Gas Setup - Gaslist |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
173 TCODE .20, .95, "Depth +/-:" ;107 Depth +/-: |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
174 TCODE .20, .125, "Change:" ;108 Change: |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
175 TCODE .20, .155, "Default:" ;109 Default: |
174 | 176 TCODE .20, .65, "CCR SetPoint Menu" ;110 CCR SetPoint Menu |
177 TCODE .20, .2, "CCR SetPoint Menu" ;111 CCR SetPoint Menu | |
178 TCODE .0, .0, "SP#" ;112 SP# | |
179 TCODE .20, .95, "Battery Info" ;113 Battery Info | |
180 TCODE .10, .2, "Battery Information" ;114 Battery Information | |
181 TCODE .0, .9, "Cycles:" ;115 Cycles: | |
182 TCODE .85, .125, "Apnoe" ;116 Apnoe | |
183 TCODE .0, .18, "Last Complete:" ;117 Last Complete: | |
184 TCODE .0, .27, "Lowest Vbatt:" ;118 Lowest Vbatt: | |
185 TCODE .0, .36, "Lowest at:" ;119 Lowest at: | |
186 TCODE .0, .45, "Tmin:" ;120 Tmin: | |
187 TCODE .0, .54, "Tmax:" ;121 Tmax: | |
228 | 188 TCODE .100, .125, "More" ;122 More (Gaslist) |
174 | 189 TCODE .100, .25, "O2 +" ;123 O2 + |
190 TCODE .100, .50, "O2 -" ;124 O2 - | |
191 TCODE .100, .75, "He +" ;125 He + | |
192 TCODE .100, .100, "He -" ;126 He - | |
193 TCODE .100, .0, "Exit" ;127 Exit | |
194 TCODE .100, .25, "Delete" ;128 Delete | |
195 TCODE .20, .65, "Debug:" ;129 Debug: | |
196 TCODE .65, .65, "ON " ;130 ON | |
197 TCODE .65, .65, "OFF" ;131 OFF | |
198 TCODE .100, .50, "Del. all" ;132 Del. all | |
199 TCODE .10, .0, "Unexpected reset from" ;133 Unexpected reset from | |
200 TCODE .10, .25, "Divemode! Please help" ;134 Divemode! Please help | |
201 TCODE .10, .50, "and report the Debug " ;135 and report the Debug | |
202 TCODE .10, .75, "Information below!" ;136 Information below! | |
203 TCODE .100, .75, "Bailout" ;137 Bailout | |
204 TCODE .85, .125, "Apnoe " ;138 Apnoe | |
205 TCODE .105, .120, "Descent" ;139 Descent | |
206 TCODE .105, .60, "Surface" ;140 Surface | |
207 TCODE .65, .2, "Quit?" ;141 Quit? | |
208 TCODE .20, .155, "More" ;142 More | |
209 TCODE .42, .72, "Confirm:" ;143 Confirm: | |
210 TCODE .60, .2, "Menu 2:" ;144 Menu 2: | |
211 TCODE .52, .96, "Cancel" ;145 Cancel | |
212 TCODE .52, .120, "OK!" ;146 OK! | |
213 TCODE .20, .35, "More" ;147 More | |
214 TCODE .0, .0, ":.........:" ;148 :.........: | |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
215 TCODE .0, .8, "ppO2" ;149 ppO2 |
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
216 TCODE .2, .39, "bar " ;150 bar |
174 | 217 TCODE .108, .216, "Marker?" ;151 Marker? |
218 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC | |
219 TCODE .20, .65, "Custom FunctionsII" ;153 Custom FunctionsII | |
177 | 220 ; |
221 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). | |
174 | 222 TCODE .40, .35, "GF Low [%]" ;154 GF Low [%] |
223 TCODE .40, .35, "GF High [%]" ;155 GF High [%] | |
224 TCODE .40, .35, "Color# Battery " ;156 Color# Battery | |
225 TCODE .40, .35, "Color# Standard" ;157 Color# Standard | |
226 TCODE .40, .35, "Color# Divemask" ;158 Color# Divemask | |
227 TCODE .40, .35, "Color# Warnings" ;159 Color# Warnings | |
228 TCODE .40, .35, "Divemode secs. " ;160 Divemode secs. | |
229 TCODE .40, .35, "Adjust fixed SP" ;161 Adjust fixed SP | |
230 TCODE .40, .35, "Warn Ceiling " ;162 Warn Ceiling | |
231 TCODE .40, .35, "Mix type icons " ;163 Mix type icons | |
196 | 232 TCODE .40, .35, "Blink BetterGas" ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas). |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
233 TCODE .40, .35, "DepthWarn[mbar]" ;165 DepthWarn[mbar] |
174 | 234 TCODE .40, .35, "CNS warning [%]" ;166 CNS warning [%] |
235 TCODE .40, .35, "GF warning [%]" ;167 GF warning [%] | |
297
ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
Heinrichsweikamp
parents:
283
diff
changeset
|
236 TCODE .40, .35, "ppO2 warn [bar]" ;168 ppO2 warn [bar] |
174 | 237 TCODE .40, .35, "Vel.warn[m/min]" ;169 Vel.warn[m/min] |
238 TCODE .40, .35, "Time offset/day" ;170 Time offset/day | |
239 TCODE .40, .35, "Show altimeter " ;171 Show altimeter | |
240 TCODE .40, .35, "Show Log-Marker" ;172 Show Log-Marker | |
241 TCODE .40, .35, "Show Stopwatch " ;173 Show Stopwatch | |
242 TCODE .40, .35, "ShowTissueGraph" ;174 ShowTissueGraph | |
243 TCODE .40, .35, "Show Lead.Tiss." ;175 Show Lead.Tiss. | |
197 | 244 TCODE .40, .35, "ShallowStop 1st" ;176 Shallow stop 1st (Reverse order of deco plans) |
245 TCODE .40, .35, "Gas switch[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). | |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
297
diff
changeset
|
246 TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). |
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
297
diff
changeset
|
247 TCODE .40, .35, "AscentGas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) |
318 | 248 TCODE .40, .35, "Future TTS[min]" ;180 Future TTS[min] (@5 variant: compute TTS for extra time at current depth) |
174 | 249 TCODE .40, .35, "not used " ;181 not used |
250 TCODE .40, .35, "not used " ;182 not used | |
251 TCODE .40, .35, "not used " ;183 not used | |
252 TCODE .40, .35, "not used " ;184 not used | |
253 TCODE .40, .35, "not used " ;185 not used | |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
297
diff
changeset
|
254 ; End of function descriptor II |
174 | 255 ; |
256 TCODE .13, .2, "Custom Functions II" ;186 Custom Functions II | |
257 TCODE .20, .95, "Show License" ;187 Show License | |
258 TCODE .0, .2, "Sim. Results:" ;188 Sim. Results: | |
259 TCODE .90, .25, "Surface" ;189 Surface | |
260 TCODE .0, .0, "ppO2 +" ;190 ppO2 + | |
261 TCODE .0, .0, "ppO2 -" ;191 ppO2 - | |
194 | 262 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluent) |
174 | 263 ; ZH-L16 mode description |
264 TCODE .0, .35, "Decotype: ZH-L16 OC" ;193 Decotype: ZH-L16 OC | |
265 TCODE .0, .65, "For Open Circuit " ;194 For Open Circuit | |
266 TCODE .0, .95, "Divers. Supports 5 " ;195 Divers. Supports 5 | |
267 TCODE .0, .125, "Trimix Gases. " ;196 Trimix Gases. | |
268 TCODE .0, .155, "Configure your gas " ;197 Configure your gas | |
269 TCODE .0, .185, "in Gassetup menu. " ;198 in Gassetup menu. | |
270 TCODE .0, .215, "Check CF11 & CF12 !" ;199 Check CF11 & CF12 ! | |
271 ; Gaugemode description | |
272 TCODE .0, .35, "Decotype: Gauge " ;200 Decotype: Gauge | |
273 TCODE .0, .65, "Divetime will be in" ;201 Divetime will be in | |
274 TCODE .0, .95, "Minutes:Seconds. " ;202 Minutes:Seconds. | |
275 TCODE .0, .125, "OSTC2 will not " ;203 OSTC2 will not | |
276 TCODE .0, .155, "compute Deco, NoFly" ;204 compute Deco, NoFly | |
277 TCODE .0, .185, "time and Desat. " ;205 time and Desat. | |
278 TCODE .0, .215, "time at all! " ;206 time at all! | |
279 ; Const.ppO2 description | |
280 TCODE .0, .35, "Decotype: ZH-L16 CC" ;207 Decotype: ZH-L16 CC | |
281 TCODE .0, .65, "For (Semi-)Closed " ;208 For (Semi-)Closed | |
282 TCODE .0, .95, "Circuit rebreathers" ;209 Circuit rebreathers | |
283 TCODE .0, .125, "Configure the 3 " ;210 Configure the 3 | |
284 TCODE .0, .155, "SetPoints in CCR - " ;211 SetPoints in CCR - | |
285 TCODE .0, .185, "Setup menu. 5 bail-" ;212 Setup menu. 5 bail- | |
286 TCODE .0, .215, "outs are available." ;213 outs are available. | |
287 ; Apnoemode description | |
288 TCODE .0, .35, "Decotype: Apnoe " ;214 Decotype: Apnoe | |
289 TCODE .0, .65, "OSTC2 will display " ;215 OSTC2 will display | |
290 TCODE .0, .95, "each descent separ-" ;216 each descent separ- | |
291 TCODE .0, .125, "ately in Min:Sec. " ;217 ately in Min:Sec. | |
292 TCODE .0, .155, "Will temporally set" ;218 Will temporally set | |
293 TCODE .0, .185, "samplerate to 1 sec" ;219 samplerate to 1 sec | |
294 TCODE .0, .215, "No Deco calculation" ;220 No Deco calculation | |
295 ; Multi GF OC mode description | |
296 TCODE .0, .35, "Decotype: L16-GF OC" ;221 Decotype: L16-GF OC | |
297 TCODE .0, .65, "Decompression cal- " ;222 Decompression cal- | |
298 TCODE .0, .95, "culations with the " ;223 culations with the | |
299 TCODE .0, .125, "GF-Method (GF_lo/GF" ;224 GF-Method (GF_lo/GF | |
300 TCODE .0, .155, "_hi). Check CF32 & " ;225 _hi). Check CF32 & | |
301 TCODE .0, .185, "CF33! Open Circuit " ;226 CF33! Open Circuit | |
302 TCODE .0, .215, "with Deep Stops. " ;227 with Deep Stops. | |
303 ; Multi GF CC mode description | |
304 TCODE .0, .35, "Decotype: L16-GF CC" ;228 Decotype: L16-GF CC | |
305 TCODE .0, .65, "Decompression cal- " ;229 Decompression cal- | |
306 TCODE .0, .95, "culations with the " ;230 culations with the | |
307 TCODE .0, .125, "GF-Method (GF_lo/GF" ;231 GF-Method (GF_lo/GF | |
308 TCODE .0, .155, "_hi). Check CF32 & " ;232 _hi). Check CF32 & | |
309 TCODE .0, .185, "CF33!Closed Circuit" ;233 CF33!Closed Circuit | |
310 TCODE .0, .215, "with Deep Stops. " ;234 with Deep Stops. | |
311 ; | |
312 TCODE .10, .2, "Decomode changed! " ;235 Decomode changed! | |
313 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC | |
314 TCODE .2, .12, "Not found" ;237 Not found | |
315 TCODE .100, .0, "SetPoint" ;238 SetPoint | |
316 TCODE .100, .0, "No Deco" ;239 No Deco | |
317 TCODE .90, .50, "Interval:" ;240 Interval: | |
318 TCODE .100, .75, "Display" ;241 Display | |
319 TCODE .100, .0, "No deco" ;242 No deco | |
320 TCODE .132, .0, "beta" ;243 beta | |
321 TCODE .100, .100, "unuse" ;244 unuse | |
322 TCODE .20, .65, "Reset CF,Gas & Deco" ;245 Reset CF,Gas & Deco | |
323 TCODE .50, .145, "LowBatt!" ;246 LowBatt! | |
324 TCODE .20, .125, "Simulator" ;247 Simulator | |
325 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator | |
369 | 326 TCODE .20, .65, "Start Dive" ;249 Start Dive |
174 | 327 TCODE .100, .25, "+ 1m" ;250 + 1m |
328 TCODE .100, .50, "- 1m" ;251 - 1m | |
329 TCODE .100, .75, "+10m" ;252 +10m | |
330 TCODE .100, .100, "-10m" ;253 -10m | |
331 TCODE .100, .0, "Close" ;254 Close | |
332 TCODE .131, .170, "Time" ;255 Time | |
177 | 333 ; |
174 | 334 ; Text Bank2 (Texts 256-511) |
177 | 335 ; |
174 | 336 TCODE .0, .0, "x" ;256 x |
337 TCODE .20, .35, "Date format:" ;257 Date format: | |
338 TCODE .40, .2, "Setup Menu 2:" ;258 Setup Menu 2: | |
339 TCODE .105, .35, "MMDDYY" ;259 MMDDYY | |
340 TCODE .105, .35, "DDMMYY" ;260 DDMMYY | |
341 TCODE .105, .35, "YYMMDD" ;261 YYMMDD | |
342 TCODE .1, .1, "OSTC " ;262 OSTC | |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
318
diff
changeset
|
343 TCODE .65, .168, "Bail " ;263 Bail |
174 | 344 TCODE .7, .48, "Air " ;264 Air |
345 TCODE .120, .135, "Air " ;265 Air | |
346 TCODE .2, .39, "Calibrate" ;266 Calibrate | |
347 TCODE .0, .216, "Max." ;267 Max. | |
348 TCODE .10, .8, "not" ;268 not | |
349 TCODE .10, .16, "found!" ;269 found! | |
350 TCODE .0, .0, "mV:" ;270 mV: | |
351 ; New CFs Warning | |
352 TCODE .24, .2, "New CF added!" ;271 New CF added! | |
353 TCODE .0, .35, "New CustomFunctions" ;272 New CustomFunctions | |
354 TCODE .0, .65, "were added! Check" ;273 were added! Check | |
355 TCODE .0, .95, "CF I and CF II Menu" ;274 CF I and CF II Menu | |
356 TCODE .0, .125, "for Details!" ;275 for Details! | |
357 TCODE .20, .95, "Salinity: " ;276 Salinity: | |
177 | 358 ; |
369 | 359 TCODE .20, .95, "Bottom Time:" ;277 Bottom Time: |
360 TCODE .20, .125, "Max. Depth:" ;278 Max. Depth: | |
361 TCODE .20, .155, "Calculate Deco" ;279 Calculate Deco | |
362 TCODE .0, .0, "" ;280 UNUSED | |
177 | 363 ; |
174 | 364 TCODE .93, .170, "Avr.Depth" ;281 Avr.Depth |
365 TCODE .90, .170, "Lead Tiss." ;282 Lead Tiss. | |
366 TCODE .93, .170, "Stopwatch" ;283 Stopwatch | |
367 TCODE .20, .95, "Reset Logbook" ;284 Reset Logbook | |
368 TCODE .20, .125, "Reboot OSTC" ;285 Reboot OSTC | |
369 TCODE .20, .155, "Reset Decodata" ;286 Reset Decodata | |
177 | 370 ; Altimeter extension |
174 | 371 TCODE .20, .155, "Altimeter" ;287 Altimeter |
372 TCODE .38, .1, "Set Altimeter" ;288 Set Altimeter | |
373 TCODE .20, .35, "Sea ref: " ;289 Sea ref: | |
374 TCODE .0, .0, "Enabled: " ;290 Enabled: | |
375 TCODE .20, .95, "Default: 1013 mbar" ;291 Default: 1013 mbar | |
376 TCODE .20, .125, "+1 mbar" ;292 +1 mbar | |
377 TCODE .20, .155, "-1 mbar" ;293 -1 mbar | |
378 TCODE .85, .185, "Alt: " ;294 Alt: | |
188 | 379 ; |
380 TCODE .20, .125, "Show raw data" ;295 Show raw data | |
381 TCODE .50, .2, "Raw Data:" ;296 Raw Data: | |
199 | 382 ; Gas-setup addons: |
231
f9d42f8ff97b
BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
JeanDo
parents:
228
diff
changeset
|
383 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). |
f9d42f8ff97b
BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
JeanDo
parents:
228
diff
changeset
|
384 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). |
f9d42f8ff97b
BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
JeanDo
parents:
228
diff
changeset
|
385 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). |
369 | 386 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) |
231
f9d42f8ff97b
BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
JeanDo
parents:
228
diff
changeset
|
387 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). |
314 | 388 ; 115k Bootloader support: |
283
4ec488f046f4
Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
heinrichsweikamp
parents:
255
diff
changeset
|
389 TCODE .45, .100, "Bootloader" ;302 Bootloader |
4ec488f046f4
Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
heinrichsweikamp
parents:
255
diff
changeset
|
390 TCODE .40, .130, "Please wait!" ;303 Please wait! |
4ec488f046f4
Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
heinrichsweikamp
parents:
255
diff
changeset
|
391 TCODE .50, .130, "Aborted!" ;304 Aborted |
314 | 392 ;@5 variant |
318 | 393 TCODE .0, .0, "Future TTS" ;305 Future TTS (=10 chars. Title for @5 customview). |
370 | 394 ; |
352
544a96faa9f3
New "Quit sim" option in simulated dive mode, CF02 now allows more then 240seconds, Bugfix with runtime=1min in runtime simulator
Heinrichsweikamp
parents:
325
diff
changeset
|
395 TCODE .100, .125, "Quit Sim" ;306 Quit Sim (=8char max. Quit Simulator mode) |
369 | 396 ;Dive interval |
370 | 397 TCODE .20, .35, "Interval:" ;307 Interval: |
389 | 398 TCODE .0, .0, "Now " ;308 Now (7 chars min) |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
381
diff
changeset
|
399 TCODE .108, .112, "Average" ;309 Average |
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
381
diff
changeset
|
400 TCODE .94, .54, "Stopwatch" ;310 Stopwatch (BIG Stopwatch in Gauge mode) |
177 | 401 ;============================================================================= |