Mercurial > public > hwos_code
annotate src/text_german.inc @ 628:cd58f7fc86db
3.05 stable work
author | heinrichsweikamp |
---|---|
date | Thu, 19 Sep 2019 12:01:29 +0200 |
parents | c40025d8e750 |
children | 185ba2f91f59 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
628 | 3 ; File text_german.asm next combined generation V3.04.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 | |
628 | 80 TCODE tTrMaxDeltaP, "max Diff.: " ; independent double max difference |
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 | |
628 | 100 TCODE tGasTravel, "Arbeit" ; Work (Travel, Bottom) |
604 | 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: |
628 | 128 TCODE tCCRModeFixedSP, "fixe SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group |
623 | 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! | |
628 | 182 TCODE tPPO2Max, "Max. Arbeit:" |
183 TCODE tPPO2DECO, "Max. Deko :" | |
623 | 184 IFDEF _ccr_pscr |
628 | 185 TCODE tPPO2MIN, "Min. OC :" |
186 TCODE tPPO2MINCC, "Min. Loop :" | |
187 ELSE | |
188 TCODE tPPO2MIN, "Min. :" | |
623 | 189 ENDIF |
190 TCODE tLastDecostop, "Letzt.Stop : " | |
191 TCODE tAscentSpeed, "Auf.Geschw. : " ; Ascent Speed | |
192 TCODE tGasChangeTime, "Gaswechsel :+" ; additional Gas Change Time | |
628 | 193 TCODE tExtendedStops, "erw. Stopps : " ; extended stops |
623 | 194 TCODE tTimeoutDive, "TG-Ende nach: " ; Dive Timeout |
195 TCODE tStoreApnoeDive, "Log Apnoe : " ; Store Apnoe Dives | |
604 | 196 TCODE tDecoparameters, "Deko Parameter" |
197 TCODE tGF_low, "GF low :" | |
198 TCODE tGF_high, "GF high:" | |
199 TCODE tSaturationMult, "Sättigung : " | |
200 TCODE tDesaturationMult, "Entsättigung: " | |
201 TCODE tFTTSMenu, "fTTS/Verz.:" ; Future TTS | |
202 TCODE tLastDecostopSurf, "Letzt.Stop:" ; last deco stop surface custom view | |
203 TCODE tGFMenu, "GF Parameter" ; GF Settings | |
204 TCODE taGF_low, "aGF low :" ; aGF low | |
205 TCODE taGF_high, "aGF high:" ; aGF high | |
206 TCODE taGF_enable, "aGF wählbar:" ; aGF Selectable | |
207 TCODE tDiveaGF_active, "aGF aktiv" ; using aGF | |
208 TCODE tppO2settings, "ppO2 Parameter" ; ppO2 Settings | |
209 TCODE tsafetystopmenu, "Sicherheitsstop:" ; Safety Stop: | |
210 TCODE tGasUsage, "Gasbedarf" ; Gas Usage | |
628 | 211 TCODE tSetBotUse, "Arbeits-Gas:" ; Bottom Gas: |
212 TCODE tSetDecoUse, "Deko Gas:" ; Deco Gas: | |
623 | 213 TCODE tCalcAscGas, "Gasmenge(B/O):" ; Calculate Gas (Bail Out) needs? |
604 | 214 TCODE tSetup_Tank, "Tank Einstellen" ; Setup Tank |
215 TCODE tTankSize, "Tank Größe" | |
216 TCODE tTankUsablePress, "Umkehrdruck (Aufst)" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) | |
623 | 217 TCODE tLiter, " l" ; Liter as l |
218 TCODE tLiterLong, "Liter" ; Liter as Liter | |
219 TCODE t2ndDecoPlanMenu, "2.Deko Plan" ; 2nd Deco Plan | |
220 | |
221 IFDEF _ccr_pscr | |
628 | 222 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop |
223 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint | |
224 TCODE tPSCR_O2_drop, "pSCR O2 Abfall: " ; pSCR O2 drop | |
225 TCODE tPSCR_lungratio, " L.Verhält.: " ; pSCR lung ratio | |
604 | 226 TCODE tCopyDilToOC, "Kopiere Dil.-> OC" ; copy diluent settings to OC gas |
628 | 227 TCODE tBackToLoop, "auf Loop" ; back to loop (10 chars max) |
623 | 228 ENDIF |
604 | 229 |
230 IFDEF _rx_functions | |
623 | 231 TCODE tTankPairing, "Sender wählen" ; select Transmitter |
604 | 232 TCODE tTrModeOff, "aus" ; off |
233 TCODE tTrModeOn, "ein" ; on | |
234 TCODE tTrModeIndDouble, "unabh.Doppel" ; independent double | |
235 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 | |
236 TCODE tTrPresNone, "keiner" ; none (big enum group follows) | |
237 TCODE tTrPresGas1, "Gas 1" ; Gas 1 | |
238 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
239 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
240 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
241 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
623 | 242 IFDEF _ccr_pscr |
604 | 243 TCODE tTrPresDil1, "Dil 1" ; Dil 1 |
244 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
245 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
246 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
247 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
248 TCODE tTrPresFirstGas, "erstes Gas" ; first Gas | |
249 TCODE tTrPresActiveGas, "aktives Gas" ; active Gas | |
250 TCODE tTrPresFirstDil, "erstes Dil" ; first Dil | |
251 TCODE tTrPresActiveDil, "aktives Dil" ; active Dil | |
623 | 252 ENDIF |
604 | 253 ELSE |
254 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
255 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
623 | 256 ENDIF ; _rx_functions |
257 | |
604 | 258 |
0 | 259 ; Display Settings |
604 | 260 TCODE tBright, "Helligkeit:" |
261 TCODE tEco, "Eco" | |
262 TCODE tMedium, "Mittel" | |
263 TCODE tHigh, "Hoch" | |
264 TCODE tDvSalinity, "Salinität: " ; Salinity | |
265 TCODE tShowppO2, "ständig zeigen:" ; Always show ppO2: | |
266 TCODE tFlip, "Anzeige drehen:" ; Rotate Screen | |
608 | 267 TCODE tMODwarning, "Tiefe Warnung:" ; depth Warnings |
623 | 268 ; TCODE tIBCDwarning, "IBCD Warnung:" ; IBCD warning |
269 TCODE tLayout, "Layout :" ; Layout | |
628 | 270 TCODE t2ndDepth, "2.Tiefe:" ; 2nd depth display content (11 chars max) |
623 | 271 TCODE tTissueGraphics, "Grafik :" ; tissue graphics |
272 | |
273 TCODE tLayoutNormal, "normal" ; normal | |
274 TCODE tLayoutBig, "groß" ; big | |
275 | |
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
|
276 |
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
|
277 ; VSI display Settings |
608 | 278 TCODE tVSItext2, "Variable Geschw:" ; Variable speed: |
279 TCODE tVSIgraph, "Geschw. Grafik:" ; Speed graph: | |
0 | 280 |
623 | 281 |
0 | 282 ; Setup Menu |
604 | 283 TCODE tSystSets, "Konfiguration" |
623 | 284 IFDEF _compass |
604 | 285 TCODE tCompassMenu, "Kompass-Kalibrierung" ; Compass calibration |
286 TCODE tCompassGain, "Empfindlichkeit:" ; Compass gain: | |
287 TCODE tCalX, "Kal. X:" ; Cal X | |
288 TCODE tCalY, "Kal. Y:" ; Cal Y | |
289 TCODE tCalZ, "Kal. Z:" ; Cal Z | |
623 | 290 ENDIF |
604 | 291 TCODE tUnits, "Einheiten: " |
292 TCODE tMetric, " m/°C" ; Enum menu | |
293 TCODE tImperial, "ft/°F" | |
623 | 294 ; 111 111 111 111 111 |
295 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 | |
628 | 296 TCODE tDefName, "HW OSTC" ;" Lese die Anleitung, kenne und verstehe die Grenzen!" |
604 | 297 TCODE tButtonleft, "Taster links :" ; Left button |
298 TCODE tButtonright, "Taster rechts:" ; Right button | |
560 | 299 TCODE tAltMode, "Wartezeit:" |
300 TCODE tAltModeFly, "Fliegen" | |
301 TCODE tAltMode1000, "1000m" | |
302 TCODE tAltMode2000, "2000m" | |
303 TCODE tAltMode3000, "3000m" | |
604 | 304 |
623 | 305 |
0 | 306 ; Units for all menu |
604 | 307 TCODE tMeters, "m" |
560 | 308 TCODE tFeets, "ft" |
309 TCODE tFeets1, "f" | |
604 | 310 TCODE tMinutes, "'" |
311 TCODE tPercent, "%" | |
312 TCODE tLitersMinute, "l/min" | |
560 | 313 TCODE tbar, " bar" ; bar |
604 | 314 TCODE tbar10, "0 bar" ; xx0 bar |
315 TCODE tMeterMinute, "m/'" ; meter per minute | |
0 | 316 |
623 | 317 |
0 | 318 ; Date |
604 | 319 TCODE tDateFormat, "Format: " |
320 TCODE tDateformat, "MMTTJJ" | |
560 | 321 TCODE tDateformat1, "TTMMJJ" |
322 TCODE tDateformat2, "JJMMTT" | |
0 | 323 |
623 | 324 |
0 | 325 ; Simulator menu |
604 | 326 TCODE tInter, "Start Simulator" ; Start Simulator |
327 TCODE tPlan, "Simulator" ; Simulator | |
0 | 328 |
623 | 329 |
0 | 330 ; Decoplanner submenu |
604 | 331 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars) |
623 | 332 TCODE tBtTm_short, "Zeit :" ; Bot. Time: (max. 6 chars) |
604 | 333 TCODE tBtDep, "Tiefe :" ; Max Depth: (10 chars) |
334 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) | |
335 TCODE tDecoSetup, "Deko Parameter" | |
336 TCODE tDeco, "Deko Berechnung" ; Calculate Deco | |
623 | 337 TCODE tDivePlan, "Tauchplan" ; Dive Plan (max. 10 chars) |
604 | 338 TCODE tNoDeco, "Keine Deko" ; No Deco |
339 TCODE tMore, "mehr" ; More | |
628 | 340 TCODE tSelectSetpoint, "Setpoint : " |
341 TCODE tuseAGF, "Benutze aGF: " | |
342 IFDEF _gas_contingency | |
343 TCODE tGasContingency, "Gas Cont. : " ; Gas Contingency ## translation pending | |
344 ENDIF | |
345 | |
346 ; Decoplanner progress indication | |
347 TCODE tNoBottomGas1, " kein auf der Tiefe" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) ## pending translation | |
348 TCODE tNoBottomGas2, "nutzbares Gas gefunden"; no usable Gas for Bottom Depth found (line 2, max. 22 chars) ## pending translation | |
560 | 349 TCODE tCalculating, "Berechnung läuft..." |
623 | 350 TCODE tCalcSurfInter, "Oberflächenpause" ; Surface Interval |
351 TCODE tCalcBotSeg, "Grundzeit" ; Bottom Segment | |
352 TCODE tCalcBailout, "Wechsel auf Bailout" ; Switch to Bailout | |
628 | 353 TCODE tCalcAscent, "Aufstieg" ; Ascent (max. 8 chars) |
604 | 354 TCODE tNDLleft, "übrig" ; time left within NDL |
0 | 355 |
623 | 356 |
0 | 357 ; Information menu |
604 | 358 TCODE tFirmware, "Firmware: " ; Firmware: (space) |
628 | 359 TCODE tHardware, "Hardware: " ; Hardware: (space) |
604 | 360 TCODE tSerial, "Seriennr: " ; Serial : (space) |
628 | 361 TCODE tTotalDives, "Anzahl TG:" ; Total Dives: |
604 | 362 TCODE tBatteryV, "Batterie: " ; Battery: |
363 TCODE tUptime, "Laufzeit: " ; Uptime: | |
0 | 364 |
623 | 365 IFDEF _rx_functions |
366 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
367 ENDIF | |
368 | |
369 | |
0 | 370 ; Divemode screen |
604 | 371 TCODE tNDL, " NZ" ; 3 chars max |
623 | 372 TCODE tTTS, "TTS" ; 3 chars max |
628 | 373 TCODE tSlow, "langsam" ; slow - max 7 chars |
604 | 374 TCODE tVelMetric, "m/min" |
560 | 375 TCODE tVelImperial, "ft/m " |
604 | 376 TCODE tGasSelect, "Wähle Gas" ; Select Gas |
377 TCODE tSelectAir, "Luft" ; Air | |
378 TCODE tSelectO2, "O2 " ; O2 | |
379 TCODE tSelectNx, "Nx" ; Nx | |
380 TCODE tSelectTx, "Tx" ; Tx | |
623 | 381 TCODE tDepth, "Tiefe" ; Depth (max 5 chars) |
382 TCODE tMaxDepth, "Max.Tiefe" ; Max.Depth - max 9 chars! | |
383 TCODE tAvgDepth, "Durchschn." ; average Depth - max 9 chars! (extra dot is ok) | |
384 TCODE tTissuePresSat, "Druck+Sat." ; 0 pressure and saturation | ENUM group | |
385 IFDEF _helium | |
386 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | | |
387 ENDIF | |
388 TCODE tDivetime, "Dauer" ; Divetime (max 8 chars) | |
604 | 389 TCODE tDiveTotalAvg, "Durchschn.1" |
390 TCODE tDiveStopwatch, "Stoppuhr" | |
391 TCODE tDiveStopAvg, "Durchschn.2" ; 11 chars max | |
392 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned) | |
393 TCODE tApnoeMax, " Letzter TG" ; Last descend | |
623 | 394 TCODE tApnoeSurface, "Oberfläche" ; Surface Time |
604 | 395 TCODE tTime, "Uhrzeit" ; Time |
396 TCODE tSurface, "Oberfläche" ; Surface (max 12 chars) | |
623 | 397 TCODE tDiveDecoplan, "nächste Stopps" ; next Stops |
604 | 398 ; TCODE tDiveClock, "Uhr" ; Clock |
399 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
400 TCODE tDiveTissues, "Gewebe" ; Tissues | |
401 TCODE tEND, "END:" ; END: | |
402 TCODE tN2, "N2" ; N2 | |
623 | 403 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) |
604 | 404 TCODE tGFactors, "GF Werte" ; GF Values |
405 TCODE taGFactors, "aGF Werte" ; aGF Values | |
608 | 406 TCODE tGFInfo, "Sättigung" ; Saturation |
604 | 407 TCODE tCeiling, "Ceiling" ; Ceiling |
408 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
560 | 409 TCODE tDecoInfo, "Deko Zone" ; Deco info |
604 | 410 TCODE tSensorCheck, "Sensor Test" ; Sensor Check |
411 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
560 | 412 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning |
413 TCODE tGasNeedsWarn, "Gasbedarf" | |
604 | 414 TCODE tGasNeedsAscent, "Gas Bedarf Aufstieg" |
560 | 415 TCODE tCNSsurf, "ZNS Oberfl." |
416 TCODE tCNSfTTS, "ZNS fTTS" | |
417 TCODE tCNSBO, "ZNS B/O" | |
418 TCODE tCNSnow, "ZNS jetzt" | |
419 TCODE tCNSeod, "ZNS Ende" | |
604 | 420 TCODE tnoBOgas, "-B/O-Gas-" |
560 | 421 TCODE tMicroBubbles, "M.Blasen" |
422 TCODE tCNS, "CNS: " | |
604 | 423 TCODE tgaschange, "wechseln?" ; better gas found |
424 TCODE tNeed, "Bedf." ; gas need (5 chars) | |
425 TCODE tBattery, "Batterie" ; Battery | |
623 | 426 |
427 IFDEF _helium | |
428 TCODE tHe, "He" ; He | |
429 TCODE tIBCD, "IBCD N2He" ; IBCD warning | |
628 | 430 TCODE tGasDensity, "Gasdichte" ; Gas Density |
623 | 431 ENDIF |
432 | |
604 | 433 IFDEF _rx_functions |
434 TCODE tTransmitter, "TR Sender" ; pressure transmitter | |
435 TCODE tPressure, "Fl.Druck" ; tank pressure | |
436 TCODE tSAC, "AMV" ; SAC, must be 3 chars! | |
437 TCODE tswap, "wechseln" ; switch tank (max. 9 chars) | |
438 ENDIF | |
623 | 439 |
440 IFDEF _ccr_pscr | |
441 IFDEF _external_sensor | |
442 TCODE tDiveHudMask1, "Sensor 1" | |
443 TCODE tDiveHudMask2, "Sensor 2" | |
444 TCODE tDiveHudMask3, "Sensor 3" | |
445 TCODE tSensorDisagree, "Sensoren!" ; Sensors disagree Warning | |
446 ENDIF | |
447 ENDIF | |
448 | |
604 | 449 IFDEF _cave_mode |
450 TCODE tGasNeedsCaveMode, "Gas Bedarf Höhlen-Modus"; title for gas needs custom view | |
451 TCODE tDiveTurned, "Rückweg" ; dive is turned (max. 9 char) | |
452 TCODE tCaveMode, "Höhle" ; cave mode activated (max. 9 char) | |
453 TCODE tCaveModeShutdown, "X-Höhle-X" ; cave mode shut down (max. 9 char) | |
454 ENDIF | |
455 | |
456 | |
0 | 457 ; Divemode menu |
628 | 458 TCODE tDivePreMenu, "Menü?" ; Menu? (max. 5 chars) |
459 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars) | |
623 | 460 IFDEF _compass |
628 | 461 TCODE tSetHeading, "Kurs" ; Course (max. 6 chars) |
623 | 462 ENDIF |
463 | |
0 | 464 |
465 ; Simulator menu | |
623 | 466 TCODE tQuitSim, "Ende" ; Quit Simulation (max. 6 chars) |
467 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars) | |
468 | |
0 | 469 |
470 ; Logbook | |
560 | 471 TCODE tCNS2, "ZNS:" |
604 | 472 TCODE tAVG, "Mit:" |
560 | 473 TCODE tGF, "GF:" |
623 | 474 TCODE tSAT, "Sät:" ; 4 chars max |
475 | |
0 | 476 |
477 ; Logbook units | |
604 | 478 TCODE tLogTunitC, "°C" |
560 | 479 TCODE tLogTunitF, "°F" |
480 TCODE tKGL, "kg/l" | |
604 | 481 TCODE tMBAR, "hPa" |
0 | 482 |
623 | 483 |
0 | 484 ; Logbook menu |
604 | 485 TCODE tNextLog, "Nächste Seite" |
0 | 486 |
623 | 487 |
0 | 488 ; Reset menu |
604 | 489 TCODE tReboot, "Neu starten" ; Reboot |
490 TCODE tResetMenu2, "Sind Sie sicher?" ; Are you sure? | |
491 TCODE tAbort, "Abbrechen" ; Abort | |
492 TCODE tResetSettings, "Reset Einstellungen" ; Reset Settings (max. 19 chars) | |
493 TCODE tResetDeco, "Reset Deko" ; Reset Deco | |
494 TCODE tResetBattery, "neue Batterie" ; Reset Battery | |
495 TCODE tResetLogbook, "Logbuch löschen" ; Reset Logbook | |
0 | 496 |
623 | 497 |
0 | 498 ; Set Time Menu/Set Date Menu |
623 | 499 TCODE tSetHours, "Stunden einst." ; Set Hours |
500 TCODE tSetMinutes, "Minuten einst." ; Set Minutes | |
501 TCODE tSetSeconds, "Sekunden zurücks." ; Clear seconds | |
560 | 502 TCODE tSetDay, "Setze Tag" ; Set Day |
503 TCODE tSetMonth, "Setze Monat" ; Set Month | |
504 TCODE tSetYear, "Setze Jahr" ; Set Year | |
0 | 505 |
623 | 506 |
0 | 507 ; Logbook Offset Menu |
560 | 508 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset |
623 | 509 TCODE tLogOffsetValue, "Offset : " ; Offset |
510 TCODE tLogOffStepSize, "Schrittweite: " ; Step Size | |
511 TCODE tLogOffsetplus, "+" ; increment | |
512 TCODE tLogOffsetminus, "-" ; decrement | |
513 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group | |
514 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | | |
515 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | | |
516 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 | | |
517 | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
518 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
519 ; Compass directions |
604 | 520 TCODE tN, "N " ; N(orth), 338°-22° |
521 TCODE tNE, "NO" ; North-East, 23°-67° | |
522 TCODE tE, "O " ; E(east), 68°-112° | |
523 TCODE tSE, "SO" ; South-East, 113°-157° | |
524 TCODE tS, "S " ; S(outh), 157°-202° | |
525 TCODE tSW, "SW" ; South-West, 203°-247° | |
526 TCODE tW, "W " ; W(West), 248°-292° | |
527 TCODE tNW, "NW" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
528 |
623 | 529 |
50 | 530 ; Color Scheme menu |
604 | 531 TCODE tColorScheme, "Farbschema" ; Colour Scheme |
532 TCODE tColorSetDive, "Tauchmodus:" ; Divemode: | |
533 TCODE tColorSetName0, "Standard" ; Standard | |
534 TCODE tColorSetName1, "Rot" ; Red | |
535 TCODE tColorSetName2, "Grün" ; Green | |
536 TCODE tColorSetName3, "Blau" ; Blue | |
537 | |
623 | 538 |
604 | 539 ; Language selection |
540 IF _language_2!=none | |
541 TCODE tLanguage, "Sprache: " ; used in menu_tree | |
542 ENDIF | |
543 | |
544 IF _language_1==en | |
545 TCODE tLang1, "Englisch" ; tLang1 is 1st language, enum context | |
546 ELSE | |
547 IF _language_1==de | |
548 TCODE tLang1, "Deutsch" | |
549 ELSE | |
550 IF _language_1==fr | |
551 TCODE tLang1, "Französisch" | |
552 ELSE | |
553 IF _language_1==it | |
554 TCODE tLang1, "Italienisch" | |
555 ELSE | |
556 TCODE tLang1, "" ; dummy target for options table | |
557 ENDIF | |
558 ENDIF | |
559 ENDIF | |
560 ENDIF | |
561 | |
562 IF _language_2==en | |
563 TCODE tLang2, "Englisch" ; tLang2 is 2nd language, enum context | |
564 ELSE | |
565 IF _language_2==de | |
566 TCODE tLang2, "Deutsch" | |
567 ELSE | |
568 IF _language_2==fr | |
569 TCODE tLang2, "Französisch" | |
570 ELSE | |
571 IF _language_2==it | |
572 TCODE tLang2, "Italienisch" | |
573 ENDIF | |
574 ENDIF | |
575 ENDIF | |
576 ENDIF |