annotate src/text_german.inc @ 600:cb59872ad53d

fix typo
author heinrichsweikamp
date Sun, 12 Aug 2018 18:18:41 +0200
parents 8087295a518b
children ca4556fb60b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
3 ; File text_german.asm REFACTORED VERSIOn V2.95
0
heinrichsweikamp
parents:
diff changeset
4 ;
heinrichsweikamp
parents:
diff changeset
5 ; German texts translation file.
heinrichsweikamp
parents:
diff changeset
6 ;
heinrichsweikamp
parents:
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9
heinrichsweikamp
parents:
diff changeset
10 ; Basic texts
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
11 TCODE tNo, "Nein" ; No
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
12 TCODE tYes, "Ja" ; Yes = No + 1
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
13 TCODE tblank, " " ; (a single space character)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
14
0
heinrichsweikamp
parents:
diff changeset
15 ; Surface-mode texts
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
16 TCODE tBeta, "beta" ; beta
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
17 TCODE tMenu, "<Menü" ; <Menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
18 TCODE tView, "View>" ; View>
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
19 TCODE tHeading, "Kurs:" ; Heading:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
20 TCODE tLastDive, "Letzter TG" ; Last Dive (Max 10 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
21 TCODE tSensorMilliVolt, "CCR Sensoren mV" ; CCR Sensors mV
0
heinrichsweikamp
parents:
diff changeset
22
heinrichsweikamp
parents:
diff changeset
23 ; Divemode Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
24 TCODE tDivemenu_Gaslist, "Gasliste" ; Gaslist
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
25 TCODE tDivemenu_ResetAvg, "Stoppuhr" ; Reset Avg.
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
27 TCODE tDivemenu_UseSensor,"akt. Sensor" ; Use Sensor
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
28 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
29 TCODE tDivemenu_Marker, "Markierung" ; Set Marker
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
30 TCODE tDivemenu_LostGas, "Gasverlust" ; Lost Gas
0
heinrichsweikamp
parents:
diff changeset
31
heinrichsweikamp
parents:
diff changeset
32 ; Main menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
33 TCODE tNext, "<Weiter" ; <Next
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
34 TCODE tEnter, "Enter>" ; Enter>
0
heinrichsweikamp
parents:
diff changeset
35
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
36 TCODE tMainMenu, "Hauptmenü" ; MainMenu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
37 TCODE tLogbook, "Logbuch" ; Logbook
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
38 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
39 TCODE tSetTime, "Zeit stellen" ; Set Time
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
40 TCODE tSetDate, "Datum stellen" ; Set Date
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
41 TCODE tSetTimeDate, "Datum & Uhrzeit" ; Set Time & Date
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
42 TCODE tDispSets, "Anzeige" ; Display Settings
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
43 TCODE tExit, "Ende" ; Exit
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
44 TCODE tResetMenu, "Reset Menü" ; Reset Menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
45 TCODE tDiveModeMenu, "Deko Einstellung" ; Deco Mode
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
46 TCODE tInfoMenu, "Informationen" ; Information
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
47 TCODE tCCRSetup, "CCR/pSCR Menü" ; CCR Setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
48 TCODE tDiluentSetup, "Diluent Menü" ; Diluent Setup
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
49 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
50 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
51 TCODE tCalibrateMenu, "Kalibrierung" ; Calibration
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
52 TCODE tCalibrationGas, "Kal. Gas O2:" ; Cal. Gas O2:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
53 TCODE tCalibrate, "Kalibrieren" ; Calibrate
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
54 TCODE tBack, "zurück..."
0
heinrichsweikamp
parents:
diff changeset
55
heinrichsweikamp
parents:
diff changeset
56 ; Gas menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
57 TCODE tGaslist, "OC Gas Liste"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
58 TCODE tGaslistCC, "CC Gas Liste" ; CC Diluents
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
59 TCODE tGasEdit, "Gas einstellen"
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
60 TCODE tType, "Typ: "
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
61 TCODE tGasDisabled, "Deaktiviert" ; Disabled
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
62 TCODE tGasFirst, "Start" ; First
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
63 TCODE tGasTravel, "Reise" ; Travel
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
64 TCODE tGasDeco, "Deko" ; Deco
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
65 TCODE tDilDisabled, "Deaktiviert" ; Disabled
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
66 TCODE tDilFirst, "Start" ; First
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
67 TCODE tDilNorm, "Normal" ; Normal
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
68 TCODE tAir, "Luft " ; Enum: values must follows (5 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
69 TCODE tO2, "O2 " ; tAir + 5
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
70 TCODE tO2Plus, "O2 +"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
71 TCODE tO2Minus, "O2 -"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
72 TCODE tHePlus, "He +"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
73 TCODE tHeMinus, "He -"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
74 TCODE tMOD, "MOD:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
75 TCODE tEAD, "EAD:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
76 TCODE tGasDepth, "Wechseltiefe"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
77 TCODE tDepthPlus, "Tiefe +"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
78 TCODE tDepthMinus, "Tiefe -"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
79 TCODE tDepthReset, "Reset auf MOD:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
80 TCODE tSetup_mix, "Mix Einstellen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
81 TCODE tCCRMode, "Modus:" ; Mode:
579
e6d5a1f02daf Work-Around for 2.97 stable
heinrichsweikamp
parents: 560
diff changeset
82 TCODE tCCRModeFixedSP, "Feste SP" ; Fixed SP
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
83 TCODE tCCRModeSensor, "Sensor" ; Sensor
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
84 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
85 TCODE tSP, "SP" ; SP (SetPoint)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
86 TCODE tSPPlus, "ppO2+" ; pO2+
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
87 TCODE tSensorFallback, "Fallback:" ; Fallback:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
88 TCODE tCalculated, "berechnet" ; calculated
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
89 TCODE tppO2, "ppO2:" ; ppO2:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
90 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
91 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
92 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix)
0
heinrichsweikamp
parents:
diff changeset
93
heinrichsweikamp
parents:
diff changeset
94 ; New batteries menu
144
b839972db982 1.45 beta release
heinrichsweikamp
parents: 136
diff changeset
95 TCODE tNewBattTitle, "Neue Batterie?"
0
heinrichsweikamp
parents:
diff changeset
96 TCODE tNewBattOld, "Behalte alte"
600
cb59872ad53d fix typo
heinrichsweikamp
parents: 599
diff changeset
97 TCODE tNewBattNew36, "Neue 3,6V Saft (T1)"
cb59872ad53d fix typo
heinrichsweikamp
parents: 599
diff changeset
98 TCODE tNewBattNew15, "Neue 1,5V AA (T0)"
599
8087295a518b Identify battery type in menu
heinrichsweikamp
parents: 587
diff changeset
99 TCODE tNewBattAccu, "3,6V AA Akku (T2)"
8087295a518b Identify battery type in menu
heinrichsweikamp
parents: 587
diff changeset
100 TCODE tNew18650, "Interne 18650 (T3)"
8087295a518b Identify battery type in menu
heinrichsweikamp
parents: 587
diff changeset
101 TCODE tNew16650, "Interne 16650 (T4)"
0
heinrichsweikamp
parents:
diff changeset
102
heinrichsweikamp
parents:
diff changeset
103 ; Gaslist management
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
104 TCODE tGas, "Gas" ; Gas
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
105 TCODE tGasErr, "Err" ; Err (3 chars)
0
heinrichsweikamp
parents:
diff changeset
106
heinrichsweikamp
parents:
diff changeset
107 ; Communication Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
108 TCODE tUsbTitle, "USB Modus"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
109 TCODE tBleTitle, "Bluetooth Modus"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
110 TCODE tUsbStarting, "Starte....."
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
111 TCODE tUsbStartDone, "Fertig."
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
112 TCODE tUsbServiceMode, "Servicemodus aktiv"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
113 TCODE tUsbClosed, "Abgebrochen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
114 TCODE tUsbExit, "Beendet"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
115 TCODE tUsbDownloadMode, "Downloadmodus aktiv"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
116 TCODE tUsbLlBld, "Low-Level Bootloader"
0
heinrichsweikamp
parents:
diff changeset
117
heinrichsweikamp
parents:
diff changeset
118 ; Dive Settings
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
119 TCODE tDvMode, "Betrieb:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
120 TCODE tDvOC, "OC"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
121 TCODE tDvCCR, "CCR"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
122 TCODE tDvGauge, "Gauge"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
123 TCODE tDvApnea, "Apnoe"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
124 TCODE tDvPSCR, "pSCR"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
125 TCODE tDvCC, "CC"
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
126 TCODE tDkMode, "Decotyp:ZH-L16" ; ## MODIFIED (memory needs)
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
127 TCODE tZHL16, " " ; keep order, enum from here... ## MODIFIED (memory needs)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
128 TCODE tZHL16GF, "+GF" ; ...up to here! ## MODIFIED (memory needs)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
129 TCODE tPPO2Max, "Max. :"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
130 TCODE tPPO2DECO, "Max. Deko:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
131 TCODE tPPO2MIN, "Min. :"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
132 TCODE tPPO2MINCC, "Min. Loop:"
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
133 TCODE tLastDecostop, "Letzt.Stopp:"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
134 TCODE tDecoparameters, "Deko Parameter"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
135 TCODE tGF_low, "GF low :"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
136 TCODE tGF_high, "GF high:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
137 TCODE tSaturationMult, "Sättigung :"
0
heinrichsweikamp
parents:
diff changeset
138 TCODE tDesaturationMult, "Entsättigung:"
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
139 TCODE tFTTSMenu, "fTTS/fB/O:" ; Future TTS
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
140 TCODE taGFMenu, "Alternativ-GF" ; Alternative GF
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
141 TCODE taGF_low, "aGF low :" ; aGF low
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
142 TCODE taGF_high, "aGF high:" ; aGF high
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
143 TCODE taGF_enable, "aGF wählbar:" ; aGF Selectable
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
144 TCODE tDiveaGF_active, "aGF aktiv" ; aGF Active
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
145 TCODE tppO2settings, "ppO2 Parameter" ; ppO2 Settings
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
146 TCODE tsafetystopmenu, "Sicherheitsstop:" ; Safety Stop:
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
147 TCODE tGasUsage, "Verbrauch" ; Gas Usage
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
148 TCODE tSetBotUse, "Reise Gas: " ; Bottom Gas: (space)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
149 TCODE tSetDecoUse, "Deko Gas: " ; Deco Gas: (space)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
150 TCODE tCalcAscGas, "Gasmenge(B/O):"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
151 TCODE tTankSizes, "Tank Größen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
152 TCODE tLiter, " l"
587
e81cf407261a V2.97 SP1
heinrichsweikamp
parents: 582
diff changeset
153 TCODE tBarLiter, "Liter"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
154 TCODE tTankFillPress, "Tank Nutzmenge"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
155 TCODE tGas1, "Gas 1:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
156 TCODE tGas2, "Gas 2:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
157 TCODE tGas3, "Gas 3:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
158 TCODE tGas4, "Gas 4:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
159 TCODE tGas5, "Gas 5:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
160 TCODE tCCmaxFracO2, "Loop %O2 max.:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
161 TCODE t2ndDecoPlanMenu, "2.Deko Plan"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
162
0
heinrichsweikamp
parents:
diff changeset
163 ; Display Settings
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
164 TCODE tBright, "Helligkeit:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
165 TCODE tEco, "Eco"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
166 TCODE tMedium, "Mittel"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
167 TCODE tHigh, "Hoch"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
168 TCODE tDvSalinity, "Salinität: " ; Salinity
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
169 TCODE tShowppO2, "Ständig zeigen:" ; Always show ppO2:
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
170 TCODE tFlip, "Anzeige drehen:" ; Rotate Screen
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
171 TCODE tMODwarning, "MOD Warnung:" ; MOD warning
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
172 TCODE tIBCDwarning, "IBCD Warnung:" ; IBCD Warning
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
173 TCODE tTimeoutDive, "TG-Ende nach:" ; Dive Timeout
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
174
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
175 ; VSI display Settings
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
176 TCODE tVSItext2, "Variable Geschw.:" ; Variable speed:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
177 TCODE tVSIgraph, "Geschw. Grafik :" ; Speed graph:
0
heinrichsweikamp
parents:
diff changeset
178
heinrichsweikamp
parents:
diff changeset
179 ; Setup Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
180 TCODE tSystSets, "Konfiguration"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
181 TCODE tLanguage, "Sprache:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
182 TCODE tEnglish, "Englisch"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
183 TCODE tGerman, "Deutsch"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
184 TCODE tFrench, "Französisch"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
185 TCODE tItalian, "Italienisch"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
186 TCODE tCompassMenu, "Kompass-Kalibrierung" ; Compass calibration
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
187 TCODE tCompassGain, "Empfindlichkeit:" ; Compass gain:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
188 TCODE tCalX, "Kal. X:" ; Cal X
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
189 TCODE tCalY, "Kal. Y:" ; Cal Y
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
190 TCODE tCalZ, "Kal. Z:" ; Cal Z
544
64a45f203144 NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents: 537
diff changeset
191
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
192 TCODE tUnits, "Einheiten:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
193 TCODE tMetric, " m/°C" ; Enum menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
194 TCODE tImperial, "ft/°F"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
195
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
196 TCODE tDefName, "HW OSTC"
0
heinrichsweikamp
parents:
diff changeset
197
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
198 TCODE tButtonleft, "Taster links :" ; Left button
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
199 TCODE tButtonright, "Taster rechts:" ; Right button
0
heinrichsweikamp
parents:
diff changeset
200
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
201 TCODE tAltMode, "Wartezeit:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
202 TCODE tAltModeFly, "Fliegen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
203 TCODE tAltMode1000, "1000m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
204 TCODE tAltMode2000, "2000m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
205 TCODE tAltMode3000, "3000m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
206
0
heinrichsweikamp
parents:
diff changeset
207 ; Units for all menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
208 TCODE tMeters, "m"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
209 TCODE tFeets, "ft"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
210 TCODE tFeets1, "f"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
211 TCODE tMinutes, "'"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
212 TCODE tPercent, "%"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
213 TCODE tLitersMinute, "l/min"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
214 TCODE tbar, " bar" ; bar
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
215 TCODE tbar10, "0 bar" ; bar ## NEW 2.95
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
216 TCODE tMeterMinute, "m/min" ; meter per minute ## ascent speed
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
217 TCODE tmin, "min" ; minutes
0
heinrichsweikamp
parents:
diff changeset
218
heinrichsweikamp
parents:
diff changeset
219 ; Date
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
220 TCODE tDateFormat, "Datum:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
221 TCODE tDateformat, "MMTTJJ"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
222 TCODE tDateformat1, "TTMMJJ"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
223 TCODE tDateformat2, "JJMMTT"
0
heinrichsweikamp
parents:
diff changeset
224
heinrichsweikamp
parents:
diff changeset
225 ; Simulator menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
226 TCODE tInter, "Start Simulator" ; Start Simulator
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
227 TCODE tPlan, "Simulator" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
228
heinrichsweikamp
parents:
diff changeset
229 ; Decoplanner submenu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
230 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
231 TCODE tBtTm_short, "Zeit:" ; Bot. Time: (max. 6 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
232 TCODE tMxDep, "Tiefe :" ; Max Depth: (10 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
233 TCODE tIntvl, "Intervall:" ; Interval : (10 chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
234 TCODE tDecoSetup, "Deko Parameter"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
235 TCODE tDeco, "Deko Berechnung" ; Calculate Deco
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
236 TCODE tDivePlan, "Tauchplan:" ; Dive Plan:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
237 TCODE tNoDeco, "Keine Deko" ; No Deco
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
238 TCODE tMore, "Mehr..." ; More...
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
239 TCODE tSelectSetpoint, "CCR Setpoint: "
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
240 TCODE tuseAGF, "Benutze aGF : "
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
241 TCODE tCalculating, "Berechnung läuft..."
0
heinrichsweikamp
parents:
diff changeset
242
heinrichsweikamp
parents:
diff changeset
243 ; Information menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
244 TCODE tFirmware, "Firmware: " ; Firmware: (space)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
245 TCODE tSerial, "Seriennr: " ; Serial : (space) ## MODIFIED ## info - removed dot
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
246 TCODE tTotalDives, "Anzahl TG: " ; Total Dives:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
247 TCODE tBatteryV, "Batterie: " ; Battery:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
248 TCODE tUptime, "Laufzeit: " ; Uptime:
0
heinrichsweikamp
parents:
diff changeset
249
heinrichsweikamp
parents:
diff changeset
250 ; Divemode screen
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
251 TCODE tNDL, " NZ"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
252 TCODE tTTS, "TTS"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
253 TCODE tVelMetric, "m/min"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
254 TCODE tVelImperial, "ft/m "
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
255 TCODE tGasSelect, "Wähle Gas" ; Select Gas
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
256 TCODE tSelectAir, "Air " ; Air
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
257 TCODE tSelectO2, "O2 " ; O2
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
258 TCODE tSelectNx, "Nx" ; Nx
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
259 TCODE tSelectTx, "Tx" ; Tx
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
260 TCODE tDepth, "Tiefe" ; Depth
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
261 TCODE tMaxDepth, "Max. Tiefe" ; Max. Depth - max 10chars!
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
262 TCODE tDivetime, " Zeit" ; Divetime
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
263 TCODE tDiveHudMask1, "Sensor 1"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
264 TCODE tDiveHudMask2, "Sensor 2"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
265 TCODE tDiveHudMask3, "Sensor 3"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
266 TCODE tDiveTotalAvg, "Durchschn.1"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
267 TCODE tDiveStopwatch, "Stoppuhr"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
268 TCODE tDiveStopAvg, "Durchschn.2" ; 11chars max
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
269 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
270 TCODE tApnoeMax, " Letzter TG" ; Last descend
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
271 TCODE tApnoeSurface, "Oberflächenzeit" ; Surface Time
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
272 TCODE tDiveDecoplan, "Dekoplan" ; Decoplan
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
273 TCODE tDiveClock, "Uhr" ; Clock
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
274 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
275 TCODE tDiveTissues, "Gewebe" ; Tissues
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
276 TCODE tEND, "END:" ; END:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
277 TCODE tHe, "He" ; He
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
278 TCODE tN2, "N2" ; N2
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
279 TCODE tDiveBailout, "Bailout" ; Bailout
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
280 TCODE tGFactors, "GF Werte" ; GF Values
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
281 TCODE taGFactors, "aGF Werte" ; aGF Values
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
282 TCODE tGFInfo, "GF jetzt" ; GF Info
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
283 TCODE tCeiling, "Ceiling" ; Ceiling
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
284 TCODE tDiveSafetyStop, "Stop" ; Stop (Four chars, right alligned)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
285 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
286 TCODE tDecoInfo, "Deko Zone" ; Deco info
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
287 TCODE tSensorCheck, "Sensor Test" ; Sensor Check
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
288 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
289 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
290 TCODE tSensorDisagree, "Sensoren!" ; Sensors disagree Warning
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
291 TCODE tGasNeedsWarn, "Gasbedarf"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
292 TCODE tGasNeedsBar, "Gas Bedarf (bar)"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
293 TCODE tCNSsurf, "ZNS Oberfl."
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
294 TCODE tCNSfTTS, "ZNS fTTS"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
295 TCODE tCNSBO, "ZNS B/O"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
296 TCODE tCNSnow, "ZNS jetzt"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
297 TCODE tCNSeod, "ZNS Ende"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
298 TCODE tIBCD, "IBCD N2He"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
299 TCODE tMicroBubbles, "M.Blasen"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
300 TCODE tCNS, "CNS: "
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
301
0
heinrichsweikamp
parents:
diff changeset
302 ; Divemode menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
303 TCODE tDivePreMenu, "Menü?" ; Menu?
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
304 TCODE tSetHeading, "Peilung" ; Bearing (Max. seven chars)
0
heinrichsweikamp
parents:
diff changeset
305
heinrichsweikamp
parents:
diff changeset
306 ; Simulator menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
307 TCODE tQuitSim, "Ende?" ; Quit Simulation?
0
heinrichsweikamp
parents:
diff changeset
308
heinrichsweikamp
parents:
diff changeset
309 ; Logbook
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
310 TCODE tCNS2, "ZNS:"
582
b455b31ce022 work on 2.97 stable
heinrichsweikamp
parents: 579
diff changeset
311 TCODE tAVG, "Mittel:"
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
312 TCODE tGF, "GF:"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
313 TCODE tSAT, "Sät:" ; Sat:
0
heinrichsweikamp
parents:
diff changeset
314
heinrichsweikamp
parents:
diff changeset
315 ; Logbook units
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
316 TCODE tLogTunitC, "°C"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
317 TCODE tLogTunitF, "°F"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
318 TCODE tKGL, "kg/l"
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
319 TCODE tMBAR, "mbar"
0
heinrichsweikamp
parents:
diff changeset
320
heinrichsweikamp
parents:
diff changeset
321 ; Logbook menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
322 TCODE tNextLog, "Nächste Seite"
0
heinrichsweikamp
parents:
diff changeset
323
heinrichsweikamp
parents:
diff changeset
324 ; Reset menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
325 TCODE tReboot, "Neu starten" ;Reboot
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
326 TCODE tResetMenu2, "Sind Sie sicher?" ;Are you sure?
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
327 TCODE tAbort, "Abbrechen" ;Abort
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
328 TCODE tResetSettings, "Alles zurücksetzen" ;Reset all
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
329 TCODE tResetDeco, "Deko zurücksetzen" ;Reset Deco
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
330 TCODE tResetBattery, "neue Batterie" ;Reset Battery
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
331 TCODE tResetLogbook, "Logbuch löschen" ;Reset Logbook
0
heinrichsweikamp
parents:
diff changeset
332
heinrichsweikamp
parents:
diff changeset
333 ; Set Time Menu/Set Date Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
334 TCODE tSetHours, "Stunden einst." ; Set Hours
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
335 TCODE tSetMinutes, "Minuten einst." ; Set Minutes
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
336 TCODE tSetSeconds, "Sekunden zurücks." ; Clear seconds
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
337 TCODE tSetDay, "Setze Tag" ; Set Day
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
338 TCODE tSetMonth, "Setze Monat" ; Set Month
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
339 TCODE tSetYear, "Setze Jahr" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
340
heinrichsweikamp
parents:
diff changeset
341 ; Logbook Offset Menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
342 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
343 TCODE tLogOffsetp1, "+1" ; +1
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
344 TCODE tLogOffsetp10, "+10" ; +10
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
345 TCODE tLogOffsetm1, "-1" ; -1
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
346 TCODE tLogOffsetm10, "-10" ; -10
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
347
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
348 ; Compass directions
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
349 TCODE tN, "N " ; N(orth),338°-22°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
350 TCODE tNE, "NO" ; North-East,23°-67°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
351 TCODE tE, "O " ; E(east),68°-112°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
352 TCODE tSE, "SO" ; South-East,113°-157°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
353 TCODE tS, "S " ; S(outh),157°-202°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
354 TCODE tSW, "SW" ; South-West,203°-247°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
355 TCODE tW, "W " ; W(West),248°-292°
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
356 TCODE tNW, "NW" ; North-West,293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
357
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 49
diff changeset
358 ; Color Scheme menu
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
359 TCODE tColorScheme, "Farbschema" ; Colour Scheme
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
360 TCODE tColorSetDive, "Tauchmodus:" ; Divemode:
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
361 TCODE tColorSetName0, "Standard" ; Standard
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
362 TCODE tColorSetName1, "Rot" ; Red
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
363 TCODE tColorSetName2, "Grün" ; Green
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
364 TCODE tColorSetName3, "Blau" ; Blue
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 479
diff changeset
365
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
366 ; PSCR Menu and Settings
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
367 TCODE tPSCRMenu, "pSCR Menü" ; PSCR Menu
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
368 TCODE tPSCR_O2_drop, "O2 Abfall :" ; O2 drop
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
369 TCODE tPSCR_lungratio, "Lungenverhält.:" ; lung ratio