comparison src/text_french.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 185ba2f91f59
comparison
equal deleted inserted replaced
627:bf5fee575701 628:cd58f7fc86db
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File text_french.asm next combined generation V3.03.3 3 ; File text_french.sm next combined generation V3.04.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
28 28
29 29
30 ; Divemode Menu 30 ; Divemode Menu
31 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC) 31 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC)
32 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg 32 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg
33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) ## pending translation 33 TCODE tDivemenu_Avg_Mkr, "Moyen/Mark" ; Reset Avg, Set Marker (and Turn Dive)
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 37
38 IFDEF _ccr_pscr 38 IFDEF _ccr_pscr
58 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup 58 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup
59 TCODE tSetTime, "Réglage Heure" ; Set Time 59 TCODE tSetTime, "Réglage Heure" ; Set Time
60 TCODE tSetDate, "Réglage Date" ; Set Date 60 TCODE tSetDate, "Réglage Date" ; Set Date
61 TCODE tSetTimeDate, "Date & Heure" ; Set Time & Date 61 TCODE tSetTimeDate, "Date & Heure" ; Set Time & Date
62 TCODE tDispSets, "Préfér. Réglages" ; Display Settings 62 TCODE tDispSets, "Préfér. Réglages" ; Display Settings
63 TCODE tExit, "Retour" ; Exit 63 TCODE tExit, "Sortie" ; Exit
64 TCODE tResetMenu, "Menu RaZ" ; Reset Menu 64 TCODE tResetMenu, "Menu RaZ" ; Reset Menu
65 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode 65 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode
66 TCODE tInfoMenu, "Informations" ; Information 66 TCODE tInfoMenu, "Informations" ; Information
67 IFDEF _ccr_pscr 67 IFDEF _ccr_pscr
68 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup 68 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup
69 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup 69 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup
70 ENDIF 70 ENDIF
71 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints 71 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints
72 TCODE tBack, "retour" ; back 72 TCODE tBack, "Retour" ; back
73 73
74 IFDEF _rx_functions 74 IFDEF _rx_functions
75 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation 75 TCODE tTrSettings, "Affich.Pression" ; Pressure Display
76 TCODE tTrMode, "Mode: " ; Mode 76 TCODE tTrMode, "Mode: " ; Mode
77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure 77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure
78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure 78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure 79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation 80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce
81 ENDIF 81 ENDIF
82 82
83 IFDEF _ccr_pscr 83 IFDEF _ccr_pscr
84 IFDEF _external_sensor 84 IFDEF _external_sensor
85 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor 85 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor
95 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents 95 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents
96 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas 96 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas
97 TCODE tType, "Type: " 97 TCODE tType, "Type: "
98 TCODE tGasDisabled, "Désactivé" ; Disabled 98 TCODE tGasDisabled, "Désactivé" ; Disabled
99 TCODE tGasFirst, "Premier" ; First 99 TCODE tGasFirst, "Premier" ; First
100 TCODE tGasTravel, "Travel" ; Travel 100 TCODE tGasTravel, "Travail" ; Work (Travel, Bottom)
101 TCODE tGasDeco, "Déco" ; Deco 101 TCODE tGasDeco, "Déco" ; Deco
102 TCODE tDilDisabled, "Désactivé" ; Disabled 102 TCODE tDilDisabled, "Désactivé" ; Disabled
103 TCODE tDilFirst, "Premier" ; First 103 TCODE tDilFirst, "Premier" ; First
104 TCODE tDilNorm, "Normal" ; Normal 104 TCODE tDilNorm, "Normal" ; Normal
105 TCODE tAir, "Air " ; Enum: values must follow (5 chars) 105 TCODE tAir, "Air " ; Enum: values must follow (5 chars)
178 TCODE tDvPSCR, "pSCR" 178 TCODE tDvPSCR, "pSCR"
179 TCODE tDvCC, "CC" 179 TCODE tDvCC, "CC"
180 TCODE tDkMode, "Modèle: ZH-L16" 180 TCODE tDkMode, "Modèle: ZH-L16"
181 TCODE tZHL16, " " 181 TCODE tZHL16, " "
182 TCODE tZHL16GF, "+GF" 182 TCODE tZHL16GF, "+GF"
183 TCODE tPPO2Max, "PpO2 Max :" 183 TCODE tPPO2Max, "Max Travail:"
184 TCODE tPPO2DECO, "PpO2 Déco:" 184 TCODE tPPO2DECO, "Max Déco :"
185 TCODE tPPO2MIN, "PpO2 Min :" 185 IFDEF _ccr_pscr
186 IFDEF _ccr_pscr 186 TCODE tPPO2MIN, "Min OC :"
187 TCODE tPPO2MINCC, "Min Loop :" 187 TCODE tPPO2MINCC, "Min Loop :"
188 ELSE
189 TCODE tPPO2MIN, "Min :"
188 ENDIF 190 ENDIF
189 TCODE tLastDecostop, "Dern.Palier : " 191 TCODE tLastDecostop, "Dern.Palier : "
190 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed ## pending translation 192 TCODE tAscentSpeed, "Vitesse Rem. : " ; Ascent Speed
191 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation 193 TCODE tGasChangeTime, "Tps Change Gaz :+" ; additional Gas Change Time
192 TCODE tExtendedStops, "before 1.Stop: " ; gas switches before 1st stop ## pending translation 194 TCODE tExtendedStops, "Paliers + Longs: " ; extended stops
193 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout 195 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
194 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives ## pending translation 196 TCODE tStoreApnoeDive, "Carnet Apnée : " ; Store Apnoe Dives
195 TCODE tDecoparameters, "Paramètres Déco" 197 TCODE tDecoparameters, "Paramètres Déco"
196 TCODE tGF_low, "GF Bas :" 198 TCODE tGF_low, "GF Bas :"
197 TCODE tGF_high, "GF Haut:" 199 TCODE tGF_high, "GF Haut:"
198 TCODE tSaturationMult, "Saturation : " 200 TCODE tSaturationMult, "Saturation : "
199 TCODE tDesaturationMult, "Désaturation: " 201 TCODE tDesaturationMult, "Désaturation: "
201 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View 203 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View
202 TCODE tGFMenu, "Menu GF" ; GF Settings 204 TCODE tGFMenu, "Menu GF" ; GF Settings
203 TCODE taGF_low, "aGF Bas :" ; aGF Low 205 TCODE taGF_low, "aGF Bas :" ; aGF Low
204 TCODE taGF_high, "aGF Haut:" ; aGF High 206 TCODE taGF_high, "aGF Haut:" ; aGF High
205 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable 207 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable
206 TCODE tDiveaGF_active, "using aGF" ; using aGF ## pending translation 208 TCODE tDiveaGF_active, "aGF Actif" ; using aGF
207 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars) 209 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars)
208 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars) 210 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars)
209 TCODE tGasUsage, "Usage Gaz" ; Gas Usage 211 TCODE tGasUsage, "Usage Gaz" ; Gas Usage
210 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space) 212 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space)
211 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space) 213 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space)
212 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; Calculate Gas (Bail Out) needs? 214 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; Calculate Gas (Bail Out) needs?
213 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank 215 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank
214 TCODE tTankSize, "Volume Bloc" ; Tank Sizes 216 TCODE tTankSize, "Volume Bloc" ; Tank Sizes
215 TCODE tTankUsablePress, "Pression Ascent" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) ## pending translation 217 TCODE tTankUsablePress, "Besoin Press. Rem." ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars)
216 TCODE tLiter, " l" ; Liter as l 218 TCODE tLiter, " l" ; Liter as l
217 TCODE tLiterLong, "Liter" ; Liter as Liter 219 TCODE tLiterLong, "Litre" ; Liter as Liter
218 TCODE t2ndDecoPlanMenu, "Suite Menu Déco" ; 2nd Deco Plan 220 TCODE t2ndDecoPlanMenu, "2ème Plan Déco" ; 2nd Deco Plan
219 221
220 IFDEF _ccr_pscr 222 IFDEF _ccr_pscr
221 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; 223 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop
222 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas ## pending translation 224 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint
225 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop
226 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio
227 TCODE tCopyDilToOC, "Copie Diluant -> OC" ; copy diluent settings to OC gas
228 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
223 ENDIF 229 ENDIF
224 230
225 IFDEF _rx_functions 231 IFDEF _rx_functions
226 TCODE tTankPairing, "Config. Transmitter" ; select Transmitter ## pending translation 232 TCODE tTankPairing, "Appair.Transmetteur" ; select Transmitter
227 TCODE tTrModeOff, "off" ; off ## pending translation 233 TCODE tTrModeOff, "off" ; off
228 TCODE tTrModeOn, "on" ; on ## pending translation 234 TCODE tTrModeOn, "on" ; on
229 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation 235 TCODE tTrModeIndDouble, "P.Bloc Diff." ; independent double
230 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 236 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
231 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation 237 TCODE tTrPresNone, "no Press." ; none (big enum group follows)
232 TCODE tTrPresGas1, "Gas 1" ; Gas 1 238 TCODE tTrPresGas1, "Gaz 1" ; Gas 1
233 TCODE tTrPresGas2, "Gas 2" ; Gas 2 239 TCODE tTrPresGas2, "Gaz 2" ; Gas 2
234 TCODE tTrPresGas3, "Gas 3" ; Gas 3 240 TCODE tTrPresGas3, "Gaz 3" ; Gas 3
235 TCODE tTrPresGas4, "Gas 4" ; Gas 4 241 TCODE tTrPresGas4, "Gaz 4" ; Gas 4
236 TCODE tTrPresGas5, "Gas 5" ; Gas 5 242 TCODE tTrPresGas5, "Gaz 5" ; Gas 5
237 IFDEF _ccr_pscr 243 IFDEF _ccr_pscr
238 TCODE tTrPresDil1, "Dil 1" ; Dil 1 244 TCODE tTrPresDil1, "Dil 1" ; Dil 1
239 TCODE tTrPresDil2, "Dil 2" ; Dil 2 245 TCODE tTrPresDil2, "Dil 2" ; Dil 2
240 TCODE tTrPresDil3, "Dil 3" ; Dil 3 246 TCODE tTrPresDil3, "Dil 3" ; Dil 3
241 TCODE tTrPresDil4, "Dil 4" ; Dil 4 247 TCODE tTrPresDil4, "Dil 4" ; Dil 4
242 TCODE tTrPresDil5, "Dil 5" ; Dil 5 248 TCODE tTrPresDil5, "Dil 5" ; Dil 5
243 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation 249 TCODE tTrPresFirstGas, "gaz prem." ; first Gas
244 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation 250 TCODE tTrPresActiveGas, "gaz actif" ; active Gas
245 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation 251 TCODE tTrPresFirstDil, "dil prem." ; first Dil
246 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation 252 TCODE tTrPresActiveDil, "dil actif" ; active Dil
247 ENDIF 253 ENDIF
248 ELSE 254 ELSE
249 TCODE tTrModeOff, "" ; dummy target for entry in option table 255 TCODE tTrModeOff, "" ; dummy target for entry in option table
250 TCODE tTrPresNone, "" ; dummy target for entry in option table 256 TCODE tTrPresNone, "" ; dummy target for entry in option table
251 ENDIF ; _rx_functions 257 ENDIF ; _rx_functions
257 TCODE tMedium, "Moyenne" 263 TCODE tMedium, "Moyenne"
258 TCODE tHigh, "Haute" 264 TCODE tHigh, "Haute"
259 TCODE tDvSalinity, "Salinité: " ; Salinity 265 TCODE tDvSalinity, "Salinité: " ; Salinity
260 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2: 266 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2:
261 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen 267 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen
262 TCODE tMODwarning, "Alerte Prof.:" ; depth Warnings 268 TCODE tMODwarning, "Alerte Prof. :" ; depth Warnings
263 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning 269 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning
264 TCODE tLayout, "Layout :" ; Layout ## pending translation 270 TCODE tLayout, "Affichage :" ; Layout
265 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max) 271 TCODE t2ndDepth, "Choix Prof:" ; 2nd depth display content (11 chars max)
266 TCODE tTissueGraphics, "Dessin :" ; tissue graphics 272 TCODE tTissueGraphics, "Dessin :" ; tissue graphics
267 273
268 TCODE tLayoutNormal, "normal" ; normal ## pending translation 274 TCODE tLayoutNormal, "normal" ; normal
269 TCODE tLayoutBig, "big" ; big ## pending translation 275 TCODE tLayoutBig, "large" ; large
270 276
271 277
272 ; VSI display Settings 278 ; VSI display Settings
273 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: 279 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed:
274 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph: 280 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph:
286 TCODE tUnits, "Unités:" 292 TCODE tUnits, "Unités:"
287 TCODE tMetric, " m/°C" ; Enum menu 293 TCODE tMetric, " m/°C" ; Enum menu
288 TCODE tImperial, "ft/°F" 294 TCODE tImperial, "ft/°F"
289 ; 111 111 111 111 111 295 ; 111 111 111 111 111
290 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012 296 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
291 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" ## pending translation 297 TCODE tDefName, "HW OSTC" ;"Lire la doc.Connaitre etComprendre les limites de l'OSTC ! "
292 TCODE tButtonleft, "Bouton gauche:" ; Left button 298 TCODE tButtonleft, "Bouton gauche:" ; Left button
293 TCODE tButtonright, "Bouton droit :" ; Right button 299 TCODE tButtonright, "Bouton droit :" ; Right button
294 TCODE tAltMode, "Temps Attente:" ; Waiting Time 300 TCODE tAltMode, "Temps Attente:" ; Waiting Time
295 TCODE tAltModeFly, "Avion" ; Flying 301 TCODE tAltModeFly, "Avion" ; Flying
296 TCODE tAltMode1000, "1000m" 302 TCODE tAltMode1000, "1000m"
330 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup 336 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup
331 TCODE tDeco, "Calcul Déco" ; Calculate Deco 337 TCODE tDeco, "Calcul Déco" ; Calculate Deco
332 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars) 338 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars)
333 TCODE tNoDeco, "Pas de Déco" ; No Deco 339 TCODE tNoDeco, "Pas de Déco" ; No Deco
334 TCODE tMore, "Suite" ; More 340 TCODE tMore, "Suite" ; More
335 TCODE tSelectSetpoint, "Setpoint :" 341 TCODE tSelectSetpoint, "Setpoint : "
336 TCODE tuseAGF, "aGF Permis:" ; use aGF 342 TCODE tuseAGF, "aGF Permis: " ; use aGF
343 IFDEF _gas_contingency
344 TCODE tGasContingency, "Gas Cont. : " ; Gas Contingency ## translation pending
345 ENDIF
346
347 ; Decoplanner progress indication
348 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)
337 TCODE tCalculating, "Calcul en cours" ; Calculating 350 TCODE tCalculating, "Calcul en cours" ; Calculating
338 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval ## pending translation 351 TCODE tCalcSurfInter, "Intervalle Surface" ; Surface Interval
339 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment ## pending translation 352 TCODE tCalcBotSeg, "Calcul P. Max" ; Bottom Segment
340 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout ## pending translation 353 TCODE tCalcBailout, "Mode Bailout" ; Switch to Bailout
341 TCODE tCalcAscent, "Ascent" ; Ascent ## pending translation 354 TCODE tCalcAscent, "Remontée" ; Ascent (max. 8 chars)
342 TCODE tNDLleft, "left" ; time left within NDL ## pending translation 355 TCODE tNDLleft, "NDL" ; time left within NDL
343 356
344 357
345 ; Information menu 358 ; Information menu
346 TCODE tFirmware, "Logiciel: " ; Firmware: (space) 359 TCODE tFirmware, "Logiciel: " ; Firmware: (space)
360 TCODE tHardware, "Hardware: " ; Hardware: (space)
347 TCODE tSerial, "N. Série: " ; Serial : (space) 361 TCODE tSerial, "N. Série: " ; Serial : (space)
348 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: (space) 362 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives:
349 TCODE tBatteryV, "Batterie: " ; Battery: 363 TCODE tBatteryV, "Batterie: " ; Battery:
350 TCODE tUptime, "Mise a Jour:" ; Uptime: 364 TCODE tUptime, "Mise a Jour:" ; Uptime:
351 365
352 IFDEF _rx_functions 366 IFDEF _rx_functions
353 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) 367 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
355 369
356 370
357 ; Divemode screen 371 ; Divemode screen
358 TCODE tNDL, "NDL" ; 3 chars max 372 TCODE tNDL, "NDL" ; 3 chars max
359 TCODE tTTS, "DTR" ; 3 chars max 373 TCODE tTTS, "DTR" ; 3 chars max
374 TCODE tSlow, "lente " ; slow - max 7 chars
360 TCODE tVelMetric, "m/min" 375 TCODE tVelMetric, "m/min"
361 TCODE tVelImperial, "ft/m " 376 TCODE tVelImperial, "ft/m "
362 TCODE tGasSelect, "Activer Gaz" ; Select Gas 377 TCODE tGasSelect, "Activer Gaz" ; Select Gas
363 TCODE tSelectAir, "Air " ; Air 378 TCODE tSelectAir, "Air " ; Air
364 TCODE tSelectO2, "O2 " ; O2 379 TCODE tSelectO2, "O2 " ; O2
365 TCODE tSelectNx, "Nx" ; Nx 380 TCODE tSelectNx, "Nx" ; Nx
366 TCODE tSelectTx, "Tx" ; Tx 381 TCODE tSelectTx, "Tx" ; Tx
367 TCODE tDepth, "Prof." ; Depth (max 5 chars) 382 TCODE tDepth, "Prof." ; Depth (max 5 chars)
368 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars! 383 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars!
369 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars! 384 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars!
370 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group ## pending translation 385 TCODE tTissuePresSat, "Press+Sat" ; 0 pressure and saturation | ENUM group
371 IFDEF _helium 386 IFDEF _helium
372 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure | 387 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
373 ENDIF 388 ENDIF
374 TCODE tDivetime, "Durée" ; Divetime (max 8 chars) 389 TCODE tDivetime, "Durée" ; Divetime (max 8 chars)
375 TCODE tDiveTotalAvg, "Prof. Moy." 390 TCODE tDiveTotalAvg, "Prof. Moy."
376 TCODE tDiveStopwatch, "Chrono" 391 TCODE tDiveStopwatch, "Chrono"
377 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max 392 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max
378 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) 393 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
379 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend 394 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend
380 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time 395 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time
381 TCODE tTime, "Time" ; Time ## pending translation 396 TCODE tTime, "Heure" ; Time
382 TCODE tSurface, "Surface" ; Surface (max 12 chars) ## pending translation 397 TCODE tSurface, "Surface" ; Surface (max 12 chars)
383 TCODE tDiveDecoplan, "Runtime" ; Decoplan 398 TCODE tDiveDecoplan, "Runtime" ; Decoplan
384 ; TCODE tDiveClock, "Heure" ; Clock 399 ; TCODE tDiveClock, "Heure" ; Clock
385 TCODE tDiveEAD_END, "EAD/END" ; EAD/END 400 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
386 TCODE tDiveTissues, "Tissus" ; Tissues 401 TCODE tDiveTissues, "Tissus" ; Tissues
387 TCODE tEND, "END:" ; END: 402 TCODE tEND, "END:" ; END:
388 TCODE tN2, "N2" ; N2 403 TCODE tN2, "N2" ; N2
389 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars) 404 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
390 TCODE tGFactors, "Valeurs GF" ; GF Values 405 TCODE tGFactors, "Valeurs GF" ; GF Values
391 TCODE taGFactors, "Valeurs aGF" ; aGF Values 406 TCODE taGFactors, "Valeurs aGF" ; aGF Values
392 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation 407 TCODE tGFInfo, "Saturation" ; Saturation
393 TCODE tCeiling, "Plafond" ; Ceiling 408 TCODE tCeiling, "Plafond" ; Ceiling
394 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned)
395 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) 409 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
396 TCODE tDecoInfo, "Zone Déco" ; Deco info 410 TCODE tDecoInfo, "Zone Déco" ; Deco info
397 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check 411 TCODE tSensorCheck, " Ctrl Cell." ; Sensor Check
398 TCODE tdil, "Dil:" ; Diluent ppO2 Warning 412 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
399 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning 413 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
400 TCODE tGasNeedsWarn, "Gas Needs" ; 414 TCODE tGasNeedsWarn, "Gaz Needs" ;
401 TCODE tGasNeedsAscent, "Besoins Gaz Ascent" ; ## pending translation 415 TCODE tGasNeedsAscent, "Besoin Gaz Remontée" ; Gas Needs for Ascent
402 TCODE tCNSsurf, "SNC Surf." ; CNS Surf. 416 TCODE tCNSsurf, "SNC Surf." ; CNS Surf.
403 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS 417 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS
404 TCODE tCNSBO, "SNC B/O" ; CNS B/O 418 TCODE tCNSBO, "SNC B/O" ; CNS B/O
405 TCODE tCNSnow, "SNC actuel" ; CNS now 419 TCODE tCNSnow, "SNC actuel" ; CNS now
406 TCODE tCNSeod, "SNC final" ; CNS fin 420 TCODE tCNSeod, "SNC final" ; CNS fin
407 TCODE tnoBOgas, "-B/O-Gaz-" ; 421 TCODE tnoBOgas, "-B/O-Gaz-" ; no bailout gas
408 TCODE tMicroBubbles, "M.Bulles " ; 422 TCODE tMicroBubbles, "M.Bulles " ;
409 TCODE tCNS, "SNC: " ; 423 TCODE tCNS, "SNC: " ;
410 TCODE tgaschange, "Change?" ; better gas found ## pending translation 424 TCODE tgaschange, "Changer?" ; better gas found
411 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation 425 TCODE tNeed, "Need " ; gas need (5 chars)
412 TCODE tBattery, "Batterie" ; Battery 426 TCODE tBattery, "Batterie" ; Battery
413 427
414 IFDEF _helium 428 IFDEF _helium
415 TCODE tHe, "He" ; He 429 TCODE tHe, "He" ; He
416 TCODE tIBCD, "CDI N2He" ; IBCD warning 430 TCODE tIBCD, "CDI N2He" ; IBCD warning
431 TCODE tGasDensity, "G.Density" ; Gas Density ## pending translation
417 ENDIF 432 ENDIF
418 433
419 IFDEF _rx_functions 434 IFDEF _rx_functions
420 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation 435 TCODE tTransmitter, "P.Transm." ; pressure transmitter
421 TCODE tPressure, "Pres Bloc" ; tank pressure 436 TCODE tPressure, "Pres Bloc" ; tank pressure
422 TCODE tSAC, "SAC" ; SAC, must be 3 chars! 437 TCODE tSAC, "SAC" ; SAC, must be 3 chars!
423 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) ## pending translation 438 TCODE tswap, "Bloc Ech." ; swap tank (max. 9 chars)
424 ENDIF 439 ENDIF
425 440
426 IFDEF _ccr_pscr 441 IFDEF _ccr_pscr
427 IFDEF _external_sensor 442 IFDEF _external_sensor
428 TCODE tDiveHudMask1, "cell. 1" 443 TCODE tDiveHudMask1, "Cell. 1"
429 TCODE tDiveHudMask2, "cell. 2" 444 TCODE tDiveHudMask2, "Cell. 2"
430 TCODE tDiveHudMask3, "cell. 3" 445 TCODE tDiveHudMask3, "Cell. 3"
431 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning 446 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning
432 ENDIF 447 ENDIF
433 ENDIF 448 ENDIF
434 449
435 IFDEF _cave_mode 450 IFDEF _cave_mode
436 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view 451 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view
437 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) ## pending translation 452 TCODE tDiveTurned, "Ret.Plong" ; dive is turned (max. 9 char)
438 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) 453 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char)
439 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) 454 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char)
440 ENDIF 455 ENDIF
441 456
442 457
443 ; Divemode menu 458 ; Divemode menu
444 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars) 459 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
460 TCODE tDiveLayout, "Affich" ; Layout (max. 6 chars)
445 IFDEF _compass 461 IFDEF _compass
446 TCODE tSetHeading, "Cap" ; Bearing (max. 6 chars) 462 TCODE tSetHeading, "Cap" ; Course (max. 6 chars)
447 ENDIF 463 ENDIF
448 464
449 465
450 ; Simulator menu 466 ; Simulator menu
451 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars) 467 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars)
472 488
473 ; Reset menu 489 ; Reset menu
474 TCODE tReboot, "Redémarrage" ; Reboot 490 TCODE tReboot, "Redémarrage" ; Reboot
475 TCODE tResetMenu2, "Confirmer?" ; Are You Sure? 491 TCODE tResetMenu2, "Confirmer?" ; Are You Sure?
476 TCODE tAbort, "Quitter" ; Abort 492 TCODE tAbort, "Quitter" ; Abort
477 TCODE tResetSettings, "RaZ Settings" ; Reset Settings ## pending translation 493 TCODE tResetSettings, "RaZ Paramètres" ; Reset Settings
478 TCODE tResetDeco, "RaZ Déco" ; Reset Deco 494 TCODE tResetDeco, "RaZ Déco" ; Reset Deco
479 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery 495 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery
480 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook 496 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook
481 497
482 498
488 TCODE tSetMonth, "Ajust. Mois" ; Set Month 504 TCODE tSetMonth, "Ajust. Mois" ; Set Month
489 TCODE tSetYear, "Ajust. Année" ; Set Year 505 TCODE tSetYear, "Ajust. Année" ; Set Year
490 506
491 507
492 ; Logbook Offset Menu 508 ; Logbook Offset Menu
493 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!) 509 TCODE tLogOffset, "N° 1ère Plongée" ; Logbook offset (Max. 15 Chars!)
494 TCODE tLogOffsetValue, "Offset : " ; Offset ## pending translation 510 TCODE tLogOffsetValue, "N°1ère Plongé:" ; Offset
495 TCODE tLogOffStepSize, "Step Size: " ; Step Size ## pending translation 511 TCODE tLogOffStepSize, "Incrément :" ; Step Size
496 TCODE tLogOffsetplus, "+" ; increment 512 TCODE tLogOffsetplus, "+" ; increment
497 TCODE tLogOffsetminus, "-" ; decrement 513 TCODE tLogOffsetminus, "-" ; decrement
498 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group 514 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
499 TCODE tLogOffStep10, " 10" ; adjustment step size 10 | 515 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
500 TCODE tLogOffStep100, " 100" ; adjustment step size 100 | 516 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
519 TCODE tColorSetName1, "Rouge" ; Red 535 TCODE tColorSetName1, "Rouge" ; Red
520 TCODE tColorSetName2, "Vert" ; Green 536 TCODE tColorSetName2, "Vert" ; Green
521 TCODE tColorSetName3, "Bleu" ; Blue 537 TCODE tColorSetName3, "Bleu" ; Blue
522 538
523 539
524 ; PSCR Menu and Settings
525 IFDEF _ccr_pscr
526 TCODE tPSCRMenu, "Menu pSCR" ; PSCR Menu
527 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop
528 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio
529 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
530 ENDIF
531
532
533 ; Language selection 540 ; Language selection
534 IF _language_2!=none 541 IF _language_2!=none
535 TCODE tLanguage, "Langue: " ; used in menu_tree 542 TCODE tLanguage, "Langue: " ; used in menu_tree
536 ENDIF 543 ENDIF
537 544