annotate src/text_english.inc @ 631:185ba2f91f59

3.09 beta 1 release
author heinrichsweikamp
date Fri, 28 Feb 2020 15:45:07 +0100
parents cd58f7fc86db
children 4050675965ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
2 ;
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
3 ; File text_english.asm next combined generation V3.08.8
0
heinrichsweikamp
parents:
diff changeset
4 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
5 ; English texts reference file.
0
heinrichsweikamp
parents:
diff changeset
6 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
0
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9
heinrichsweikamp
parents:
diff changeset
10 ; Basic texts
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
11 TCODE tNo, "No" ; 0 No | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
12 TCODE tYes, "Yes" ; 1 Yes |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
13
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
14 IFDEF _cave_mode
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
15 TCODE tOff, "off" ; OFF | Enum group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
16 TCODE tOn, "on" ; ON |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
17 ELSE
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
18 TCODE tOff, " " ; needed for option table
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
19 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
20
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
21 TCODE tblank, " " ; (a single space character)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
22
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
23 ; Surface-Mode texts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
24 TCODE tMenu, "<Menu" ; <Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
25 TCODE tView, "View>" ; View>
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
26 TCODE tHeading, "Heading:" ; Heading:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
27 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
28
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
29 TCODE tFTTSSurf, "fTTS/Delay:" ; Future TTS / Ascent Delay
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
30 TCODE tLastDecostopSurf, "Last Deco :" ; last deco stop depth Surface Custom View
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
31 TCODE tDvSalinitySurf, "Salinity :" ; Salinity
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
32
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
33 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
34 TCODE tSensorMilliVolt, "Sensors mV" ; Sensors mV
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
35 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
36
0
heinrichsweikamp
parents:
diff changeset
37
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
38 ; Divemode menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
39 TCODE tDivemenu_Gaslist, "Gaslist" ; Gaslist (OC)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
40 TCODE tDivemenu_ResetAvg, "Reset Avg" ; Reset Avg (max 9 char)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
41 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
42 TCODE tDivemenu_ToggleGF, "Toggle GF" ; Toggle GF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
43 TCODE tDivemenu_Marker, "Set Marker" ; Set Marker
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
44
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
45 IFDEF _cave_mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
46 TCODE tDivemenu_LostGas, "Gas avail." ; Gas Availability
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
47 ELSE
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
48 TCODE tDivemenu_LostGas, "Lost Gas" ; Lost Gas
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
49 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
50
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
51 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
52 TCODE tDivemenu_Diluent, "Diluents" ; Diluents (CCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
53 TCODE tDivemenu_Premix, "Premix" ; Premix (pSCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
54 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
55 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
56
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
57 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
58 TCODE tDivemenu_UseSensor,"use Sensor" ; Use Sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
59 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
60
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
61 IFDEF _cave_mode
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
62 TCODE tDivePreCave, "Cave?" ; Enter Cave Menu ( 5 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
63 TCODE tDivemenu_wp_set, "Waypoint" ; Set Waypoint (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
64 TCODE tDivemenu_wp_out, "WP go <-()" ; go one Waypoint outwards (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
65 TCODE tDivemenu_wp_in, "WP go ->()" ; go one Waypoint inwards (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
66 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
67 TCODE tDivemenu_ContDive, "Cont.Dive" ; Continue Dive (10 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
68 TCODE tDivemenu_off_on, "Off / On" ; Cave Mode Off/On (10 chars max)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
69 ENDIF
0
heinrichsweikamp
parents:
diff changeset
70
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
71
0
heinrichsweikamp
parents:
diff changeset
72 ; Main menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
73 TCODE tNext, "<Next" ; <Next
619
e76a87e087ef 3.00 release
heinrichsweikamp
parents: 614
diff changeset
74 TCODE tEnter, " Enter>" ; Enter>
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
75 TCODE tMainMenu, "Main Menu" ; MainMenu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
76 TCODE tLogbook, "Logbook" ; Logbook
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
77 TCODE tGasSetup, "OC Gas Setup" ; OC Gas Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
78 TCODE tSetTime, "Set Time" ; Set Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
79 TCODE tSetDate, "Set Date" ; Set Date
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
80 TCODE tSetTimeDate, "Time & Date" ; Time & Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
81 TCODE tDispSets, "Display Settings" ; Display Settings
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
82 TCODE tSysSets, "System Settings" ; System Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
83 TCODE tExit, "Exit" ; Exit
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
84 TCODE tResetMenu, "Reset Menu" ; Reset Menu
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
85 TCODE tDiveModeMenu, "Dive Setup" ; Dive Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
86
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
87 TCODE tDiveSetup, "Dive Setup" ; Dive Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
88 TCODE tDecoSetup, "Deco Setup" ; Deco Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
89 TCODE tSACSetup, "SAC Setup" ; SAC Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
90 TCODE tppO2Setup, "ppO2 Setup" ; ppO2 Setup
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
91 TCODE tStopsSetup, "Stops & Depths" ; Stops & Depths
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
92
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
93 TCODE tInfoMenu, "Information" ; Information
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
94 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
95 TCODE tCCRSetup, "CCR/pSCR Setup" ; CCR/pSCR Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
96 TCODE tDiluentSetup, "Diluent Setup" ; Diluent Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
97 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
98 TCODE tFixedSetpoints, "CCR Setpoints" ; Fixed Setpoints for CCR
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
99 TCODE tBack, "back" ; back
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
100 TCODE tGas6, "extra Gas" ; edit & select Gas 6
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
101
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
102 IFDEF _rx_functions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
103 TCODE tTrSettings, "Pressure Display" ; Pressure Display
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
104 TCODE tTrMode, "Mode: " ; Mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
105 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
106 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
107 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
108 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
109 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
110
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
111 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
112 TCODE tCCRSensor, "Sensor" ; CCR/pSCR Sensor
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
113 TCODE tCalibrateMenu, "Calibration" ; Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
114 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
115 TCODE tCalibrate, "Calibrate" ; Calibrate
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
116 TCODE tS8Mode, "S8 Input: " ; Sensor Input
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
117 TCODE tCCRS8Mode, "Analog" ; Analog
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
118 TCODE tCCRS8Mode2, "Digital" ; Digital
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
119 ELSE
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
120 TCODE tCCRS8Mode, " " ; needed for option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
121 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
122
0
heinrichsweikamp
parents:
diff changeset
123
heinrichsweikamp
parents:
diff changeset
124 ; Gas menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
125 TCODE tGaslist, "OC Gas List"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
126 TCODE tGaslistCC, "CC Diluents"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
127 TCODE tGasEdit, "Edit Gas"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
128 TCODE tType, "Type: "
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
129 TCODE tGasDisabled, "Disabled" ; | Enum 0: Disabled
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
130 TCODE tGasFirst, "First" ; | 1: First
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
131 TCODE tGasTravel, "Work" ; | 2: Work (Travel, Bottom)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
132 TCODE tGasDeco, "Deco" ; | 3: Deco
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
133 TCODE tDilDisabled, "Disabled" ; | Enum 0: Disabled
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
134 TCODE tDilFirst, "First" ; | 1: First
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
135 TCODE tDilNorm, "Normal" ; | 2: Normal
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
136 TCODE tAir, "Air " ; Enum: values must follow (5 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
137 TCODE tO2, "O2 " ; tAir + 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
138 TCODE tO2Plus, "O2 +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
139 TCODE tO2Minus, "O2 -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
140 IFDEF _helium
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
141 TCODE tHePlus, "He +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
142 TCODE tHeMinus, "He -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
143 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
144 TCODE tMOD, "MOD :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
145 TCODE tEAD, "EAD:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
146 TCODE tSetup_GasDepth, "Setup Depth"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
147 TCODE tDepthPlus, "Depth +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
148 TCODE tDepthMinus, "Depth -"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
149 TCODE tDepthReset, "Reset to MOD:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
150 TCODE tSetup_GasMix, "Setup Mix"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
151 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
152 TCODE tSPPlus, "ppO2+" ; pO2+
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
153 TCODE tSensorFallback, "Fallback:" ; Fallback:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
154 TCODE tCalculated, "calculated" ; calculated
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
155 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
156 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
157 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
158 TCODE tCCRMode, "Mode: " ; CCR/pSCR Mode
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
159 TCODE tCCRModeFixedSP, "Fixed SP" ; 0 fixed for CCR / calculated for pSCR | ENUM group
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
160 TCODE tCCRModeSensor, "Sensor" ; 1 Sensor |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
161 TCODE tCCRModeAutoSP, "Auto SP" ; 2 Auto SP |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
162 ELSE
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
163 TCODE tCCRModeFixedSP, " " ; target needed by option table
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
164 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
165 TCODE tSP, "SP" ; SP (SetPoint)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
166 TCODE tppO2, "ppO2:" ; ppO2:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
167
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
168
560
b7eb98dbd800 bump to 2.96beta (REFACTORED VERSION)
heinrichsweikamp
parents: 544
diff changeset
169 ; New batteries menu
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
170 ; 1 2 ;
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
171 ; 12345678901234567890 ; max 20 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
172 TCODE tNewBattTitle, "New Battery?"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
173 TCODE tNewBattOld, "Keep old"
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
174 TCODE tNewBattNew36, "3.6V disposable (T1)" ; new 3.6V disposable
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
175 TCODE tNewBattNew15, "1.5V disposable (T0)" ; new 1.5V disposable
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
176 TCODE tNewBattAccu, "3.7V chargeable (T2)" ; new 3.7V rechargeable
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
177 TCODE tNew18650, "OSTC 2 or cR (T3)" ; internal battery on 2 (old) / cR
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
178 TCODE tNew16650, "OSTC 2 or TR (T4)" ; internal battery on 2 (new) / TR
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
179 TCODE tConfirmChargeable1,"Confirm:" ; safety question, line 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
180 TCODE tConfirmChargeable2,"inserted Battery" ; safety question, line 2
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
181 TCODE tConfirmChargeable3,"is rechargeable" ; safety question, line 3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
182
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
183
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
184 ; Gaslist Management
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
185 TCODE tGas, "Gas" ; Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
186 TCODE tDil, "Dil" ; Diluent
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
187 TCODE tGasErr, "Err" ; Err (max 3 chars)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
188 TCODE tTakeGas, "take" ; take gas (max 4 chars)
448
aadfe9f2edaf work on new battery options
heinrichsweikamp
parents: 437
diff changeset
189
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
190
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
191 ; Communication menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
192 TCODE tUsbTitle, "USB Mode"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
193 TCODE tBleTitle, "Bluetooth Mode"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
194 TCODE tUsbStarting, "Starting..."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
195 TCODE tUsbStartDone, "Done."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
196 TCODE tUsbServiceMode, "Service mode enabled"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
197 TCODE tUsbClosed, "Port closed"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
198 TCODE tUsbExit, "Exited"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
199 TCODE tUsbDownloadMode, "Download mode enabled"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
200 TCODE tUsbLlBld, "Low-level Bootloader"
0
heinrichsweikamp
parents:
diff changeset
201
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
202
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
203 ; Dive settings
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
204 TCODE tDvMode, "Dive Mode : " ; Dive Mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
205 IFDEF _cave_mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
206 TCODE tCvMode, "Cave Mode : " ; Cave Mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
207 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
208 TCODE tFTTSMenu, "fTTS/Delay : " ; Future TTS / Ascent Delay
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
209 TCODE tTimeoutDive, "Dive Timeout: " ; Dive Timeout
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
210 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
211 TCODE tDvOC, "OC" ; 0 | keep order, enum!
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
212 TCODE tDvCCR, "CCR" ; 1 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
213 TCODE tDvGauge, "Gauge" ; 2 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
214 TCODE tDvApnea, "Apnea" ; 3 |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
215 TCODE tDvPSCR, "pSCR" ; 4 |
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
216 TCODE tDvCC, "CC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
217 TCODE tDkMode, "Decotype: ZH-L16"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
218 TCODE tZHL16, " " ; 0 - keep order, enum!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
219 TCODE tZHL16GF, "+GF" ; 1
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
220 TCODE tPPO2Max, "Max Work:" ; max ppO2 during working phase
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
221 TCODE tPPO2DECO, "Max Deco:" ; max ppO2 during deco phase
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
222 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
223 TCODE tPPO2MIN, "Min OC :" ; min ppO2 in OC mode
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
224 TCODE tPPO2MINCC, "Min Loop:" ; min ppO2 in loop mode
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
225 ELSE
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
226 TCODE tPPO2MIN, "Min :" ; min ppO2 in OC mode
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
227 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
228 TCODE tDecoparameters, "Deco Parameters"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
229 TCODE tGF_low, "GF low :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
230 TCODE tGF_high, "GF high:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
231 TCODE tSaturationMult, "Saturation : "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
232 TCODE tDesaturationMult, "Desaturation: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
233 TCODE tGFMenu, "GF Settings" ; GF Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
234 TCODE taGF_low, "aGF low :" ; aGF low
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
235 TCODE taGF_high, "aGF high:" ; aGF high
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
236 TCODE taGFenable, "aGF selectable:" ; aGF Selectable
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
237 TCODE tDiveaGF_active, "using aGF" ; using aGF
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
238 TCODE tSafetyStop, "Safety Stop : " ; Safety Stop: (max. 16 chars)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
239 TCODE tExtendedStops, "extended Stop: " ; Extended Stops
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
240 TCODE tLastDecostop, "Last Deco : " ; last Deco Stop Depth
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
241 TCODE tDvSalinity, "Salinity : " ; Salinity
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
242 TCODE tDepthWarn, "Depth Warning: " ; Depth Warning
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
243 TCODE tGasUsage, "Gas Usage" ; Gas Usage
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
244 TCODE tSetWorkSAC, "SAC Work: " ; SAC Work: (space)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
245 TCODE tSetDecoSAC, "SAC Deco: " ; SAC Deco: (space)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
246 TCODE tCalcGasNeeds, "Calc.Gas(B/O): " ; Calculate Gas (Bail Out) Needs
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
247 IFDEF _gas_contingency
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
248 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
249 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
250 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
251 TCODE tSetup_Tank, "Setup Tank" ; Setup Tank
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
252 TCODE tTankSize, "Tank Size" ; Tank Size
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
253 TCODE tTankUsablePress, "Turn Pres/Asc.Need" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
254 TCODE tLiter, " l" ; Liter as l
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
255 TCODE tLiterLong, "Liter" ; Liter as Liter
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
256 TCODE t2ndDecoPlanMenu, "2nd Deco Plan" ; 2nd Deco Plan
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
257
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
258 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
259 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
260 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
261 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
262 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR lung ratio
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
263 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
264 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
265 ENDIF
0
heinrichsweikamp
parents:
diff changeset
266
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
267 IFDEF _rx_functions
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
268 TCODE tTankPairing, "Select Transmitter" ; select Transmitter
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
269 TCODE tTrModeOff, "off" ; 0 off keep order, enum!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
270 TCODE tTrModeOn, "on" ; 1 on
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
271 TCODE tTrModeIndDouble, "indep.Double" ; 2 independent double
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
272 TCODE tTrModeCCR, "CCR Dil+O2" ; 3 CCR diluent and O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
273 TCODE tTrPresNone, "none" ; 0 none keep order, enum!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
274 TCODE tTrPresGas1, "Gas 1" ; 1 Gas 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
275 TCODE tTrPresGas2, "Gas 2" ; 2 Gas 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
276 TCODE tTrPresGas3, "Gas 3" ; 3 Gas 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
277 TCODE tTrPresGas4, "Gas 4" ; 4 Gas 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
278 TCODE tTrPresGas5, "Gas 5" ; 5 Gas 5
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
279 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
280 TCODE tTrPresDil1, "Dil 1" ; 6 Dil 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
281 TCODE tTrPresDil2, "Dil 2" ; 7 Dil 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
282 TCODE tTrPresDil3, "Dil 3" ; 8 Dil 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
283 TCODE tTrPresDil4, "Dil 4" ; 9 Dil 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
284 TCODE tTrPresDil5, "Dil 5" ; 10 Dil 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
285 TCODE tTrPresFirstGas, "First Gas" ; 11 first Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
286 TCODE tTrPresActiveGas, "active Gas" ; 12 active Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
287 TCODE tTrPresFirstDil, "First Dil" ; 13 first Dil
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
288 TCODE tTrPresActiveDil, "active Dil" ; 14 active Dil
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
289 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
290 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
291 TCODE tTrModeOff, "" ; dummy target for entry in option table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
292 TCODE tTrPresNone, "" ; dummy target for entry in option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
293 ENDIF ; _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
294
0
heinrichsweikamp
parents:
diff changeset
295
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
296 ; Display settings
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
297 TCODE tBright, "Brightness: " ; Brightness
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
298 TCODE tLayout, "Layout : " ; Layout
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
299 TCODE tUnits, "Units : " ; Units
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
300 IF _language_2!=none
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
301 TCODE tLanguage, "Language : " ; used in menu_tree
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
302 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
303 TCODE tFlip, "Rotate Screen: " ; Rotate Screen
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
304 TCODE tColorScheme, "Colour Scheme" ; Colour Scheme
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
305 TCODE tVSIgraph, "Speed Graph : " ; Speed Graph
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
306 TCODE tVSItext2, "Var. Speed : " ; variable Speed
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
307 TCODE tShowppO2, "ppO2 always : " ; always show ppO2
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
308 TCODE tDepthWarning, "Depth blink.: " ; Depth blinking
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
309 TCODE t2ndDepth, "2nd Depth: " ; 2nd Depth Display Content (11 chars max)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
310 TCODE tTissueGraphics, "Graphics : " ; Tissue Graphics
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
311 TCODE tIBCDwarning, "IBCD Warning: " ; IBCD Warning
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
312
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
313 TCODE tEco, "Eco" ; eco | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
314 TCODE tMedium, "Medium" ; medium |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
315 TCODE tHigh, "High" ; high |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
316 TCODE tLayoutNormal, "normal" ; normal | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
317 TCODE tLayoutBig, "large" ; large |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
318 TCODE tMax, "max." ; max | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
319 TCODE tAvg, "avg." ; average |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
320 TCODE tTissuePresSat, "Pres+Sat" ; pressure and saturation | ENUM group
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
321 IFDEF _helium
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
322 TCODE tTissueN2He, "N2+He" ; N2 + He pressure |
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
323 ENDIF
0
heinrichsweikamp
parents:
diff changeset
324
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
325
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
326 ; Setup menu
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
327 TCODE tSystSets, "Settings" ; System Settings
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
328 IFDEF _compass
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
329 TCODE tCompassMenu, "Compass Calibration"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
330 TCODE tCompassGain, "Compass Gain:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
331 TCODE tCalX, "Cal X:" ; Cal X
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
332 TCODE tCalY, "Cal Y:" ; Cal Y
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
333 TCODE tCalZ, "Cal Z:" ; Cal Z
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
334 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
335 TCODE tMetric, " m/°C" ; 0 - keep order, enum!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
336 TCODE tImperial, "ft/°F" ; 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
337 ; 111 111 111 111 111
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
338 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
339 TCODE tDefName, "HW OSTC" ; " Read the Manual, know& understandthe inherentLimitations!"
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
340 TCODE tPiezo, "Buttons" ; Buttons
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
341 TCODE tButtonleft, "Left Button:" ; Left Button
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
342 TCODE tButtonright, "Right Button:" ; Right Button
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
343 TCODE tAltMode, "Waiting Time:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
344 TCODE tAltModeFly, "Flying"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
345 TCODE tAltMode1000, "1000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
346 TCODE tAltMode2000, "2000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
347 TCODE tAltMode3000, "3000m"
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 216
diff changeset
348
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
349
0
heinrichsweikamp
parents:
diff changeset
350 ; Units for all menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
351 TCODE tMeters, "m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
352 TCODE tFeets, "ft"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
353 TCODE tFeets1, "f"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
354 TCODE tMinutes, "'"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
355 TCODE tPercent, "%"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
356 TCODE tLitersMinute, "l/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
357 TCODE tbar, " bar" ; bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
358 TCODE tbar10, "0 bar" ; xx0 bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
359 TCODE tMeterMinute, "m/'" ; meter per minute
0
heinrichsweikamp
parents:
diff changeset
360
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
361
0
heinrichsweikamp
parents:
diff changeset
362 ; Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
363 TCODE tDateFormat, "Format: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
364 TCODE tDateformat, "MMDDYY"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
365 TCODE tDateformat1, "DDMMYY"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
366 TCODE tDateformat2, "YYMMDD"
0
heinrichsweikamp
parents:
diff changeset
367
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
368
0
heinrichsweikamp
parents:
diff changeset
369 ; Simulator menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
370 TCODE tInter, "Start Simulator" ; Start Simulator
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
371 TCODE tSimulator, "Simulator" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
372
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
373
0
heinrichsweikamp
parents:
diff changeset
374 ; Decoplanner submenu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
375 TCODE tBtTm, "Bot.Time : " ; Bot. Time: (10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
376 TCODE tBtTm_short, "Time :" ; Bot. Time: (max. 6 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
377 TCODE tBtDep, "Bot.Depth: " ; Max Depth: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
378 TCODE tIntvl, "Interval : " ; Interval : (10 chars)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
379 TCODE tCalculatorSetup, "Calculator Setup" ; Calculator Setup
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
380 TCODE tDeco, "Start Calculator" ; Calculate Deco
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
381 TCODE tDivePlan, "Dive Plan" ; Dive Plan (max. 10 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
382 TCODE tNoDeco, "No Deco" ; No Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
383 TCODE tMore, "more" ; more
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
384 TCODE tSelectSetpoint, "Setpoint : " ; Setpoint
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
385 TCODE tuseAGF, "use aGF : " ; use alternative Grdient Factors
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
386 IFDEF _gas_contingency
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
387 TCODE tGasContingencySim, "Gas Cont.: " ; Gas Contingency
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
388 ENDIF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
389
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
390 ; Decoplanner progress indication
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
391 TCODE tNoBottomGas1, " No usable Gas for" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
392 TCODE tNoBottomGas2, " Bottom Depth found!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
393 TCODE tCalculating, "Calculating..." ; Calculating...
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
394 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
395 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
396 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
397 TCODE tCalcAscent, "Ascent" ; Ascent (max. 8 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
398 TCODE tNDLleft, "NDL" ; time left within NDL
0
heinrichsweikamp
parents:
diff changeset
399
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
400
0
heinrichsweikamp
parents:
diff changeset
401 ; Information menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
402 TCODE tFirmware, "Firmware: " ; Firmware: (space)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
403 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
404 TCODE tHardware, "Hardware: " ; Hardware: (space)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
405 TCODE tSerial, "Serial : " ; Serial : (space)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
406 TCODE tBatteryV, "Battery : " ; Battery : (space)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
407 TCODE tSensorC, "Sensor : " ; Sensor : (space)
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
408 TCODE tSensorD, "Offset : " ; Offset : (space)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
409 TCODE tUptime, "Uptime : " ; Uptime : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
410
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
411 IFDEF _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
412 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
413 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
414
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
415
0
heinrichsweikamp
parents:
diff changeset
416 ; Divemode screen
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
417 TCODE tNDL, "NDL" ; 3 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
418 TCODE tTTS, "TTS" ; 3 chars
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
419 TCODE tSlow, " slow " ; slow - max 7 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
420 TCODE tVelMetric, "m/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
421 TCODE tVelImperial, "ft/m "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
422 TCODE tGasSelect, "Select Gas" ; Select Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
423 TCODE tSelectAir, "Air " ; Air
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
424 TCODE tSelectO2, "O2 " ; O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
425 TCODE tSelectNx, "Nx" ; Nx
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
426 TCODE tSelectTx, "Tx" ; Tx
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
427 TCODE tDepth, "Depth" ; Depth (max 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
428 TCODE tMaxDepth, "Max.Depth" ; Max. Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
429 TCODE tAvgDepth, "Average" ; average Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
430 TCODE tDivetime, "Divetime" ; Divetime (max 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
431 TCODE tDiveTotalAvg, "Total Avg"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
432 TCODE tDiveStopwatch, "Stopwatch"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
433 TCODE tDiveStopAvg, "Stopped Avg" ; 11 chars max
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
434 TCODE tApnoeTotal, " Total" ; Total (six chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
435 TCODE tApnoeMax, "Last Descent" ; Last descent
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
436 TCODE tApnoeSurface, "Surface Time" ; Surface Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
437 TCODE tTime, "Time of Day" ; Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
438 TCODE tSurface, "Surface" ; Surface (max 12 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
439 TCODE tDiveDecoplan, "next Stops" ; next Stops
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
440 ; TCODE tDiveClock, "Clock" ; Clock
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
441 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
442 TCODE tDiveTissues, "Tissues" ; Tissues
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
443 TCODE tEND, "END:" ; END:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
444 TCODE tN2, "N2" ; N2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
445 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
446 TCODE tGFactors, "GF Values" ; GF Values
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
447 TCODE taGFactors, "aGF Values" ; aGF Values
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
448 TCODE tGFInfo, "Saturation" ; Saturation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
449 TCODE tCeiling, "Ceiling" ; Ceiling
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
450 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
451 TCODE tDecoInfo, "Deco Zone" ; Deco info
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
452 TCODE tSensorCheck, "Sensor Check" ; Sensor Check
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
453 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
454 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
455 TCODE tGasNeedsWarn, "Gas Needs" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
456 TCODE tCNSsurf, "CNS Surf." ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
457 TCODE tCNSfTTS, "CNS fTTS" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
458 TCODE tCNSBO, "CNS B/O" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
459 TCODE tCNSnow, "CNS now" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
460 TCODE tCNSeod, "CNS final" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
461 IFDEF _cave_mode
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
462 TCODE tCNScave, "CNS Cave" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
463 ENDIF
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
464 TCODE tnoBOgas, "-B/O-Gas-" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
465 TCODE tMicroBubbles, "M.Bubbles" ;
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
466 TCODE tCNS, "CNS: " ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
467 TCODE tgaschange, "Change?" ; better gas found
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
468 TCODE tNeed, "Need " ; gas need (5 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
469 TCODE tBattery, "Battery" ; Battery
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
470
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
471 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
472 TCODE tHe, "He" ; He
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
473 TCODE tIBCD, "IBCD N2He" ; IBCD warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
474 TCODE tGasDensity, "G.Density" ; Gas Density
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
475 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
476
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
477 IFDEF _rx_functions
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
478 TCODE tTransmitter, "Pres XMTR" ; pressure transmitter
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
479 TCODE tPressure, "Tank Pres" ; tank pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
480 TCODE tSAC, "SAC" ; SAC, must be 3 chars!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
481 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
482 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
483
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
484 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
485 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
486 TCODE tDiveHudMask1, "Sensor 1"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
487 TCODE tDiveHudMask2, "Sensor 2"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
488 TCODE tDiveHudMask3, "Sensor 3"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
489 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
490 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
491 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
492
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
493 IFDEF _cave_mode
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
494 TCODE tGasNeedsCaveMode, "Gas Needs -CAVE-" ; title for gas needs custom view (cave mode) | need to be
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
495 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view (open water mode) | same length
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
496 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
497 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char)
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
498 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
499 TCODE tCaveStops, "total Stops" ; cave mode total time for stops
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
500 TCODE tCaveRuntime, "total RT" ; cave mode total runtime
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
501 ELSE
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
502 TCODE tGasNeedsAscent, "Gas Needs Ascent" ; title for gas needs custom view
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
503 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
504
0
heinrichsweikamp
parents:
diff changeset
505
heinrichsweikamp
parents:
diff changeset
506 ; Divemode menu
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
507 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
508 TCODE tDiveLayout, "Layout" ; Layout (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
509 IFDEF _compass
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
510 TCODE tSetHeading, "Course" ; Course (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
511 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
512
0
heinrichsweikamp
parents:
diff changeset
513
heinrichsweikamp
parents:
diff changeset
514 ; Simulator menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
515 TCODE tQuitSim, "Quit" ; Quit Simulation (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
516 TCODE tResetAvg, "Reset" ; Reset Timer (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
517
0
heinrichsweikamp
parents:
diff changeset
518
heinrichsweikamp
parents:
diff changeset
519 ; Logbook
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
520 TCODE tCNS2, "CNS: "
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
521 TCODE tAVG, "Avg: "
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
522 TCODE tGF2, "GF : "
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
523 TCODE tSAT, "Sat: " ; max 4 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
524 TCODE tDvSalinity2, "Salinity :" ; max 11 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
525 TCODE tLastDeco, "Last Deco:" ; max 11 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
526 TCODE tNoProfileData, "no profile anymore..." ; max 21 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
527 TCODE tBeginOfDive, "Begin:" ; max 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
528 TCODE tEndOfDive, "End:" ; max 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
529 TCODE tDesatTime, "Desat:" ; amx 8 chars
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
530
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
531 ; other users
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
532 TCODE tGF, "GF:"
0
heinrichsweikamp
parents:
diff changeset
533
heinrichsweikamp
parents:
diff changeset
534 ; Logbook units
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
535 TCODE tLogTunitC, "°C"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
536 TCODE tLogTunitF, "°F"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
537 TCODE tKGL, "kg/l"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
538 TCODE tMBAR, "hPa"
0
heinrichsweikamp
parents:
diff changeset
539
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
540
0
heinrichsweikamp
parents:
diff changeset
541 ; Logbook menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
542 TCODE tNextLog, "Next Page"
0
heinrichsweikamp
parents:
diff changeset
543
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
544
0
heinrichsweikamp
parents:
diff changeset
545 ; Reset menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
546 TCODE tReboot, "Reboot" ; Reboot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
547 TCODE tResetMenu2, "Are you sure?" ; Are you sure?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
548 TCODE tAbort, "Abort" ; Abort
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
549 TCODE tResetSettings, "Reset Settings" ; Reset Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
550 TCODE tResetDeco, "Reset Deco" ; Reset Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
551 TCODE tResetBattery, "Reset Battery" ; Reset Battery
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
552 TCODE tResetLogbook, "Reset Logbook" ; Reset Logbook
0
heinrichsweikamp
parents:
diff changeset
553
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
554
0
heinrichsweikamp
parents:
diff changeset
555 ; Set Time Menu/Set Date Menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
556 TCODE tSetHours, "Set Hours" ; Set Hours
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
557 TCODE tSetMinutes, "Set Minutes" ; Set Minutes
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
558 TCODE tSetSeconds, "clear Seconds" ; clear Seconds
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
559 TCODE tSetDay, "Set Day" ; Set Day
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
560 TCODE tSetMonth, "Set Month" ; Set Month
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
561 TCODE tSetYear, "Set Year" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
562
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
563
0
heinrichsweikamp
parents:
diff changeset
564 ; Logbook Offset Menu
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
565 TCODE tTotalDives, "Total Dives: " ; Total Dives
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
566 TCODE tLogOffset, "Logbook Offset" ; Logbook offset
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
567 TCODE tLogOffsetValue, "Offset : " ; Offset
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
568 TCODE tLogOffStepSize, "Step Size: " ; Step Size
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
569 TCODE tLogOffsetplus, "+" ; increment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
570 TCODE tLogOffsetminus, "-" ; decrement
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
571 TCODE tLogOffStep1, " 1" ; 0 adjustment step size 1 | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
572 TCODE tLogOffStep10, " 10" ; 1 adjustment step size 10 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
573 TCODE tLogOffStep100, " 100" ; 3 adjustment step size 100 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
574 TCODE tLogOffStep1000, "1000" ; 4 adjustment step size 1000 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
575
23
e402813343b6 new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents: 18
diff changeset
576
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
577 ; Compass Directions
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
578 TCODE tN, "N " ; N(orth), 338°- 22°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
579 TCODE tNE, "NE" ; North-East, 23°- 67°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
580 TCODE tE, "E " ; E(east), 68°-112°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
581 TCODE tSE, "SE" ; South-East, 113°-157°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
582 TCODE tS, "S " ; S(outh), 158°-202°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
583 TCODE tSW, "SW" ; South-West, 203°-247°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
584 TCODE tW, "W " ; W(West), 248°-292°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
585 TCODE tNW, "NW" ; North-West, 293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
586
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
587
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 38
diff changeset
588 ; Color Scheme menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
589 TCODE tColorSetDive, "Divemode:" ; Divemode:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
590 TCODE tColorSetName0, "Standard" ; Standard
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
591 TCODE tColorSetName1, "Red" ; Red
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
592 TCODE tColorSetName2, "Green" ; Green
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
593 TCODE tColorSetName3, "Blue" ; Blue
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
594
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 619
diff changeset
595
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
596 ; Language selection
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
597 IF _language_1==en
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
598 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
599 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
600 IF _language_1==de
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
601 TCODE tLang1, "DE"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
602 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
603 IF _language_1==fr
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
604 TCODE tLang1, "FR"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
605 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
606 IF _language_1==it
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
607 TCODE tLang1, "IT"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
608 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
609 TCODE tLang1, "" ; dummy target for options table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
610 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
611 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
612 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
613 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
614
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
615 IF _language_2==en
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
616 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
617 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
618 IF _language_2==de
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
619 TCODE tLang2, "DE"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
620 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
621 IF _language_2==fr
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
622 TCODE tLang2, "FR"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
623 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
624 IF _language_2==it
631
185ba2f91f59 3.09 beta 1 release
heinrichsweikamp
parents: 628
diff changeset
625 TCODE tLang2, "IT"
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
626 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
627 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
628 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
629 ENDIF