comparison src/text_french.inc @ 631:185ba2f91f59

3.09 beta 1 release
author heinrichsweikamp
date Fri, 28 Feb 2020 15:45:07 +0100
parents cd58f7fc86db
children 4050675965ea
comparison
equal deleted inserted replaced
630:4cd81bdbf15c 631:185ba2f91f59
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File text_french.sm next combined generation V3.04.3 3 ; File text_french.sm next combined generation V3.08.8
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 | ENUM group 11 TCODE tNo, "Non" ; 0 No | ENUM group
12 TCODE tYes, "Oui" ; 1 Yes | 12 TCODE tYes, "Oui" ; 1 Yes |
13
13 IFDEF _cave_mode 14 IFDEF _cave_mode
14 TCODE tCave, "Cave" ; 2 Cave | 15 TCODE tOff, "off" ; OFF | Enum group
16 TCODE tOn, "on" ; ON |
17 ELSE
18 TCODE tOff, " " ; needed for option table
15 ENDIF 19 ENDIF
16 20
17 TCODE tblank, " " ; (a single space character) 21 TCODE tblank, " " ; (a single space character)
18 22
19 ; Surface-mode texts 23 ; Surface-mode texts
20 TCODE tMenu, "<Menu" ; <Menu 24 TCODE tMenu, "<Menu" ; <Menu
21 TCODE tView, "Vues>" ; View> 25 TCODE tView, "Vues>" ; View>
22 TCODE tHeading, "Cap:" ; Heading: 26 TCODE tHeading, "Cap:" ; Heading:
23 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars) 27 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars)
28
29 TCODE tFTTSSurf, "Future DTR :" ; Future TTS
30 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View
31 TCODE tDvSalinitySurf, "Salinité :" ; Salinity
24 32
25 IFDEF _external_sensor 33 IFDEF _external_sensor
26 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV 34 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV
27 ENDIF 35 ENDIF
28 36
31 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC) 39 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC)
32 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg 40 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg
33 TCODE tDivemenu_Avg_Mkr, "Moyen/Mark" ; Reset Avg, Set Marker (and Turn Dive) 41 TCODE tDivemenu_Avg_Mkr, "Moyen/Mark" ; Reset Avg, Set Marker (and Turn Dive)
34 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF 42 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF
35 TCODE tDivemenu_Marker, "Repère" ; Set Marker 43 TCODE tDivemenu_Marker, "Repère" ; Set Marker
44
45 IFDEF _cave_mode
46 TCODE tDivemenu_LostGas, "Gaz avail." ; Gas Availability
47 ELSE
36 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas 48 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas
49 ENDIF
37 50
38 IFDEF _ccr_pscr 51 IFDEF _ccr_pscr
39 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR) 52 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR)
40 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR) 53 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR)
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint 54 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
44 IFDEF _external_sensor 57 IFDEF _external_sensor
45 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor 58 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor
46 ENDIF 59 ENDIF
47 60
48 IFDEF _cave_mode 61 IFDEF _cave_mode
49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive 62 TCODE tDivePreCave, "Cave?" ; Enter Cave Menu ( 5 chars max)
50 ENDIF 63 TCODE tDivemenu_wp_set, "Waypoint" ; Set Waypoint (10 chars max)
51 64 TCODE tDivemenu_wp_out, "WP go <-()" ; go one Waypoint outwards (10 chars max)
52 65 TCODE tDivemenu_wp_in, "WP go ->()" ; go one Waypoint inwards (10 chars max)
66 TCODE tDivemenu_TurnDive, "Retour" ; Turn Dive (10 chars max)
67 TCODE tDivemenu_ContDive, "Cont.Dive" ; Continue Dive (10 chars max)
68 TCODE tDivemenu_off_on, "Off / On" ; Cave Mode Off/On (10 chars max)
69 ENDIF
70
71
53 ; Main menu 72 ; Main menu
54 TCODE tNext, "<Suivant" ; <Next 73 TCODE tNext, "<Suivant" ; <Next
55 TCODE tEnter, "Entrer>" ; Enter> 74 TCODE tEnter, "Entrer>" ; Enter>
56 TCODE tMainMenu, "Menu Principal" ; Main Menu 75 TCODE tMainMenu, "Menu Principal" ; Main Menu
57 TCODE tLogbook, "Carnet de Plongée" ; Logbook 76 TCODE tLogbook, "Carnet de Plongée" ; Logbook
58 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup 77 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup
59 TCODE tSetTime, "Réglage Heure" ; Set Time 78 TCODE tSetTime, "Réglage Heure" ; Set Time
60 TCODE tSetDate, "Réglage Date" ; Set Date 79 TCODE tSetDate, "Réglage Date" ; Set Date
61 TCODE tSetTimeDate, "Date & Heure" ; Set Time & Date 80 TCODE tSetTimeDate, "Date & Heure" ; Time & Date
62 TCODE tDispSets, "Préfér. Réglages" ; Display Settings 81 TCODE tDispSets, "Préfér. Réglages" ; Display Settings
82 TCODE tSysSets, "Préfér. System" ; System Settings
63 TCODE tExit, "Sortie" ; Exit 83 TCODE tExit, "Sortie" ; Exit
64 TCODE tResetMenu, "Menu RaZ" ; Reset Menu 84 TCODE tResetMenu, "Menu RaZ" ; Reset Menu
65 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode 85 TCODE tDiveModeMenu, "Menu Déco" ; Dive Setup
86
87 TCODE tDiveSetup, "Dive Setup" ; Dive Setup
88 TCODE tDecoSetup, "Deco Setup" ; Deco Setup
89 TCODE tSACSetup, "SAC Setup" ; SAC Setup
90 TCODE tppO2Setup, "ppO2 Setup" ; ppO2 Setup
91 TCODE tStopsSetup, "Stops & Depths" ; Stops & Depths
92
66 TCODE tInfoMenu, "Informations" ; Information 93 TCODE tInfoMenu, "Informations" ; Information
67 IFDEF _ccr_pscr 94 IFDEF _ccr_pscr
68 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup 95 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup
69 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup 96 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup
70 ENDIF 97 ENDIF
71 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints 98 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints
72 TCODE tBack, "Retour" ; back 99 TCODE tBack, "Retour" ; back
100 TCODE tGas6, "extra Gas" ; edit & select Gas 6
73 101
74 IFDEF _rx_functions 102 IFDEF _rx_functions
75 TCODE tTrSettings, "Affich.Pression" ; Pressure Display 103 TCODE tTrSettings, "Affich.Pression" ; Pressure Display
76 TCODE tTrMode, "Mode: " ; Mode 104 TCODE tTrMode, "Mode: " ; Mode
77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure 105 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure
78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure 106 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure 107 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce 108 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce
81 ENDIF 109 ENDIF
82 110
83 IFDEF _ccr_pscr
84 IFDEF _external_sensor 111 IFDEF _external_sensor
85 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor 112 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor
86 TCODE tCalibrateMenu, "Calibration" ; Calibration 113 TCODE tCalibrateMenu, "Calibration" ; Calibration
87 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2: 114 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2:
88 TCODE tCalibrate, "Calibrate" ; Calibrate 115 TCODE tCalibrate, "Calibrate" ; Calibrate
89 ENDIF 116 TCODE tS8Mode, "S8 Input: " ; Sensor Input
117 TCODE tCCRS8Mode, "Analog" ; Analog
118 TCODE tCCRS8Mode2, "Digital" ; Digital
119 ELSE
120 TCODE tCCRS8Mode, " " ; needed for option table
90 ENDIF 121 ENDIF
91 122
92 123
93 ; Gas menu 124 ; Gas menu
94 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List 125 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List
122 TCODE tSensorFallback, "Fallback:" ; Fallback: 153 TCODE tSensorFallback, "Fallback:" ; Fallback:
123 TCODE tCalculated, "calculé" ; calculated 154 TCODE tCalculated, "calculé" ; calculated
124 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2) 155 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2)
125 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil) 156 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil)
126 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix) 157 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix)
127 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: 158 TCODE tCCRMode, "Mode: " ; CCR/pSCR Mode
128 TCODE tCCRModeFixedSP, "SP Fixe" ; 0 fixed for CCR / calculated for pSCR | ENUM group 159 TCODE tCCRModeFixedSP, "SP Fixe" ; 0 fixed for CCR / calculated for pSCR | ENUM group
129 TCODE tCCRModeSensor, "Cellule" ; 1 Sensor | 160 TCODE tCCRModeSensor, "Cellule" ; 1 Sensor |
130 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP | 161 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP |
131 ELSE 162 ELSE
132 TCODE tCCRModeFixedSP, " " ; target needed by option table 163 TCODE tCCRModeFixedSP, " " ; target needed by option table
133 ENDIF 164 ENDIF
134 TCODE tSP, "SP" ; SP (SetPoint) 165 TCODE tSP, "SP" ; SP (SetPoint)
135 TCODE tppO2, "PpO2:" ; ppO2: 166 TCODE tppO2, "PpO2:" ; ppO2:
136
137 167
138 168
139 ; New batteries menu 169 ; New batteries menu
140 ; 1 2 ; 170 ; 1 2 ;
141 ; 12345678901234567890 ; max 20 chars 171 ; 12345678901234567890 ; max 20 chars
152 182
153 183
154 ; Gaslist management 184 ; Gaslist management
155 TCODE tGas, "Gaz" ; Gas 185 TCODE tGas, "Gaz" ; Gas
156 TCODE tDil, "Dil" ; Diluent 186 TCODE tDil, "Dil" ; Diluent
157 TCODE tGasErr, "Err" ; Err (3 chars) 187 TCODE tGasErr, "Err" ; Err (max 3 chars)
188 TCODE tTakeGas, "take" ; take gas (max 4 chars)
158 189
159 190
160 ; Communication Menu 191 ; Communication Menu
161 TCODE tUsbTitle, "Mode USB" 192 TCODE tUsbTitle, "Mode USB"
162 TCODE tBleTitle, "Mode Bluetooth" 193 TCODE tBleTitle, "Mode Bluetooth"
168 TCODE tUsbDownloadMode, "Mode Téléchargement" 199 TCODE tUsbDownloadMode, "Mode Téléchargement"
169 TCODE tUsbLlBld, "Chargeur Bas-Niv." 200 TCODE tUsbLlBld, "Chargeur Bas-Niv."
170 201
171 202
172 ; Dive Settings 203 ; Dive Settings
173 TCODE tDvMode, "Mode: " 204 TCODE tDvMode, "Mode : " ; Dive Mode
174 TCODE tDvOC, "OC" 205 IFDEF _cave_mode
175 TCODE tDvCCR, "CCR" 206 TCODE tCvMode, "Cave : " ; Cave Mode
176 TCODE tDvGauge, "Gauge" 207 ENDIF
177 TCODE tDvApnea, "Apnée" 208 TCODE tFTTSMenu, "Future DTR :" ; Future TTS
178 TCODE tDvPSCR, "pSCR" 209 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
210 TCODE tStoreApnoeDive, "Carnet Apnée: " ; Store Apnoe Dives
211 TCODE tDvOC, "OC" ; 0 | keep order, enum!
212 TCODE tDvCCR, "CCR" ; 1 |
213 TCODE tDvGauge, "Gauge" ; 2 |
214 TCODE tDvApnea, "Apnée" ; 3 |
215 TCODE tDvPSCR, "pSCR" ; 4 |
179 TCODE tDvCC, "CC" 216 TCODE tDvCC, "CC"
180 TCODE tDkMode, "Modèle: ZH-L16" 217 TCODE tDkMode, "Modèle: ZH-L16"
181 TCODE tZHL16, " " 218 TCODE tZHL16, " "
182 TCODE tZHL16GF, "+GF" 219 TCODE tZHL16GF, "+GF"
183 TCODE tPPO2Max, "Max Travail:" 220 TCODE tPPO2Max, "Max Travail:"
186 TCODE tPPO2MIN, "Min OC :" 223 TCODE tPPO2MIN, "Min OC :"
187 TCODE tPPO2MINCC, "Min Loop :" 224 TCODE tPPO2MINCC, "Min Loop :"
188 ELSE 225 ELSE
189 TCODE tPPO2MIN, "Min :" 226 TCODE tPPO2MIN, "Min :"
190 ENDIF 227 ENDIF
191 TCODE tLastDecostop, "Dern.Palier : "
192 TCODE tAscentSpeed, "Vitesse Rem. : " ; Ascent Speed
193 TCODE tGasChangeTime, "Tps Change Gaz :+" ; additional Gas Change Time
194 TCODE tExtendedStops, "Paliers + Longs: " ; extended stops
195 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
196 TCODE tStoreApnoeDive, "Carnet Apnée : " ; Store Apnoe Dives
197 TCODE tDecoparameters, "Paramètres Déco" 228 TCODE tDecoparameters, "Paramètres Déco"
198 TCODE tGF_low, "GF Bas :" 229 TCODE tGF_low, "GF Bas :"
199 TCODE tGF_high, "GF Haut:" 230 TCODE tGF_high, "GF Haut:"
200 TCODE tSaturationMult, "Saturation : " 231 TCODE tSaturationMult, "Saturation : "
201 TCODE tDesaturationMult, "Désaturation: " 232 TCODE tDesaturationMult, "Désaturation: "
202 TCODE tFTTSMenu, "Future DTR:" ; Future TTS
203 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View
204 TCODE tGFMenu, "Menu GF" ; GF Settings 233 TCODE tGFMenu, "Menu GF" ; GF Settings
205 TCODE taGF_low, "aGF Bas :" ; aGF Low 234 TCODE taGF_low, "aGF Bas :" ; aGF Low
206 TCODE taGF_high, "aGF Haut:" ; aGF High 235 TCODE taGF_high, "aGF Haut:" ; aGF High
207 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable 236 TCODE taGFenable, "aGF Possible:" ; aGF Selectable
208 TCODE tDiveaGF_active, "aGF Actif" ; using aGF 237 TCODE tDiveaGF_active, "aGF Actif" ; using aGF
209 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars) 238 TCODE tSafetyStop, "Palier Sécurité:" ; Safety Stop: (max. 16 chars)
210 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars) 239 TCODE tExtendedStops, "Paliers + Longs:" ; Extended Stops
240 TCODE tLastDecostop, "Dern.Palier: " ; last DecoStop Depth
241 TCODE tDvSalinity, "Salinité : " ; Salinity
242 TCODE tDepthWarn, "Depth Warn.: " ; Depth Warning
211 TCODE tGasUsage, "Usage Gaz" ; Gas Usage 243 TCODE tGasUsage, "Usage Gaz" ; Gas Usage
212 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space) 244 TCODE tSetWorkSAC, "SAC Fond: " ; SAC Work: (space)
213 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space) 245 TCODE tSetDecoSAC, "SAC Déco: " ; SAC Deco: (space)
214 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; Calculate Gas (Bail Out) needs? 246 TCODE tCalcGasNeeds, "Calc.Gaz (B/O): " ; Calculate Gas (Bail Out) needs
247 IFDEF _gas_contingency
248 TCODE tGasContingencyDive,"Swap on empty: " ; swap tank on becoming empty
249 ENDIF
250 TCODE tGasChangeTime, "Tps Change Gaz:+" ; additional Gas Change Time
215 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank 251 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank
216 TCODE tTankSize, "Volume Bloc" ; Tank Sizes 252 TCODE tTankSize, "Volume Bloc" ; Tank Sizes
217 TCODE tTankUsablePress, "Besoin Press. Rem." ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) 253 TCODE tTankUsablePress, "Besoin Press. Rem." ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars)
218 TCODE tLiter, " l" ; Liter as l 254 TCODE tLiter, " l" ; Liter as l
219 TCODE tLiterLong, "Litre" ; Liter as Liter 255 TCODE tLiterLong, "Litre" ; Liter as Liter
220 TCODE t2ndDecoPlanMenu, "2ème Plan Déco" ; 2nd Deco Plan 256 TCODE t2ndDecoPlanMenu, "2ème Plan Déco" ; 2nd Deco Plan
221 257
222 IFDEF _ccr_pscr 258 IFDEF _ccr_pscr
223 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop 259 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop
224 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint 260 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint
225 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop 261 TCODE tPSCR_O2_drop, "pSCR O2 Drop : " ; pSCR O2 Drop
226 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio 262 TCODE tPSCR_lungratio, "... Lung Ratio: " ; pSCR Lung Ratio
227 TCODE tCopyDilToOC, "Copie Diluant -> OC" ; copy diluent settings to OC gas 263 TCODE tCopyDilToOC, "Copie Diluant -> OC" ; copy diluent settings to OC gas
228 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) 264 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
229 ENDIF 265 ENDIF
230 266
231 IFDEF _rx_functions 267 IFDEF _rx_functions
256 TCODE tTrPresNone, "" ; dummy target for entry in option table 292 TCODE tTrPresNone, "" ; dummy target for entry in option table
257 ENDIF ; _rx_functions 293 ENDIF ; _rx_functions
258 294
259 295
260 ; Display Settings 296 ; Display Settings
261 TCODE tBright, "Luminosité:" 297 TCODE tBright, "Luminosité: " ; Brightness
262 TCODE tEco, "Eco" 298 TCODE tLayout, "Affichage : " ; Layout
263 TCODE tMedium, "Moyenne" 299 TCODE tUnits, "Unités : " ; Units
264 TCODE tHigh, "Haute" 300 IF _language_2!=none
265 TCODE tDvSalinity, "Salinité: " ; Salinity 301 TCODE tLanguage, "Langue : " ; Language
266 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2: 302 ENDIF
267 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen 303 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen
268 TCODE tMODwarning, "Alerte Prof. :" ; depth Warnings 304 TCODE tColorScheme, "Jeu de Couleurs" ; Colour Scheme
269 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning 305 TCODE tVSIgraph, "Graph.Vitesse: " ; Speed Graph
270 TCODE tLayout, "Affichage :" ; Layout 306 TCODE tVSItext2, "Var. Vitesse: " ; variable Speed
271 TCODE t2ndDepth, "Choix Prof:" ; 2nd depth display content (11 chars max) 307 TCODE tShowppO2, "Afficher PpO2: " ; always show ppO2
272 TCODE tTissueGraphics, "Dessin :" ; tissue graphics 308 TCODE tDepthWarning, "Prof. luire : " ; Depth blinking
273 309 TCODE t2ndDepth, "Choix Prof:" ; 2nd Depth Display Content (11 chars max)
274 TCODE tLayoutNormal, "normal" ; normal 310 TCODE tTissueGraphics, "Dessin :" ; Tissue Graphics
275 TCODE tLayoutBig, "large" ; large 311 TCODE tIBCDwarning, "Alerte CDI: " ; IBCD Warning
276 312
277 313 TCODE tEco, "Eco" ; eco | ENUM group
278 ; VSI display Settings 314 TCODE tMedium, "Moyenne" ; medium |
279 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: 315 TCODE tHigh, "Haute" ; high |
280 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph: 316 TCODE tLayoutNormal, "normal" ; normal | ENUM group
317 TCODE tLayoutBig, "large" ; large |
318 TCODE tMax, "max." ; max | ENUM group
319 TCODE tAvg, "avg." ; average |
320 TCODE tTissuePresSat, "Pres+Sat" ; pressure and saturation | ENUM group
321 IFDEF _helium
322 TCODE tTissueN2He, "N2+He" ; N2 + He pressure |
323 ENDIF
281 324
282 325
283 ; Setup Menu 326 ; Setup Menu
284 TCODE tSystSets, "Réglages" 327 TCODE tSystSets, "Réglages" ; System Settings
285 IFDEF _compass 328 IFDEF _compass
286 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration 329 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration
287 TCODE tCompassGain, "Sensibilité:" ; Compass Gain: 330 TCODE tCompassGain, "Sensibilité:" ; Compass Gain:
288 TCODE tCalX, "Cal X:" ; Cal X 331 TCODE tCalX, "Cal X:" ; Cal X
289 TCODE tCalY, "Cal Y:" ; Cal Y 332 TCODE tCalY, "Cal Y:" ; Cal Y
290 TCODE tCalZ, "Cal Z:" ; Cal Z 333 TCODE tCalZ, "Cal Z:" ; Cal Z
291 ENDIF 334 ENDIF
292 TCODE tUnits, "Unités:"
293 TCODE tMetric, " m/°C" ; Enum menu 335 TCODE tMetric, " m/°C" ; Enum menu
294 TCODE tImperial, "ft/°F" 336 TCODE tImperial, "ft/°F"
295 ; 111 111 111 111 111 337 ; 111 111 111 111 111
296 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 338 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
297 TCODE tDefName, "HW OSTC" ;"Lire la doc.Connaitre etComprendre les limites de l'OSTC ! " 339 TCODE tDefName, "HW OSTC" ;"Lire la doc.Connaitre etComprendre les limites de l'OSTC ! "
340 TCODE tPiezo, "Bouton" ; Buttons
298 TCODE tButtonleft, "Bouton gauche:" ; Left button 341 TCODE tButtonleft, "Bouton gauche:" ; Left button
299 TCODE tButtonright, "Bouton droit :" ; Right button 342 TCODE tButtonright, "Bouton droit :" ; Right button
300 TCODE tAltMode, "Temps Attente:" ; Waiting Time 343 TCODE tAltMode, "Temps Attente:" ; Waiting Time
301 TCODE tAltModeFly, "Avion" ; Flying 344 TCODE tAltModeFly, "Avion" ; Flying
302 TCODE tAltMode1000, "1000m" 345 TCODE tAltMode1000, "1000m"
323 TCODE tDateformat2, "AAMMJJ" 366 TCODE tDateformat2, "AAMMJJ"
324 367
325 368
326 ; Simulator menu 369 ; Simulator menu
327 TCODE tInter, "Lancer Simulation" ; Start Simulator 370 TCODE tInter, "Lancer Simulation" ; Start Simulator
328 TCODE tPlan, "Simulateur" ; Simulator 371 TCODE tSimulator, "Simulateur" ; Simulator
329 372
330 373
331 ; Decoplanner submenu 374 ; Decoplanner submenu
332 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) 375 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars)
333 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars) 376 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars)
334 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars) 377 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars)
335 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) 378 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars)
336 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup 379 TCODE tCalculatorSetup, "Réglage Ordinateur" ; Calculator Setup
337 TCODE tDeco, "Calcul Déco" ; Calculate Deco 380 TCODE tDeco, "Calcul Déco" ; Calculate Deco
338 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars) 381 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars)
339 TCODE tNoDeco, "Pas de Déco" ; No Deco 382 TCODE tNoDeco, "Pas de Déco" ; No Deco
340 TCODE tMore, "Suite" ; More 383 TCODE tMore, "Suite" ; More
341 TCODE tSelectSetpoint, "Setpoint : " 384 TCODE tSelectSetpoint, "Setpoint : "
342 TCODE tuseAGF, "aGF Permis: " ; use aGF 385 TCODE tuseAGF, "aGF Permis: " ; use aGF
343 IFDEF _gas_contingency 386 IFDEF _gas_contingency
344 TCODE tGasContingency, "Gas Cont. : " ; Gas Contingency ## translation pending 387 TCODE tGasContingencySim, "Gas Cont. : " ; Gas Contingency ## translation pending
345 ENDIF 388 ENDIF
346 389
347 ; Decoplanner progress indication 390 ; Decoplanner progress indication
348 TCODE tNoBottomGas1, "Pas de Gaz Utilisable" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars) 391 TCODE tNoBottomGas1, "Pas de Gaz Utilisable" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars)
349 TCODE tNoBottomGas2, "a la Profondeur Maxi!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars) 392 TCODE tNoBottomGas2, "a la Profondeur Maxi!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars)
355 TCODE tNDLleft, "NDL" ; time left within NDL 398 TCODE tNDLleft, "NDL" ; time left within NDL
356 399
357 400
358 ; Information menu 401 ; Information menu
359 TCODE tFirmware, "Logiciel: " ; Firmware: (space) 402 TCODE tFirmware, "Logiciel: " ; Firmware: (space)
403 TCODE tFirmwareDate, "created : " ; created : (space) firmware creation date
360 TCODE tHardware, "Hardware: " ; Hardware: (space) 404 TCODE tHardware, "Hardware: " ; Hardware: (space)
361 TCODE tSerial, "N. Série: " ; Serial : (space) 405 TCODE tSerial, "N. Série: " ; Serial : (space)
362 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: 406 TCODE tBatteryV, "Batterie: " ; Battery : (space)
363 TCODE tBatteryV, "Batterie: " ; Battery: 407 TCODE tSensorC, "Sensor : " ; Sensor : (space)
408 TCODE tSensorD, "Offset : " ; Offset : (space)
364 TCODE tUptime, "Mise a Jour:" ; Uptime: 409 TCODE tUptime, "Mise a Jour:" ; Uptime:
365 410
366 IFDEF _rx_functions 411 IFDEF _rx_functions
367 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) 412 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
368 ENDIF 413 ENDIF
369 414
370 415
371 ; Divemode screen 416 ; Divemode screen
372 TCODE tNDL, "NDL" ; 3 chars max 417 TCODE tNDL, "NDL" ; 3 chars
373 TCODE tTTS, "DTR" ; 3 chars max 418 TCODE tTTS, "DTR" ; 3 chars
374 TCODE tSlow, "lente " ; slow - max 7 chars 419 TCODE tSlow, "lente " ; slow - max 7 chars
375 TCODE tVelMetric, "m/min" 420 TCODE tVelMetric, "m/min"
376 TCODE tVelImperial, "ft/m " 421 TCODE tVelImperial, "ft/m "
377 TCODE tGasSelect, "Activer Gaz" ; Select Gas 422 TCODE tGasSelect, "Activer Gaz" ; Select Gas
378 TCODE tSelectAir, "Air " ; Air 423 TCODE tSelectAir, "Air " ; Air
380 TCODE tSelectNx, "Nx" ; Nx 425 TCODE tSelectNx, "Nx" ; Nx
381 TCODE tSelectTx, "Tx" ; Tx 426 TCODE tSelectTx, "Tx" ; Tx
382 TCODE tDepth, "Prof." ; Depth (max 5 chars) 427 TCODE tDepth, "Prof." ; Depth (max 5 chars)
383 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars! 428 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars!
384 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars! 429 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars!
385 TCODE tTissuePresSat, "Press+Sat" ; 0 pressure and saturation | ENUM group
386 IFDEF _helium
387 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
388 ENDIF
389 TCODE tDivetime, "Durée" ; Divetime (max 8 chars) 430 TCODE tDivetime, "Durée" ; Divetime (max 8 chars)
390 TCODE tDiveTotalAvg, "Prof. Moy." 431 TCODE tDiveTotalAvg, "Prof. Moy."
391 TCODE tDiveStopwatch, "Chrono" 432 TCODE tDiveStopwatch, "Chrono"
392 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max 433 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max
393 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) 434 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
410 TCODE tDecoInfo, "Zone Déco" ; Deco info 451 TCODE tDecoInfo, "Zone Déco" ; Deco info
411 TCODE tSensorCheck, " Ctrl Cell." ; Sensor Check 452 TCODE tSensorCheck, " Ctrl Cell." ; Sensor Check
412 TCODE tdil, "Dil:" ; Diluent ppO2 Warning 453 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
413 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning 454 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
414 TCODE tGasNeedsWarn, "Gaz Needs" ; 455 TCODE tGasNeedsWarn, "Gaz Needs" ;
415 TCODE tGasNeedsAscent, "Besoin Gaz Remontée" ; Gas Needs for Ascent
416 TCODE tCNSsurf, "SNC Surf." ; CNS Surf. 456 TCODE tCNSsurf, "SNC Surf." ; CNS Surf.
417 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS 457 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS
418 TCODE tCNSBO, "SNC B/O" ; CNS B/O 458 TCODE tCNSBO, "SNC B/O" ; CNS B/O
419 TCODE tCNSnow, "SNC actuel" ; CNS now 459 TCODE tCNSnow, "SNC actuel" ; CNS now
420 TCODE tCNSeod, "SNC final" ; CNS fin 460 TCODE tCNSeod, "SNC final" ; CNS fin
461 IFDEF _cave_mode
462 TCODE tCNScave, "SNC Sout" ; CNS cave
463 ENDIF
421 TCODE tnoBOgas, "-B/O-Gaz-" ; no bailout gas 464 TCODE tnoBOgas, "-B/O-Gaz-" ; no bailout gas
422 TCODE tMicroBubbles, "M.Bulles " ; 465 TCODE tMicroBubbles, "M.Bulles " ;
423 TCODE tCNS, "SNC: " ; 466 TCODE tCNS, "SNC: " ;
424 TCODE tgaschange, "Changer?" ; better gas found 467 TCODE tgaschange, "Changer?" ; better gas found
425 TCODE tNeed, "Need " ; gas need (5 chars) 468 TCODE tNeed, "Need " ; gas need (5 chars)
446 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning 489 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning
447 ENDIF 490 ENDIF
448 ENDIF 491 ENDIF
449 492
450 IFDEF _cave_mode 493 IFDEF _cave_mode
451 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view 494 TCODE tGasNeedsCaveMode, "Besoin Gaz -SOUT- " ; title for gas needs custom view (cave mode) | need to be
452 TCODE tDiveTurned, "Ret.Plong" ; dive is turned (max. 9 char) 495 TCODE tGasNeedsAscent, "Besoin Gaz Remontée" ; title for gas needs custom view (open water mode) | same length
453 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) 496 TCODE tCaveMode, "Mode Sout" ; cave mode activated (max. 9 char)
454 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) 497 TCODE tCaveModeShutdown, "X-Sout-X" ; cave mode shut down (max. 9 char)
498 TCODE tCaveTTS, "Cave TTS" ; cave mode total time to surface
499 TCODE tCaveStops, "total Stops" ; cave mode total time for stops
500 TCODE tCaveRuntime, "total RT" ; cave mode total runtime
501 ELSE
502 TCODE tGasNeedsAscent, "Besoin Gaz Remontée" ; title for gas needs custom view
455 ENDIF 503 ENDIF
456 504
457 505
458 ; Divemode menu 506 ; Divemode menu
459 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) 507 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
467 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars) 515 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars)
468 TCODE tResetAvg, "RaZChr" ; Reset Timer (max. 6 chars) 516 TCODE tResetAvg, "RaZChr" ; Reset Timer (max. 6 chars)
469 517
470 518
471 ; Logbook 519 ; Logbook
472 TCODE tCNS2, "SNC:" 520 TCODE tCNS2, "SNC: "
473 TCODE tAVG, "Moy:" 521 TCODE tAVG, "Moy: "
522 TCODE tGF2, "GF : "
523 TCODE tSAT, "Sat:" ; max 4 chars
524 TCODE tDvSalinity2, "Salinité :" ; max 11 chars
525 TCODE tLastDeco, "Der.Palier:" ; max 11 chars
526 TCODE tNoProfileData, "no data anymore..." ; max 21 chars
527 TCODE tBeginOfDive, "Begin:" ; max 8 chars
528 TCODE tEndOfDive, "End:" ; max 8 chars
529 TCODE tDesatTime, "Desat:" ; amx 8 chars
530
531 ; other users
474 TCODE tGF, "GF:" 532 TCODE tGF, "GF:"
475 TCODE tSAT, "Sat:" ; 4 chars max
476
477 533
478 ; Logbook units 534 ; Logbook units
479 TCODE tLogTunitC, "°C" 535 TCODE tLogTunitC, "°C"
480 TCODE tLogTunitF, "°F" 536 TCODE tLogTunitF, "°F"
481 TCODE tKGL, "kg/l" 537 TCODE tKGL, "kg/l"
504 TCODE tSetMonth, "Ajust. Mois" ; Set Month 560 TCODE tSetMonth, "Ajust. Mois" ; Set Month
505 TCODE tSetYear, "Ajust. Année" ; Set Year 561 TCODE tSetYear, "Ajust. Année" ; Set Year
506 562
507 563
508 ; Logbook Offset Menu 564 ; Logbook Offset Menu
565 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives
509 TCODE tLogOffset, "N° 1ère Plongée" ; Logbook offset (Max. 15 Chars!) 566 TCODE tLogOffset, "N° 1ère Plongée" ; Logbook offset (Max. 15 Chars!)
510 TCODE tLogOffsetValue, "N°1ère Plongé:" ; Offset 567 TCODE tLogOffsetValue, "N°1ère Plongé:" ; Offset
511 TCODE tLogOffStepSize, "Incrément :" ; Step Size 568 TCODE tLogOffStepSize, "Incrément :" ; Step Size
512 TCODE tLogOffsetplus, "+" ; increment 569 TCODE tLogOffsetplus, "+" ; increment
513 TCODE tLogOffsetminus, "-" ; decrement 570 TCODE tLogOffsetminus, "-" ; decrement
527 TCODE tW, "O " ; W(West), 248°-292° 584 TCODE tW, "O " ; W(West), 248°-292°
528 TCODE tNW, "NO" ; North-West, 293°-337° 585 TCODE tNW, "NO" ; North-West, 293°-337°
529 586
530 587
531 ; Color Scheme menu 588 ; Color Scheme menu
532 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme
533 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: 589 TCODE tColorSetDive, "Mode Plongée:" ; Divemode:
534 TCODE tColorSetName0, "Blanc" ; White 590 TCODE tColorSetName0, "Blanc" ; White
535 TCODE tColorSetName1, "Rouge" ; Red 591 TCODE tColorSetName1, "Rouge" ; Red
536 TCODE tColorSetName2, "Vert" ; Green 592 TCODE tColorSetName2, "Vert" ; Green
537 TCODE tColorSetName3, "Bleu" ; Blue 593 TCODE tColorSetName3, "Bleu" ; Blue
538 594
539 595
540 ; Language selection 596 ; Language selection
541 IF _language_2!=none
542 TCODE tLanguage, "Langue: " ; used in menu_tree
543 ENDIF
544
545 IF _language_1==en 597 IF _language_1==en
546 TCODE tLang1, "Anglais" ; tLang1 is 1st language, enum context 598 TCODE tLang1, "EN" ; tLang1 is 1st language, enum context
547 ELSE 599 ELSE
548 IF _language_1==de 600 IF _language_1==de
549 TCODE tLang1, "Allemand" 601 TCODE tLang1, "DE"
550 ELSE 602 ELSE
551 IF _language_1==fr 603 IF _language_1==fr
552 TCODE tLang1, "Français" 604 TCODE tLang1, "FR"
553 ELSE 605 ELSE
554 IF _language_1==it 606 IF _language_1==it
555 TCODE tLang1, "Italien" 607 TCODE tLang1, "IT"
556 ELSE 608 ELSE
557 TCODE tLang1, "" ; dummy target for options table 609 TCODE tLang1, "" ; dummy target for options table
558 ENDIF 610 ENDIF
559 ENDIF 611 ENDIF
560 ENDIF 612 ENDIF
561 ENDIF 613 ENDIF
562 614
563 IF _language_2==en 615 IF _language_2==en
564 TCODE tLang2, "Anglais" 616 TCODE tLang2, "EN" ; tLang2 is 2nd language, enum context
565 ELSE 617 ELSE
566 IF _language_2==de 618 IF _language_2==de
567 TCODE tLang2, "Allemand" ; tLang2 is 2nd language, enum context 619 TCODE tLang2, "DE"
568 ELSE 620 ELSE
569 IF _language_2==fr 621 IF _language_2==fr
570 TCODE tLang2, "Français" 622 TCODE tLang2, "FR"
571 ELSE 623 ELSE
572 IF _language_2==it 624 IF _language_2==it
573 TCODE tLang2, "Italien" 625 TCODE tLang2, "IT"
574 ENDIF 626 ENDIF
575 ENDIF 627 ENDIF
576 ENDIF 628 ENDIF
577 ENDIF 629 ENDIF