Mercurial > public > hwos_code
annotate src/text_german.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | e76a87e087ef |
children | cd58f7fc86db |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
623 | 3 ; File text_german.asm next combined generation V3.03.3 |
0 | 4 ; |
604 | 5 ; German texts translation file. |
0 | 6 ; |
604 | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
0 | 8 ;============================================================================= |
9 | |
10 ; Basic texts | |
604 | 11 TCODE tNo, "Nein" ; 0 No |
12 TCODE tYes, "Ja" ; 1 Yes | |
13 IFDEF _cave_mode | |
623 | 14 TCODE tCave, "Höhle" ; 2 Cave |
604 | 15 ENDIF |
16 | |
560 | 17 TCODE tblank, " " ; (a single space character) |
604 | 18 |
0 | 19 ; Surface-mode texts |
604 | 20 TCODE tMenu, "<Menü" ; <Menu |
21 TCODE tView, "View>" ; View> | |
22 TCODE tHeading, "Kurs:" ; Heading: | |
23 TCODE tLastDive, "Letzter TG" ; Last Dive (Max 10 chars) | |
623 | 24 |
25 IFDEF _external_sensor | |
604 | 26 TCODE tSensorMilliVolt, "Sensoren mV" ; Sensors mV |
623 | 27 ENDIF |
28 | |
0 | 29 |
604 | 30 ; Divemode Menu - 10 chars max! |
31 TCODE tDivemenu_Gaslist, "Gasliste" ; Gaslist (OC) | |
623 | 32 TCODE tDivemenu_ResetAvg, "Stoppuhr" ; Reset Avg |
33 TCODE tDivemenu_Avg_Mkr, "Uhr/Marker" ; Reset Avg, Set Marker (and Turn Dive) | |
604 | 34 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF |
35 TCODE tDivemenu_Marker, "Markierung" ; Set Marker | |
36 TCODE tDivemenu_LostGas, "Gasverlust" ; Lost Gas | |
623 | 37 |
38 IFDEF _ccr_pscr | |
39 TCODE tDivemenu_Diluent, "Diluents" ; Diluent (CCR) | |
40 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR) | |
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
42 ENDIF | |
43 | |
44 IFDEF _external_sensor | |
45 TCODE tDivemenu_UseSensor,"akt.Sensor" ; Use Sensor | |
46 ENDIF | |
47 | |
604 | 48 IFDEF _cave_mode |
49 TCODE tDivemenu_TurnDive, "Rückweg" ; Turn Dive | |
50 ENDIF | |
0 | 51 |
623 | 52 |
0 | 53 ; Main menu |
604 | 54 TCODE tNext, "<Weiter" ; <Next |
619 | 55 TCODE tEnter, " Enter>" ; Enter> |
604 | 56 TCODE tMainMenu, "Hauptmenü" ; MainMenu |
57 TCODE tLogbook, "Logbuch" ; Logbook | |
58 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | |
59 TCODE tSetTime, "Zeit stellen" ; Set Time | |
560 | 60 TCODE tSetDate, "Datum stellen" ; Set Date |
61 TCODE tSetTimeDate, "Datum & Uhrzeit" ; Set Time & Date | |
604 | 62 TCODE tDispSets, "Anzeige" ; Display Settings |
63 TCODE tExit, "Ende" ; Exit | |
64 TCODE tResetMenu, "Reset Menü" ; Reset Menu | |
560 | 65 TCODE tDiveModeMenu, "Deko Einstellung" ; Deco Mode |
66 TCODE tInfoMenu, "Informationen" ; Information | |
623 | 67 IFDEF _ccr_pscr |
68 TCODE tCCRSetup, "CCR/pSCR Menü" ; CCR/pSCR Setup | |
69 TCODE tDiluentSetup, "Diluent Menü" ; Diluent Setup | |
70 ENDIF | |
71 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints | |
72 TCODE tBack, "zurück" | |
73 | |
74 IFDEF _rx_functions | |
604 | 75 TCODE tTrSettings, "Druckanzeige" ; Pressure Display |
76 TCODE tTrMode, "Modus: " ; Mode | |
77 TCODE tTr1stPres, "1.Druck: " ; 1st Pressure | |
78 TCODE tTr2ndPres, "2.Druck: " ; 2nd Pressure | |
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | |
80 TCODE tTrMaxDeltaP, "max Diff.: " ; independent double max diffenerce | |
623 | 81 ENDIF |
82 | |
83 IFDEF _ccr_pscr | |
84 IFDEF _external_sensor | |
604 | 85 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor |
86 TCODE tCalibrateMenu, "Kalibrierung" ; Calibration | |
87 TCODE tCalibrationGas, "Kal. Gas O2:" ; Cal. Gas O2: | |
88 TCODE tCalibrate, "Kalibrieren" ; Calibrate | |
623 | 89 ENDIF |
90 ENDIF | |
91 | |
0 | 92 |
93 ; Gas menu | |
604 | 94 TCODE tGaslist, "OC Gas Liste" |
95 TCODE tGaslistCC, "CC Gas Liste" ; CC Diluents | |
96 TCODE tGasEdit, "Gas einstellen" | |
97 TCODE tType, "Type: " | |
98 TCODE tGasDisabled, "Deaktiviert" ; Disabled | |
99 TCODE tGasFirst, "Start" ; First | |
100 TCODE tGasTravel, "Reise" ; Travel | |
101 TCODE tGasDeco, "Deko" ; Deco | |
102 TCODE tDilDisabled, "Deaktiviert" ; Disabled | |
103 TCODE tDilFirst, "Start" ; First | |
104 TCODE tDilNorm, "Normal" ; Normal | |
623 | 105 TCODE tAir, "Air " ; Enum: values must follow (5 chars) |
604 | 106 TCODE tO2, "O2 " ; tAir + 5 |
107 TCODE tO2Plus, "O2 +" | |
108 TCODE tO2Minus, "O2 -" | |
623 | 109 IFDEF _helium |
604 | 110 TCODE tHePlus, "He +" |
111 TCODE tHeMinus, "He -" | |
623 | 112 ENDIF |
604 | 113 TCODE tMOD, "MOD :" |
114 TCODE tEAD, "EAD:" | |
115 TCODE tSetup_GasDepth, "Wechseltiefe" | |
116 TCODE tDepthPlus, "Tiefe +" | |
117 TCODE tDepthMinus, "Tiefe -" | |
118 TCODE tDepthReset, "Reset auf MOD:" | |
119 TCODE tSetup_GasMix, "Mix Einstellen" | |
623 | 120 IFDEF _ccr_pscr |
604 | 121 TCODE tSPPlus, "ppO2+" ; pO2+ |
122 TCODE tSensorFallback, "Fallback:" ; Fallback: | |
560 | 123 TCODE tCalculated, "berechnet" ; calculated |
604 | 124 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
125 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
126 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | |
623 | 127 TCODE tCCRMode, "Modus:" ; Mode: |
128 TCODE tCCRModeFixedSP, "fixeSP/Berech." ; 0 fixed for CCR / calculated for pSCR | ENUM group | |
129 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor | | |
130 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP | | |
131 ELSE | |
132 TCODE tCCRModeFixedSP, " " ; target needed by option table | |
133 ENDIF | |
134 TCODE tSP, "SP" ; SP (SetPoint) | |
135 TCODE tppO2, "ppO2:" ; ppO2: | |
136 | |
0 | 137 |
138 ; New batteries menu | |
614 | 139 ; 1 2 ; |
140 ; 12345678901234567890 ; max 20 chars | |
604 | 141 TCODE tNewBattTitle, "Neue Batterie?" |
142 TCODE tNewBattOld, "behalte alte" | |
623 | 143 TCODE tNewBattNew36, "3,6V Einweg (T1)" ; new 3.6V disposable |
144 TCODE tNewBattNew15, "1,5V Einweg (T0)" ; new 1.5V disposable | |
145 TCODE tNewBattAccu, "3,7V aufladbar (T2)" ; new 3.7V rechargeable | |
614 | 146 TCODE tNew18650, "OSTC 2 oder cR (T3)" ; internal battery on 2 (old) / cR |
147 TCODE tNew16650, "OSTC 2 oder TR (T4)" ; internal battery on 2 (new) / TR | |
623 | 148 TCODE tConfirmChargeable1,"Bestätigung:" ; safety question, line 1 |
149 TCODE tConfirmChargeable2,"eingelegte Batterie" ; safety question, line 2 | |
150 TCODE tConfirmChargeable3,"ist wiederaufladbar" ; safety question, line 3 | |
151 | |
0 | 152 |
153 ; Gaslist management | |
604 | 154 TCODE tGas, "Gas" ; Gas |
155 TCODE tDil, "Dil" ; Diluent | |
156 TCODE tGasErr, "Err" ; Err (3 chars) | |
0 | 157 |
623 | 158 |
0 | 159 ; Communication Menu |
560 | 160 TCODE tUsbTitle, "USB Modus" |
604 | 161 TCODE tBleTitle, "Bluetooth Modus" |
162 TCODE tUsbStarting, "Starte..." | |
163 TCODE tUsbStartDone, "Fertig." | |
164 TCODE tUsbServiceMode, "Servicemodus aktiv" | |
560 | 165 TCODE tUsbClosed, "Abgebrochen" |
166 TCODE tUsbExit, "Beendet" | |
604 | 167 TCODE tUsbDownloadMode, "Downloadmodus aktiv" |
168 TCODE tUsbLlBld, "Low-Level Bootloader" | |
0 | 169 |
623 | 170 |
0 | 171 ; Dive Settings |
604 | 172 TCODE tDvMode, "Betrieb : " |
173 TCODE tDvOC, "OC" | |
560 | 174 TCODE tDvCCR, "CCR" |
604 | 175 TCODE tDvGauge, "Gauge" |
176 TCODE tDvApnea, "Apnoe" | |
177 TCODE tDvPSCR, "pSCR" | |
178 TCODE tDvCC, "CC" | |
179 TCODE tDkMode, "Decotype: ZH-L16" | |
180 TCODE tZHL16, " " ; keep order, enum from here... | |
181 TCODE tZHL16GF, "+GF" ; ...up to here! | |
182 TCODE tPPO2Max, "Max. :" | |
183 TCODE tPPO2DECO, "Max. Deko:" | |
184 TCODE tPPO2MIN, "Min. :" | |
623 | 185 IFDEF _ccr_pscr |
604 | 186 TCODE tPPO2MINCC, "Min. Loop:" |
623 | 187 ENDIF |
188 TCODE tLastDecostop, "Letzt.Stop : " | |
189 TCODE tAscentSpeed, "Auf.Geschw. : " ; Ascent Speed | |
190 TCODE tGasChangeTime, "Gaswechsel :+" ; additional Gas Change Time | |
191 TCODE tExtendedStops, "vor 1.Stopp : " ; gas switches before 1st stop | |
192 TCODE tTimeoutDive, "TG-Ende nach: " ; Dive Timeout | |
193 TCODE tStoreApnoeDive, "Log Apnoe : " ; Store Apnoe Dives | |
604 | 194 TCODE tDecoparameters, "Deko Parameter" |
195 TCODE tGF_low, "GF low :" | |
196 TCODE tGF_high, "GF high:" | |
197 TCODE tSaturationMult, "Sättigung : " | |
198 TCODE tDesaturationMult, "Entsättigung: " | |
199 TCODE tFTTSMenu, "fTTS/Verz.:" ; Future TTS | |
200 TCODE tLastDecostopSurf, "Letzt.Stop:" ; last deco stop surface custom view | |
201 TCODE tGFMenu, "GF Parameter" ; GF Settings | |
202 TCODE taGF_low, "aGF low :" ; aGF low | |
203 TCODE taGF_high, "aGF high:" ; aGF high | |
204 TCODE taGF_enable, "aGF wählbar:" ; aGF Selectable | |
205 TCODE tDiveaGF_active, "aGF aktiv" ; using aGF | |
206 TCODE tppO2settings, "ppO2 Parameter" ; ppO2 Settings | |
207 TCODE tsafetystopmenu, "Sicherheitsstop:" ; Safety Stop: | |
208 TCODE tGasUsage, "Gasbedarf" ; Gas Usage | |
209 TCODE tSetBotUse, "Reise Gas: " ; Bottom Gas: (space) | |
623 | 210 TCODE tSetDecoUse, "Deko Gas: " ; Deco Gas: (space) |
211 TCODE tCalcAscGas, "Gasmenge(B/O):" ; Calculate Gas (Bail Out) needs? | |
604 | 212 TCODE tSetup_Tank, "Tank Einstellen" ; Setup Tank |
213 TCODE tTankSize, "Tank Größe" | |
214 TCODE tTankUsablePress, "Umkehrdruck (Aufst)" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) | |
623 | 215 TCODE tLiter, " l" ; Liter as l |
216 TCODE tLiterLong, "Liter" ; Liter as Liter | |
217 TCODE t2ndDecoPlanMenu, "2.Deko Plan" ; 2nd Deco Plan | |
218 | |
219 IFDEF _ccr_pscr | |
220 TCODE tCCmaxFracO2, "Loop %O2 max.:" | |
604 | 221 TCODE tCopyDilToOC, "Kopiere Dil.-> OC" ; copy diluent settings to OC gas |
623 | 222 ENDIF |
604 | 223 |
224 IFDEF _rx_functions | |
623 | 225 TCODE tTankPairing, "Sender wählen" ; select Transmitter |
604 | 226 TCODE tTrModeOff, "aus" ; off |
227 TCODE tTrModeOn, "ein" ; on | |
228 TCODE tTrModeIndDouble, "unabh.Doppel" ; independent double | |
229 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 | |
230 TCODE tTrPresNone, "keiner" ; none (big enum group follows) | |
231 TCODE tTrPresGas1, "Gas 1" ; Gas 1 | |
232 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
233 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
234 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
235 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
623 | 236 IFDEF _ccr_pscr |
604 | 237 TCODE tTrPresDil1, "Dil 1" ; Dil 1 |
238 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
239 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
240 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
241 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
242 TCODE tTrPresFirstGas, "erstes Gas" ; first Gas | |
243 TCODE tTrPresActiveGas, "aktives Gas" ; active Gas | |
244 TCODE tTrPresFirstDil, "erstes Dil" ; first Dil | |
245 TCODE tTrPresActiveDil, "aktives Dil" ; active Dil | |
623 | 246 ENDIF |
604 | 247 ELSE |
248 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
249 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
623 | 250 ENDIF ; _rx_functions |
251 | |
604 | 252 |
0 | 253 ; Display Settings |
604 | 254 TCODE tBright, "Helligkeit:" |
255 TCODE tEco, "Eco" | |
256 TCODE tMedium, "Mittel" | |
257 TCODE tHigh, "Hoch" | |
258 TCODE tDvSalinity, "Salinität: " ; Salinity | |
259 TCODE tShowppO2, "ständig zeigen:" ; Always show ppO2: | |
260 TCODE tFlip, "Anzeige drehen:" ; Rotate Screen | |
608 | 261 TCODE tMODwarning, "Tiefe Warnung:" ; depth Warnings |
623 | 262 ; TCODE tIBCDwarning, "IBCD Warnung:" ; IBCD warning |
263 TCODE tLayout, "Layout :" ; Layout | |
604 | 264 TCODE t2ndDepth, "2.Tiefe:" ; 2nd depth display content (10 chars max) |
623 | 265 TCODE tTissueGraphics, "Grafik :" ; tissue graphics |
266 | |
267 TCODE tLayoutNormal, "normal" ; normal | |
268 TCODE tLayoutBig, "groß" ; big | |
269 | |
326
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
270 |
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
271 ; VSI display Settings |
608 | 272 TCODE tVSItext2, "Variable Geschw:" ; Variable speed: |
273 TCODE tVSIgraph, "Geschw. Grafik:" ; Speed graph: | |
0 | 274 |
623 | 275 |
0 | 276 ; Setup Menu |
604 | 277 TCODE tSystSets, "Konfiguration" |
623 | 278 IFDEF _compass |
604 | 279 TCODE tCompassMenu, "Kompass-Kalibrierung" ; Compass calibration |
280 TCODE tCompassGain, "Empfindlichkeit:" ; Compass gain: | |
281 TCODE tCalX, "Kal. X:" ; Cal X | |
282 TCODE tCalY, "Kal. Y:" ; Cal Y | |
283 TCODE tCalZ, "Kal. Z:" ; Cal Z | |
623 | 284 ENDIF |
604 | 285 TCODE tUnits, "Einheiten: " |
286 TCODE tMetric, " m/°C" ; Enum menu | |
287 TCODE tImperial, "ft/°F" | |
623 | 288 ; 111 111 111 111 111 |
289 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | |
290 TCODE tDefName, " Lese die Anleitung, kenne und verstehe die Grenzen!" | |
604 | 291 TCODE tButtonleft, "Taster links :" ; Left button |
292 TCODE tButtonright, "Taster rechts:" ; Right button | |
560 | 293 TCODE tAltMode, "Wartezeit:" |
294 TCODE tAltModeFly, "Fliegen" | |
295 TCODE tAltMode1000, "1000m" | |
296 TCODE tAltMode2000, "2000m" | |
297 TCODE tAltMode3000, "3000m" | |
604 | 298 |
623 | 299 |
0 | 300 ; Units for all menu |
604 | 301 TCODE tMeters, "m" |
560 | 302 TCODE tFeets, "ft" |
303 TCODE tFeets1, "f" | |
604 | 304 TCODE tMinutes, "'" |
305 TCODE tPercent, "%" | |
306 TCODE tLitersMinute, "l/min" | |
560 | 307 TCODE tbar, " bar" ; bar |
604 | 308 TCODE tbar10, "0 bar" ; xx0 bar |
309 TCODE tMeterMinute, "m/'" ; meter per minute | |
0 | 310 |
623 | 311 |
0 | 312 ; Date |
604 | 313 TCODE tDateFormat, "Format: " |
314 TCODE tDateformat, "MMTTJJ" | |
560 | 315 TCODE tDateformat1, "TTMMJJ" |
316 TCODE tDateformat2, "JJMMTT" | |
0 | 317 |
623 | 318 |
0 | 319 ; Simulator menu |
604 | 320 TCODE tInter, "Start Simulator" ; Start Simulator |
321 TCODE tPlan, "Simulator" ; Simulator | |
0 | 322 |
623 | 323 |
0 | 324 ; Decoplanner submenu |
604 | 325 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars) |
623 | 326 TCODE tBtTm_short, "Zeit :" ; Bot. Time: (max. 6 chars) |
604 | 327 TCODE tBtDep, "Tiefe :" ; Max Depth: (10 chars) |
328 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) | |
329 TCODE tDecoSetup, "Deko Parameter" | |
330 TCODE tDeco, "Deko Berechnung" ; Calculate Deco | |
623 | 331 TCODE tDivePlan, "Tauchplan" ; Dive Plan (max. 10 chars) |
604 | 332 TCODE tNoDeco, "Keine Deko" ; No Deco |
333 TCODE tMore, "mehr" ; More | |
334 TCODE tSelectSetpoint, "Setpoint :" | |
335 TCODE tuseAGF, "Benutze aGF:" | |
560 | 336 TCODE tCalculating, "Berechnung läuft..." |
623 | 337 TCODE tCalcSurfInter, "Oberflächenpause" ; Surface Interval |
338 TCODE tCalcBotSeg, "Grundzeit" ; Bottom Segment | |
339 TCODE tCalcBailout, "Wechsel auf Bailout" ; Switch to Bailout | |
340 TCODE tCalcAscent, "Aufstieg" ; Ascent | |
604 | 341 TCODE tNDLleft, "übrig" ; time left within NDL |
0 | 342 |
623 | 343 |
0 | 344 ; Information menu |
604 | 345 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
346 TCODE tSerial, "Seriennr: " ; Serial : (space) | |
560 | 347 TCODE tTotalDives, "Anzahl TG: " ; Total Dives: |
604 | 348 TCODE tBatteryV, "Batterie: " ; Battery: |
349 TCODE tUptime, "Laufzeit: " ; Uptime: | |
0 | 350 |
623 | 351 IFDEF _rx_functions |
352 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
353 ENDIF | |
354 | |
355 | |
0 | 356 ; Divemode screen |
604 | 357 TCODE tNDL, " NZ" ; 3 chars max |
623 | 358 TCODE tTTS, "TTS" ; 3 chars max |
604 | 359 TCODE tVelMetric, "m/min" |
560 | 360 TCODE tVelImperial, "ft/m " |
604 | 361 TCODE tGasSelect, "Wähle Gas" ; Select Gas |
362 TCODE tSelectAir, "Luft" ; Air | |
363 TCODE tSelectO2, "O2 " ; O2 | |
364 TCODE tSelectNx, "Nx" ; Nx | |
365 TCODE tSelectTx, "Tx" ; Tx | |
623 | 366 TCODE tDepth, "Tiefe" ; Depth (max 5 chars) |
367 TCODE tMaxDepth, "Max.Tiefe" ; Max.Depth - max 9 chars! | |
368 TCODE tAvgDepth, "Durchschn." ; average Depth - max 9 chars! (extra dot is ok) | |
369 TCODE tTissuePresSat, "Druck+Sat." ; 0 pressure and saturation | ENUM group | |
370 IFDEF _helium | |
371 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
372 ENDIF | |
373 TCODE tDivetime, "Dauer" ; Divetime (max 8 chars) | |
604 | 374 TCODE tDiveTotalAvg, "Durchschn.1" |
375 TCODE tDiveStopwatch, "Stoppuhr" | |
376 TCODE tDiveStopAvg, "Durchschn.2" ; 11 chars max | |
377 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | |
378 TCODE tApnoeMax, " Letzter TG" ; Last descend | |
623 | 379 TCODE tApnoeSurface, "Oberfläche" ; Surface Time |
604 | 380 TCODE tTime, "Uhrzeit" ; Time |
381 TCODE tSurface, "Oberfläche" ; Surface (max 12 chars) | |
623 | 382 TCODE tDiveDecoplan, "nächste Stopps" ; next Stops |
604 | 383 ; TCODE tDiveClock, "Uhr" ; Clock |
384 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
385 TCODE tDiveTissues, "Gewebe" ; Tissues | |
386 TCODE tEND, "END:" ; END: | |
387 TCODE tN2, "N2" ; N2 | |
623 | 388 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 389 TCODE tGFactors, "GF Werte" ; GF Values |
390 TCODE taGFactors, "aGF Werte" ; aGF Values | |
608 | 391 TCODE tGFInfo, "Sättigung" ; Saturation |
604 | 392 TCODE tCeiling, "Ceiling" ; Ceiling |
393 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) | |
394 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
560 | 395 TCODE tDecoInfo, "Deko Zone" ; Deco info |
604 | 396 TCODE tSensorCheck, "Sensor Test" ; Sensor Check |
397 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
560 | 398 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
399 TCODE tGasNeedsWarn, "Gasbedarf" | |
604 | 400 TCODE tGasNeedsAscent, "Gas Bedarf Aufstieg" |
560 | 401 TCODE tCNSsurf, "ZNS Oberfl." |
402 TCODE tCNSfTTS, "ZNS fTTS" | |
403 TCODE tCNSBO, "ZNS B/O" | |
404 TCODE tCNSnow, "ZNS jetzt" | |
405 TCODE tCNSeod, "ZNS Ende" | |
604 | 406 TCODE tnoBOgas, "-B/O-Gas-" |
560 | 407 TCODE tMicroBubbles, "M.Blasen" |
408 TCODE tCNS, "CNS: " | |
604 | 409 TCODE tgaschange, "wechseln?" ; better gas found |
410 TCODE tNeed, "Bedf." ; gas need (5 chars) | |
411 TCODE tBattery, "Batterie" ; Battery | |
623 | 412 |
413 IFDEF _helium | |
414 TCODE tHe, "He" ; He | |
415 TCODE tIBCD, "IBCD N2He" ; IBCD warning | |
416 ENDIF | |
417 | |
604 | 418 IFDEF _rx_functions |
419 TCODE tTransmitter, "TR Sender" ; pressure transmitter | |
420 TCODE tPressure, "Fl.Druck" ; tank pressure | |
421 TCODE tSAC, "AMV" ; SAC, must be 3 chars! | |
422 TCODE tswap, "wechseln" ; switch tank (max. 9 chars) | |
423 ENDIF | |
623 | 424 |
425 IFDEF _ccr_pscr | |
426 IFDEF _external_sensor | |
427 TCODE tDiveHudMask1, "Sensor 1" | |
428 TCODE tDiveHudMask2, "Sensor 2" | |
429 TCODE tDiveHudMask3, "Sensor 3" | |
430 TCODE tSensorDisagree, "Sensoren!" ; Sensors disagree Warning | |
431 ENDIF | |
432 ENDIF | |
433 | |
604 | 434 IFDEF _cave_mode |
435 TCODE tGasNeedsCaveMode, "Gas Bedarf Höhlen-Modus"; title for gas needs custom view | |
436 TCODE tDiveTurned, "Rückweg" ; dive is turned (max. 9 char) | |
437 TCODE tCaveMode, "Höhle" ; cave mode activated (max. 9 char) | |
438 TCODE tCaveModeShutdown, "X-Höhle-X" ; cave mode shut down (max. 9 char) | |
439 ENDIF | |
440 | |
441 | |
0 | 442 ; Divemode menu |
623 | 443 TCODE tDivePreMenu, "Menü?" ; Menu? (max. 5 chars) |
444 IFDEF _compass | |
604 | 445 TCODE tSetHeading, "Kurs" ; set bearing (max. 6 chars) |
623 | 446 ENDIF |
447 | |
0 | 448 |
449 ; Simulator menu | |
623 | 450 TCODE tQuitSim, "Ende" ; Quit Simulation (max. 6 chars) |
451 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | |
452 | |
0 | 453 |
454 ; Logbook | |
560 | 455 TCODE tCNS2, "ZNS:" |
604 | 456 TCODE tAVG, "Mit:" |
560 | 457 TCODE tGF, "GF:" |
623 | 458 TCODE tSAT, "Sät:" ; 4 chars max |
459 | |
0 | 460 |
461 ; Logbook units | |
604 | 462 TCODE tLogTunitC, "°C" |
560 | 463 TCODE tLogTunitF, "°F" |
464 TCODE tKGL, "kg/l" | |
604 | 465 TCODE tMBAR, "hPa" |
0 | 466 |
623 | 467 |
0 | 468 ; Logbook menu |
604 | 469 TCODE tNextLog, "Nächste Seite" |
0 | 470 |
623 | 471 |
0 | 472 ; Reset menu |
604 | 473 TCODE tReboot, "Neu starten" ; Reboot |
474 TCODE tResetMenu2, "Sind Sie sicher?" ; Are you sure? | |
475 TCODE tAbort, "Abbrechen" ; Abort | |
476 TCODE tResetSettings, "Reset Einstellungen" ; Reset Settings (max. 19 chars) | |
477 TCODE tResetDeco, "Reset Deko" ; Reset Deco | |
478 TCODE tResetBattery, "neue Batterie" ; Reset Battery | |
479 TCODE tResetLogbook, "Logbuch löschen" ; Reset Logbook | |
0 | 480 |
623 | 481 |
0 | 482 ; Set Time Menu/Set Date Menu |
623 | 483 TCODE tSetHours, "Stunden einst." ; Set Hours |
484 TCODE tSetMinutes, "Minuten einst." ; Set Minutes | |
485 TCODE tSetSeconds, "Sekunden zurücks." ; Clear seconds | |
560 | 486 TCODE tSetDay, "Setze Tag" ; Set Day |
487 TCODE tSetMonth, "Setze Monat" ; Set Month | |
488 TCODE tSetYear, "Setze Jahr" ; Set Year | |
0 | 489 |
623 | 490 |
0 | 491 ; Logbook Offset Menu |
560 | 492 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset |
623 | 493 TCODE tLogOffsetValue, "Offset : " ; Offset |
494 TCODE tLogOffStepSize, "Schrittweite: " ; Step Size | |
495 TCODE tLogOffsetplus, "+" ; increment | |
496 TCODE tLogOffsetminus, "-" ; decrement | |
497 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group | |
498 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | | |
499 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | | |
500 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 | | |
501 | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
502 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
503 ; Compass directions |
604 | 504 TCODE tN, "N " ; N(orth), 338°-22° |
505 TCODE tNE, "NO" ; North-East, 23°-67° | |
506 TCODE tE, "O " ; E(east), 68°-112° | |
507 TCODE tSE, "SO" ; South-East, 113°-157° | |
508 TCODE tS, "S " ; S(outh), 157°-202° | |
509 TCODE tSW, "SW" ; South-West, 203°-247° | |
510 TCODE tW, "W " ; W(West), 248°-292° | |
511 TCODE tNW, "NW" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
512 |
623 | 513 |
50 | 514 ; Color Scheme menu |
604 | 515 TCODE tColorScheme, "Farbschema" ; Colour Scheme |
516 TCODE tColorSetDive, "Tauchmodus:" ; Divemode: | |
517 TCODE tColorSetName0, "Standard" ; Standard | |
518 TCODE tColorSetName1, "Rot" ; Red | |
519 TCODE tColorSetName2, "Grün" ; Green | |
520 TCODE tColorSetName3, "Blau" ; Blue | |
521 | |
623 | 522 |
604 | 523 ; pSCR Menu and Settings |
623 | 524 IFDEF _ccr_pscr |
604 | 525 TCODE tPSCRMenu, "pSCR Menü" ; PSCR Menu |
526 TCODE tPSCR_O2_drop, "O2 Abfall " ; O2 drop | |
527 TCODE tPSCR_lungratio, "L.Verhält. " ; lung ratio | |
623 | 528 TCODE tBackToLoop, "auf Loop" ; back to loop (10 chars max) |
529 ENDIF | |
604 | 530 |
531 | |
532 ; Language selection | |
533 IF _language_2!=none | |
534 TCODE tLanguage, "Sprache: " ; used in menu_tree | |
535 ENDIF | |
536 | |
537 IF _language_1==en | |
538 TCODE tLang1, "Englisch" ; tLang1 is 1st language, enum context | |
539 ELSE | |
540 IF _language_1==de | |
541 TCODE tLang1, "Deutsch" | |
542 ELSE | |
543 IF _language_1==fr | |
544 TCODE tLang1, "Französisch" | |
545 ELSE | |
546 IF _language_1==it | |
547 TCODE tLang1, "Italienisch" | |
548 ELSE | |
549 TCODE tLang1, "" ; dummy target for options table | |
550 ENDIF | |
551 ENDIF | |
552 ENDIF | |
553 ENDIF | |
554 | |
555 IF _language_2==en | |
556 TCODE tLang2, "Englisch" ; tLang2 is 2nd language, enum context | |
557 ELSE | |
558 IF _language_2==de | |
559 TCODE tLang2, "Deutsch" | |
560 ELSE | |
561 IF _language_2==fr | |
562 TCODE tLang2, "Französisch" | |
563 ELSE | |
564 IF _language_2==it | |
565 TCODE tLang2, "Italienisch" | |
566 ENDIF | |
567 ENDIF | |
568 ENDIF | |
569 ENDIF |