Mercurial > public > mk2
annotate code_part1/OSTC_code_asm_part1/german_text.asm @ 684:99b3fb0ab4c7
pixel_write fix
author | heinrichsweikamp |
---|---|
date | Sat, 26 Jan 2013 10:41:35 +0100 |
parents | 6e456a6398e0 |
children | aebb6d039249 |
rev | line source |
---|---|
177 | 1 ;============================================================================= |
175 | 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 | |
246 | 23 ; 2011/03/29 : Oliver J. Albrecht: German translation. |
177 | 24 ; |
175 | 25 ; known bugs: |
26 ; ToDo: | |
177 | 27 ;============================================================================= |
28 ; | |
29 ; Instructions for translating: | |
30 ; | |
31 ; * Strings are accessed according to the order in the file. | |
32 ; So don't change ordering ! | |
33 ; | |
34 ; * Keep the english original version on the right column. So translations | |
35 ; can be reviewed and maintened. | |
36 ; | |
37 ; * One of the main constraint is to keep texts short, to avoid clobering | |
38 ; the OSTC screen. Of course, the technical, precise terms should be used. | |
39 ; Generally, there is no hard constraint: you can be one or two chars | |
40 ; shorter or longer. | |
41 ; | |
42 ; * Beware that some strings do have a fixed length. You should then use | |
43 ; exactly the same size. | |
44 ; | |
45 ; * Beware that some strings have ponctuation, or trailling space(s). In that | |
46 ; case, you should keep EXACTLY the same ponctuation AND TRAILING SPACES. | |
47 ; | |
48 ; * Ascii chars: we can support a few specific chars. öäüß for German. | |
187 | 49 ; éèêç for French. áíóúñ¡¿ for Spanish. |
50 ; If you really, absolutly, need more: ask... | |
177 | 51 ; |
52 ; * Do not translate comments (everithing after the ;), because they are | |
53 ; used for maintenance. | |
54 ; | |
55 ; * The X column is position on screen. Some texts are centered, left | |
56 ; padded or right padded. In that case, if you changed the text size, | |
57 ; you will have to adjust position. A char is 7 pixels wide. | |
58 ; | |
59 ;============================================================================= | |
446 | 60 ; Define's section |
61 ; Definition translation ; English original | |
62 #IFNDEF TXT_DEFINED | |
63 #DEFINE TXT_DEFINED | |
64 | |
65 #DEFINE TXT_GAS_C 'G' ; 'G' | |
66 #DEFINE TXT_GAS1 "G" ; "G" | |
67 #DEFINE TXT_METER_C 'm' ; 'm' | |
68 #DEFINE TXT_METER5 "m " ; "m " | |
69 #DEFINE TXT_METER3 "m " ; "m " | |
70 #DEFINE TXT_METER2 "m " ; "m " | |
71 #DEFINE TXT_METER1 "m" ; "m" | |
72 #DEFINE TXT_MBAR7 " mbar " ; " mbar " | |
73 #DEFINE TXT_MBAR5 "mbar " ; "mbar " | |
74 #DEFINE TXT_BAR4 "bar " ; "bar " | |
75 #DEFINE TXT_BAR3 "bar" ; "bar" | |
76 #DEFINE TXT_ALT5 "Alt: " ; "Alt: " | |
77 #DEFINE TXT_KGL4 "kg/l" ; "kg/l" | |
78 #DEFINE TXT_VOLT2 "V " ; "V " | |
79 #DEFINE TXT_VOLT1 "V" ; "V" | |
80 #DEFINE TXT_STEP5 "Step:" ; "Step:" | |
81 #DEFINE TXT_CF2 "CF" ; "CF" | |
82 #DEFINE TXT_O2_4 "O2: " ; "O2: " | |
83 #DEFINE TXT_O2_3 "O2 " ; "O2 " | |
84 #DEFINE TXT_AIR4 "AIR " ; "AIR " | |
85 #DEFINE TXT_ERR4 "ERR " ; "ERR " | |
86 #DEFINE TXT_HE4 "He: " ; "He: " | |
87 #DEFINE TXT_NX3 "NX " ; "NX " | |
88 #DEFINE TXT_TX3 "TX " ; "TX " | |
532 | 89 #DEFINE TXT_AT4 " in " ; " at " |
446 | 90 #DEFINE TXT_G1_3 "G1:" ; "G1:" |
91 #DEFINE TXT_G2_3 "G2:" ; "G2:" | |
92 #DEFINE TXT_G3_3 "G3:" ; "G3:" | |
93 #DEFINE TXT_G4_3 "G4:" ; "G4:" | |
94 #DEFINE TXT_G5_3 "G5:" ; "G5:" | |
95 #DEFINE TXT_G6_3 "G6:" ; "G6:" | |
96 #DEFINE TXT_1ST4 "1st:" ; "1st:" | |
97 #DEFINE TXT_CNS4 "CNS:" ; "CNS:" | |
98 #DEFINE TXT_CNSGR10 "CNS > 250%" ; "CNS > 250%" | |
99 #DEFINE TXT_AVR4 "Avr:" ; "Avr:" | |
100 #DEFINE TXT_GF3 "GF:" ; "GF:" | |
101 #DEFINE TXT_SAT4 "Sat:" ; "Sat:" | |
102 #DEFINE TXT_0MIN5 "0min " ; "0min " | |
103 #DEFINE TXT_MIN4 "min " ; "min " | |
104 #DEFINE TXT_BSAT5 "BSat:" ; "BSat:" | |
105 #DEFINE TXT_BDES5 "BDes:" ; "BDes:" | |
106 #DEFINE TXT_LAST5 "Last:" ; "Last:" | |
107 #DEFINE TXT_GFLO6 "GF_lo:" ; "GF_lo:" | |
108 #DEFINE TXT_GFHI6 "GF_hi:" ; "GF_hi:" | |
109 #DEFINE TXT_PPO2_5 "ppO2:" ; "ppO2:" | |
110 #DEFINE TXT_SP2 "SP" ; "SP" | |
111 #DEFINE TXT_DIL4 "Dil:" ; "Dil:" | |
112 #DEFINE TXT_N2_2 "N2" ; "N2" | |
113 #DEFINE TXT_HE2 "He" ; "He" | |
607 | 114 #DEFINE TXT_TX1 "T" ; "T" |
115 #DEFINE TXT_TX2 "x" ; "x" | |
116 #DEFINE TXT_NX1 "N" ; "N" | |
117 #DEFINE TXT_NX2 "x" ; "x" | |
648 | 118 #DEFINE TXT_DIL_C "D" ; "D" |
119 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" | |
669 | 120 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" |
648 | 121 |
446 | 122 |
123 #ENDIF | |
124 ;============================================================================= | |
175 | 125 ; macro X Y "translation" ; English original |
246 | 126 TCODE .0, .0, "Erstelle MD2 Hash" ;001 Building MD2 Hash |
127 TCODE .0, .25, "Bitte warten..." ;002 Please Wait... | |
175 | 128 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 |
246 | 129 TCODE .65, .2, "Menü?" ;004 Menu? |
130 TCODE .65, .2, "Menü:" ;005 Menu: | |
131 TCODE .20, .35, "Logbuch" ;006 Logbook | |
132 TCODE .20, .65, "Gas-Einstellungen" ;007 Gas Setup | |
133 TCODE .20, .35, "Uhrzeit einstellen" ;008 Set Time | |
134 TCODE .20, .95, "Daten Zurücksetzen" ;009 Reset Menu | |
135 TCODE .20, .125, "Einstellungen" ;010 Setup | |
136 TCODE .20, .185, "Ende" ;011 Exit | |
137 TCODE .97, .2, "Warten..." ;012 Wait... | |
175 | 138 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash: |
246 | 139 TCODE .0, .0, "Entsä" ;014 Desat (Desaturation count-down) |
187 | 140 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB) |
175 | 141 TCODE .10, .30, "Start" ;016 Start |
246 | 142 TCODE .10, .55, "Daten" ;017 Data |
143 TCODE .10, .80, "Kopfzeile" ;018 Header | |
144 TCODE .10, .105, "Profil" ;019 Profile | |
145 TCODE .10, .130, "Fertig." ;020 Done. | |
146 TCODE .20, .35, "Zurücksetzen abbr." ;021 Cancel Reset | |
147 TCODE .32, .65, "Uhrzeit:" ;022 Time: | |
148 TCODE .32, .95, "Datum:" ;023 Date: | |
255
1efd59d689f8
small change in the set time menu, default setpoints set to 0.8, 1.0 and 1.2Bar
heinrichsweikamp
parents:
246
diff
changeset
|
149 TCODE .0, .215, "Einst.Stunden" ;024 Set Hours |
246 | 150 TCODE .6, .0, "Zurücksetzen..." ;025 Reset... |
151 TCODE .55, .2, "Logbuch" ;026 Logbook | |
152 TCODE .14, .2, "Custom Funktionen I" ;027 Custom Functions I | |
153 TCODE .14, .2, "Daten Zurücksetzen" ;028 Reset Menu | |
154 TCODE .14, .2, "Uhrzeit einstellen:" ;029 Set Time: | |
155 TCODE .100, .50, "Markern" ;030 SetMarker (Add a mark in logbook profile) | |
156 TCODE .100, .25, "Dekoplan" ;031 Decoplan | |
157 TCODE .100, .0, "Gasliste" ;032 Gaslist | |
158 TCODE .100, .50, "DTiefeLö" ;033 ResetAvr (Reset average depth) | |
159 TCODE .100, .100, "Ende" ;034 Exit (Exit current menu) | |
160 TCODE .0, .0, "Flugv" ;035 NoFly (No-flight count-down) | |
177 | 161 ; |
162 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars). | |
246 | 163 TCODE .40, .35, "TG Start [m]" ;036 Start Dive [m] (depth to switch to dive mode) |
164 TCODE .40, .35, "TG Ende [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
|
165 TCODE .40, .35, "TGNachlauf[sek]" ;038 End Delay [sec] (duration dive screen stays after end of dive) |
246 | 166 TCODE .40, .35, "Standby [min]" ;039 Power Off [min] |
167 TCODE .40, .35, "Pre-Menü [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed) | |
168 TCODE .40, .35, "Geschw. [m/min]" ;041 velocity[m/min] | |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
169 TCODE .40, .35, "Aufwachen[mbar]" ;042 Wake-up [mbar] |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
170 TCODE .40, .35, "max.Ober.[mbar]" ;043 max.Surf.[mbar] |
246 | 171 TCODE .40, .35, "GF Anzeige [%]" ;044 GF display [%] |
175 | 172 TCODE .40, .35, "min. O2 Dis.[%]" ;045 min. O2 Dis.[%] |
246 | 173 TCODE .40, .35, "TG Menüs [min]" ;046 Dive menus[min] |
174 TCODE .40, .35, "Sättigung x [%]" ;047 Saturate x [%] | |
175 TCODE .40, .35, "Entsätt. x [%]" ;048 Desaturate x[%] | |
176 TCODE .40, .35, "Flugv.Ratio [%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown). | |
177 TCODE .40, .35, "GF Alarm 1 [%]" ;050 GF alarm 1 [%] | |
178 TCODE .40, .35, "CNSAnzOberf.[%]" ;051 CNSshow surf[%] | |
179 TCODE .40, .35, "Deko Versatz[m]" ;052 Deco Offset [m] | |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
180 TCODE .40, .35, "ppO2 min. [bar]" ;053 ppO2 low [bar] |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
181 TCODE .40, .35, "ppO2 max. [bar]" ;054 ppO2 high [bar] |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
182 TCODE .40, .35, "ppO2 anz. [bar]" ;055 ppO2 show [bar] |
246 | 183 TCODE .40, .35, "Abtastrate " ;056 sampling rate |
175 | 184 TCODE .40, .35, "Divisor Temp " ;057 Divisor Temp |
246 | 185 TCODE .40, .35, "Divisor Dekodat" ;058 Divisor Decodat |
381 | 186 TCODE .40, .35, "Divisor GF " ;059 Divisor GF |
175 | 187 TCODE .40, .35, "Divisor ppO2 " ;060 Divisor ppO2 |
631
19c2773a1657
Divisor Decoplan (CF25) stores entire decoplan in logbook
heinrichsweikamp
parents:
621
diff
changeset
|
188 TCODE .40, .35, "Divisor Dekopln" ;061 Divisor Decopln |
367 | 189 TCODE .40, .35, "Divisor CNS " ;062 Divisor CNS |
246 | 190 TCODE .40, .35, "CNS-Anz. TG [%]" ;063 CNSshow dive[%] |
191 TCODE .40, .35, "Logbuch Versatz" ;064 Logbook offset | |
192 TCODE .40, .35, "Letzte Deko [m]" ;065 Last Deco at[m] | |
193 TCODE .40, .35, "Apnoe Ende [h]" ;066 End Apnoe [h] | |
194 TCODE .40, .35, "Zeige Batt.Volt" ;067 Show Batt.Volts | |
177 | 195 ; End of function descriptor I |
196 ; | |
175 | 197 ;licence: |
246 | 198 TCODE .0, .35, "Dieses Programm wird in" ;068 This program is |
199 TCODE .0, .65, "der Hoffnung bereit-" ;069 distributed in the | |
267
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
200 TCODE .0, .95, "gestellt, dass es nütz-" ;070 hope that it will be |
246 | 201 TCODE .0, .125, "lich ist, aber OHNE" ;071 useful, but WITHOUT |
202 TCODE .0, .155, "JEDE GEWAEHRLEISTUNG," ;072 ANY WARRANTY | |
203 TCODE .0, .185, "auch keine implizierte" ;073 even the implied | |
204 TCODE .0, .215, "Gebrauchstauglichkeit" ;074 warranty of | |
205 TCODE .0, .35, "oder Eignung für einen" ;075 MERCHANTABILITY or | |
206 TCODE .0, .65, "bestimmten Zweck." ;076 FITNESS FOR A | |
207 TCODE .0, .95, "Weitere Informationen" ;077 PARTICULAR PURPOSE. | |
208 TCODE .0, .125, "finden Sie in der GNU" ;078 See the GNU General | |
209 TCODE .0, .155, "General Public License " ;079 Public License for | |
210 TCODE .0, .185, "unter:" ;080 more details: | |
175 | 211 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de |
177 | 212 ; end of licence |
213 ; | |
246 | 214 TCODE .93, .54, "Dekostopp" ;082 Decostop |
175 | 215 TCODE .0, .0, "m/min" ;083 m/min |
246 | 216 TCODE .100, .113, "Nullzeit" ;084 No Stop |
175 | 217 TCODE .135, .113, "TTS" ;085 TTS |
246 | 218 TCODE .93, .0, "Tauchzeit" ;086 Divetime |
219 TCODE .0, .0, "Tiefe" ;087 Depth | |
220 TCODE .0, .0, "Erstes Gas?" ;088 First Gas? | |
221 TCODE .0, .0, "Standard:" ;089 Default: | |
222 TCODE .0, .0, "Minuten" ;090 Minutes | |
223 TCODE .0, .0, "Monat " ;091 Month | |
224 TCODE .0, .0, "Tag " ;092 Day | |
225 TCODE .0, .0, "Jahr " ;093 Year | |
226 TCODE .0, .0, "Einst." ;094 Set | |
175 | 227 TCODE .0, .0, "Gas# " ;095 Gas# |
246 | 228 TCODE .0, .0, "Ja" ;096 Yes |
229 TCODE .0, .0, "Aktuell: " ;097 Current: | |
230 TCODE .14, .2, "Einstellungs-Menü:" ;098 Setup Menu: | |
231 TCODE .20, .35, "Custom FunktionenI" ;099 Custom FunctionsI | |
232 TCODE .20, .125, "Dekomod.:" ;100 Decotype: | |
175 | 233 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC |
246 | 234 TCODE .85, .125, "Tiefenme." ;102 Gauge |
235 TCODE .85, .125, "Tiefenme." ;103 Gauge | |
175 | 236 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC |
246 | 237 TCODE .0, .0, "Aktives Gas? " ;105 Active Gas? |
238 TCODE .10, .2, "Gas-Einst. - Gasliste" ;106 Gas Setup - Gaslist | |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
239 TCODE .20, .95, "Tiefe +/-:" ;107 Depth +/-: |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
240 TCODE .20, .125, "Wechsel:" ;108 Change: |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
241 TCODE .20, .155, "Standard:" ;109 Default: |
648 | 242 TCODE .20, .65, "CCR Setup Menü" ;110 CCR Setup Menu |
243 TCODE .28, .2, "CCR Setup Menü" ;111 CCR Setup Menu | |
175 | 244 TCODE .0, .0, "SP#" ;112 SP# |
246 | 245 TCODE .20, .95, "Batterie Info" ;113 Battery Info |
246 TCODE .10, .2, "Batterie Information" ;114 Battery Information | |
247 TCODE .0, .9, "Zyklen:" ;115 Cycles: | |
175 | 248 TCODE .85, .125, "Apnoe" ;116 Apnoe |
246 | 249 TCODE .0, .18, "Zuletzt voll:" ;117 Last Complete: |
250 TCODE .0, .27, "Tiefste Vbatt:" ;118 Lowest Vbatt: | |
251 TCODE .0, .36, "Datum tief:" ;119 Lowest at: | |
175 | 252 TCODE .0, .45, "Tmin:" ;120 Tmin: |
253 TCODE .0, .54, "Tmax:" ;121 Tmax: | |
532 | 254 TCODE .100, .124, "Mehr" ;122 More (Gaslist) |
175 | 255 TCODE .100, .25, "O2 +" ;123 O2 + |
256 TCODE .100, .50, "O2 -" ;124 O2 - | |
257 TCODE .100, .75, "He +" ;125 He + | |
258 TCODE .100, .100, "He -" ;126 He - | |
246 | 259 TCODE .100, .0, "Ende" ;127 Exit |
260 TCODE .100, .25, "Löschen" ;128 Delete | |
175 | 261 TCODE .20, .65, "Debug:" ;129 Debug: |
246 | 262 TCODE .65, .65, "AN " ;130 ON |
263 TCODE .65, .65, "AUS" ;131 OFF | |
264 TCODE .100, .50, "alle löschen" ;132 Del. all | |
265 TCODE .10, .0, "Unerwarteter Reset des" ;133 Unexpected reset from | |
266 TCODE .10, .25, "TG-Modus! Bitte melden" ;134 Divemode! Please help | |
267 TCODE .10, .50, "Sie die u.a. Debug " ;135 and report the Debug | |
268 TCODE .10, .75, "Informationen!" ;136 Information below! | |
525 | 269 TCODE .100, .0, "Bailout" ;137 Bailout |
175 | 270 TCODE .85, .125, "Apnoe " ;138 Apnoe |
246 | 271 TCODE .105, .120, "Abstieg" ;139 Descent |
272 TCODE .105, .60, "Oberfl." ;140 Surface | |
273 TCODE .65, .2, "Beenden?" ;141 Quit? | |
274 TCODE .20, .155, "Mehr" ;142 More | |
275 TCODE .42, .72, "Sicher?" ;143 Confirm: | |
267
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
276 TCODE .60, .2, "Menü 2:" ;144 Menu 2: |
246 | 277 TCODE .52, .96, "Zurück" ;145 Cancel |
175 | 278 TCODE .52, .120, "OK!" ;146 OK! |
246 | 279 TCODE .20, .35, "Mehr" ;147 More |
175 | 280 TCODE .0, .0, ":.........:" ;148 :.........: |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
281 TCODE .0, .8, "ppO2" ;149 ppO2 |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
282 TCODE .2, .39, "bar " ;150 bar |
175 | 283 TCODE .108, .216, "Marker?" ;151 Marker? |
284 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC | |
246 | 285 TCODE .20, .65, "Custom FunktionenII" ;153 Custom FunctionsII |
177 | 286 ; |
287 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). | |
175 | 288 TCODE .40, .35, "GF Low [%]" ;154 GF Low [%] |
289 TCODE .40, .35, "GF High [%]" ;155 GF High [%] | |
246 | 290 TCODE .40, .35, "Farbe# Batterie" ;156 Color# Battery |
291 TCODE .40, .35, "Farbe# Standard" ;157 Color# Standard | |
292 TCODE .40, .35, "Farbe# Maske " ;158 Color# Divemask | |
293 TCODE .40, .35, "Farbe# Warnung " ;159 Color# Warnings | |
294 TCODE .40, .35, "Tauchmodus Sek." ;160 Divemode secs. | |
295 TCODE .40, .35, "Festen SP ände." ;161 Adjust fixed SP | |
296 TCODE .40, .35, "Warnung Ceiling" ;162 Warn Ceiling | |
680 | 297 TCODE .40, .35, "unbenutzt " ;163 unused |
246 | 298 TCODE .40, .35, "BesseresGasAnz " ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas). |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
299 TCODE .40, .35, "TiefeWarn[mbar]" ;165 DepthWarn[mbar] |
246 | 300 TCODE .40, .35, "CNS Warnung [%]" ;166 CNS warning [%] |
301 TCODE .40, .35, "GF Warnung [%]" ;167 GF warning [%] | |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
302 TCODE .40, .35, "ppO2 Warn [bar]" ;168 ppO2 warn [bar] |
246 | 303 TCODE .40, .35, "GescWarn[m/min]" ;169 Vel.warn[m/min] |
304 TCODE .40, .35, "ZeitVersatz/Tag" ;170 Time offset/day | |
305 TCODE .40, .35, "Höhenmesser anz" ;171 Show altimeter | |
306 TCODE .40, .35, "Log-Marker anz." ;172 Show Log-Marker | |
307 TCODE .40, .35, "Stoppuhr anz. " ;173 Show Stopwatch | |
308 TCODE .40, .35, "Gewebegraph anz" ;174 ShowTissueGraph | |
309 TCODE .40, .35, "Leitgewebe anz " ;175 Show Lead.Tiss. | |
310 TCODE .40, .35, "Flach.StoppOben" ;176 Shallow stop 1st (Reverse order of deco plans) | |
311 TCODE .40, .35, "Gaswechsel[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:
299
diff
changeset
|
312 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:
299
diff
changeset
|
313 TCODE .40, .35, "Sonst.Gas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) |
476 | 314 TCODE .40, .35, "TTS @ Zeit[min]" ;180 Future TTS[min] (Compute TTS for extra time at current depth) |
560 | 315 TCODE .40, .35, "Cave Warnung[l]" ;181 Cave Warning[l] (Consomation warning for cave divers) |
316 TCODE .40, .35, "Graph. Geschwi." ;182 Graph. Velocity (Show a graphical representation of the ascend speed) | |
317 TCODE .40, .35, "Zeige pSCR ppO2" ;183 Show pSCR ppO2 (Show the ppO2 for pSCR divers) | |
552 | 318 TCODE .40, .35, "pSCR O2 Drop[%]" ;184 pSCR O2 Drop[%] (pSCR O2 drop in percent) |
560 | 319 TCODE .40, .35, "pSCR Gegenlunge" ;185 pSCR lung ratio (pSCR counterlung ratio) |
312
b7e4e74c0e17
New @5 variant: compute TTS if staying some extra time (CF58) at current depth.
JeanDo
parents:
299
diff
changeset
|
320 ; End of function descriptor II |
175 | 321 ; |
246 | 322 TCODE .13, .2, "Custom Funktionen II" ;186 Custom Functions II |
323 TCODE .20, .95, "Lizenz anzeigen " ;187 Show License | |
324 TCODE .0, .2, "Sim. Daten:" ;188 Sim. Results: | |
325 TCODE .90, .25, "Oberfl." ;189 Surface | |
175 | 326 TCODE .0, .0, "ppO2 +" ;190 ppO2 + |
327 TCODE .0, .0, "ppO2 -" ;191 ppO2 - | |
194 | 328 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluent) |
574 | 329 |
330 ; 32 custom function descriptors III (FIXED LENGTH = 15 chars). | |
587
1b021a280e15
NEW CF64: Configures color for inactive gases
heinrichsweikamp
parents:
585
diff
changeset
|
331 TCODE .40, .35, "Farbe# inaktiv " ;193 Color# inactive |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
332 TCODE .40, .35, "Sicherheitsstop" ;194 Use safety stop |
619 | 333 TCODE .40, .35, "Zeige GF in NZ " ;195 Show GF in NDL (If GF > CF08) |
669 | 334 TCODE .40, .35, "Alt. GF Low [%]" ;196 Alt. GF Low [%] |
335 TCODE .40, .35, "Alt. GF High[%]" ;197 Alt. GF High[%] | |
336 TCODE .40, .35, "GF Wechsel mögl" ;198 Allow GF change | |
675 | 337 TCODE .40, .35, "S.Stop Länge[s]" ;199 S.StopLength[s] (CF70: Safety Stop Duration [s]) |
338 TCODE .40, .35, "S.Stop Start[m]" ;200 S.StopStart [m] (CF71: Safety Stop Start Depth [m]) | |
339 TCODE .40, .35, "S.Stop Ende [m]" ;201 S.StopEnd [m] (CF72: Safety Stop End Depth [m]) | |
340 TCODE .40, .35, "S.Stop Reset[m]" ;202 S.StopReset [m] (CF73: Safety Stop Reset Depth [m]) | |
574 | 341 TCODE .40, .35, "unbenutzt " ;203 unused |
342 TCODE .40, .35, "unbenutzt " ;204 unused | |
343 TCODE .40, .35, "unbenutzt " ;205 unused | |
344 TCODE .40, .35, "unbenutzt " ;206 unused | |
345 TCODE .40, .35, "unbenutzt " ;207 unused | |
346 TCODE .40, .35, "unbenutzt " ;208 unused | |
347 TCODE .40, .35, "unbenutzt " ;209 unused | |
348 TCODE .40, .35, "unbenutzt " ;210 unused | |
349 TCODE .40, .35, "unbenutzt " ;211 unused | |
350 TCODE .40, .35, "unbenutzt " ;212 unused | |
351 TCODE .40, .35, "unbenutzt " ;213 unused | |
352 TCODE .40, .35, "unbenutzt " ;214 unused | |
353 TCODE .40, .35, "unbenutzt " ;215 unused | |
354 TCODE .40, .35, "unbenutzt " ;216 unused | |
355 TCODE .40, .35, "unbenutzt " ;217 unused | |
356 TCODE .40, .35, "unbenutzt " ;218 unused | |
357 TCODE .40, .35, "unbenutzt " ;219 unused | |
358 TCODE .40, .35, "unbenutzt " ;220 unused | |
359 TCODE .40, .35, "unbenutzt " ;221 unused | |
360 TCODE .40, .35, "unbenutzt " ;222 unused | |
361 TCODE .40, .35, "unbenutzt " ;223 unused | |
362 TCODE .40, .35, "unbenutzt " ;224 unused | |
175 | 363 ; |
574 | 364 TCODE .7, .2, "Custom Funktionen III" ;225 Custom Functions III |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
365 TCODE .85, .125, "pSCR-GF " ;226 pSCR-GF |
598
f3735da18809
NEW: CF65: Show a safety stop for no-deco dives
heinrichsweikamp
parents:
592
diff
changeset
|
366 TCODE .90, .54, "Sicherheit" ;227 SafetyStop |
621 | 367 TCODE .0, .0, "Anzahl TG: " ;228 Total Dives: |
648 | 368 TCODE .20, .35, "Diluent Setup" ;229 Diluent Setup |
369 TCODE .20, .65, "Setpoint Setup" ;230 Setpoint Setup | |
370 TCODE .5, .2, "Dil. Setup - Gasliste" ;231 Dil. Setup - Gaslist | |
371 TCODE .100, .100, "Diluent" ;232 Diluent | |
574 | 372 TCODE .0, .0, "" ;233 unused |
373 TCODE .0, .0, "" ;234 unused | |
374 | |
246 | 375 TCODE .10, .2, "Dekomodell verändert!" ;235 Decomode changed! |
175 | 376 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC |
246 | 377 TCODE .2, .12, "Nicht gefunden" ;237 Not found |
175 | 378 TCODE .100, .0, "SetPoint" ;238 SetPoint |
246 | 379 TCODE .100, .0, "k. Deko" ;239 No Deco |
380 TCODE .90, .50, "Intervall:" ;240 Interval: | |
381 TCODE .100, .75, "Anzeige" ;241 Display | |
382 TCODE .100, .0, "Keine Deko" ;242 No deco | |
175 | 383 TCODE .132, .0, "beta" ;243 beta |
246 | 384 TCODE .100, .100, "frei" ;244 unuse |
385 TCODE .20, .65, "CF,Gas&Deko zurücks." ;245 Reset CF,Gas & Deco | |
386 TCODE .50, .145, "Battery schwach!" ;246 LowBatt! | |
175 | 387 TCODE .20, .125, "Simulator" ;247 Simulator |
388 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator | |
369 | 389 TCODE .20, .65, "TG beginnen" ;249 Start Dive |
175 | 390 TCODE .100, .25, "+ 1m" ;250 + 1m |
391 TCODE .100, .50, "- 1m" ;251 - 1m | |
392 TCODE .100, .75, "+10m" ;252 +10m | |
393 TCODE .100, .100, "-10m" ;253 -10m | |
246 | 394 TCODE .100, .0, "Ende" ;254 Close |
395 TCODE .128, .170, "Zeit" ;255 Time | |
177 | 396 ; |
175 | 397 ; Text Bank2 (Texts 256-511) |
177 | 398 ; |
175 | 399 TCODE .0, .0, "x" ;256 x |
246 | 400 TCODE .20, .35, "Datumsform.:" ;257 Date format: |
401 TCODE .10, .2, "Einstellungs-Menü 2:" ;258 Setup Menu 2: | |
175 | 402 TCODE .105, .35, "MMDDYY" ;259 MMDDYY |
403 TCODE .105, .35, "DDMMYY" ;260 DDMMYY | |
404 TCODE .105, .35, "YYMMDD" ;261 YYMMDD | |
405 TCODE .1, .1, "OSTC " ;262 OSTC | |
325
4a28d7a1c620
Fixed Setpoint behavior >2,55bar with CF38=ON
heinrichsweikamp
parents:
318
diff
changeset
|
406 TCODE .65, .168, "Bail " ;263 Bail |
246 | 407 TCODE .7, .48, "Luft " ;264 Air |
408 TCODE .120, .135, "Luft " ;265 Air | |
504 | 409 |
552 | 410 TCODE .0, .0, "pSCR Info" ;266 pSCR Info (Must be 9Chars!) |
653 | 411 TCODE .0, .184, "Max." ;267 Max. |
669 | 412 TCODE .93, .170, "GF Werte" ;268 GF Values |
413 TCODE .100, .50, "GF Wech." ;269 ToggleGF (In Divemode Menu) | |
504 | 414 TCODE .0, .0, "" ;270 unused |
415 | |
175 | 416 ; New CFs Warning |
246 | 417 TCODE .10, .2, "Neue CF hinzugefügt!" ;271 New CF added! |
418 TCODE .0, .35, "Neue Custom Funktionen" ;272 New CustomFunctions | |
419 TCODE .0, .65, "wurden hinzugefügt!" ;273 were added! Check | |
585 | 420 TCODE .0, .95, "Prüfe CF I - CF III" ;274 CF I - CF III Menu |
246 | 421 TCODE .0, .125, "Menü für Details!" ;275 for Details! |
574 | 422 TCODE .20, .125, "Salzgeh.: " ;276 Salinity: |
177 | 423 ; |
369 | 424 TCODE .20, .95, "Grundzeit:" ;277 Bottom Time: |
425 TCODE .20, .125, "Max. Tiefe:" ;278 Max. Depth: | |
426 TCODE .20, .155, "Dekoplan berechn." ;279 Calculate Deco | |
499
2ac77db9c150
Added OLED brightness setting, texts 280, 312 and 313 need update
heinrichsweikamp
parents:
492
diff
changeset
|
427 TCODE .20, .155, "Helligkeit:" ;280 Brightness: |
177 | 428 ; |
246 | 429 TCODE .107, .170, "D-Tiefe" ;281 Avr.Depth |
430 TCODE .90, .170, "Leitgewebe" ;282 Lead Tiss. | |
431 TCODE .100, .170, "Stoppuhr" ;283 Stopwatch | |
432 TCODE .20, .95, "Logbuch zurücks." ;284 Reset Logbook | |
433 TCODE .20, .125, "OSTC neu starten" ;285 Reboot OSTC | |
434 TCODE .20, .155, "Dekodaten zurücks." ;286 Reset Decodata | |
177 | 435 ; Altimeter extension |
246 | 436 TCODE .20, .155, "Höhenmesser" ;287 Altimeter |
267
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
437 TCODE .18, .1, "Höhenmesser einst." ;288 Set Altimeter |
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
438 TCODE .20, .35, "Höhe NN: " ;289 Sea ref: |
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
439 TCODE .0, .0, "Aktiv: " ;290 Enabled: |
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
440 TCODE .20, .95, "Normal: 1013 mbar" ;291 Default: 1013 mbar |
175 | 441 TCODE .20, .125, "+1 mbar" ;292 +1 mbar |
442 TCODE .20, .155, "-1 mbar" ;293 -1 mbar | |
267
814ac3af3052
1.85beta release, 1.86beta start, german texts updated
heinrichsweikamp
parents:
255
diff
changeset
|
443 TCODE .85, .185, "Höhe " ;294 Alt: |
189 | 444 ; |
574 | 445 TCODE .20, .95, "Custom FunktionenIII" ;295 Custom FunctionsIII |
246 | 446 TCODE .50, .2, "Rohdaten:" ;296 Raw Data: |
199 | 447 ; Gas-setup addons: |
231
f9d42f8ff97b
BUGFIX Don't show (nosense) gas consumption in CCR mode (bug BB20).
JeanDo
parents:
228
diff
changeset
|
448 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
|
449 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
|
450 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). |
576 | 451 TCODE .100, .125, "Mehr" ;300 More (Enable/Disable Gas underwater) |
246 | 452 TCODE .0, .2, "OCR Gasverbrauch:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). |
314 | 453 ; 115k Bootloader support: |
283
4ec488f046f4
Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
heinrichsweikamp
parents:
267
diff
changeset
|
454 TCODE .45, .100, "Bootloader" ;302 Bootloader |
299
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
455 TCODE .35, .130, "Bitte Warten!" ;303 Please wait! |
eac799f69360
some cleanup, french and german texts updated
heinrichsweikamp
parents:
297
diff
changeset
|
456 TCODE .40, .130, "Abgebrochen!" ;304 Aborted |
314 | 457 ;@5 variant |
318 | 458 TCODE .0, .0, "TTS @+Min." ;305 Future TTS (=10 chars. Title for @5 customview). |
370 | 459 ; |
476 | 460 TCODE .100, .125, "Ende Sim" ;306 Quit Sim (=8char max. Quit Simulator mode) |
369 | 461 ;Dive interval |
370 | 462 TCODE .20, .35, "Interval:" ;307 Interval: |
476 | 463 TCODE .0, .0, "Jetzt " ;308 Now (7 chars min) |
386
deced1cacff7
Added velocity in divemode, BIG stopwatch in Gauge mode
heinrichsweikamp
parents:
381
diff
changeset
|
464 TCODE .109, .113, "D-Tiefe" ;309 Average |
484 | 465 TCODE .109, .54, "Stoppuhr" ;310 Stopwatch (BIG Stopwatch in Gauge mode) |
476 | 466 ; Cave consomation |
467 TCODE .0, .0, "Cave Bail." ;311 Cave Bail. (=10 chars.) | |
681 | 468 ; DISPLAY Brightness settings |
499
2ac77db9c150
Added OLED brightness setting, texts 280, 312 and 313 need update
heinrichsweikamp
parents:
492
diff
changeset
|
469 TCODE .103, .155, "Eco " ;312 Eco (Same length as #313!) |
2ac77db9c150
Added OLED brightness setting, texts 280, 312 and 313 need update
heinrichsweikamp
parents:
492
diff
changeset
|
470 TCODE .103, .155, "Hoch" ;313 High (Same length as #312!) |
574 | 471 |
472 ; ZH-L16 mode description | |
473 TCODE .0, .35, "Dekomodell: ZH-L16 OC" ;314 Decotype: ZH-L16 OC | |
474 TCODE .0, .65, "Für das Tauchen mit" ;315 For Open Circuit | |
475 TCODE .0, .95, "offenen Systemen. " ;316 Divers. Supports 5 | |
476 TCODE .0, .125, "Bis zu 5 Trimix Gase." ;317 Trimix Gases. | |
477 TCODE .0, .155, "Hierzu das Menü Gas-" ;318 Configure your gas | |
478 TCODE .0, .185, "einstellung verwenden." ;319 in Gassetup menu. | |
479 TCODE .0, .215, "CF11 & CF12 prüfen!" ;320 Check CF11 & CF12 ! | |
480 ; Gaugemode description | |
481 TCODE .0, .35, "Dekomodell:Tiefenmesser" ;321 Decotype: Gauge | |
482 TCODE .0, .65, "Die Tauchzeit wird in" ;322 Divetime will be in | |
483 TCODE .0, .95, "Minuten:Sekunden ange-" ;323 Minutes:Seconds. | |
484 TCODE .0, .125, "zeigt. Der OSTC2 be-" ;324 OSTC2 will not | |
485 TCODE .0, .155, "rechnet keine Daten für" ;325 compute Deco, NoFly | |
486 TCODE .0, .185, "Deko, Flugverbots- oder" ;326 time and Desat. | |
487 TCODE .0, .215, "Entsättigungszeiten!" ;327 time at all! | |
488 ; Const.ppO2 description | |
489 TCODE .0, .35, "Dekomodell: ZH-L16 CC" ;328 Decotype: ZH-L16 CC | |
490 TCODE .0, .65, "Für geschlossene" ;329 For Closed | |
491 TCODE .0, .95, "Kreislaufsysteme." ;330 Circuit rebreathers | |
492 TCODE .0, .125, "Stelle die 3 Setpoints" ;331 Configure the 3 | |
493 TCODE .0, .155, "im CCR Setpoint Menü" ;332 SetPoints in CCR - | |
494 TCODE .0, .185, "ein. Bis zu 5 Bailout" ;333 Setup menu. 5 bail- | |
495 TCODE .0, .215, "Gase sind verfügbar." ;334 outs are available. | |
496 ; Apnoemode description | |
497 TCODE .0, .35, "Dekomodell: Apnoe " ;335 Decotype: Apnoe | |
498 TCODE .0, .65, "Der OSTC2 zeigt jeden" ;336 OSTC2 will display | |
499 TCODE .0, .95, "Abstieg getrennt in" ;337 each descent separ- | |
500 TCODE .0, .125, "Min:Sek an. Die Abtast-" ;338 ately in Min:Sec. | |
501 TCODE .0, .155, "rate wird temporär auf" ;339 Will temporally set | |
502 TCODE .0, .185, "1 Sekunde eingestellt." ;340 samplerate to 1 sec | |
503 TCODE .0, .215, "Keine Deko Berechnung" ;341 No Deco calculation | |
504 ; Multi GF OC mode description | |
505 TCODE .0, .35, "Dekomodell: L16-GF OC" ;342 Decotype: L16-GF OC | |
506 TCODE .0, .65, "Berechnung der Deko" ;343 Decompression cal- | |
507 TCODE .0, .95, "mittels der GF-Methode" ;344 culations with the | |
508 TCODE .0, .125, "(GF_lo/GF_hi). " ;345 GF-Method (GF_lo/GF | |
509 TCODE .0, .155, "Prüfe die CF32 & CF33" ;346 _hi). Check CF32 & | |
510 TCODE .0, .185, "Werte! Für offene Sys-" ;347 CF33! Open Circuit | |
511 TCODE .0, .215, "teme mit Tiefenstopps." ;348 with Deep Stops. | |
512 ; Multi GF CC mode description | |
513 TCODE .0, .35, "Dekomodell: L16-GF CC" ;349 Decotype: L16-GF CC | |
514 TCODE .0, .65, "Berechnung der Deko" ;350 Decompression cal- | |
515 TCODE .0, .95, "mittels der GF-Methode" ;351 culations with the | |
516 TCODE .0, .125, "(GF_lo/GF_hi). Prüfe" ;352 GF-Method (GF_lo/GF | |
517 TCODE .0, .155, "die CF32 & CF33 Werte!" ;353 _hi). Check CF32 & | |
518 TCODE .0, .185, "Für geschlossene Sys-" ;354 CF33!Closed Circuit | |
519 TCODE .0, .215, "teme mit Tiefenstopps." ;355 with Deep Stops. | |
592
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
520 ; pSCR-GF mode description |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
521 TCODE .0, .35, "Dekomodell: pSCR-GF" ;356 Decotype: pSCR-GF |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
522 TCODE .0, .65, "Für passive halb-" ;357 For passive semi- |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
523 TCODE .0, .95, "geschlossene Kreisel." ;358 closed rebreather. |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
524 TCODE .0, .125, "Prüfe CF32 & CF33" ;359 Check CF32 & CF33 |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
525 TCODE .0, .155, "für Gradienten Faktoren" ;360 for gradient factors |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
526 TCODE .0, .185, "und CF61-CF63 für" ;361 and CF61-CF63 for |
cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
heinrichsweikamp
parents:
587
diff
changeset
|
527 TCODE .0, .215, "pSCR Parameter." ;362 pSCR features. |
574 | 528 ; |
529 | |
177 | 530 ;============================================================================= |