comparison code_part1/OSTC_code_asm_part1/german_text.asm @ 246:90af80e57b49

German texts added
author heinrichsweikamp
date Tue, 29 Mar 2011 13:15:33 +0200
parents f9d42f8ff97b
children 1efd59d689f8
comparison
equal deleted inserted replaced
245:dee88c962653 246:90af80e57b49
18 ; Hold texts and screen position to display the texts. 18 ; Hold texts and screen position to display the texts.
19 ; History: 19 ; History:
20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com 20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com
21 ; 2008/05/24 : MW. 21 ; 2008/05/24 : MW.
22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support 22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support
23 ; 2011/03/29 : Oliver J. Albrecht: German translation.
23 ; 24 ;
24 ; known bugs: 25 ; known bugs:
25 ; ToDo: 26 ; ToDo:
26 ;============================================================================= 27 ;=============================================================================
27 ; 28 ;
55 ; padded or right padded. In that case, if you changed the text size, 56 ; 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 ; you will have to adjust position. A char is 7 pixels wide.
57 ; 58 ;
58 ;============================================================================= 59 ;=============================================================================
59 ; macro X Y "translation" ; English original 60 ; macro X Y "translation" ; English original
60 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash 61 TCODE .0, .0, "Erstelle MD2 Hash" ;001 Building MD2 Hash
61 TCODE .0, .25, "Please Wait..." ;002 Please Wait... 62 TCODE .0, .25, "Bitte warten..." ;002 Please Wait...
62 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 63 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2
63 TCODE .65, .2, "Menu?" ;004 Menu? 64 TCODE .65, .2, "Menü?" ;004 Menu?
64 TCODE .65, .2, "Menu:" ;005 Menu: 65 TCODE .65, .2, "Menü:" ;005 Menu:
65 TCODE .20, .35, "Logbook" ;006 Logbook 66 TCODE .20, .35, "Logbuch" ;006 Logbook
66 TCODE .20, .65, "Gas Setup" ;007 Gas Setup 67 TCODE .20, .65, "Gas-Einstellungen" ;007 Gas Setup
67 TCODE .20, .35, "Set Time" ;008 Set Time 68 TCODE .20, .35, "Uhrzeit einstellen" ;008 Set Time
68 TCODE .20, .95, "Reset Menu" ;009 Reset Menu 69 TCODE .20, .95, "Daten Zurücksetzen" ;009 Reset Menu
69 TCODE .20, .125, "Setup" ;010 Setup 70 TCODE .20, .125, "Einstellungen" ;010 Setup
70 TCODE .20, .185, "Exit" ;011 Exit 71 TCODE .20, .185, "Ende" ;011 Exit
71 TCODE .111, .2, "Wait..." ;012 Wait... 72 TCODE .97, .2, "Warten..." ;012 Wait...
72 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash: 73 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash:
73 TCODE .0, .0, "Desat" ;014 Desat (Desaturation count-down) 74 TCODE .0, .0, "Entsä" ;014 Desat (Desaturation count-down)
74 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB) 75 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB)
75 TCODE .10, .30, "Start" ;016 Start 76 TCODE .10, .30, "Start" ;016 Start
76 TCODE .10, .55, "Data" ;017 Data 77 TCODE .10, .55, "Daten" ;017 Data
77 TCODE .10, .80, "Header" ;018 Header 78 TCODE .10, .80, "Kopfzeile" ;018 Header
78 TCODE .10, .105, "Profile" ;019 Profile 79 TCODE .10, .105, "Profil" ;019 Profile
79 TCODE .10, .130, "Done." ;020 Done. 80 TCODE .10, .130, "Fertig." ;020 Done.
80 TCODE .20, .35, "Cancel Reset" ;021 Cancel Reset 81 TCODE .20, .35, "Zurücksetzen abbr." ;021 Cancel Reset
81 TCODE .32, .65, "Time:" ;022 Time: 82 TCODE .32, .65, "Uhrzeit:" ;022 Time:
82 TCODE .32, .95, "Date:" ;023 Date: 83 TCODE .32, .95, "Datum:" ;023 Date:
83 TCODE .32, .155, "Set Hours" ;024 Set Hours 84 TCODE .32, .155, "Einst.Stunden" ;024 Set Hours
84 TCODE .6, .0, "Reset..." ;025 Reset... 85 TCODE .6, .0, "Zurücksetzen..." ;025 Reset...
85 TCODE .55, .2, "Logbook" ;026 Logbook 86 TCODE .55, .2, "Logbuch" ;026 Logbook
86 TCODE .14, .2, "Custom Functions I" ;027 Custom Functions I 87 TCODE .14, .2, "Custom Funktionen I" ;027 Custom Functions I
87 TCODE .40, .2, "Reset Menu" ;028 Reset Menu 88 TCODE .14, .2, "Daten Zurücksetzen" ;028 Reset Menu
88 TCODE .50, .2, "Set Time:" ;029 Set Time: 89 TCODE .14, .2, "Uhrzeit einstellen:" ;029 Set Time:
89 TCODE .100, .50, "SetMarker" ;030 SetMarker (Add a mark in logbook profile) 90 TCODE .100, .50, "Markern" ;030 SetMarker (Add a mark in logbook profile)
90 TCODE .100, .25, "Decoplan" ;031 Decoplan 91 TCODE .100, .25, "Dekoplan" ;031 Decoplan
91 TCODE .100, .0, "Gaslist" ;032 Gaslist 92 TCODE .100, .0, "Gasliste" ;032 Gaslist
92 TCODE .100, .50, "ResetAvr" ;033 ResetAvr (Reset average depth) 93 TCODE .100, .50, "DTiefeLö" ;033 ResetAvr (Reset average depth)
93 TCODE .100, .100, "Exit" ;034 Exit (Exit current menu) 94 TCODE .100, .100, "Ende" ;034 Exit (Exit current menu)
94 TCODE .0, .0, "NoFly" ;035 NoFly (No-flight count-down) 95 TCODE .0, .0, "Flugv" ;035 NoFly (No-flight count-down)
95 ; 96 ;
96 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars). 97 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars).
97 TCODE .40, .35, "Start Dive [m]" ;036 Start Dive [m] (depth to switch to dive mode) 98 TCODE .40, .35, "TG Start [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) 99 TCODE .40, .35, "TG Ende [m]" ;037 End Dive [m] (depth to switch back to surface mode)
99 TCODE .40, .35, "End Delay [min]" ;038 End Delay [min] (duration dive screen stays after end of dive) 100 TCODE .40, .35, "TGNachlauf[min]" ;038 End Delay [min] (duration dive screen stays after end of dive)
100 TCODE .40, .35, "Power Off [min]" ;039 Power Off [min] 101 TCODE .40, .35, "Standby [min]" ;039 Power Off [min]
101 TCODE .40, .35, "Pre-menu [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed) 102 TCODE .40, .35, "Pre-Menü [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed)
102 TCODE .40, .35, "velocity[m/min]" ;041 velocity[m/min] 103 TCODE .40, .35, "Geschw. [m/min]" ;041 velocity[m/min]
103 TCODE .40, .35, "Wake-up [mBar]" ;042 Wake-up [mBar] 104 TCODE .40, .35, "Aufwachen[mBar]" ;042 Wake-up [mBar]
104 TCODE .40, .35, "max.Surf.[mBar]" ;043 max.Surf.[mBar] 105 TCODE .40, .35, "max.Ober.[mBar]" ;043 max.Surf.[mBar]
105 TCODE .40, .35, "GF display [%]" ;044 GF display [%] 106 TCODE .40, .35, "GF Anzeige [%]" ;044 GF display [%]
106 TCODE .40, .35, "min. O2 Dis.[%]" ;045 min. O2 Dis.[%] 107 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, "TG Menüs [min]" ;046 Dive menus[min]
108 TCODE .40, .35, "Saturate x [%]" ;047 Saturate x [%] 109 TCODE .40, .35, "Sättigung x [%]" ;047 Saturate x [%]
109 TCODE .40, .35, "Desaturate x[%]" ;048 Desaturate x[%] 110 TCODE .40, .35, "Entsätt. x [%]" ;048 Desaturate x[%]
110 TCODE .40, .35, "NoFly Ratio [%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown). 111 TCODE .40, .35, "Flugv.Ratio [%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown).
111 TCODE .40, .35, "GF alarm 1 [%]" ;050 GF alarm 1 [%] 112 TCODE .40, .35, "GF Alarm 1 [%]" ;050 GF alarm 1 [%]
112 TCODE .40, .35, "CNSshow surf[%]" ;051 CNSshow surf[%] 113 TCODE .40, .35, "CNSAnzOberf.[%]" ;051 CNSshow surf[%]
113 TCODE .40, .35, "Deco Offset [m]" ;052 Deco Offset [m] 114 TCODE .40, .35, "Deko Versatz[m]" ;052 Deco Offset [m]
114 TCODE .40, .35, "ppO2 low [Bar]" ;053 ppO2 low [Bar] 115 TCODE .40, .35, "ppO2 min. [Bar]" ;053 ppO2 low [Bar]
115 TCODE .40, .35, "ppO2 high [Bar]" ;054 ppO2 high [Bar] 116 TCODE .40, .35, "ppO2 max. [Bar]" ;054 ppO2 high [Bar]
116 TCODE .40, .35, "ppO2 show [Bar]" ;055 ppO2 show [Bar] 117 TCODE .40, .35, "ppO2 anz. [Bar]" ;055 ppO2 show [Bar]
117 TCODE .40, .35, "sampling rate " ;056 sampling rate 118 TCODE .40, .35, "Abtastrate " ;056 sampling rate
118 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp 119 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp
119 TCODE .40, .35, "Divisor Decodat" ;058 Divisor Decodat 120 TCODE .40, .35, "Divisor Dekodat" ;058 Divisor Decodat
120 TCODE .40, .35, "Divisor NotUse1" ;059 Divisor NotUse1 121 TCODE .40, .35, "Divisor frei1 " ;059 Divisor NotUse1
121 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2 122 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2
122 TCODE .40, .35, "Divisor Debug " ;061 Divisor Debug 123 TCODE .40, .35, "Divisor Debug " ;061 Divisor Debug
123 TCODE .40, .35, "Divisor NotUse2" ;062 Divisor NotUse2 124 TCODE .40, .35, "Divisor frei2 " ;062 Divisor NotUse2
124 TCODE .40, .35, "CNSshow dive[%]" ;063 CNSshow dive[%] 125 TCODE .40, .35, "CNS-Anz. TG [%]" ;063 CNSshow dive[%]
125 TCODE .40, .35, "Logbook offset " ;064 Logbook offset 126 TCODE .40, .35, "Logbuch Versatz" ;064 Logbook offset
126 TCODE .40, .35, "Last Deco at[m]" ;065 Last Deco at[m] 127 TCODE .40, .35, "Letzte Deko [m]" ;065 Last Deco at[m]
127 TCODE .40, .35, "End Apnoe [h]" ;066 End Apnoe [h] 128 TCODE .40, .35, "Apnoe Ende [h]" ;066 End Apnoe [h]
128 TCODE .40, .35, "Show Batt.Volts" ;067 Show Batt.Volts 129 TCODE .40, .35, "Zeige Batt.Volt" ;067 Show Batt.Volts
129 ; End of function descriptor I 130 ; End of function descriptor I
130 ; 131 ;
131 ;licence: 132 ;licence:
132 TCODE .0, .35, "This program is" ;068 This program is 133 TCODE .0, .35, "Dieses Programm wird in" ;068 This program is
133 TCODE .0, .65, "distributed in the" ;069 distributed in the 134 TCODE .0, .65, "der Hoffnung bereit-" ;069 distributed in the
134 TCODE .0, .95, "hope that it will be" ;070 hope that it will be 135 TCODE .0, .95, "gestellt dass es nütz-" ;070 hope that it will be
135 TCODE .0, .125, "useful, but WITHOUT" ;071 useful, but WITHOUT 136 TCODE .0, .125, "lich ist, aber OHNE" ;071 useful, but WITHOUT
136 TCODE .0, .155, "ANY WARRANTY; without" ;072 ANY WARRANTY 137 TCODE .0, .155, "JEDE GEWAEHRLEISTUNG," ;072 ANY WARRANTY
137 TCODE .0, .185, "even the implied" ;073 even the implied 138 TCODE .0, .185, "auch keine implizierte" ;073 even the implied
138 TCODE .0, .215, "warranty of" ;074 warranty of 139 TCODE .0, .215, "Gebrauchstauglichkeit" ;074 warranty of
139 TCODE .0, .35, "MERCHANTABILITY or" ;075 MERCHANTABILITY or 140 TCODE .0, .35, "oder Eignung für einen" ;075 MERCHANTABILITY or
140 TCODE .0, .65, "FITNESS FOR A" ;076 FITNESS FOR A 141 TCODE .0, .65, "bestimmten Zweck." ;076 FITNESS FOR A
141 TCODE .0, .95, "PARTICULAR PURPOSE." ;077 PARTICULAR PURPOSE. 142 TCODE .0, .95, "Weitere Informationen" ;077 PARTICULAR PURPOSE.
142 TCODE .0, .125, "See the GNU General" ;078 See the GNU General 143 TCODE .0, .125, "finden Sie in der GNU" ;078 See the GNU General
143 TCODE .0, .155, "Public License for" ;079 Public License for 144 TCODE .0, .155, "General Public License " ;079 Public License for
144 TCODE .0, .185, "more details:" ;080 more details: 145 TCODE .0, .185, "unter:" ;080 more details:
145 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de 146 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de
146 ; end of licence 147 ; end of licence
147 ; 148 ;
148 TCODE .102, .54, "Decostop" ;082 Decostop 149 TCODE .93, .54, "Dekostopp" ;082 Decostop
149 TCODE .0, .0, "m/min" ;083 m/min 150 TCODE .0, .0, "m/min" ;083 m/min
150 TCODE .108, .113, "No Stop" ;084 No Stop 151 TCODE .100, .113, "Nullzeit" ;084 No Stop
151 TCODE .135, .113, "TTS" ;085 TTS 152 TCODE .135, .113, "TTS" ;085 TTS
152 TCODE .100, .0, "Divetime" ;086 Divetime 153 TCODE .93, .0, "Tauchzeit" ;086 Divetime
153 TCODE .0, .0, "Depth" ;087 Depth 154 TCODE .0, .0, "Tiefe" ;087 Depth
154 TCODE .0, .0, "First Gas?" ;088 First Gas? 155 TCODE .0, .0, "Erstes Gas?" ;088 First Gas?
155 TCODE .0, .0, "Default:" ;089 Default: 156 TCODE .0, .0, "Standard:" ;089 Default:
156 TCODE .0, .0, "Minutes" ;090 Minutes 157 TCODE .0, .0, "Minuten" ;090 Minutes
157 TCODE .0, .0, "Month " ;091 Month 158 TCODE .0, .0, "Monat " ;091 Month
158 TCODE .0, .0, "Day " ;092 Day 159 TCODE .0, .0, "Tag " ;092 Day
159 TCODE .0, .0, "Year " ;093 Year 160 TCODE .0, .0, "Jahr " ;093 Year
160 TCODE .0, .0, "Set " ;094 Set 161 TCODE .0, .0, "Einst." ;094 Set
161 TCODE .0, .0, "Gas# " ;095 Gas# 162 TCODE .0, .0, "Gas# " ;095 Gas#
162 TCODE .0, .0, "Yes" ;096 Yes 163 TCODE .0, .0, "Ja" ;096 Yes
163 TCODE .0, .0, "Current:" ;097 Current: 164 TCODE .0, .0, "Aktuell: " ;097 Current:
164 TCODE .40, .2, "Setup Menu:" ;098 Setup Menu: 165 TCODE .14, .2, "Einstellungs-Menü:" ;098 Setup Menu:
165 TCODE .20, .35, "Custom FunctionsI" ;099 Custom FunctionsI 166 TCODE .20, .35, "Custom FunktionenI" ;099 Custom FunctionsI
166 TCODE .20, .125, "Decotype:" ;100 Decotype: 167 TCODE .20, .125, "Dekomod.:" ;100 Decotype:
167 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC 168 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC
168 TCODE .85, .125, "Gauge " ;102 Gauge 169 TCODE .85, .125, "Tiefenme." ;102 Gauge
169 TCODE .85, .125, "Gauge" ;103 Gauge 170 TCODE .85, .125, "Tiefenme." ;103 Gauge
170 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC 171 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC
171 TCODE .0, .0, "Active Gas? " ;105 Active Gas? 172 TCODE .0, .0, "Aktives Gas? " ;105 Active Gas?
172 TCODE .10, .2, "Gas Setup - Gaslist" ;106 Gas Setup - Gaslist 173 TCODE .10, .2, "Gas-Einst. - Gasliste" ;106 Gas Setup - Gaslist
173 TCODE .0, .0, "Depth +" ;107 Depth + 174 TCODE .0, .0, "Tiefe +" ;107 Depth +
174 TCODE .0, .0, "Depth -" ;108 Depth - 175 TCODE .0, .0, "Tiefe -" ;108 Depth -
175 TCODE .20, .35, "Back" ;109 Back 176 TCODE .20, .35, "Zurü." ;109 Back
176 TCODE .20, .65, "CCR SetPoint Menu" ;110 CCR SetPoint Menu 177 TCODE .20, .65, "CCR SetPoint Menü" ;110 CCR SetPoint Menu
177 TCODE .20, .2, "CCR SetPoint Menu" ;111 CCR SetPoint Menu 178 TCODE .20, .2, "CCR SetPoint Menü" ;111 CCR SetPoint Menu
178 TCODE .0, .0, "SP#" ;112 SP# 179 TCODE .0, .0, "SP#" ;112 SP#
179 TCODE .20, .95, "Battery Info" ;113 Battery Info 180 TCODE .20, .95, "Batterie Info" ;113 Battery Info
180 TCODE .10, .2, "Battery Information" ;114 Battery Information 181 TCODE .10, .2, "Batterie Information" ;114 Battery Information
181 TCODE .0, .9, "Cycles:" ;115 Cycles: 182 TCODE .0, .9, "Zyklen:" ;115 Cycles:
182 TCODE .85, .125, "Apnoe" ;116 Apnoe 183 TCODE .85, .125, "Apnoe" ;116 Apnoe
183 TCODE .0, .18, "Last Complete:" ;117 Last Complete: 184 TCODE .0, .18, "Zuletzt voll:" ;117 Last Complete:
184 TCODE .0, .27, "Lowest Vbatt:" ;118 Lowest Vbatt: 185 TCODE .0, .27, "Tiefste Vbatt:" ;118 Lowest Vbatt:
185 TCODE .0, .36, "Lowest at:" ;119 Lowest at: 186 TCODE .0, .36, "Datum tief:" ;119 Lowest at:
186 TCODE .0, .45, "Tmin:" ;120 Tmin: 187 TCODE .0, .45, "Tmin:" ;120 Tmin:
187 TCODE .0, .54, "Tmax:" ;121 Tmax: 188 TCODE .0, .54, "Tmax:" ;121 Tmax:
188 TCODE .100, .125, "More" ;122 More (Gaslist) 189 TCODE .100, .125, "Mehr" ;122 More (Gaslist)
189 TCODE .100, .25, "O2 +" ;123 O2 + 190 TCODE .100, .25, "O2 +" ;123 O2 +
190 TCODE .100, .50, "O2 -" ;124 O2 - 191 TCODE .100, .50, "O2 -" ;124 O2 -
191 TCODE .100, .75, "He +" ;125 He + 192 TCODE .100, .75, "He +" ;125 He +
192 TCODE .100, .100, "He -" ;126 He - 193 TCODE .100, .100, "He -" ;126 He -
193 TCODE .100, .0, "Exit" ;127 Exit 194 TCODE .100, .0, "Ende" ;127 Exit
194 TCODE .100, .25, "Delete" ;128 Delete 195 TCODE .100, .25, "Löschen" ;128 Delete
195 TCODE .20, .65, "Debug:" ;129 Debug: 196 TCODE .20, .65, "Debug:" ;129 Debug:
196 TCODE .65, .65, "ON " ;130 ON 197 TCODE .65, .65, "AN " ;130 ON
197 TCODE .65, .65, "OFF" ;131 OFF 198 TCODE .65, .65, "AUS" ;131 OFF
198 TCODE .100, .50, "Del. all" ;132 Del. all 199 TCODE .100, .50, "alle löschen" ;132 Del. all
199 TCODE .10, .0, "Unexpected reset from" ;133 Unexpected reset from 200 TCODE .10, .0, "Unerwarteter Reset des" ;133 Unexpected reset from
200 TCODE .10, .25, "Divemode! Please help" ;134 Divemode! Please help 201 TCODE .10, .25, "TG-Modus! Bitte melden" ;134 Divemode! Please help
201 TCODE .10, .50, "and report the Debug " ;135 and report the Debug 202 TCODE .10, .50, "Sie die u.a. Debug " ;135 and report the Debug
202 TCODE .10, .75, "Information below!" ;136 Information below! 203 TCODE .10, .75, "Informationen!" ;136 Information below!
203 TCODE .100, .75, "Bailout" ;137 Bailout 204 TCODE .100, .75, "Bailout" ;137 Bailout
204 TCODE .85, .125, "Apnoe " ;138 Apnoe 205 TCODE .85, .125, "Apnoe " ;138 Apnoe
205 TCODE .105, .120, "Descent" ;139 Descent 206 TCODE .105, .120, "Abstieg" ;139 Descent
206 TCODE .105, .60, "Surface" ;140 Surface 207 TCODE .105, .60, "Oberfl." ;140 Surface
207 TCODE .65, .2, "Quit?" ;141 Quit? 208 TCODE .65, .2, "Beenden?" ;141 Quit?
208 TCODE .20, .155, "More" ;142 More 209 TCODE .20, .155, "Mehr" ;142 More
209 TCODE .42, .72, "Confirm:" ;143 Confirm: 210 TCODE .42, .72, "Sicher?" ;143 Confirm:
210 TCODE .60, .2, "Menu 2:" ;144 Menu 2: 211 TCODE .60, .2, "Menu 2:" ;144 Menu 2:
211 TCODE .52, .96, "Cancel" ;145 Cancel 212 TCODE .52, .96, "Zurück" ;145 Cancel
212 TCODE .52, .120, "OK!" ;146 OK! 213 TCODE .52, .120, "OK!" ;146 OK!
213 TCODE .20, .35, "More" ;147 More 214 TCODE .20, .35, "Mehr" ;147 More
214 TCODE .0, .0, ":.........:" ;148 :.........: 215 TCODE .0, .0, ":.........:" ;148 :.........:
215 TCODE .0, .8, "(ppO2:" ;149 (ppO2: 216 TCODE .0, .8, "(ppO2:" ;149 (ppO2:
216 TCODE .2, .39, "Bar) " ;150 Bar) 217 TCODE .2, .39, "Bar) " ;150 Bar)
217 TCODE .108, .216, "Marker?" ;151 Marker? 218 TCODE .108, .216, "Marker?" ;151 Marker?
218 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC 219 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC
219 TCODE .20, .65, "Custom FunctionsII" ;153 Custom FunctionsII 220 TCODE .20, .65, "Custom FunktionenII" ;153 Custom FunctionsII
220 ; 221 ;
221 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). 222 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars).
222 TCODE .40, .35, "GF Low [%]" ;154 GF Low [%] 223 TCODE .40, .35, "GF Low [%]" ;154 GF Low [%]
223 TCODE .40, .35, "GF High [%]" ;155 GF High [%] 224 TCODE .40, .35, "GF High [%]" ;155 GF High [%]
224 TCODE .40, .35, "Color# Battery " ;156 Color# Battery 225 TCODE .40, .35, "Farbe# Batterie" ;156 Color# Battery
225 TCODE .40, .35, "Color# Standard" ;157 Color# Standard 226 TCODE .40, .35, "Farbe# Standard" ;157 Color# Standard
226 TCODE .40, .35, "Color# Divemask" ;158 Color# Divemask 227 TCODE .40, .35, "Farbe# Maske " ;158 Color# Divemask
227 TCODE .40, .35, "Color# Warnings" ;159 Color# Warnings 228 TCODE .40, .35, "Farbe# Warnung " ;159 Color# Warnings
228 TCODE .40, .35, "Divemode secs. " ;160 Divemode secs. 229 TCODE .40, .35, "Tauchmodus Sek." ;160 Divemode secs.
229 TCODE .40, .35, "Adjust fixed SP" ;161 Adjust fixed SP 230 TCODE .40, .35, "Festen SP ände." ;161 Adjust fixed SP
230 TCODE .40, .35, "Warn Ceiling " ;162 Warn Ceiling 231 TCODE .40, .35, "Warnung Ceiling" ;162 Warn Ceiling
231 TCODE .40, .35, "Mix type icons " ;163 Mix type icons 232 TCODE .40, .35, "Gas Mix Symbole" ;163 Mix type icons
232 TCODE .40, .35, "Blink BetterGas" ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas). 233 TCODE .40, .35, "BesseresGasAnz " ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas).
233 TCODE .40, .35, "DepthWarn[mBar]" ;165 DepthWarn[mBar] 234 TCODE .40, .35, "TiefeWarn[mBar]" ;165 DepthWarn[mBar]
234 TCODE .40, .35, "CNS warning [%]" ;166 CNS warning [%] 235 TCODE .40, .35, "CNS Warnung [%]" ;166 CNS warning [%]
235 TCODE .40, .35, "GF warning [%]" ;167 GF warning [%] 236 TCODE .40, .35, "GF Warnung [%]" ;167 GF warning [%]
236 TCODE .40, .35, "ppO2 warn [Bar]" ;168 ppO2 warn [Bar] 237 TCODE .40, .35, "ppO2 Warn [Bar]" ;168 ppO2 warn [Bar]
237 TCODE .40, .35, "Vel.warn[m/min]" ;169 Vel.warn[m/min] 238 TCODE .40, .35, "GescWarn[m/min]" ;169 Vel.warn[m/min]
238 TCODE .40, .35, "Time offset/day" ;170 Time offset/day 239 TCODE .40, .35, "ZeitVersatz/Tag" ;170 Time offset/day
239 TCODE .40, .35, "Show altimeter " ;171 Show altimeter 240 TCODE .40, .35, "Höhenmesser anz" ;171 Show altimeter
240 TCODE .40, .35, "Show Log-Marker" ;172 Show Log-Marker 241 TCODE .40, .35, "Log-Marker anz." ;172 Show Log-Marker
241 TCODE .40, .35, "Show Stopwatch " ;173 Show Stopwatch 242 TCODE .40, .35, "Stoppuhr anz. " ;173 Show Stopwatch
242 TCODE .40, .35, "ShowTissueGraph" ;174 ShowTissueGraph 243 TCODE .40, .35, "Gewebegraph anz" ;174 ShowTissueGraph
243 TCODE .40, .35, "Show Lead.Tiss." ;175 Show Lead.Tiss. 244 TCODE .40, .35, "Leitgewebe anz " ;175 Show Lead.Tiss.
244 TCODE .40, .35, "ShallowStop 1st" ;176 Shallow stop 1st (Reverse order of deco plans) 245 TCODE .40, .35, "Flach.StoppOben" ;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). 246 TCODE .40, .35, "Gaswechsel[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches).
246 TCODE .40, .35, "BottomGas[l/mn]" ;178 BottomGas[l/mn] (Bottom gas usage, for volume estimation). 247 TCODE .40, .35, "BottomGas[l/mn]" ;178 BottomGas[l/mn] (Bottom gas usage, for volume estimation).
247 TCODE .40, .35, "AscentGas[l/mn]" ;179 AscentGas[l/mn] (Ascent+Deco gas usage) 248 TCODE .40, .35, "Sonst.Gas[l/mn]" ;179 AscentGas[l/mn] (Ascent+Deco gas usage)
248 TCODE .40, .35, "not used " ;180 not used 249 TCODE .40, .35, "nicht verwendet" ;180 not used
249 TCODE .40, .35, "not used " ;181 not used 250 TCODE .40, .35, "nicht verwendet" ;181 not used
250 TCODE .40, .35, "not used " ;182 not used 251 TCODE .40, .35, "nicht verwendet" ;182 not used
251 TCODE .40, .35, "not used " ;183 not used 252 TCODE .40, .35, "nicht verwendet" ;183 not used
252 TCODE .40, .35, "not used " ;184 not used 253 TCODE .40, .35, "nicht verwendet" ;184 not used
253 TCODE .40, .35, "not used " ;185 not used 254 TCODE .40, .35, "nicht verwendet" ;185 not used
254 ; End of function descriptor I 255 ; End of function descriptor I
255 ; 256 ;
256 TCODE .13, .2, "Custom Functions II" ;186 Custom Functions II 257 TCODE .13, .2, "Custom Funktionen II" ;186 Custom Functions II
257 TCODE .20, .95, "Show License" ;187 Show License 258 TCODE .20, .95, "Lizenz anzeigen " ;187 Show License
258 TCODE .0, .2, "Sim. Results:" ;188 Sim. Results: 259 TCODE .0, .2, "Sim. Daten:" ;188 Sim. Results:
259 TCODE .90, .25, "Surface" ;189 Surface 260 TCODE .90, .25, "Oberfl." ;189 Surface
260 TCODE .0, .0, "ppO2 +" ;190 ppO2 + 261 TCODE .0, .0, "ppO2 +" ;190 ppO2 +
261 TCODE .0, .0, "ppO2 -" ;191 ppO2 - 262 TCODE .0, .0, "ppO2 -" ;191 ppO2 -
262 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluent) 263 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluent)
263 ; ZH-L16 mode description 264 ; ZH-L16 mode description
264 TCODE .0, .35, "Decotype: ZH-L16 OC" ;193 Decotype: ZH-L16 OC 265 TCODE .0, .35, "Dekomodell: ZH-L16 OC" ;193 Decotype: ZH-L16 OC
265 TCODE .0, .65, "For Open Circuit " ;194 For Open Circuit 266 TCODE .0, .65, "Für das Tauchen mit" ;194 For Open Circuit
266 TCODE .0, .95, "Divers. Supports 5 " ;195 Divers. Supports 5 267 TCODE .0, .95, "offenen Systemen. " ;195 Divers. Supports 5
267 TCODE .0, .125, "Trimix Gases. " ;196 Trimix Gases. 268 TCODE .0, .125, "Bis zu 5 Trimix Gase." ;196 Trimix Gases.
268 TCODE .0, .155, "Configure your gas " ;197 Configure your gas 269 TCODE .0, .155, "Hierzu das Menü Gas-" ;197 Configure your gas
269 TCODE .0, .185, "in Gassetup menu. " ;198 in Gassetup menu. 270 TCODE .0, .185, "einstellung verwenden." ;198 in Gassetup menu.
270 TCODE .0, .215, "Check CF11 & CF12 !" ;199 Check CF11 & CF12 ! 271 TCODE .0, .215, "CF11 & CF12 prüfen!" ;199 Check CF11 & CF12 !
271 ; Gaugemode description 272 ; Gaugemode description
272 TCODE .0, .35, "Decotype: Gauge " ;200 Decotype: Gauge 273 TCODE .0, .35, "Dekomodell:Tiefenmesser" ;200 Decotype: Gauge
273 TCODE .0, .65, "Divetime will be in" ;201 Divetime will be in 274 TCODE .0, .65, "Die Tauchzeit wird in" ;201 Divetime will be in
274 TCODE .0, .95, "Minutes:Seconds. " ;202 Minutes:Seconds. 275 TCODE .0, .95, "Minuten:Sekunden ange-" ;202 Minutes:Seconds.
275 TCODE .0, .125, "OSTC2 will not " ;203 OSTC2 will not 276 TCODE .0, .125, "zeigt. Der OSTC2 be-" ;203 OSTC2 will not
276 TCODE .0, .155, "compute Deco, NoFly" ;204 compute Deco, NoFly 277 TCODE .0, .155, "rechnet keine Daten für" ;204 compute Deco, NoFly
277 TCODE .0, .185, "time and Desat. " ;205 time and Desat. 278 TCODE .0, .185, "Deko, Flugverbots- oder" ;205 time and Desat.
278 TCODE .0, .215, "time at all! " ;206 time at all! 279 TCODE .0, .215, "Entsättigungszeiten!" ;206 time at all!
279 ; Const.ppO2 description 280 ; Const.ppO2 description
280 TCODE .0, .35, "Decotype: ZH-L16 CC" ;207 Decotype: ZH-L16 CC 281 TCODE .0, .35, "Dekomodell: ZH-L16 CC" ;207 Decotype: ZH-L16 CC
281 TCODE .0, .65, "For (Semi-)Closed " ;208 For (Semi-)Closed 282 TCODE .0, .65, "Für (halb-)geschlossene " ;208 For (Semi-)Closed
282 TCODE .0, .95, "Circuit rebreathers" ;209 Circuit rebreathers 283 TCODE .0, .95, "Kreislaufsysteme." ;209 Circuit rebreathers
283 TCODE .0, .125, "Configure the 3 " ;210 Configure the 3 284 TCODE .0, .125, "Stelle die 3 Setpoints" ;210 Configure the 3
284 TCODE .0, .155, "SetPoints in CCR - " ;211 SetPoints in CCR - 285 TCODE .0, .155, "im CCR Setpoint Menü" ;211 SetPoints in CCR -
285 TCODE .0, .185, "Setup menu. 5 bail-" ;212 Setup menu. 5 bail- 286 TCODE .0, .185, "ein. Bis zu 5 Bailout" ;212 Setup menu. 5 bail-
286 TCODE .0, .215, "outs are available." ;213 outs are available. 287 TCODE .0, .215, "Gase sind verfügbar." ;213 outs are available.
287 ; Apnoemode description 288 ; Apnoemode description
288 TCODE .0, .35, "Decotype: Apnoe " ;214 Decotype: Apnoe 289 TCODE .0, .35, "Dekomodell: Apnoe " ;214 Decotype: Apnoe
289 TCODE .0, .65, "OSTC2 will display " ;215 OSTC2 will display 290 TCODE .0, .65, "Der OSTC2 zeigt jeden" ;215 OSTC2 will display
290 TCODE .0, .95, "each descent separ-" ;216 each descent separ- 291 TCODE .0, .95, "Abstieg getrennt in" ;216 each descent separ-
291 TCODE .0, .125, "ately in Min:Sec. " ;217 ately in Min:Sec. 292 TCODE .0, .125, "Min:Sek an. Die Abtast-" ;217 ately in Min:Sec.
292 TCODE .0, .155, "Will temporally set" ;218 Will temporally set 293 TCODE .0, .155, "rate wird temporär auf" ;218 Will temporally set
293 TCODE .0, .185, "samplerate to 1 sec" ;219 samplerate to 1 sec 294 TCODE .0, .185, "1 Sekunde eingestellt." ;219 samplerate to 1 sec
294 TCODE .0, .215, "No Deco calculation" ;220 No Deco calculation 295 TCODE .0, .215, "Keine Deko Berechnung" ;220 No Deco calculation
295 ; Multi GF OC mode description 296 ; Multi GF OC mode description
296 TCODE .0, .35, "Decotype: L16-GF OC" ;221 Decotype: L16-GF OC 297 TCODE .0, .35, "Dekomodell: L16-GF OC" ;221 Decotype: L16-GF OC
297 TCODE .0, .65, "Decompression cal- " ;222 Decompression cal- 298 TCODE .0, .65, "Berechnung der Deko" ;222 Decompression cal-
298 TCODE .0, .95, "culations with the " ;223 culations with the 299 TCODE .0, .95, "mittels der GF-Methode" ;223 culations with the
299 TCODE .0, .125, "GF-Method (GF_lo/GF" ;224 GF-Method (GF_lo/GF 300 TCODE .0, .125, "(GF_lo/GF_hi). " ;224 GF-Method (GF_lo/GF
300 TCODE .0, .155, "_hi). Check CF32 & " ;225 _hi). Check CF32 & 301 TCODE .0, .155, "Prüfe die CF32 & CF33" ;225 _hi). Check CF32 &
301 TCODE .0, .185, "CF33! Open Circuit " ;226 CF33! Open Circuit 302 TCODE .0, .185, "Werte! Für offene Sys-" ;226 CF33! Open Circuit
302 TCODE .0, .215, "with Deep Stops. " ;227 with Deep Stops. 303 TCODE .0, .215, "teme mit Tiefenstopps." ;227 with Deep Stops.
303 ; Multi GF CC mode description 304 ; Multi GF CC mode description
304 TCODE .0, .35, "Decotype: L16-GF CC" ;228 Decotype: L16-GF CC 305 TCODE .0, .35, "Dekomodell: L16-GF CC" ;228 Decotype: L16-GF CC
305 TCODE .0, .65, "Decompression cal- " ;229 Decompression cal- 306 TCODE .0, .65, "Berechnung der Deko" ;229 Decompression cal-
306 TCODE .0, .95, "culations with the " ;230 culations with the 307 TCODE .0, .95, "mittels der GF-Methode" ;230 culations with the
307 TCODE .0, .125, "GF-Method (GF_lo/GF" ;231 GF-Method (GF_lo/GF 308 TCODE .0, .125, "(GF_lo/GF_hi). Prüfe" ;231 GF-Method (GF_lo/GF
308 TCODE .0, .155, "_hi). Check CF32 & " ;232 _hi). Check CF32 & 309 TCODE .0, .155, "die CF32 & CF33 Werte!" ;232 _hi). Check CF32 &
309 TCODE .0, .185, "CF33!Closed Circuit" ;233 CF33!Closed Circuit 310 TCODE .0, .185, "Für geschlossene Sys-" ;233 CF33!Closed Circuit
310 TCODE .0, .215, "with Deep Stops. " ;234 with Deep Stops. 311 TCODE .0, .215, "teme mit Tiefenstopps." ;234 with Deep Stops.
311 ; 312 ;
312 TCODE .10, .2, "Decomode changed! " ;235 Decomode changed! 313 TCODE .10, .2, "Dekomodell verändert!" ;235 Decomode changed!
313 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC 314 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC
314 TCODE .2, .12, "Not found" ;237 Not found 315 TCODE .2, .12, "Nicht gefunden" ;237 Not found
315 TCODE .100, .0, "SetPoint" ;238 SetPoint 316 TCODE .100, .0, "SetPoint" ;238 SetPoint
316 TCODE .100, .0, "No Deco" ;239 No Deco 317 TCODE .100, .0, "k. Deko" ;239 No Deco
317 TCODE .90, .50, "Interval:" ;240 Interval: 318 TCODE .90, .50, "Intervall:" ;240 Interval:
318 TCODE .100, .75, "Display" ;241 Display 319 TCODE .100, .75, "Anzeige" ;241 Display
319 TCODE .100, .0, "No deco" ;242 No deco 320 TCODE .100, .0, "Keine Deko" ;242 No deco
320 TCODE .132, .0, "beta" ;243 beta 321 TCODE .132, .0, "beta" ;243 beta
321 TCODE .100, .100, "unuse" ;244 unuse 322 TCODE .100, .100, "frei" ;244 unuse
322 TCODE .20, .65, "Reset CF,Gas & Deco" ;245 Reset CF,Gas & Deco 323 TCODE .20, .65, "CF,Gas&Deko zurücks." ;245 Reset CF,Gas & Deco
323 TCODE .50, .145, "LowBatt!" ;246 LowBatt! 324 TCODE .50, .145, "Battery schwach!" ;246 LowBatt!
324 TCODE .20, .125, "Simulator" ;247 Simulator 325 TCODE .20, .125, "Simulator" ;247 Simulator
325 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator 326 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator
326 TCODE .20, .35, "Start Dive" ;249 Start Dive 327 TCODE .20, .35, "TG beginnen" ;249 Start Dive
327 TCODE .100, .25, "+ 1m" ;250 + 1m 328 TCODE .100, .25, "+ 1m" ;250 + 1m
328 TCODE .100, .50, "- 1m" ;251 - 1m 329 TCODE .100, .50, "- 1m" ;251 - 1m
329 TCODE .100, .75, "+10m" ;252 +10m 330 TCODE .100, .75, "+10m" ;252 +10m
330 TCODE .100, .100, "-10m" ;253 -10m 331 TCODE .100, .100, "-10m" ;253 -10m
331 TCODE .100, .0, "Close" ;254 Close 332 TCODE .100, .0, "Ende" ;254 Close
332 TCODE .131, .170, "Time" ;255 Time 333 TCODE .128, .170, "Zeit" ;255 Time
333 ; 334 ;
334 ; Text Bank2 (Texts 256-511) 335 ; Text Bank2 (Texts 256-511)
335 ; 336 ;
336 TCODE .0, .0, "x" ;256 x 337 TCODE .0, .0, "x" ;256 x
337 TCODE .20, .35, "Date format:" ;257 Date format: 338 TCODE .20, .35, "Datumsform.:" ;257 Date format:
338 TCODE .40, .2, "Setup Menu 2:" ;258 Setup Menu 2: 339 TCODE .10, .2, "Einstellungs-Menü 2:" ;258 Setup Menu 2:
339 TCODE .105, .35, "MMDDYY" ;259 MMDDYY 340 TCODE .105, .35, "MMDDYY" ;259 MMDDYY
340 TCODE .105, .35, "DDMMYY" ;260 DDMMYY 341 TCODE .105, .35, "DDMMYY" ;260 DDMMYY
341 TCODE .105, .35, "YYMMDD" ;261 YYMMDD 342 TCODE .105, .35, "YYMMDD" ;261 YYMMDD
342 TCODE .1, .1, "OSTC " ;262 OSTC 343 TCODE .1, .1, "OSTC " ;262 OSTC
343 TCODE .65, .168, "Bail" ;263 Bail 344 TCODE .65, .168, "Bail" ;263 Bail
344 TCODE .7, .48, "Air " ;264 Air 345 TCODE .7, .48, "Luft " ;264 Air
345 TCODE .120, .135, "Air " ;265 Air 346 TCODE .120, .135, "Luft " ;265 Air
346 TCODE .2, .39, "Calibrate" ;266 Calibrate 347 TCODE .2, .39, "Kalibrieren" ;266 Calibrate
347 TCODE .0, .216, "Max." ;267 Max. 348 TCODE .0, .216, "Max." ;267 Max.
348 TCODE .10, .8, "not" ;268 not 349 TCODE .10, .8, "nicht" ;268 not
349 TCODE .10, .16, "found!" ;269 found! 350 TCODE .10, .16, "gefunden!" ;269 found!
350 TCODE .0, .0, "mV:" ;270 mV: 351 TCODE .0, .0, "mV:" ;270 mV:
351 ; New CFs Warning 352 ; New CFs Warning
352 TCODE .24, .2, "New CF added!" ;271 New CF added! 353 TCODE .10, .2, "Neue CF hinzugefügt!" ;271 New CF added!
353 TCODE .0, .35, "New CustomFunctions" ;272 New CustomFunctions 354 TCODE .0, .35, "Neue Custom Funktionen" ;272 New CustomFunctions
354 TCODE .0, .65, "were added! Check" ;273 were added! Check 355 TCODE .0, .65, "wurden hinzugefügt!" ;273 were added! Check
355 TCODE .0, .95, "CF I and CF II Menu" ;274 CF I and CF II Menu 356 TCODE .0, .95, "Prüfe CFI und CF II" ;274 CF I and CF II Menu
356 TCODE .0, .125, "for Details!" ;275 for Details! 357 TCODE .0, .125, "Menü für Details!" ;275 for Details!
357 TCODE .20, .95, "Salinity: " ;276 Salinity: 358 TCODE .20, .95, "Salzgeh.: " ;276 Salinity:
358 ; 359 ;
359 TCODE .20, .65, "Bottom Time:" ;277 Bottom Time: 360 TCODE .20, .65, "Grundzeit:" ;277 Bottom Time:
360 TCODE .20, .95, "Max. Depth:" ;278 Max. Depth: 361 TCODE .20, .95, "Max. Tiefe:" ;278 Max. Depth:
361 TCODE .20, .125, "Calculate Deco" ;279 Calculate Deco 362 TCODE .20, .125, "Dekoplan berechn." ;279 Calculate Deco
362 TCODE .20, .155, "Show Decoplan" ;280 Show Decoplan 363 TCODE .20, .155, "Dekoplan anzeigen." ;280 Show Decoplan
363 ; 364 ;
364 TCODE .93, .170, "Avr.Depth" ;281 Avr.Depth 365 TCODE .107, .170, "D-Tiefe" ;281 Avr.Depth
365 TCODE .90, .170, "Lead Tiss." ;282 Lead Tiss. 366 TCODE .90, .170, "Leitgewebe" ;282 Lead Tiss.
366 TCODE .93, .170, "Stopwatch" ;283 Stopwatch 367 TCODE .100, .170, "Stoppuhr" ;283 Stopwatch
367 TCODE .20, .95, "Reset Logbook" ;284 Reset Logbook 368 TCODE .20, .95, "Logbuch zurücks." ;284 Reset Logbook
368 TCODE .20, .125, "Reboot OSTC" ;285 Reboot OSTC 369 TCODE .20, .125, "OSTC neu starten" ;285 Reboot OSTC
369 TCODE .20, .155, "Reset Decodata" ;286 Reset Decodata 370 TCODE .20, .155, "Dekodaten zurücks." ;286 Reset Decodata
370 ; Altimeter extension 371 ; Altimeter extension
371 TCODE .20, .155, "Altimeter" ;287 Altimeter 372 TCODE .20, .155, "Höhenmesser" ;287 Altimeter
372 TCODE .38, .1, "Set Altimeter" ;288 Set Altimeter 373 TCODE .14, .1, "Höhenmesser einst." ;288 Set Altimeter
373 TCODE .20, .35, "Sea ref: " ;289 Sea ref: 374 TCODE .20, .35, "Meeresspiegel: " ;289 Sea ref:
374 TCODE .0, .0, "Enabled: " ;290 Enabled: 375 TCODE .0, .0, "Aktiv: " ;290 Enabled:
375 TCODE .20, .95, "Default: 1013 mbar" ;291 Default: 1013 mbar 376 TCODE .20, .95, "Standard: 1013 mbar" ;291 Default: 1013 mbar
376 TCODE .20, .125, "+1 mbar" ;292 +1 mbar 377 TCODE .20, .125, "+1 mbar" ;292 +1 mbar
377 TCODE .20, .155, "-1 mbar" ;293 -1 mbar 378 TCODE .20, .155, "-1 mbar" ;293 -1 mbar
378 TCODE .85, .185, "Alt: " ;294 Alt: 379 TCODE .85, .185, "Höhe: " ;294 Alt:
379 ; 380 ;
380 TCODE .20, .125, "Show raw data" ;295 Show raw data 381 TCODE .20, .125, "Rohdaten anzeigen" ;295 Show raw data
381 TCODE .50, .2, "Raw Data:" ;296 Raw Data: 382 TCODE .50, .2, "Rohdaten:" ;296 Raw Data:
382 ; Gas-setup addons: 383 ; Gas-setup addons:
383 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). 384 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas).
384 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). 385 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas).
385 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). 386 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas).
386 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) 387 TCODE .100, .125, "Aktiv?" ;300 Active? (Enable/Disable Gas underwater)
387 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). 388 TCODE .0, .2, "OCR Gasverbrauch:" ;301 OCR Gas Usage: (Planned gas consumtion by tank).
388 ;============================================================================= 389 ;=============================================================================