comparison src/text_german.inc @ 136:9a637c9bb19a

rename Deco Planner to Simulator
author heinrichsweikamp
date Thu, 17 Jul 2014 13:29:25 +0200
parents 4574aed5cd4c
children b839972db982
comparison
equal deleted inserted replaced
135:42a2cfc3e85d 136:9a637c9bb19a
29 TCODE tEnter, "Enter>" ; Enter> 29 TCODE tEnter, "Enter>" ; Enter>
30 30
31 TCODE tMainMenu, "Hauptmenü" ; MainMenu 31 TCODE tMainMenu, "Hauptmenü" ; MainMenu
32 TCODE tLogbook, "Logbuch" ; Logbook 32 TCODE tLogbook, "Logbuch" ; Logbook
33 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup 33 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup
34 TCODE tSimulator, "Simulator" ; Simulator
35 TCODE tSetTime, "Zeit stellen" ; Set Time 34 TCODE tSetTime, "Zeit stellen" ; Set Time
36 TCODE tSetDate, "Datum stellen" ; Set Date 35 TCODE tSetDate, "Datum stellen" ; Set Date
37 TCODE tSetTimeDate,"Datum & Uhrzeit"; Set Time & Date 36 TCODE tSetTimeDate,"Datum & Uhrzeit"; Set Time & Date
38 TCODE tDispSets, "Anzeige" ; Display Settings 37 TCODE tDispSets, "Anzeige" ; Display Settings
39 TCODE tExit, "Ende" ; Exit 38 TCODE tExit, "Ende" ; Exit
129 ; Display Settings 128 ; Display Settings
130 TCODE tBright, "Helligkeit:" 129 TCODE tBright, "Helligkeit:"
131 TCODE tEco, "Eco" 130 TCODE tEco, "Eco"
132 TCODE tMedium, "Mittel" 131 TCODE tMedium, "Mittel"
133 TCODE tHigh, "Hoch" 132 TCODE tHigh, "Hoch"
134 TCODE tDvSalinity,"Salinity:" ; Salinity 133 TCODE tDvSalinity,"Salinität:" ; Salinity
135 134
136 ; Setup Menu 135 ; Setup Menu
137 TCODE tSystSets, "Konfiguration" 136 TCODE tSystSets, "Konfiguration"
138 TCODE tLanguage, "Sprache:" 137 TCODE tLanguage, "Sprache:"
139 TCODE tEnglish, "Englisch" 138 TCODE tEnglish, "Englisch"
163 TCODE tDateformat, "MMTTJJ" 162 TCODE tDateformat, "MMTTJJ"
164 TCODE tDateformat1,"TTMMJJ" 163 TCODE tDateformat1,"TTMMJJ"
165 TCODE tDateformat2,"JJMMTT" 164 TCODE tDateformat2,"JJMMTT"
166 165
167 ; Simulator menu 166 ; Simulator menu
168 TCODE tInter, "Simulator" ; Dive Simulator 167 TCODE tInter, "Start Simulator" ; Start Simulator
169 TCODE tPlan, "Deko Planer" ; OSTC3 Decoplanner 168 TCODE tPlan, "Simulator" ; Simulator
170 169
171 ; Decoplanner submenu 170 ; Decoplanner submenu
172 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars) 171 TCODE tBtTm, "Grundzeit:" ; Bot. Time: (10 chars)
173 TCODE tMxDep, "Max.Tiefe:" ; Max Depth: (10 chars) 172 TCODE tMxDep, "Max.Tiefe:" ; Max Depth: (10 chars)
174 TCODE tIntvl, "Intervall:" ; Interval : (10 chars) 173 TCODE tIntvl, "Intervall:" ; Interval : (10 chars)
194 TCODE tSelectO2, "O2 " ; O2 193 TCODE tSelectO2, "O2 " ; O2
195 TCODE tSelectNx, "Nx" ; Nx 194 TCODE tSelectNx, "Nx" ; Nx
196 TCODE tSelectTx, "Tx" ; Tx 195 TCODE tSelectTx, "Tx" ; Tx
197 TCODE tDepth, "Tiefe" ; Depth 196 TCODE tDepth, "Tiefe" ; Depth
198 TCODE tMaxDepth, "Max. Tiefe" ; Max. Depth 197 TCODE tMaxDepth, "Max. Tiefe" ; Max. Depth
199 TCODE tDivetime, "TG-Dauer" ; Divetime 198 TCODE tDivetime, " Zeit" ; Divetime
200 TCODE tDiveHudMask1, "Sensor 1" 199 TCODE tDiveHudMask1, "Sensor 1"
201 TCODE tDiveHudMask2, "Sensor 2" 200 TCODE tDiveHudMask2, "Sensor 2"
202 TCODE tDiveHudMask3, "Sensor 3" 201 TCODE tDiveHudMask3, "Sensor 3"
203 TCODE tDiveTotalAvr, "Durchschn.1" 202 TCODE tDiveTotalAvr, "Durchschn.1"
204 TCODE tDiveStopwatch, "Stoppuhr" 203 TCODE tDiveStopwatch, "Stoppuhr"