Mercurial > public > hwos_code
annotate src/text_german.inc @ 316:c6c934f05b42 new_screen_layout
VSIbar #3b: small fix on the bar's width
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Wed, 10 Jun 2015 22:47:38 +0100 |
parents | 453a3d13570f |
children | d21b172d5a7a |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File text_german.asm | |
4 ; | |
5 ; German texts translation file. | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 | |
10 ; Basic texts | |
11 TCODE tNo, "Nein" ; No | |
12 TCODE tYes, "Ja" ; Yes = No + 1 | |
13 | |
14 ; Surface-mode texts | |
15 TCODE tBeta, "beta" ; beta | |
76 | 16 TCODE tMenu, "<Menü" ; <Menu |
0 | 17 TCODE tView, "View>" ; View> |
18 TCODE tHeading, "Kurs:" ; Heading: | |
19 | |
20 ; Divemode Menu | |
21 TCODE tDivemenu_Gaslist, "Gasliste" ; Gaslist | |
22 TCODE tDivemenu_ResetAvr, "Stoppuhr" ; Reset Avr. | |
23 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint | |
24 TCODE tDivemenu_UseSensor,"Ben. Sensor" ; Use Sensor | |
25 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF | |
26 | |
27 ; Main menu | |
28 TCODE tNext, "<Weiter" ; <Next | |
29 TCODE tEnter, "Enter>" ; Enter> | |
30 | |
31 TCODE tMainMenu, "Hauptmenü" ; MainMenu | |
32 TCODE tLogbook, "Logbuch" ; Logbook | |
33 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup | |
34 TCODE tSetTime, "Zeit stellen" ; Set Time | |
35 TCODE tSetDate, "Datum stellen" ; Set Date | |
36 TCODE tSetTimeDate,"Datum & Uhrzeit"; Set Time & Date | |
37 TCODE tDispSets, "Anzeige" ; Display Settings | |
38 TCODE tExit, "Ende" ; Exit | |
39 TCODE tResetMenu, "Reset Menü" ; Reset Menu | |
40 TCODE tDiveModeMenu,"Dekoberechnung" ; Deco Mode | |
41 TCODE tInfoMenu, "Informationen" ; Information | |
42 TCODE tCCRSetup, "CCR Menü" ; CCR Setup | |
43 TCODE tDiluentSetup,"Diluent Menü" ; Diluent Setup | |
44 TCODE tFixedSetpoints,"Feste Setpoints" ; Fixed Setpoints | |
45 TCODE tCCRSensor, "CCR Sensor" ; CCR Sensor | |
113 | 46 TCODE tCalibrateMenu, "Kalibrierung" ; Calibration |
47 TCODE tCalibrationGas, "Kal. Gas O2:" ; Cal. Gas O2: | |
48 TCODE tCalibrate, "Kalibrieren" ; Calibrate | |
0 | 49 |
50 ; Gas menu | |
51 TCODE tGaslist, "OC Gas Liste" | |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
76
diff
changeset
|
52 TCODE tGaslistCC, "CC Gas Liste" ; CC Diluents |
0 | 53 TCODE tGasEdit, "Gas einstellen" |
54 TCODE tType, "Type: " | |
55 TCODE tGasDisabled,"Deaktiviert" ; Disabled | |
56 TCODE tGasFirst, "Start" ; First | |
57 TCODE tGasTravel, "Reise" ; Travel | |
58 TCODE tGasDeco, "Deko" ; Deco | |
59 TCODE tDilDisabled,"Deaktiviert" ; Disabled | |
60 TCODE tDilFirst, "Start" ; First | |
61 TCODE tDilNorm, "Normal" ; Normal | |
62 TCODE tAir, "Luft " ; Enum: values must follows (5 chars) | |
63 TCODE tO2, "O2 " ; tAir + 5 | |
64 TCODE tO2Plus, "O2 +" | |
65 TCODE tO2Minus, "O2 -" | |
66 TCODE tHePlus, "He +" | |
67 TCODE tHeMinus, "He -" | |
68 TCODE tMOD, "MOD:" | |
69 TCODE tEAD, "EAD:" | |
70 TCODE tGasDepth, "Wechseltiefe" | |
71 TCODE tDepthPlus, "Tiefe +" | |
72 TCODE tDepthMinus,"Tiefe -" | |
73 TCODE tDepthReset,"Reset auf MOD:" | |
74 TCODE tSetup_mix, "Mix Einstellen" | |
75 TCODE tCCRMode, "CCR Modus:" ; CCR Mode: | |
76 TCODE tCCRModeFixedSP, "Fester SP" ; Fixed SP | |
77 TCODE tCCRModeSensor, "Sensor" ; Sensor | |
78 TCODE tSP, "SP" ; SP (SetPoint) | |
79 TCODE tSPPlus, "pO2+" ; pO2+ | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
80 TCODE tSensorFallback, "Fallback:" ; Fallback: |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
148
diff
changeset
|
81 TCODE tppO2, "ppO2:" ; ppO2: |
0 | 82 |
83 ; New batteries menu | |
144 | 84 TCODE tNewBattTitle, "Neue Batterie?" |
0 | 85 TCODE tNewBattOld, "Behalte alte" |
86 TCODE tNewBattNew36, "Neue 3,6V" | |
87 TCODE tNewBattNew15, "Neue 1,5V" | |
88 | |
89 ; Gaslist management | |
90 TCODE tGas, "Gas" ; Gas | |
91 TCODE tGasErr, "Err" ; Err (3 chars) | |
92 | |
93 ; Communication Menu | |
94 TCODE tUsbMode, "Starte USB" | |
95 TCODE tUsbTitle, "USB Modus" | |
269
1207cf9a9408
adjust menu for different hardware versions
heinrichsweikamp
parents:
261
diff
changeset
|
96 TCODE tBleTitle, "Bluetooth Modus" |
0 | 97 TCODE tUsbStarting, "Starte....." |
182 | 98 TCODE tUsbStartDone, "Fertig." |
0 | 99 TCODE tUsbServiceMode, "Servicemodus aktiv" |
100 TCODE tUsbClosed, "Abgebrochen" | |
101 TCODE tUsbExit, "Beendet" | |
102 TCODE tUsbDownloadMode, "Downloadmodus aktiv" | |
103 TCODE tUsbLlBld, "Low-Level Bootloader" | |
104 | |
105 ; Dive Settings | |
106 TCODE tDvMode, "Betrieb:" | |
107 TCODE tDvOC, "OC" | |
108 TCODE tDvCC, "CC" | |
109 TCODE tDvGauge, "Tiefen." | |
110 TCODE tDvApnea, "Apnoe" | |
103 | 111 TCODE tDkMode, "Dekotyp:" |
0 | 112 TCODE tZHL16, "ZH-L16" |
113 TCODE tZHL16GF, "ZH-L16+GF" | |
114 TCODE tPPO2Max, "ppO2 Max:" | |
115 TCODE tPPO2Min, "ppO2 Min:" | |
49 | 116 TCODE tLastDecostop, "Letzt. Stop:" |
0 | 117 TCODE tDecoparameters, "Deko Parameter" |
118 TCODE tGF_low, "GF low:" | |
119 TCODE tGF_high, "GF high:" | |
120 TCODE tSaturationMult, "Sättigung:" | |
121 TCODE tDesaturationMult, "Entsättigung:" | |
122 TCODE tFTTSMenu, "Future TTS:" ; Future TTS | |
123 TCODE taGFMenu, "Alternativ-GF" ; Alternative GF | |
124 TCODE taGF_low, "aGF low:" ; aGF low | |
125 TCODE taGF_high, "aGF high:" ; aGF high | |
126 TCODE taGF_enable,"aGF Wählbar:" ; aGF Selectable | |
127 TCODE tDiveaGF_active,"aGF Aktiv" ; aGF Active | |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
103
diff
changeset
|
128 TCODE tppO2settings,"ppO2 Einstellungen" ; ppO2 Settings |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
103
diff
changeset
|
129 TCODE tsafetystopmenu,"Sicherheitsstop:" ; Safety Stop: |
0 | 130 |
131 ; Display Settings | |
132 TCODE tBright, "Helligkeit:" | |
133 TCODE tEco, "Eco" | |
134 TCODE tMedium, "Mittel" | |
135 TCODE tHigh, "Hoch" | |
136 | 136 TCODE tDvSalinity,"Salinität:" ; Salinity |
155
5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents:
154
diff
changeset
|
137 TCODE tFlip, "Anzeige drehen:" ; Rotate Screen |
305 | 138 TCODE tMODwarning,"MOD Warnung:" ; MOD warning |
307
14719662fb95
Merged Screen layout work #4 into VSItextv2
Janos Kovacs <kovjanos@gmail.com>
parents:
305
diff
changeset
|
139 TCODE tVSItextv2, "Dyn asc rate lim:" ; Dyn asc rate lim |
0 | 140 |
141 ; Setup Menu | |
142 TCODE tSystSets, "Konfiguration" | |
143 TCODE tLanguage, "Sprache:" | |
144 TCODE tEnglish, "Englisch" | |
145 TCODE tGerman, "Deutsch" | |
146 TCODE tFrench, "Französisch" | |
147 TCODE tItalian, "Italienisch" | |
148 TCODE tCompassMenu,"Kompass-kalibrierung" ; Compass calibration | |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
149 TCODE tCompassGain,"Empfindlichkeit:" ; Compass gain: |
0 | 150 |
151 TCODE tUnits, "Einheiten:" | |
152 TCODE tMetric, " m/°C" ; Enum menu | |
153 TCODE tImperial, "ft/°F" | |
154 | |
200 | 155 TCODE tDefName, "HW OSTC" |
0 | 156 TCODE tbar, "bar" ; bar |
157 | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
158 TCODE tButtonleft,"Taster links:" ; Left button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
159 TCODE tButtonright,"Taster rechts:" ; Right button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
160 |
0 | 161 ; Units for all menu |
162 TCODE tMeters, "m" | |
163 TCODE tFeets, "ft" | |
164 TCODE tFeets1, "f" | |
165 TCODE tMinutes, "'" | |
166 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
297
diff
changeset
|
167 TCODE tLitersMinute, "l/min" |
0 | 168 |
169 ; Date | |
170 TCODE tDateFormat, "Datum:" | |
171 TCODE tDateformat, "MMTTJJ" | |
172 TCODE tDateformat1,"TTMMJJ" | |
173 TCODE tDateformat2,"JJMMTT" | |
174 | |
175 ; Simulator menu | |
136 | 176 TCODE tInter, "Start Simulator" ; Start Simulator |
177 TCODE tPlan, "Simulator" ; Simulator | |
0 | 178 |
179 ; Decoplanner submenu | |
180 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars) | |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
181 TCODE tBtTm_short,"Zeit:" ; Bot. Time: (max. 6 chars) |
0 | 182 TCODE tMxDep, "Max.Tiefe:" ; Max Depth: (10 chars) |
183 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) | |
184 TCODE tDeco, "Deko berechnen" ; Calculate Deco | |
185 TCODE tDivePlan, "Tauchplan:" ; Dive Plan: | |
297 | 186 TCODE tNoDeco, "Keine Deco" ; No Deco |
0 | 187 TCODE tMore, "Mehr..." ; More... |
188 TCODE tCNS, "ZNS" ; CNS | |
297 | 189 TCODE tGasUsage, "Verbrauch" ; Gas Usage |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
297
diff
changeset
|
190 TCODE tSetBotUse, "Reise Gas: " ; Bottom Gas: (space) |
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
297
diff
changeset
|
191 TCODE tSetDecoUse,"Deko Gas: " ; Deco Gas: (space) |
0 | 192 |
193 ; Information menu | |
194 TCODE tFirmware, "Firmware: " ; Firmware: (space) | |
195 TCODE tSerial, "Seriennr.: " ; Serial : (space) | |
62 | 196 TCODE tTotalDives,"Anzahl TG: " ; Total Dives: |
197 TCODE tBatteryV, "Batterie: " ; Battery: | |
0 | 198 |
199 ; Divemode screen | |
200 TCODE tNDL, " NZ" | |
201 TCODE tTTS, "TTS" | |
202 TCODE tVelMetric, "m/min" | |
203 TCODE tVelImperial,"ft/m " | |
204 TCODE tGasSelect, "Wähle Gas" ; Select Gas | |
205 TCODE tSelectAir, "Air " ; Air | |
206 TCODE tSelectO2, "O2 " ; O2 | |
207 TCODE tSelectNx, "Nx" ; Nx | |
208 TCODE tSelectTx, "Tx" ; Tx | |
209 TCODE tDepth, "Tiefe" ; Depth | |
310
453a3d13570f
VSIbar #2: ascend bar + max-depth title alignment. Debug: bar-frame, zero-line, sim+- 0.1m
janos_kovacs <kovjanos@gmail.com>
parents:
307
diff
changeset
|
210 TCODE tMaxDepth, "Max. Tiefe" ; Max. Depth - max 10chars! |
136 | 211 TCODE tDivetime, " Zeit" ; Divetime |
0 | 212 TCODE tDiveHudMask1, "Sensor 1" |
213 TCODE tDiveHudMask2, "Sensor 2" | |
214 TCODE tDiveHudMask3, "Sensor 3" | |
215 TCODE tDiveTotalAvr, "Durchschn.1" | |
216 TCODE tDiveStopwatch, "Stoppuhr" | |
217 TCODE tDiveStopAvr, "Durchschn.2" | |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
218 TCODE tApnoeTotal, " Total" ; Total (Six chars, right alligned) |
0 | 219 TCODE tApnoeMax, " Letzter TG" ; Last decend |
220 TCODE tApnoeSurface, "Oberflächenzeit" ; Surface Time | |
221 TCODE tDiveDecoplan, "Dekoplan" ; Decoplan | |
222 TCODE tDiveClock, "Uhr" ; Clock | |
223 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
224 TCODE tDiveTissues, "Gewebe" ; Tissues | |
225 TCODE tEND, "END:" ; END: | |
226 TCODE tHe, "He" ; He | |
227 TCODE tN2, "N2" ; N2 | |
228 TCODE tDiveBailout, "Bailout" ; Bailout | |
229 TCODE tGFactors, "GF Values" ; GF Values | |
230 TCODE taGFactors, "aGF Values" ; aGF Values | |
231 TCODE tGFInfo, "GF Info" ; GF Info | |
123 | 232 TCODE tCeiling, "Ceiling" ; Ceiling |
300
5ad479f2a868
Merged Screen layout mod #1 into Screen layout work #3
Janos Kovacs <kovjanos@gmail.com>
parents:
298
diff
changeset
|
233 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
234 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
0 | 235 |
236 ; Divemode menu | |
237 TCODE tDivePreMenu, "Menü?" ; Menu? | |
261 | 238 TCODE tSetHeading, "Peilung" ; Bearing (Max. seven chars) |
0 | 239 |
240 ; Simulator menu | |
241 TCODE tQuitSim, "Ende?" ; Quit Simulation? | |
242 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
243 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
208
diff
changeset
|
244 TCODE tplus5min, "Sim:+5'" ; +5 mins |
0 | 245 |
246 ; Logbook | |
247 TCODE tCNS2, "ZNS:" | |
248 TCODE tAVR, "Mit:" | |
249 TCODE tGF, "GF:" | |
250 TCODE tSAT, "Sät:" ; Sat: | |
251 | |
252 ; Logbook units | |
253 TCODE tLogTunitC, "°C" | |
254 TCODE tLogTunitF, "°F" | |
255 TCODE tKGL, "kg/l" | |
256 TCODE tMBAR, "mbar" | |
257 | |
258 ; Logbook menu | |
259 TCODE tNextLog, "Nächste Seite" | |
260 | |
261 ; Reset menu | |
262 TCODE tReboot, "Neu starten" ;Reboot | |
263 TCODE tResetMenu2,"Sind Sie sicher?" ;Are you sure? | |
264 TCODE tAbort, "Abbrechen" ;Abort | |
265 TCODE tResetSettings, "Alles zurücksetzen";Reset all | |
266 TCODE tResetDeco, "Deko zurücksetzen" ;Reset Deco | |
267 TCODE tResetBattery, "Batterie zurücksetzen" ;Reset Battery | |
63 | 268 TCODE tResetLogbook, "Logbuch zurücksetzen" ;Reset Logbook |
0 | 269 |
270 ; Set Time Menu/Set Date Menu | |
271 TCODE tSetHours, "Stunden einst." ; Set Hours | |
272 TCODE tSetMinutes,"Minuten einst." ; Set Minutes | |
273 TCODE tSetSeconds,"Sekunden zurücks." ; Clear seconds | |
274 TCODE tSetDay, "Setze Tag" ; Set Day | |
275 TCODE tSetMonth, "Setze Monat" ; Set Month | |
276 TCODE tSetYear, "Setze Jahr" ; Set Year | |
277 | |
278 ; After update texts | |
52 | 279 TCODE tNewFirmware1, "Update erfolgreich!" ; Update successful! |
0 | 280 TCODE tNewFirmware2, "Neue Firmware: " ; New Firmware: |
281 | |
282 ; Logbook Offset Menu | |
283 TCODE tLogOffset, "Logbuch offset" ; Logbook offset | |
284 TCODE tLogOffsetp1, "+1" ; +1 | |
285 TCODE tLogOffsetp10, "+10" ; +10 | |
286 TCODE tLogOffsetm1, "-1" ; -1 | |
287 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
288 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
289 ; Sampling rate |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
290 TCODE tSamplingrate, "Abtastrate:" ; Sampling rate: |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
291 TCODE tSampling2s, "2s" ; 2s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
292 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
293 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
294 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
295 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
296 TCODE tNE, "NO" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
297 TCODE tE, "O " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
298 TCODE tSE, "SO" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
299 TCODE tS, "S " ; S(outh),157°-202° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
300 TCODE tSW, "SW" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
301 TCODE tW, "W " ; W(West),248°-292° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
302 TCODE tNW, "NW" ; North-West,293°-337° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
303 |
50 | 304 ; Color Scheme menu |
52 | 305 TCODE tColorScheme, "Farbschema" ; Colour Scheme |
51 | 306 TCODE tColorSetDive, "Tauchmodus:" ; Divemode: |
307 TCODE tColorSetName0, "Standard" ; Standard | |
308 TCODE tColorSetName1, "Rot" ; Red | |
309 TCODE tColorSetName2, "Grün" ; Green | |
310 TCODE tColorSetName3, "Blau" ; Blue |