Mercurial > public > hwos_code
comparison src/text_german.inc @ 537:851ea490010a
minor
author | heinrichsweikamp |
---|---|
date | Wed, 23 Aug 2017 14:43:57 +0200 |
parents | d36f9fca10ae |
children | 64a45f203144 |
comparison
equal
deleted
inserted
replaced
536:f6a3e820a798 | 537:851ea490010a |
---|---|
198 TCODE tBtTm_short,"Zeit:" ; Bot. Time: (max. 6 chars) | 198 TCODE tBtTm_short,"Zeit:" ; Bot. Time: (max. 6 chars) |
199 TCODE tMxDep, "Max.Tiefe:" ; Max Depth: (10 chars) | 199 TCODE tMxDep, "Max.Tiefe:" ; Max Depth: (10 chars) |
200 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) | 200 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) |
201 TCODE tDeco, "Deko berechnen" ; Calculate Deco | 201 TCODE tDeco, "Deko berechnen" ; Calculate Deco |
202 TCODE tDivePlan, "Tauchplan:" ; Dive Plan: | 202 TCODE tDivePlan, "Tauchplan:" ; Dive Plan: |
203 TCODE tNoDeco, "Keine Deco" ; No Deco | 203 TCODE tNoDeco, "Keine Deko" ; No Deco |
204 TCODE tMore, "Mehr..." ; More... | 204 TCODE tMore, "Mehr..." ; More... |
205 TCODE tGasUsage, "Verbrauch" ; Gas Usage | 205 TCODE tGasUsage, "Verbrauch" ; Gas Usage |
206 TCODE tSetBotUse, "Reise Gas: " ; Bottom Gas: (space) | 206 TCODE tSetBotUse, "Reise Gas: " ; Bottom Gas: (space) |
207 TCODE tSetDecoUse,"Deko Gas: " ; Deco Gas: (space) | 207 TCODE tSetDecoUse,"Deko Gas: " ; Deco Gas: (space) |
208 | 208 |
290 TCODE tSetDay, "Setze Tag" ; Set Day | 290 TCODE tSetDay, "Setze Tag" ; Set Day |
291 TCODE tSetMonth, "Setze Monat" ; Set Month | 291 TCODE tSetMonth, "Setze Monat" ; Set Month |
292 TCODE tSetYear, "Setze Jahr" ; Set Year | 292 TCODE tSetYear, "Setze Jahr" ; Set Year |
293 | 293 |
294 ; Logbook Offset Menu | 294 ; Logbook Offset Menu |
295 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset | 295 TCODE tLogOffset, "Logbuch-Offset" ; Logbook offset |
296 TCODE tLogOffsetp1, "+1" ; +1 | 296 TCODE tLogOffsetp1, "+1" ; +1 |
297 TCODE tLogOffsetp10, "+10" ; +10 | 297 TCODE tLogOffsetp10, "+10" ; +10 |
298 TCODE tLogOffsetm1, "-1" ; -1 | 298 TCODE tLogOffsetm1, "-1" ; -1 |
299 TCODE tLogOffsetm10, "-10" ; -10 | 299 TCODE tLogOffsetm10, "-10" ; -10 |
300 | 300 |