Mercurial > public > hwos_code
annotate src/text_french.inc @ 619:e76a87e087ef
3.00 release
author | heinrichsweikamp |
---|---|
date | Wed, 06 Feb 2019 13:43:02 +0100 |
parents | a32212cd5ea9 |
children | cd986267a5ca |
rev | line source |
---|---|
604 | 1 ;============================================================================= |
0 | 2 ; |
614 | 3 ; File text_french.asm REFACTORED VERSION V2.99g |
0 | 4 ; |
604 | 5 ; French texts translation file. |
0 | 6 ; |
604 | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
0 | 8 ;============================================================================= |
9 | |
10 ; Basic texts | |
604 | 11 TCODE tNo, "Non" ; 0 No |
12 TCODE tYes, "Oui" ; 1 Yes | |
13 IFDEF _cave_mode | |
14 TCODE tCave, "Cave" ; 2 Cave | |
15 ENDIF | |
16 | |
17 TCODE tblank, " " ; (a single space character) | |
0 | 18 |
19 ; Surface-mode texts | |
604 | 20 TCODE tMenu, "<Menu" ; <Menu |
21 TCODE tView, "Vues>" ; View> | |
22 TCODE tHeading, "Cap:" ; Heading: | |
23 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars) | |
24 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV | |
0 | 25 |
26 ; Divemode Menu | |
604 | 27 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC) |
28 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR) | |
29 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR) | |
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 | |
35 TCODE tDivemenu_Marker, "Repère" ; Set Marker | |
36 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas | |
37 IFDEF _cave_mode | |
38 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive | |
39 ENDIF | |
0 | 40 |
41 ; Main menu | |
604 | 42 TCODE tNext, "<Suivant" ; <Next |
43 TCODE tEnter, "Entrer>" ; Enter> | |
44 TCODE tMainMenu, "Menu Principal" ; Main Menu | |
45 TCODE tLogbook, "Carnet de Plongée" ; Logbook | |
46 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup | |
47 TCODE tSetTime, "Réglage Heure" ; Set Time | |
48 TCODE tSetDate, "Réglage Date" ; Set Date | |
49 TCODE tSetTimeDate, "Date & Heure" ; Set Time & Date | |
50 TCODE tDispSets, "Préfér. Réglages" ; Display Settings | |
51 TCODE tExit, "Retour" ; Exit | |
52 TCODE tResetMenu, "Menu RaZ" ; Reset Menu | |
53 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode | |
54 TCODE tInfoMenu, "Informations" ; Information | |
55 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation | |
56 TCODE tTrMode, "Mode: " ; Mode | |
57 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure | |
58 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure | |
59 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure | |
60 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation | |
61 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup | |
62 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup | |
63 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints | |
64 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor | |
65 TCODE tCalibrateMenu, "Calibration" ; Calibration | |
66 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2: | |
67 TCODE tCalibrate, "Calibrate" ; Calibrate | |
68 TCODE tBack, "retour" ; back | |
0 | 69 |
70 ; Gas menu | |
604 | 71 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List |
72 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents | |
73 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas | |
74 TCODE tType, "Type: " | |
75 TCODE tGasDisabled, "Désactivé" ; Disabled | |
76 TCODE tGasFirst, "Premier" ; First | |
77 TCODE tGasTravel, "Travel" ; Travel | |
78 TCODE tGasDeco, "Déco" ; Deco | |
79 TCODE tDilDisabled, "Désactivé" ; Disabled | |
80 TCODE tDilFirst, "Premier" ; First | |
81 TCODE tDilNorm, "Normal" ; Normal | |
82 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | |
83 TCODE tO2, "O2 " ; tAir + 5 | |
84 TCODE tO2Plus, "O2 +" | |
85 TCODE tO2Minus, "O2 -" | |
86 TCODE tHePlus, "He +" | |
87 TCODE tHeMinus, "He -" | |
88 TCODE tMOD, "MOD :" | |
89 TCODE tEAD, "EAD:" | |
90 TCODE tSetup_GasDepth, "Config. Changement" ; Change Depth | |
91 TCODE tDepthPlus, "Prof. +" | |
92 TCODE tDepthMinus, "Prof. -" | |
93 TCODE tDepthReset, "MOD par défaut:" | |
94 TCODE tSetup_GasMix, "Config. Gaz" ; Setup mix | |
95 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: | |
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+ | |
101 TCODE tSensorFallback, "Fallback:" ; Fallback: | |
102 TCODE tCalculated, "calculé" ; calculated | |
103 TCODE tppO2, "PpO2:" ; ppO2: | |
104 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2) | |
105 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil) | |
106 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix) | |
107 | |
0 | 108 ; New batteries menu |
614 | 109 ; 1 2 ; |
110 ; 12345678901234567890 ; max 20 chars | |
604 | 111 TCODE tNewBattTitle, "Nouvelle Batterie?" |
0 | 112 TCODE tNewBattOld, "Conserver" |
614 | 113 TCODE tNewBattNew36, "3,6V jetable (T1)" ; new 3,6V disposable |
114 TCODE tNewBattNew15, "1,5V jetable (T0)" ; new 1,5V disposable | |
115 TCODE tNewBattAccu, "3,6V chargeable (T2)" ; new 3.6V rechargeable | |
116 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 | |
619 | 118 TCODE tConfirmChargeable1, "Confirmer:" ; safety question, line 1 ### translation pending |
119 TCODE tConfirmChargeable2, "La batterie insérée" ; safety question, line 2 ### translation pending | |
120 TCODE tConfirmChargeable3, "est rechargeable" ; safety question, line 3 ### translation pending | |
604 | 121 |
0 | 122 ; Gaslist management |
604 | 123 TCODE tGas, "Gaz" ; Gas |
124 TCODE tDil, "Dil" ; Diluent | |
125 TCODE tGasErr, "Err" ; Err (3 chars) | |
0 | 126 |
127 ; Communication Menu | |
604 | 128 TCODE tUsbTitle, "Mode USB" |
129 TCODE tBleTitle, "Mode Bluetooth" | |
130 TCODE tUsbStarting, "Début..." | |
131 TCODE tUsbStartDone, "Ok." | |
132 TCODE tUsbServiceMode, "Mode Maintenance" | |
133 TCODE tUsbClosed, "Port Fermé" | |
134 TCODE tUsbExit, "Terminé" | |
135 TCODE tUsbDownloadMode, "Mode Téléchargement" | |
136 TCODE tUsbLlBld, "Chargeur Bas-Niv." | |
0 | 137 |
138 ; Dive Settings | |
604 | 139 TCODE tDvMode, "Mode: " |
140 TCODE tDvOC, "OC" | |
141 TCODE tDvCCR, "CCR" | |
142 TCODE tDvGauge, "Gauge" | |
143 TCODE tDvApnea, "Apnée" | |
144 TCODE tDvPSCR, "pSCR" | |
145 TCODE tDvCC, "CC" | |
146 TCODE tDkMode, "Modèle: ZH-L16" | |
147 TCODE tZHL16, " " | |
148 TCODE tZHL16GF, "+GF" | |
149 TCODE tPPO2Max, "PpO2 Max :" | |
150 TCODE tPPO2DECO, "PpO2 Déco:" | |
151 TCODE tPPO2MIN, "PpO2 Min :" | |
152 TCODE tPPO2MINCC, "Min Loop :" | |
153 TCODE tLastDecostop, "Dern.Palier : " | |
154 TCODE tAscentSpeed, "Ascent Speed: " ; Ascent Speed ## pending translation | |
155 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation | |
156 TCODE tDecoparameters, "Paramètres Déco" | |
157 TCODE tGF_low, "GF Bas :" | |
158 TCODE tGF_high, "GF Haut:" | |
159 TCODE tSaturationMult, "Saturation : " | |
160 TCODE tDesaturationMult, "Désaturation: " | |
161 TCODE tFTTSMenu, "Future DTR:" ; Future TTS | |
162 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View | |
163 TCODE tGFMenu, "Menu GF" ; GF Settings | |
164 TCODE taGF_low, "aGF Bas :" ; aGF Low | |
165 TCODE taGF_high, "aGF Haut:" ; aGF High | |
166 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable | |
167 TCODE tDiveaGF_active, "using aGF" ; using aGF ## pending translation | |
168 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars) | |
169 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars) | |
170 TCODE tGasUsage, "Usage Gaz" ; Gas Usage | |
171 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space) | |
172 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space) | |
173 TCODE tCalcAscGas, "Calc.Gaz (B/O):" | |
174 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank | |
175 TCODE tTankSize, "Volume Bloc" ; Tank Sizes | |
176 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 | |
180 TCODE tLiterLong, "Liter" ; Liter as Liter | |
181 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; | |
182 TCODE t2ndDecoPlanMenu, "Suite Menu Déco" ; 2nd Deco Plan | |
183 | |
184 IFDEF _rx_functions | |
185 TCODE tTrModeOff, "off" ; off ## pending translation | |
186 TCODE tTrModeOn, "on" ; on ## pending translation | |
187 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation | |
188 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2 | |
189 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation | |
190 TCODE tTrPresGas1, "Gas 1" ; Gas 1 | |
191 TCODE tTrPresGas2, "Gas 2" ; Gas 2 | |
192 TCODE tTrPresGas3, "Gas 3" ; Gas 3 | |
193 TCODE tTrPresGas4, "Gas 4" ; Gas 4 | |
194 TCODE tTrPresGas5, "Gas 5" ; Gas 5 | |
195 TCODE tTrPresDil1, "Dil 1" ; Dil 1 | |
196 TCODE tTrPresDil2, "Dil 2" ; Dil 2 | |
197 TCODE tTrPresDil3, "Dil 3" ; Dil 3 | |
198 TCODE tTrPresDil4, "Dil 4" ; Dil 4 | |
199 TCODE tTrPresDil5, "Dil 5" ; Dil 5 | |
200 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation | |
201 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation | |
202 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation | |
203 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation | |
204 ELSE | |
205 TCODE tTrModeOff, "" ; dummy target for entry in option table | |
206 TCODE tTrPresNone, "" ; dummy target for entry in option table | |
207 ENDIF | |
0 | 208 |
209 ; Display Settings | |
604 | 210 TCODE tBright, "Luminosité:" |
211 TCODE tEco, "Eco" | |
212 TCODE tMedium, "Moyenne" | |
213 TCODE tHigh, "Haute" | |
214 TCODE tDvSalinity, "Salinité: " ; Salinity | |
215 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2: | |
216 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen | |
608 | 217 TCODE tMODwarning, "Alerte Prof.:" ; depth Warnings |
218 TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning | |
604 | 219 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max) |
220 TCODE tTimeoutDive, "Fin Plongée:" ; Dive Timeout | |
326
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
221 |
d21b172d5a7a
VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
222 ; VSI display Settings |
604 | 223 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: |
224 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph: | |
0 | 225 |
226 ; Setup Menu | |
604 | 227 TCODE tSystSets, "Réglages" |
228 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration | |
229 TCODE tCompassGain, "Sensibilité:" ; Compass Gain: | |
230 TCODE tCalX, "Cal X:" ; Cal X | |
231 TCODE tCalY, "Cal Y:" ; Cal Y | |
232 TCODE tCalZ, "Cal Z:" ; Cal Z | |
233 TCODE tUnits, "Unités:" | |
234 TCODE tMetric, " m/°C" ; Enum menu | |
235 TCODE tImperial, "ft/°F" | |
236 TCODE tDefName, "HW OSTC" | |
237 TCODE tButtonleft, "Bouton gauche:" ; Left button | |
238 TCODE tButtonright, "Bouton droit :" ; Right button | |
239 TCODE tAltMode, "Temps Attente:" ; Waiting Time | |
240 TCODE tAltModeFly, "Avion" ; Flying | |
241 TCODE tAltMode1000, "1000m" | |
242 TCODE tAltMode2000, "2000m" | |
243 TCODE tAltMode3000, "3000m" | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
244 |
0 | 245 ; Units for all menu |
604 | 246 TCODE tMeters, "m" |
247 TCODE tFeets, "ft" | |
248 TCODE tFeets1, "f" | |
249 TCODE tMinutes, "'" | |
250 TCODE tPercent, "%" | |
251 TCODE tLitersMinute, "l/min" | |
252 TCODE tbar, "bar" ; bar | |
253 TCODE tbar10, "0 bar" ; xx0 bar | |
254 TCODE tMeterMinute, "m/'" ; meter per minute | |
255 | |
0 | 256 ; Date |
604 | 257 TCODE tDateFormat, "Date: " |
258 TCODE tDateformat, "MMJJAA" | |
259 TCODE tDateformat1, "JJMMAA" | |
260 TCODE tDateformat2, "AAMMJJ" | |
0 | 261 |
262 ; Simulator menu | |
604 | 263 TCODE tInter, "Lancer Simulation" ; Start Simulator |
264 TCODE tPlan, "Simulateur" ; Simulator | |
0 | 265 |
266 ; Decoplanner submenu | |
604 | 267 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
268 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars) | |
269 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars) | |
270 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) | |
271 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup | |
272 TCODE tDeco, "Calcul Déco" ; Calculate Deco | |
273 TCODE tDivePlan, "Runtime:" ; Dive Plan: | |
274 TCODE tNoDeco, "Pas de Déco" ; No Deco | |
275 TCODE tMore, "Suite" ; More | |
276 TCODE tSelectSetpoint, "Setpoint :" | |
277 TCODE tuseAGF, "aGF Permis:" ; use aGF | |
278 TCODE tCalculating, "Calcul en cours" ; Calculating | |
279 TCODE tNDLleft, "left" ; time left within NDL ## pending translation | |
0 | 280 |
281 ; Information menu | |
604 | 282 TCODE tFirmware, "Logiciel: " ; Firmware: (space) |
283 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space) | |
284 TCODE tSerial, "N. Série: " ; Serial : (space) | |
285 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: (space) | |
286 TCODE tBatteryV, "Batterie: " ; Battery: | |
287 TCODE tUptime, "Mise a Jour:" ; Uptime: | |
0 | 288 |
289 ; Divemode screen | |
604 | 290 TCODE tNDL, "NDL" ; 3 chars max |
291 TCODE tTTS, "DTR" | |
292 TCODE tVelMetric, "m/min" | |
293 TCODE tVelImperial, "ft/m " | |
294 TCODE tGasSelect, "Activer Gaz" ; Select Gas | |
295 TCODE tSelectAir, "Air " ; Air | |
296 TCODE tSelectO2, "O2 " ; O2 | |
297 TCODE tSelectNx, "Nx" ; Nx | |
298 TCODE tSelectTx, "Tx" ; Tx | |
299 TCODE tDepth, "Prof." ; Depth | |
300 TCODE tMaxDepth, "Prof. Max." ; Max. Depth - max 10chars! | |
301 TCODE tAvgDepth, "Prof. Moy." ; average Depth - max 10chars! | |
619 | 302 TCODE tDivetime, " Durée" ; Divetime |
604 | 303 TCODE tDiveHudMask1, "cell. 1" |
304 TCODE tDiveHudMask2, "cell. 2" | |
305 TCODE tDiveHudMask3, "cell. 3" | |
306 TCODE tDiveTotalAvg, "Prof. Moy." | |
307 TCODE tDiveStopwatch, "Chrono" | |
308 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max | |
309 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned) | |
310 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend | |
311 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time | |
312 TCODE tTime, "Time" ; Time ## pending translation | |
313 TCODE tSurface, "Surface" ; Surface (max 12 chars) ## pending translation | |
314 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
315 ; TCODE tDiveClock, "Heure" ; Clock | |
316 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
317 TCODE tDiveTissues, "Tissus" ; Tissues | |
318 TCODE tEND, "END:" ; END: | |
319 TCODE tHe, "He" ; He | |
320 TCODE tN2, "N2" ; N2 | |
321 TCODE tDiveBailout, "Bailout" ; Bailout | |
322 TCODE tGFactors, "Valeurs GF" ; GF Values | |
323 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
608 | 324 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation |
604 | 325 TCODE tCeiling, "Plafond" ; Ceiling |
326 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned) | |
327 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
328 TCODE tDecoInfo, "Zone Déco" ; Deco info | |
329 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check | |
330 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
331 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
332 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning | |
333 TCODE tGasNeedsWarn, "Gas Needs" ; | |
334 TCODE tGasNeedsAscent, "Besoins Gaz Ascent" ; ## pending translation | |
335 TCODE tCNSsurf, "SNC Surf." ; CNS Surf. | |
336 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS | |
337 TCODE tCNSBO, "SNC B/O" ; CNS B/O | |
338 TCODE tCNSnow, "SNC actuel" ; CNS now | |
339 TCODE tCNSeod, "SNC final" ; CNS fin | |
340 TCODE tIBCD, "CDI N2He" ; IBCD N2He | |
341 TCODE tnoBOgas, "-B/O-Gaz-" ; | |
342 TCODE tMicroBubbles, "M.Bulles " ; | |
343 TCODE tCNS, "SNC: " ; | |
344 TCODE tgaschange, "Change?" ; better gas found ## pending translation | |
345 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation | |
346 TCODE tBattery, "Batterie" ; Battery | |
347 IFDEF _rx_functions | |
348 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation | |
349 TCODE tPressure, "Pres Bloc" ; tank pressure | |
350 TCODE tSAC, "SAC" ; SAC, must be 3 chars! | |
351 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) ## pending translation | |
352 ENDIF | |
353 IFDEF _cave_mode | |
354 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 | |
356 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char) | |
357 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char) | |
358 ENDIF | |
359 | |
0 | 360 ; Divemode menu |
604 | 361 TCODE tDivePreMenu, "Menu?" ; Menu? |
362 TCODE tSetHeading, "Cap" ; Bearing (max. 6 chars) | |
0 | 363 |
364 ; Simulator menu | |
604 | 365 TCODE tQuitSim, "Fin" ; Quit Simulation |
0 | 366 |
367 ; Logbook | |
604 | 368 TCODE tCNS2, "SNC:" |
369 TCODE tAVG, "Moy:" | |
370 TCODE tGF, "GF:" | |
371 TCODE tSAT, "Sat:" | |
0 | 372 |
373 ; Logbook units | |
604 | 374 TCODE tLogTunitC, "°C" |
375 TCODE tLogTunitF, "°F" | |
376 TCODE tKGL, "kg/l" | |
377 TCODE tMBAR, "hPa" | |
0 | 378 |
379 ; Logbook menu | |
604 | 380 TCODE tNextLog, "Page Suivante" |
381 | |
0 | 382 ; Reset menu |
604 | 383 TCODE tReboot, "Redémarrage" ; Reboot |
384 TCODE tResetMenu2, "Confirmer?" ; Are You Sure? | |
385 TCODE tAbort, "Quitter" ; Abort | |
386 TCODE tResetSettings, "RaZ Settings" ; Reset Settings ## pending translation | |
387 TCODE tResetDeco, "RaZ Déco" ; Reset Deco | |
388 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery | |
389 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook | |
0 | 390 |
391 ; Set Time Menu/Set Date Menu | |
604 | 392 TCODE tSetHours, "Ajust. Heures" ; Set Hours |
393 TCODE tSetMinutes, "Ajust. Minutes" ; Set Minutes | |
394 TCODE tSetSeconds, "RaZ Secondes" ; Clear Seconds | |
395 TCODE tSetDay, "Ajust. Jours" ; Set Day | |
396 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
397 TCODE tSetYear, "Ajust. Année" ; Set Year | |
0 | 398 |
399 ; Logbook Offset Menu | |
604 | 400 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!) |
401 TCODE tLogOffsetp1, "+1" ; +1 | |
402 TCODE tLogOffsetp10, "+10" ; +10 | |
403 TCODE tLogOffsetm1, "-1" ; -1 | |
404 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
405 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
406 ; Compass directions |
604 | 407 TCODE tN, "N " ; N(orth), 338°-22° |
408 TCODE tNE, "NE" ; North-East, 23°-67° | |
409 TCODE tE, "E " ; E(east), 68°-112° | |
410 TCODE tSE, "SE" ; South-East, 113°-157° | |
411 TCODE tS, "S " ; S(outh), 157°-202° | |
412 TCODE tSW, "SO" ; South-West, 203°-247° | |
413 TCODE tW, "O " ; W(West), 248°-292° | |
414 TCODE tNW, "NO" ; North-West, 293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
415 |
50 | 416 ; Color Scheme menu |
604 | 417 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
418 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: | |
419 TCODE tColorSetName0, "Blanc" ; White | |
420 TCODE tColorSetName1, "Rouge" ; Red | |
421 TCODE tColorSetName2, "Vert" ; Green | |
422 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 423 |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
424 ; PSCR Menu and Settings |
604 | 425 TCODE tPSCRMenu, "Menu pSCR" ; PSCR Menu |
426 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop | |
427 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio | |
428 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max) ### new | |
429 | |
430 | |
431 ; Language selection | |
432 IF _language_2!=none | |
433 TCODE tLanguage, "Langue: " ; used in menu_tree | |
434 ENDIF | |
435 | |
436 IF _language_1==en | |
437 TCODE tLang1, "Anglais" ; tLang1 is 1st language, enum context | |
438 ELSE | |
439 IF _language_1==de | |
440 TCODE tLang1, "Allemand" | |
441 ELSE | |
442 IF _language_1==fr | |
443 TCODE tLang1, "Français" | |
444 ELSE | |
445 IF _language_1==it | |
446 TCODE tLang1, "Italien" | |
447 ELSE | |
448 TCODE tLang1, "" ; dummy target for options table | |
449 ENDIF | |
450 ENDIF | |
451 ENDIF | |
452 ENDIF | |
453 | |
454 IF _language_2==en | |
455 TCODE tLang2, "Anglais" | |
456 ELSE | |
457 IF _language_2==de | |
458 TCODE tLang2, "Allemand" ; tLang2 is 2nd language, enum context | |
459 ELSE | |
460 IF _language_2==fr | |
461 TCODE tLang2, "Français" | |
462 ELSE | |
463 IF _language_2==it | |
464 TCODE tLang2, "Italien" | |
465 ENDIF | |
466 ENDIF | |
467 ENDIF | |
468 ENDIF |