comparison src/text_french.inc @ 623:c40025d8e750

3.03 beta released
author heinrichsweikamp
date Mon, 03 Jun 2019 14:01:48 +0200
parents cd986267a5ca
children cd58f7fc86db
comparison
equal deleted inserted replaced
622:02d1386429a6 623:c40025d8e750
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File text_french.asm REFACTORED VERSION V2.99g 3 ; File text_french.asm next combined generation V3.03.3
4 ; 4 ;
5 ; French texts translation file. 5 ; French texts translation file.
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
9 9
10 ; Basic texts 10 ; Basic texts
11 TCODE tNo, "Non" ; 0 No 11 TCODE tNo, "Non" ; 0 No | ENUM group
12 TCODE tYes, "Oui" ; 1 Yes 12 TCODE tYes, "Oui" ; 1 Yes |
13 IFDEF _cave_mode 13 IFDEF _cave_mode
14 TCODE tCave, "Cave" ; 2 Cave 14 TCODE tCave, "Cave" ; 2 Cave |
15 ENDIF 15 ENDIF
16 16
17 TCODE tblank, " " ; (a single space character) 17 TCODE tblank, " " ; (a single space character)
18 18
19 ; Surface-mode texts 19 ; Surface-mode texts
20 TCODE tMenu, "<Menu" ; <Menu 20 TCODE tMenu, "<Menu" ; <Menu
21 TCODE tView, "Vues>" ; View> 21 TCODE tView, "Vues>" ; View>
22 TCODE tHeading, "Cap:" ; Heading: 22 TCODE tHeading, "Cap:" ; Heading:
23 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars) 23 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars)
24
25 IFDEF _external_sensor
24 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV 26 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV
27 ENDIF
28
25 29
26 ; Divemode Menu 30 ; Divemode Menu
27 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC) 31 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC)
28 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR) 32 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg
29 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR) 33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) ## pending translation
30 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg.
31 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg., Set Marker (and Turn Dive) ## pending translation
32 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
33 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor
34 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF 34 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF
35 TCODE tDivemenu_Marker, "Repère" ; Set Marker 35 TCODE tDivemenu_Marker, "Repère" ; Set Marker
36 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas 36 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas
37
38 IFDEF _ccr_pscr
39 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR)
40 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR)
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
42 ENDIF
43
44 IFDEF _external_sensor
45 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor
46 ENDIF
47
37 IFDEF _cave_mode 48 IFDEF _cave_mode
38 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive 49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive
39 ENDIF 50 ENDIF
40 51
52
41 ; Main menu 53 ; Main menu
42 TCODE tNext, "<Suivant" ; <Next 54 TCODE tNext, "<Suivant" ; <Next
43 TCODE tEnter, "Entrer>" ; Enter> 55 TCODE tEnter, "Entrer>" ; Enter>
44 TCODE tMainMenu, "Menu Principal" ; Main Menu 56 TCODE tMainMenu, "Menu Principal" ; Main Menu
45 TCODE tLogbook, "Carnet de Plongée" ; Logbook 57 TCODE tLogbook, "Carnet de Plongée" ; Logbook
50 TCODE tDispSets, "Préfér. Réglages" ; Display Settings 62 TCODE tDispSets, "Préfér. Réglages" ; Display Settings
51 TCODE tExit, "Retour" ; Exit 63 TCODE tExit, "Retour" ; Exit
52 TCODE tResetMenu, "Menu RaZ" ; Reset Menu 64 TCODE tResetMenu, "Menu RaZ" ; Reset Menu
53 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode 65 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode
54 TCODE tInfoMenu, "Informations" ; Information 66 TCODE tInfoMenu, "Informations" ; Information
67 IFDEF _ccr_pscr
68 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup
69 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup
70 ENDIF
71 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints
72 TCODE tBack, "retour" ; back
73
74 IFDEF _rx_functions
55 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation 75 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation
56 TCODE tTrMode, "Mode: " ; Mode 76 TCODE tTrMode, "Mode: " ; Mode
57 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure 77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure
58 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure 78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure
59 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure 79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
60 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation 80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation
61 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup 81 ENDIF
62 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup 82
63 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints 83 IFDEF _ccr_pscr
84 IFDEF _external_sensor
64 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor 85 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor
65 TCODE tCalibrateMenu, "Calibration" ; Calibration 86 TCODE tCalibrateMenu, "Calibration" ; Calibration
66 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2: 87 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2:
67 TCODE tCalibrate, "Calibrate" ; Calibrate 88 TCODE tCalibrate, "Calibrate" ; Calibrate
68 TCODE tBack, "retour" ; back 89 ENDIF
90 ENDIF
91
69 92
70 ; Gas menu 93 ; Gas menu
71 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List 94 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List
72 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents 95 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents
73 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas 96 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas
77 TCODE tGasTravel, "Travel" ; Travel 100 TCODE tGasTravel, "Travel" ; Travel
78 TCODE tGasDeco, "Déco" ; Deco 101 TCODE tGasDeco, "Déco" ; Deco
79 TCODE tDilDisabled, "Désactivé" ; Disabled 102 TCODE tDilDisabled, "Désactivé" ; Disabled
80 TCODE tDilFirst, "Premier" ; First 103 TCODE tDilFirst, "Premier" ; First
81 TCODE tDilNorm, "Normal" ; Normal 104 TCODE tDilNorm, "Normal" ; Normal
82 TCODE tAir, "Air " ; Enum: values must follows (5 chars) 105 TCODE tAir, "Air " ; Enum: values must follow (5 chars)
83 TCODE tO2, "O2 " ; tAir + 5 106 TCODE tO2, "O2 " ; tAir + 5
84 TCODE tO2Plus, "O2 +" 107 TCODE tO2Plus, "O2 +"
85 TCODE tO2Minus, "O2 -" 108 TCODE tO2Minus, "O2 -"
109 IFDEF _helium
86 TCODE tHePlus, "He +" 110 TCODE tHePlus, "He +"
87 TCODE tHeMinus, "He -" 111 TCODE tHeMinus, "He -"
112 ENDIF
88 TCODE tMOD, "MOD :" 113 TCODE tMOD, "MOD :"
89 TCODE tEAD, "EAD:" 114 TCODE tEAD, "EAD:"
90 TCODE tSetup_GasDepth, "Config. Changement" ; Change Depth 115 TCODE tSetup_GasDepth, "Config. Changement" ; Change Depth
91 TCODE tDepthPlus, "Prof. +" 116 TCODE tDepthPlus, "Prof. +"
92 TCODE tDepthMinus, "Prof. -" 117 TCODE tDepthMinus, "Prof. -"
93 TCODE tDepthReset, "MOD par défaut:" 118 TCODE tDepthReset, "MOD par défaut:"
94 TCODE tSetup_GasMix, "Config. Gaz" ; Setup mix 119 TCODE tSetup_GasMix, "Config. Gaz" ; Setup mix
95 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: 120 IFDEF _ccr_pscr
96 TCODE tCCRModeFixedSP, "SP Fixe" ; Fixed SP
97 TCODE tCCRModeSensor, "Cellule" ; Sensor
98 TCODE tCCRModeAutoSP, "SP Auto" ; Auto SP
99 TCODE tSP, "SP" ; SP (SetPoint)
100 TCODE tSPPlus, "PpO2+" ; pO2+ 121 TCODE tSPPlus, "PpO2+" ; pO2+
101 TCODE tSensorFallback, "Fallback:" ; Fallback: 122 TCODE tSensorFallback, "Fallback:" ; Fallback:
102 TCODE tCalculated, "calculé" ; calculated 123 TCODE tCalculated, "calculé" ; calculated
103 TCODE tppO2, "PpO2:" ; ppO2:
104 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2) 124 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2)
105 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil) 125 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil)
106 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix) 126 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix)
127 TCODE tCCRMode, "Mode CCR:" ; CCR Mode:
128 TCODE tCCRModeFixedSP, "SP Fixe" ; 0 fixed for CCR / calculated for pSCR | ENUM group
129 TCODE tCCRModeSensor, "Cellule" ; 1 Sensor |
130 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP |
131 ELSE
132 TCODE tCCRModeFixedSP, " " ; target needed by option table
133 ENDIF
134 TCODE tSP, "SP" ; SP (SetPoint)
135 TCODE tppO2, "PpO2:" ; ppO2:
136
137
107 138
108 ; New batteries menu 139 ; New batteries menu
109 ; 1 2 ; 140 ; 1 2 ;
110 ; 12345678901234567890 ; max 20 chars 141 ; 12345678901234567890 ; max 20 chars
111 TCODE tNewBattTitle, "Nouvelle Pile?" 142 TCODE tNewBattTitle, "Nouvelle Pile?"
112 TCODE tNewBattOld, "Conserver" 143 TCODE tNewBattOld, "Conserver"
113 TCODE tNewBattNew36, "3,6V jetable (T1)" ; new 3,6V disposable 144 TCODE tNewBattNew36, "3,6V jetable (T1)" ; new 3.6V disposable
114 TCODE tNewBattNew15, "1,5V jetable (T0)" ; new 1,5V disposable 145 TCODE tNewBattNew15, "1,5V jetable (T0)" ; new 1.5V disposable
115 TCODE tNewBattAccu, "3,6V chargeable (T2)" ; new 3.6V rechargeable 146 TCODE tNewBattAccu, "3,7V chargeable (T2)" ; new 3.7V rechargeable
116 TCODE tNew18650, "OSTC 2 ou cR (T3)" ; internal battery on 2 (old) / cR 147 TCODE tNew18650, "OSTC 2 ou cR (T3)" ; internal battery on 2 (old) / cR
117 TCODE tNew16650, "OSTC 2 ou TR (T4)" ; internal battery on 2 (new) / TR 148 TCODE tNew16650, "OSTC 2 ou TR (T4)" ; internal battery on 2 (new) / TR
118 TCODE tConfirmChargeable1, "Confirmer:" ; safety question, line 1 ### translation pending 149 TCODE tConfirmChargeable1,"Confirmer:" ; safety question, line 1
119 TCODE tConfirmChargeable2, "La pile insérée" ; safety question, line 2 ### translation pending 150 TCODE tConfirmChargeable2,"La pile insérée" ; safety question, line 2
120 TCODE tConfirmChargeable3, "est rechargeable" ; safety question, line 3 ### translation pending 151 TCODE tConfirmChargeable3,"est rechargeable" ; safety question, line 3
152
121 153
122 ; Gaslist management 154 ; Gaslist management
123 TCODE tGas, "Gaz" ; Gas 155 TCODE tGas, "Gaz" ; Gas
124 TCODE tDil, "Dil" ; Diluent 156 TCODE tDil, "Dil" ; Diluent
125 TCODE tGasErr, "Err" ; Err (3 chars) 157 TCODE tGasErr, "Err" ; Err (3 chars)
158
126 159
127 ; Communication Menu 160 ; Communication Menu
128 TCODE tUsbTitle, "Mode USB" 161 TCODE tUsbTitle, "Mode USB"
129 TCODE tBleTitle, "Mode Bluetooth" 162 TCODE tBleTitle, "Mode Bluetooth"
130 TCODE tUsbStarting, "Début..." 163 TCODE tUsbStarting, "Début..."
132 TCODE tUsbServiceMode, "Mode Maintenance" 165 TCODE tUsbServiceMode, "Mode Maintenance"
133 TCODE tUsbClosed, "Port Fermé" 166 TCODE tUsbClosed, "Port Fermé"
134 TCODE tUsbExit, "Terminé" 167 TCODE tUsbExit, "Terminé"
135 TCODE tUsbDownloadMode, "Mode Téléchargement" 168 TCODE tUsbDownloadMode, "Mode Téléchargement"
136 TCODE tUsbLlBld, "Chargeur Bas-Niv." 169 TCODE tUsbLlBld, "Chargeur Bas-Niv."
170
137 171
138 ; Dive Settings 172 ; Dive Settings
139 TCODE tDvMode, "Mode: " 173 TCODE tDvMode, "Mode: "
140 TCODE tDvOC, "OC" 174 TCODE tDvOC, "OC"
141 TCODE tDvCCR, "CCR" 175 TCODE tDvCCR, "CCR"
147 TCODE tZHL16, " " 181 TCODE tZHL16, " "
148 TCODE tZHL16GF, "+GF" 182 TCODE tZHL16GF, "+GF"
149 TCODE tPPO2Max, "PpO2 Max :" 183 TCODE tPPO2Max, "PpO2 Max :"
150 TCODE tPPO2DECO, "PpO2 Déco:" 184 TCODE tPPO2DECO, "PpO2 Déco:"
151 TCODE tPPO2MIN, "PpO2 Min :" 185 TCODE tPPO2MIN, "PpO2 Min :"
186 IFDEF _ccr_pscr
152 TCODE tPPO2MINCC, "Min Loop :" 187 TCODE tPPO2MINCC, "Min Loop :"
153 TCODE tLastDecostop, "Dern.Palier : " 188 ENDIF
154 TCODE tAscentSpeed, "Ascent Speed: " ; Ascent Speed ## pending translation 189 TCODE tLastDecostop, "Dern.Palier : "
155 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation 190 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed ## pending translation
191 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation
192 TCODE tExtendedStops, "before 1.Stop: " ; gas switches before 1st stop ## pending translation
193 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
194 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives ## pending translation
156 TCODE tDecoparameters, "Paramètres Déco" 195 TCODE tDecoparameters, "Paramètres Déco"
157 TCODE tGF_low, "GF Bas :" 196 TCODE tGF_low, "GF Bas :"
158 TCODE tGF_high, "GF Haut:" 197 TCODE tGF_high, "GF Haut:"
159 TCODE tSaturationMult, "Saturation : " 198 TCODE tSaturationMult, "Saturation : "
160 TCODE tDesaturationMult, "Désaturation: " 199 TCODE tDesaturationMult, "Désaturation: "
168 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars) 207 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars)
169 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars) 208 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars)
170 TCODE tGasUsage, "Usage Gaz" ; Gas Usage 209 TCODE tGasUsage, "Usage Gaz" ; Gas Usage
171 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space) 210 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space)
172 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space) 211 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space)
173 TCODE tCalcAscGas, "Calc.Gaz (B/O):" 212 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; Calculate Gas (Bail Out) needs?
174 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank 213 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank
175 TCODE tTankSize, "Volume Bloc" ; Tank Sizes 214 TCODE tTankSize, "Volume Bloc" ; Tank Sizes
176 TCODE tTankUsablePress, "Pression Ascent" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) ## pending translation 215 TCODE tTankUsablePress, "Pression Ascent" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) ## pending translation
177 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas ## pending translation
178 TCODE tTankPairing, "Config. Transmitter" ; select Transmitter ## pending translation
179 TCODE tLiter, " l" ; Liter as l 216 TCODE tLiter, " l" ; Liter as l
180 TCODE tLiterLong, "Liter" ; Liter as Liter 217 TCODE tLiterLong, "Liter" ; Liter as Liter
218 TCODE t2ndDecoPlanMenu, "Suite Menu Déco" ; 2nd Deco Plan
219
220 IFDEF _ccr_pscr
181 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; 221 TCODE tCCmaxFracO2, "Loop %O2 max.:" ;
182 TCODE t2ndDecoPlanMenu, "Suite Menu Déco" ; 2nd Deco Plan 222 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas ## pending translation
223 ENDIF
183 224
184 IFDEF _rx_functions 225 IFDEF _rx_functions
226 TCODE tTankPairing, "Config. Transmitter" ; select Transmitter ## pending translation
185 TCODE tTrModeOff, "off" ; off ## pending translation 227 TCODE tTrModeOff, "off" ; off ## pending translation
186 TCODE tTrModeOn, "on" ; on ## pending translation 228 TCODE tTrModeOn, "on" ; on ## pending translation
187 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation 229 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation
188 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 230 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
189 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation 231 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation
190 TCODE tTrPresGas1, "Gas 1" ; Gas 1 232 TCODE tTrPresGas1, "Gas 1" ; Gas 1
191 TCODE tTrPresGas2, "Gas 2" ; Gas 2 233 TCODE tTrPresGas2, "Gas 2" ; Gas 2
192 TCODE tTrPresGas3, "Gas 3" ; Gas 3 234 TCODE tTrPresGas3, "Gas 3" ; Gas 3
193 TCODE tTrPresGas4, "Gas 4" ; Gas 4 235 TCODE tTrPresGas4, "Gas 4" ; Gas 4
194 TCODE tTrPresGas5, "Gas 5" ; Gas 5 236 TCODE tTrPresGas5, "Gas 5" ; Gas 5
237 IFDEF _ccr_pscr
195 TCODE tTrPresDil1, "Dil 1" ; Dil 1 238 TCODE tTrPresDil1, "Dil 1" ; Dil 1
196 TCODE tTrPresDil2, "Dil 2" ; Dil 2 239 TCODE tTrPresDil2, "Dil 2" ; Dil 2
197 TCODE tTrPresDil3, "Dil 3" ; Dil 3 240 TCODE tTrPresDil3, "Dil 3" ; Dil 3
198 TCODE tTrPresDil4, "Dil 4" ; Dil 4 241 TCODE tTrPresDil4, "Dil 4" ; Dil 4
199 TCODE tTrPresDil5, "Dil 5" ; Dil 5 242 TCODE tTrPresDil5, "Dil 5" ; Dil 5
200 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation 243 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation
201 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation 244 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation
202 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation 245 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation
203 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation 246 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation
247 ENDIF
204 ELSE 248 ELSE
205 TCODE tTrModeOff, "" ; dummy target for entry in option table 249 TCODE tTrModeOff, "" ; dummy target for entry in option table
206 TCODE tTrPresNone, "" ; dummy target for entry in option table 250 TCODE tTrPresNone, "" ; dummy target for entry in option table
207 ENDIF 251 ENDIF ; _rx_functions
252
208 253
209 ; Display Settings 254 ; Display Settings
210 TCODE tBright, "Luminosité:" 255 TCODE tBright, "Luminosité:"
211 TCODE tEco, "Eco" 256 TCODE tEco, "Eco"
212 TCODE tMedium, "Moyenne" 257 TCODE tMedium, "Moyenne"
213 TCODE tHigh, "Haute" 258 TCODE tHigh, "Haute"
214 TCODE tDvSalinity, "Salinité: " ; Salinity 259 TCODE tDvSalinity, "Salinité: " ; Salinity
215 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2: 260 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2:
216 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen 261 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen
217 TCODE tMODwarning, "Alerte Prof.:" ; depth Warnings 262 TCODE tMODwarning, "Alerte Prof.:" ; depth Warnings
218 TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning 263 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning
264 TCODE tLayout, "Layout :" ; Layout ## pending translation
219 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max) 265 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max)
220 TCODE tTimeoutDive, "Fin Plongée:" ; Dive Timeout 266 TCODE tTissueGraphics, "Dessin :" ; tissue graphics
267
268 TCODE tLayoutNormal, "normal" ; normal ## pending translation
269 TCODE tLayoutBig, "big" ; big ## pending translation
270
221 271
222 ; VSI display Settings 272 ; VSI display Settings
223 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: 273 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed:
224 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph: 274 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph:
225 275
276
226 ; Setup Menu 277 ; Setup Menu
227 TCODE tSystSets, "Réglages" 278 TCODE tSystSets, "Réglages"
279 IFDEF _compass
228 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration 280 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration
229 TCODE tCompassGain, "Sensibilité:" ; Compass Gain: 281 TCODE tCompassGain, "Sensibilité:" ; Compass Gain:
230 TCODE tCalX, "Cal X:" ; Cal X 282 TCODE tCalX, "Cal X:" ; Cal X
231 TCODE tCalY, "Cal Y:" ; Cal Y 283 TCODE tCalY, "Cal Y:" ; Cal Y
232 TCODE tCalZ, "Cal Z:" ; Cal Z 284 TCODE tCalZ, "Cal Z:" ; Cal Z
285 ENDIF
233 TCODE tUnits, "Unités:" 286 TCODE tUnits, "Unités:"
234 TCODE tMetric, " m/°C" ; Enum menu 287 TCODE tMetric, " m/°C" ; Enum menu
235 TCODE tImperial, "ft/°F" 288 TCODE tImperial, "ft/°F"
236 TCODE tDefName, "HW OSTC" 289 ; 111 111 111 111 111
290 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
291 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" ## pending translation
237 TCODE tButtonleft, "Bouton gauche:" ; Left button 292 TCODE tButtonleft, "Bouton gauche:" ; Left button
238 TCODE tButtonright, "Bouton droit :" ; Right button 293 TCODE tButtonright, "Bouton droit :" ; Right button
239 TCODE tAltMode, "Temps Attente:" ; Waiting Time 294 TCODE tAltMode, "Temps Attente:" ; Waiting Time
240 TCODE tAltModeFly, "Avion" ; Flying 295 TCODE tAltModeFly, "Avion" ; Flying
241 TCODE tAltMode1000, "1000m" 296 TCODE tAltMode1000, "1000m"
242 TCODE tAltMode2000, "2000m" 297 TCODE tAltMode2000, "2000m"
243 TCODE tAltMode3000, "3000m" 298 TCODE tAltMode3000, "3000m"
299
244 300
245 ; Units for all menu 301 ; Units for all menu
246 TCODE tMeters, "m" 302 TCODE tMeters, "m"
247 TCODE tFeets, "ft" 303 TCODE tFeets, "ft"
248 TCODE tFeets1, "f" 304 TCODE tFeets1, "f"
251 TCODE tLitersMinute, "l/min" 307 TCODE tLitersMinute, "l/min"
252 TCODE tbar, "bar" ; bar 308 TCODE tbar, "bar" ; bar
253 TCODE tbar10, "0 bar" ; xx0 bar 309 TCODE tbar10, "0 bar" ; xx0 bar
254 TCODE tMeterMinute, "m/'" ; meter per minute 310 TCODE tMeterMinute, "m/'" ; meter per minute
255 311
312
256 ; Date 313 ; Date
257 TCODE tDateFormat, "Date: " 314 TCODE tDateFormat, "Date: "
258 TCODE tDateformat, "MMJJAA" 315 TCODE tDateformat, "MMJJAA"
259 TCODE tDateformat1, "JJMMAA" 316 TCODE tDateformat1, "JJMMAA"
260 TCODE tDateformat2, "AAMMJJ" 317 TCODE tDateformat2, "AAMMJJ"
261 318
319
262 ; Simulator menu 320 ; Simulator menu
263 TCODE tInter, "Lancer Simulation" ; Start Simulator 321 TCODE tInter, "Lancer Simulation" ; Start Simulator
264 TCODE tPlan, "Simulateur" ; Simulator 322 TCODE tPlan, "Simulateur" ; Simulator
323
265 324
266 ; Decoplanner submenu 325 ; Decoplanner submenu
267 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) 326 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars)
268 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars) 327 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars)
269 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars) 328 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars)
270 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) 329 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars)
271 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup 330 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup
272 TCODE tDeco, "Calcul Déco" ; Calculate Deco 331 TCODE tDeco, "Calcul Déco" ; Calculate Deco
273 TCODE tDivePlan, "Runtime:" ; Dive Plan: 332 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars)
274 TCODE tNoDeco, "Pas de Déco" ; No Deco 333 TCODE tNoDeco, "Pas de Déco" ; No Deco
275 TCODE tMore, "Suite" ; More 334 TCODE tMore, "Suite" ; More
276 TCODE tSelectSetpoint, "Setpoint :" 335 TCODE tSelectSetpoint, "Setpoint :"
277 TCODE tuseAGF, "aGF Permis:" ; use aGF 336 TCODE tuseAGF, "aGF Permis:" ; use aGF
278 TCODE tCalculating, "Calcul en cours" ; Calculating 337 TCODE tCalculating, "Calcul en cours" ; Calculating
338 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval ## pending translation
339 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment ## pending translation
340 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout ## pending translation
341 TCODE tCalcAscent, "Ascent" ; Ascent ## pending translation
279 TCODE tNDLleft, "left" ; time left within NDL ## pending translation 342 TCODE tNDLleft, "left" ; time left within NDL ## pending translation
343
280 344
281 ; Information menu 345 ; Information menu
282 TCODE tFirmware, "Logiciel: " ; Firmware: (space) 346 TCODE tFirmware, "Logiciel: " ; Firmware: (space)
283 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
284 TCODE tSerial, "N. Série: " ; Serial : (space) 347 TCODE tSerial, "N. Série: " ; Serial : (space)
285 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: (space) 348 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: (space)
286 TCODE tBatteryV, "Batterie: " ; Battery: 349 TCODE tBatteryV, "Batterie: " ; Battery:
287 TCODE tUptime, "Mise a Jour:" ; Uptime: 350 TCODE tUptime, "Mise a Jour:" ; Uptime:
288 351
352 IFDEF _rx_functions
353 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
354 ENDIF
355
356
289 ; Divemode screen 357 ; Divemode screen
290 TCODE tNDL, "NDL" ; 3 chars max 358 TCODE tNDL, "NDL" ; 3 chars max
291 TCODE tTTS, "DTR" 359 TCODE tTTS, "DTR" ; 3 chars max
292 TCODE tVelMetric, "m/min" 360 TCODE tVelMetric, "m/min"
293 TCODE tVelImperial, "ft/m " 361 TCODE tVelImperial, "ft/m "
294 TCODE tGasSelect, "Activer Gaz" ; Select Gas 362 TCODE tGasSelect, "Activer Gaz" ; Select Gas
295 TCODE tSelectAir, "Air " ; Air 363 TCODE tSelectAir, "Air " ; Air
296 TCODE tSelectO2, "O2 " ; O2 364 TCODE tSelectO2, "O2 " ; O2
297 TCODE tSelectNx, "Nx" ; Nx 365 TCODE tSelectNx, "Nx" ; Nx
298 TCODE tSelectTx, "Tx" ; Tx 366 TCODE tSelectTx, "Tx" ; Tx
299 TCODE tDepth, "Prof." ; Depth 367 TCODE tDepth, "Prof." ; Depth (max 5 chars)
300 TCODE tMaxDepth, "Prof. Max." ; Max. Depth - max 10chars! 368 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars!
301 TCODE tAvgDepth, "Prof. Moy." ; average Depth - max 10chars! 369 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars!
302 TCODE tDivetime, " Durée" ; Divetime 370 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group ## pending translation
303 TCODE tDiveHudMask1, "cell. 1" 371 IFDEF _helium
304 TCODE tDiveHudMask2, "cell. 2" 372 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
305 TCODE tDiveHudMask3, "cell. 3" 373 ENDIF
374 TCODE tDivetime, "Durée" ; Divetime (max 8 chars)
306 TCODE tDiveTotalAvg, "Prof. Moy." 375 TCODE tDiveTotalAvg, "Prof. Moy."
307 TCODE tDiveStopwatch, "Chrono" 376 TCODE tDiveStopwatch, "Chrono"
308 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max 377 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max
309 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) 378 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
310 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend 379 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend
314 TCODE tDiveDecoplan, "Runtime" ; Decoplan 383 TCODE tDiveDecoplan, "Runtime" ; Decoplan
315 ; TCODE tDiveClock, "Heure" ; Clock 384 ; TCODE tDiveClock, "Heure" ; Clock
316 TCODE tDiveEAD_END, "EAD/END" ; EAD/END 385 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
317 TCODE tDiveTissues, "Tissus" ; Tissues 386 TCODE tDiveTissues, "Tissus" ; Tissues
318 TCODE tEND, "END:" ; END: 387 TCODE tEND, "END:" ; END:
319 TCODE tHe, "He" ; He
320 TCODE tN2, "N2" ; N2 388 TCODE tN2, "N2" ; N2
321 TCODE tDiveBailout, "Bailout" ; Bailout 389 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
322 TCODE tGFactors, "Valeurs GF" ; GF Values 390 TCODE tGFactors, "Valeurs GF" ; GF Values
323 TCODE taGFactors, "Valeurs aGF" ; aGF Values 391 TCODE taGFactors, "Valeurs aGF" ; aGF Values
324 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation 392 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation
325 TCODE tCeiling, "Plafond" ; Ceiling 393 TCODE tCeiling, "Plafond" ; Ceiling
326 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) 394 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned)
327 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) 395 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
328 TCODE tDecoInfo, "Zone Déco" ; Deco info 396 TCODE tDecoInfo, "Zone Déco" ; Deco info
329 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check 397 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check
330 TCODE tdil, "Dil:" ; Diluent ppO2 Warning 398 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
331 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning 399 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
332 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning
333 TCODE tGasNeedsWarn, "Gas Needs" ; 400 TCODE tGasNeedsWarn, "Gas Needs" ;
334 TCODE tGasNeedsAscent, "Besoins Gaz Ascent" ; ## pending translation 401 TCODE tGasNeedsAscent, "Besoins Gaz Ascent" ; ## pending translation
335 TCODE tCNSsurf, "SNC Surf." ; CNS Surf. 402 TCODE tCNSsurf, "SNC Surf." ; CNS Surf.
336 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS 403 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS
337 TCODE tCNSBO, "SNC B/O" ; CNS B/O 404 TCODE tCNSBO, "SNC B/O" ; CNS B/O
338 TCODE tCNSnow, "SNC actuel" ; CNS now 405 TCODE tCNSnow, "SNC actuel" ; CNS now
339 TCODE tCNSeod, "SNC final" ; CNS fin 406 TCODE tCNSeod, "SNC final" ; CNS fin
340 TCODE tIBCD, "CDI N2He" ; IBCD N2He
341 TCODE tnoBOgas, "-B/O-Gaz-" ; 407 TCODE tnoBOgas, "-B/O-Gaz-" ;
342 TCODE tMicroBubbles, "M.Bulles " ; 408 TCODE tMicroBubbles, "M.Bulles " ;
343 TCODE tCNS, "SNC: " ; 409 TCODE tCNS, "SNC: " ;
344 TCODE tgaschange, "Change?" ; better gas found ## pending translation 410 TCODE tgaschange, "Change?" ; better gas found ## pending translation
345 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation 411 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation
346 TCODE tBattery, "Batterie" ; Battery 412 TCODE tBattery, "Batterie" ; Battery
413
414 IFDEF _helium
415 TCODE tHe, "He" ; He
416 TCODE tIBCD, "CDI N2He" ; IBCD warning
417 ENDIF
418
347 IFDEF _rx_functions 419 IFDEF _rx_functions
348 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation 420 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation
349 TCODE tPressure, "Pres Bloc" ; tank pressure 421 TCODE tPressure, "Pres Bloc" ; tank pressure
350 TCODE tSAC, "SAC" ; SAC, must be 3 chars! 422 TCODE tSAC, "SAC" ; SAC, must be 3 chars!
351 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) ## pending translation 423 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) ## pending translation
352 ENDIF 424 ENDIF
425
426 IFDEF _ccr_pscr
427 IFDEF _external_sensor
428 TCODE tDiveHudMask1, "cell. 1"
429 TCODE tDiveHudMask2, "cell. 2"
430 TCODE tDiveHudMask3, "cell. 3"
431 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning
432 ENDIF
433 ENDIF
434
353 IFDEF _cave_mode 435 IFDEF _cave_mode
354 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view 436 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view
355 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) ## pending translation 437 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) ## pending translation
356 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) 438 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char)
357 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) 439 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char)
358 ENDIF 440 ENDIF
359 441
442
360 ; Divemode menu 443 ; Divemode menu
361 TCODE tDivePreMenu, "Menu?" ; Menu? 444 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
445 IFDEF _compass
362 TCODE tSetHeading, "Cap" ; Bearing (max. 6 chars) 446 TCODE tSetHeading, "Cap" ; Bearing (max. 6 chars)
447 ENDIF
448
363 449
364 ; Simulator menu 450 ; Simulator menu
365 TCODE tQuitSim, "Fin" ; Quit Simulation 451 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars)
452 TCODE tResetAvg, "RaZChr" ; Reset Timer (max. 6 chars)
453
366 454
367 ; Logbook 455 ; Logbook
368 TCODE tCNS2, "SNC:" 456 TCODE tCNS2, "SNC:"
369 TCODE tAVG, "Moy:" 457 TCODE tAVG, "Moy:"
370 TCODE tGF, "GF:" 458 TCODE tGF, "GF:"
371 TCODE tSAT, "Sat:" 459 TCODE tSAT, "Sat:" ; 4 chars max
460
372 461
373 ; Logbook units 462 ; Logbook units
374 TCODE tLogTunitC, "°C" 463 TCODE tLogTunitC, "°C"
375 TCODE tLogTunitF, "°F" 464 TCODE tLogTunitF, "°F"
376 TCODE tKGL, "kg/l" 465 TCODE tKGL, "kg/l"
377 TCODE tMBAR, "hPa" 466 TCODE tMBAR, "hPa"
378 467
468
379 ; Logbook menu 469 ; Logbook menu
380 TCODE tNextLog, "Page Suivante" 470 TCODE tNextLog, "Page Suivante"
471
381 472
382 ; Reset menu 473 ; Reset menu
383 TCODE tReboot, "Redémarrage" ; Reboot 474 TCODE tReboot, "Redémarrage" ; Reboot
384 TCODE tResetMenu2, "Confirmer?" ; Are You Sure? 475 TCODE tResetMenu2, "Confirmer?" ; Are You Sure?
385 TCODE tAbort, "Quitter" ; Abort 476 TCODE tAbort, "Quitter" ; Abort
386 TCODE tResetSettings, "RaZ Settings" ; Reset Settings ## pending translation 477 TCODE tResetSettings, "RaZ Settings" ; Reset Settings ## pending translation
387 TCODE tResetDeco, "RaZ Déco" ; Reset Deco 478 TCODE tResetDeco, "RaZ Déco" ; Reset Deco
388 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery 479 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery
389 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook 480 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook
390 481
482
391 ; Set Time Menu/Set Date Menu 483 ; Set Time Menu/Set Date Menu
392 TCODE tSetHours, "Ajust. Heures" ; Set Hours 484 TCODE tSetHours, "Ajust. Heures" ; Set Hours
393 TCODE tSetMinutes, "Ajust. Minutes" ; Set Minutes 485 TCODE tSetMinutes, "Ajust. Minutes" ; Set Minutes
394 TCODE tSetSeconds, "RaZ Secondes" ; Clear Seconds 486 TCODE tSetSeconds, "RaZ Secondes" ; Clear Seconds
395 TCODE tSetDay, "Ajust. Jours" ; Set Day 487 TCODE tSetDay, "Ajust. Jours" ; Set Day
396 TCODE tSetMonth, "Ajust. Mois" ; Set Month 488 TCODE tSetMonth, "Ajust. Mois" ; Set Month
397 TCODE tSetYear, "Ajust. Année" ; Set Year 489 TCODE tSetYear, "Ajust. Année" ; Set Year
398 490
491
399 ; Logbook Offset Menu 492 ; Logbook Offset Menu
400 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!) 493 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!)
401 TCODE tLogOffsetp1, "+1" ; +1 494 TCODE tLogOffsetValue, "Offset : " ; Offset ## pending translation
402 TCODE tLogOffsetp10, "+10" ; +10 495 TCODE tLogOffStepSize, "Step Size: " ; Step Size ## pending translation
403 TCODE tLogOffsetm1, "-1" ; -1 496 TCODE tLogOffsetplus, "+" ; increment
404 TCODE tLogOffsetm10, "-10" ; -10 497 TCODE tLogOffsetminus, "-" ; decrement
498 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
499 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
500 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
501 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 |
502
405 503
406 ; Compass directions 504 ; Compass directions
407 TCODE tN, "N " ; N(orth), 338°-22° 505 TCODE tN, "N " ; N(orth), 338°-22°
408 TCODE tNE, "NE" ; North-East, 23°-67° 506 TCODE tNE, "NE" ; North-East, 23°-67°
409 TCODE tE, "E " ; E(east), 68°-112° 507 TCODE tE, "E " ; E(east), 68°-112°
411 TCODE tS, "S " ; S(outh), 157°-202° 509 TCODE tS, "S " ; S(outh), 157°-202°
412 TCODE tSW, "SO" ; South-West, 203°-247° 510 TCODE tSW, "SO" ; South-West, 203°-247°
413 TCODE tW, "O " ; W(West), 248°-292° 511 TCODE tW, "O " ; W(West), 248°-292°
414 TCODE tNW, "NO" ; North-West, 293°-337° 512 TCODE tNW, "NO" ; North-West, 293°-337°
415 513
514
416 ; Color Scheme menu 515 ; Color Scheme menu
417 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme 516 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme
418 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: 517 TCODE tColorSetDive, "Mode Plongée:" ; Divemode:
419 TCODE tColorSetName0, "Blanc" ; White 518 TCODE tColorSetName0, "Blanc" ; White
420 TCODE tColorSetName1, "Rouge" ; Red 519 TCODE tColorSetName1, "Rouge" ; Red
421 TCODE tColorSetName2, "Vert" ; Green 520 TCODE tColorSetName2, "Vert" ; Green
422 TCODE tColorSetName3, "Bleu" ; Blue 521 TCODE tColorSetName3, "Bleu" ; Blue
423 522
523
424 ; PSCR Menu and Settings 524 ; PSCR Menu and Settings
525 IFDEF _ccr_pscr
425 TCODE tPSCRMenu, "Menu pSCR" ; PSCR Menu 526 TCODE tPSCRMenu, "Menu pSCR" ; PSCR Menu
426 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop 527 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop
427 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio 528 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio
428 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) ### new 529 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
530 ENDIF
429 531
430 532
431 ; Language selection 533 ; Language selection
432 IF _language_2!=none 534 IF _language_2!=none
433 TCODE tLanguage, "Langue: " ; used in menu_tree 535 TCODE tLanguage, "Langue: " ; used in menu_tree