Mercurial > public > hwos_code
annotate src/text_french.inc @ 560:b7eb98dbd800
bump to 2.96beta (REFACTORED VERSION)
author | heinrichsweikamp |
---|---|
date | Wed, 31 Jan 2018 19:39:37 +0100 |
parents | 64a45f203144 |
children | 99735a34dbbf |
rev | line source |
---|---|
72 | 1 ;============================================================================= >> OCTC3 V1.13b > ClaudeDive update proposed. |
0 | 2 ; |
560 | 3 ; File text_french.asm REFACTORED VERSION V2.95 |
0 | 4 ; |
70 | 5 ; French texts translation file. |
0 | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 | |
10 ; Basic texts | |
11 TCODE tNo, "Non" ; No | |
12 TCODE tYes, "Oui" ; Yes = No + 1 | |
560 | 13 TCODE tblank, " " ; (a single space character) ## NEW (layout) |
0 | 14 |
15 ; Surface-mode texts | |
16 TCODE tBeta, "béta" ; beta | |
76 | 17 TCODE tMenu, "<Menu" ; <Menu |
70 | 18 TCODE tView, "Vues>" ; View> |
69 | 19 TCODE tHeading, "Cap:" ; Heading: |
503
4542d03f748a
NEW: Last Dive customviews in surface mode with divetime, depth and interval
heinrichsweikamp
parents:
481
diff
changeset
|
20 TCODE tLastDive, "Last Dive" ; Last Dive (Max 10 chars) |
530 | 21 TCODE tSensorMilliVolt, "CCR Sensors mV" ; CCR Sensors mV |
0 | 22 |
23 ; Divemode Menu | |
70 | 24 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List |
437 | 25 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg. |
0 | 26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
69 | 27 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor |
28 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF | |
401
7be43d886bb1
Logbook marker can be set in dive mode menu (OC only)
heinrichsweikamp
parents:
383
diff
changeset
|
29 TCODE tDivemenu_Marker, "Repère" ; Set Marker |
403
6e60012bb3fc
NEW: "Lost Gas" feature allows disabling gases during the dive
heinrichsweikamp
parents:
401
diff
changeset
|
30 TCODE tDivemenu_LostGas, "Gaz perdu" ; Lost Gas |
0 | 31 |
32 ; Main menu | |
70 | 33 TCODE tNext, "<Suivant" ; <Next |
0 | 34 TCODE tEnter, "Entrer>" ; Enter> |
35 | |
70 | 36 TCODE tMainMenu, "Menu Principal"; Main Menu |
0 | 37 TCODE tLogbook, "Carnet de Plongée" ; Logbook |
70 | 38 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup |
0 | 39 TCODE tSetTime, "Réglage Heure" ; Set Time |
40 TCODE tSetDate, "Réglage Date" ; Set Date | |
41 TCODE tSetTimeDate,"Date & Heure" ; Set Time & Date | |
69 | 42 TCODE tDispSets, "Préfér. Réglages" ; Display Settings |
0 | 43 TCODE tExit, "Retour" ; Exit |
52 | 44 TCODE tResetMenu, "Menu RaZ" ; Reset Menu |
0 | 45 TCODE tDiveModeMenu,"Menu Déco" ; Deco Mode |
69 | 46 TCODE tInfoMenu, "Informations" ; Information |
56 | 47 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup |
72 | 48 TCODE tDiluentSetup,"Liste Diluant" ; Diluent Setup |
0 | 49 TCODE tFixedSetpoints,"Setpoints fixes" ; Fixed Setpoints |
50 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor | |
113 | 51 TCODE tCalibrateMenu, "Calibration" ; Calibration |
52 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
53 TCODE tCalibrate, "Calibrate" ; Calibrate | |
560 | 54 TCODE tBack, "back..." ; ## NEW |
0 | 55 |
56 ; Gas menu | |
70 | 57 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
84
diff
changeset
|
58 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents |
72 | 59 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas |
0 | 60 TCODE tType, "Type: " |
52 | 61 TCODE tGasDisabled,"Désactivé" ; Disabled |
0 | 62 TCODE tGasFirst, "Premier" ; First |
63 TCODE tGasTravel, "Travel" ; Travel | |
52 | 64 TCODE tGasDeco, "Déco" ; Deco |
65 TCODE tDilDisabled,"Désactivé" ; Disabled | |
0 | 66 TCODE tDilFirst, "Premier" ; First |
67 TCODE tDilNorm, "Normal" ; Normal | |
68 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | |
69 TCODE tO2, "O2 " ; tAir + 5 | |
70 TCODE tO2Plus, "O2 +" | |
71 TCODE tO2Minus, "O2 -" | |
72 TCODE tHePlus, "He +" | |
73 TCODE tHeMinus, "He -" | |
70 | 74 TCODE tMOD, "MOD:" |
75 TCODE tEAD, "EAD:" | |
69 | 76 TCODE tGasDepth, "Prof. Changement" ; Change Depth |
0 | 77 TCODE tDepthPlus, "Prof. +" |
78 TCODE tDepthMinus,"Prof. -" | |
70 | 79 TCODE tDepthReset,"MOD par défaut:" |
72 | 80 TCODE tSetup_mix, "Config. Gaz" ; Setup mix |
0 | 81 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: |
82 TCODE tCCRModeFixedSP, "SP Fixe" ; Fixed SP | |
83 TCODE tCCRModeSensor, "Cellule" ; Sensor | |
337
508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
heinrichsweikamp
parents:
335
diff
changeset
|
84 TCODE tCCRModeAutoSP, "Auto SP" ; Auto SP |
0 | 85 TCODE tSP, "SP" ; SP (SetPoint) |
383 | 86 TCODE tSPPlus, "ppO2+" ; pO2+ |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
87 TCODE tSensorFallback, "Fallback:" ; Fallback: |
560 | 88 TCODE tCalculated, "calculated" ; calculated |
383 | 89 TCODE tppO2, "ppO2:" ; ppO2: |
530 | 90 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
91 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | |
560 | 92 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
93 | |
0 | 94 ; New batteries menu |
95 TCODE tNewBattTitle, "Nouvelle Batterie?" | |
96 TCODE tNewBattOld, "Conserver" | |
560 | 97 TCODE tNewBattNew36, "Réinit. 3.6V Saft" |
474 | 98 TCODE tNewBattNew15, "Réinit. 1.5V AA" |
99 TCODE tNewBattAccu, "3.6V LiIon AA" | |
448 | 100 TCODE tNew18650, "Internal 18650" |
474 | 101 TCODE tNew16650, "Internal 16650" |
102 | |
0 | 103 ; Gaslist management |
104 TCODE tGas, "Gaz" ; Gas | |
105 TCODE tGasErr, "Err" ; Err (3 chars) | |
106 | |
107 ; Communication Menu | |
108 TCODE tUsbTitle, "Mode USB" | |
269
1207cf9a9408
adjust menu for different hardware versions
heinrichsweikamp
parents:
255
diff
changeset
|
109 TCODE tBleTitle, "Mode Bluetooth" |
0 | 110 TCODE tUsbStarting, "Début..." |
182 | 111 TCODE tUsbStartDone, "Ok." |
70 | 112 TCODE tUsbServiceMode,"Mode Maintenance" |
113 TCODE tUsbClosed, "Port Fermé" | |
0 | 114 TCODE tUsbExit, "Terminé" |
70 | 115 TCODE tUsbDownloadMode,"Mode Téléchargement" |
116 TCODE tUsbLlBld, "Chargeur Bas-Niv." | |
0 | 117 |
118 ; Dive Settings | |
119 TCODE tDvMode, "Mode:" | |
120 TCODE tDvOC, "OC" | |
560 | 121 TCODE tDvCCR, "CCR" |
479
34e73dc68799
BUGFIX: Layout fixes in Gauge mode (German and French language only)
heinrichsweikamp
parents:
474
diff
changeset
|
122 TCODE tDvGauge, "Gauge" |
70 | 123 TCODE tDvApnea, "Apnée" |
560 | 124 TCODE tDvPSCR, "pSCR" |
125 TCODE tDvCC, "CC" | |
126 TCODE tDkMode, "Modèle:ZH-L16" ; ## MODIFIED (memory) | |
127 TCODE tZHL16, " " ; ## MODIFIED (memory) | |
128 TCODE tZHL16GF, "+GF" ; ## MODIFIED (memory) | |
383 | 129 TCODE tPPO2Max, "ppO2 Max:" |
507
4e6f5c36f4cc
NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents:
503
diff
changeset
|
130 TCODE tPPO2DECO, "ppO2 Déco:" |
4e6f5c36f4cc
NEW: Two ppO2 max settings. One for travel/bottom and one for deco gases
heinrichsweikamp
parents:
503
diff
changeset
|
131 TCODE tPPO2MIN, "ppO2 Min:" |
560 | 132 TCODE tPPO2MINCC, "Min Loop:" ; ## NEW ppO2 min cc |
76 | 133 TCODE tLastDecostop, "Dern.Palier:" |
69 | 134 TCODE tDecoparameters, "Paramètres Déco" |
70 | 135 TCODE tGF_low, "GF Bas:" |
136 TCODE tGF_high, "GF Haut:" | |
0 | 137 TCODE tSaturationMult, "Saturation:" |
52 | 138 TCODE tDesaturationMult, "Désaturation:" |
0 | 139 TCODE tFTTSMenu, "Future DTR:" ; Future TTS |
140 TCODE taGFMenu, "GF Alternatif" ; Alternative GF | |
70 | 141 TCODE taGF_low, "aGF Bas:" ; aGF Low |
142 TCODE taGF_high, "aGF Haut:" ; aGF High | |
0 | 143 TCODE taGF_enable,"aGF Possible:" ; aGF Selectable |
144 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
383 | 145 TCODE tppO2settings,"Menu ppO2" ; ppO2 Settings (max. 18 chars) |
108 | 146 TCODE tsafetystopmenu,"Palier sécurité:" ; Safety Stop: (max. 16 chars) |
560 | 147 TCODE tGasUsage, "Gas Usage" ; Gas Usage |
148 TCODE tSetBotUse, "Bottom Gas: " ; Bottom Gas: (space) | |
149 TCODE tSetDecoUse, "Deco Gas: " ; Deco Gas: (space) ## MODIFIED (layout) | |
150 TCODE tCalcAscGas, "Calc.Gas (B/O):" ; ## NEW bailout gas needs | |
151 TCODE tTankSizes, "Tank Sizes" ; ## NEW bailout gas needs | |
152 TCODE tLiter, " l" ; ## NEW bailout gas needs | |
153 TCODE tTankFillPress, "Tank Press Budget"; ## NEW bailout gas needs | |
154 TCODE tGas1, "Gas 1:" ; ## NEW bailout gas needs | |
155 TCODE tGas2, "Gas 2:" ; ## NEW bailout gas needs | |
156 TCODE tGas3, "Gas 3:" ; ## NEW bailout gas needs | |
157 TCODE tGas4, "Gas 4:" ; ## NEW bailout gas needs | |
158 TCODE tGas5, "Gas 5:" ; ## NEW bailout gas needs | |
159 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter | |
160 TCODE t2ndDecoPlanMenu,"2nd Deco Plan" ; ## NEW deco engine | |
0 | 161 |
162 ; Display Settings | |
163 TCODE tBright, "Luminosité:" | |
164 TCODE tEco, "Eco" | |
52 | 165 TCODE tMedium, "Moyenne" |
0 | 166 TCODE tHigh, "Haute" |
167 TCODE tDvSalinity,"Salinité:" ; Salinity | |
560 | 168 TCODE tShowppO2, "Afficher ppO2:" ; Always show ppO2: |
155
5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents:
154
diff
changeset
|
169 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen |
358 | 170 TCODE tMODwarning,"Alerte MOD:" ; MOD warning |
560 | 171 TCODE tIBCDwarning, "IBCD Warning :" ; IBCD Warning ## NEW IBCD |
448 | 172 TCODE tTimeoutDive,"Dive Timeout:" ; 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
|
173 |
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
|
174 ; VSI display Settings |
358 | 175 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: |
176 TCODE tVSIgraph, "Graph. Vitesse:" ; Speed graph: | |
0 | 177 |
178 ; Setup Menu | |
69 | 179 TCODE tSystSets, "Réglages" |
0 | 180 TCODE tLanguage, "Langue:" |
181 TCODE tEnglish, "Anglais" | |
182 TCODE tGerman, "Allemand" | |
183 TCODE tFrench, "Français" | |
184 TCODE tItalian, "Italien" | |
72 | 185 TCODE tCompassMenu,"Calibration Compas" ; Compass Calibration |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
186 TCODE tCompassGain,"Sensibilité:" ; Compass Gain: |
544
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
532
diff
changeset
|
187 TCODE tCalX, "Cal X:" ; Cal X |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
532
diff
changeset
|
188 TCODE tCalY, "Cal Y:" ; Cal Y |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
532
diff
changeset
|
189 TCODE tCalZ, "Cal Z:" ; Cal Z |
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
532
diff
changeset
|
190 |
0 | 191 TCODE tUnits, "Unités:" |
192 TCODE tMetric, " m/°C" ; Enum menu | |
193 TCODE tImperial, "ft/°F" | |
194 | |
200 | 195 TCODE tDefName, "HW OSTC" |
0 | 196 |
383 | 197 TCODE tButtonleft,"Bouton gauche:" ; Left button |
198 TCODE tButtonright,"Bouton droit:" ; Right button | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
199 |
560 | 200 TCODE tAltMode, "Waiting Time:" ; ## NEW no fly altitude |
201 TCODE tAltModeFly, "Flying" ; ## NEW no fly altitude | |
202 TCODE tAltMode1000, "1000m" ; ## NEW no fly altitude | |
203 TCODE tAltMode2000, "2000m" ; ## NEW no fly altitude | |
204 TCODE tAltMode3000, "3000m" ; ## NEW no fly altitude | |
205 | |
0 | 206 ; Units for all menu |
207 TCODE tMeters, "m" | |
208 TCODE tFeets, "ft" | |
209 TCODE tFeets1, "f" | |
210 TCODE tMinutes, "'" | |
211 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
212 TCODE tLitersMinute, "l/min" |
560 | 213 TCODE tbar, "bar" ; bar |
214 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | |
215 TCODE tMeterMinute, "m/min" ; meter per minute ## ascent speed | |
216 TCODE tmin, "min" ; minutes | |
217 | |
0 | 218 ; Date |
219 TCODE tDateFormat, "Date:" | |
220 TCODE tDateformat, "MMJJAA" | |
221 TCODE tDateformat1,"JJMMAA" | |
222 TCODE tDateformat2,"AAMMJJ" | |
223 | |
224 ; Simulator menu | |
136 | 225 TCODE tInter, "Start Simulateur" ; Start Simulator |
226 TCODE tPlan, "Simulateur" ; Simulator | |
0 | 227 |
228 ; Decoplanner submenu | |
136 | 229 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
230 TCODE tBtTm_short,"Temps:" ; Bot. Time: (max. 6 chars) |
70 | 231 TCODE tMxDep, "Prof. Max:" ; Max Depth: (10 chars) |
0 | 232 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) |
560 | 233 TCODE tDecoSetup, "Calculator Setup" ; ## NEW (layout) |
136 | 234 TCODE tDeco, "Calcul Déco" ; Calculate Deco |
0 | 235 TCODE tDivePlan, "Runtime:" ; Dive Plan: |
136 | 236 TCODE tNoDeco, "No Déco" ; No Deco |
0 | 237 TCODE tMore, "Suite..." ; More... |
560 | 238 TCODE tSelectSetpoint,"CCR Setpoint: " ; ## NEW deco calculator enhancement |
239 TCODE tuseAGF, "use aGF: " ; ## NEW deco calculator enhancement | |
240 TCODE tCalculating, "Calculating..." ; ## NEW deco calculator enhancement | |
0 | 241 |
242 ; Information menu | |
243 TCODE tFirmware, "Logiciel: " ; Firmware: (space) | |
244 TCODE tSerial, "N. Série: " ; Serial : (space) | |
245 TCODE tTotalDives,"Plongées tot.: " ; Total Dives: (space) | |
62 | 246 TCODE tBatteryV, "Batterie: " ; Battery: |
453
b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
heinrichsweikamp
parents:
448
diff
changeset
|
247 TCODE tUptime, "Uptime: " ; Uptime: |
0 | 248 |
249 ; Divemode screen | |
250 TCODE tNDL, "NDL" | |
251 TCODE tTTS, "DTR" | |
252 TCODE tVelMetric, "m/min" | |
253 TCODE tVelImperial,"ft/m " | |
254 TCODE tGasSelect, "Activer Gaz" ; Select Gas | |
255 TCODE tSelectAir, "Air " ; Air | |
256 TCODE tSelectO2, "O2 " ; O2 | |
257 TCODE tSelectNx, "Nx" ; Nx | |
258 TCODE tSelectTx, "Tx" ; Tx | |
259 TCODE tDepth, "Prof." ; Depth | |
310
453a3d13570f
VSIbar #2: ascend bar + max-depth title alignment. Debug: bar-frame, zero-line, sim+- 0.1m
janos_kovacs <kovjanos@gmail.com>
parents:
307
diff
changeset
|
260 TCODE tMaxDepth, "Prof. Max." ; Max. Depth - max 10chars! |
84 | 261 TCODE tDivetime, "Durée T." ; Divetime |
0 | 262 TCODE tDiveHudMask1, "cell. 1" |
263 TCODE tDiveHudMask2, "cell. 2" | |
264 TCODE tDiveHudMask3, "cell. 3" | |
437 | 265 TCODE tDiveTotalAvg, "Prof. Moy." |
0 | 266 TCODE tDiveStopwatch, "Chrono" |
437 | 267 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11chars max |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
268 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
406 | 269 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend |
38 | 270 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time |
271 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
0 | 272 TCODE tDiveClock, "Heure" ; Clock |
70 | 273 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
38 | 274 TCODE tDiveTissues, "Tissus" ; Tissues |
0 | 275 TCODE tEND, "END:" ; END: |
276 TCODE tHe, "He" ; He | |
277 TCODE tN2, "N2" ; N2 | |
278 TCODE tDiveBailout, "Bailout" ; Bailout | |
38 | 279 TCODE tGFactors, "Valeurs GF" ; GF Values |
280 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
69 | 281 TCODE tGFInfo, " GF Info" ; GF Info |
123 | 282 TCODE tCeiling, "Ceiling" ; Ceiling |
560 | 283 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
284 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
560 | 285 TCODE tDecoInfo, "Deco Zone" ; Deco info |
413
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
406
diff
changeset
|
286 TCODE tSensorCheck, "Sensor Check" ; Sensor Check |
560 | 287 TCODE tdil, "Dil:" ; Diluent ppO2 Warning |
288 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
289 TCODE tSensorDisagree,"Sensors<>" ; Sensors disagree Warning ## NEW voting logic | |
290 TCODE tGasNeedsWarn, "Gas Needs" ; ## NEW bailout gas needs | |
291 TCODE tGasNeedsBar, "Gas Needs (bar)" ; ## NEW bailout gas needs | |
292 TCODE tCNSsurf, "CNS Surf." ; ## NEW CNS at end-of-dive | |
293 TCODE tCNSfTTS, "CNS fTTS" ; ## NEW CNS at end-of-dive | |
294 TCODE tCNSBO, "CNS B/O" ; ## NEW CNS at end-of-dive | |
295 TCODE tCNSnow, "CNS now" ; ## NEW CNS at end-of-dive | |
296 TCODE tCNSeod, "CNS final" ; ## NEW CNS at end-of-dive | |
297 TCODE tIBCD, "IBCD N2He" ; ## NEW IBCD | |
298 TCODE tMicroBubbles, "M.Bubbles" ; ## NEW microbubbles | |
299 TCODE tCNS, "CNS: " ; ## V2.95 optics | |
300 | |
0 | 301 ; Divemode menu |
302 TCODE tDivePreMenu, "Menu?" ; Menu? | |
255 | 303 TCODE tSetHeading, "Cap" ; Bearing (Max. seven chars) |
0 | 304 |
305 ; Simulator menu | |
306 TCODE tQuitSim, "Fin?" ; Quit Simulation? | |
307 | |
308 ; Logbook | |
309 TCODE tCNS2, "SNC:" | |
437 | 310 TCODE tAVG, "Moy:" |
0 | 311 TCODE tGF, "GF:" |
312 TCODE tSAT, "Sat:" ; Sat: | |
313 | |
314 ; Logbook units | |
315 TCODE tLogTunitC, "°C" | |
316 TCODE tLogTunitF, "°F" | |
317 TCODE tKGL, "kg/l" | |
318 TCODE tMBAR, "mbar" | |
319 | |
320 ; Logbook menu | |
70 | 321 TCODE tNextLog, "Page Suivante" |
0 | 322 |
323 ; Reset menu | |
69 | 324 TCODE tReboot, "Redémarrage" ;Reboot |
182 | 325 TCODE tResetMenu2,"Confirmer?" ;Are You Sure? |
0 | 326 TCODE tAbort, "Quitter" ;Abort |
70 | 327 TCODE tResetSettings, "RaZ Complète" ;Reset All |
69 | 328 TCODE tResetDeco, "RaZ Déco" ;Reset Deco |
52 | 329 TCODE tResetBattery, "RaZ Batterie" ;Reset Battery |
63 | 330 TCODE tResetLogbook, "RaZ Carnet" ;Reset Logbook |
0 | 331 |
332 ; Set Time Menu/Set Date Menu | |
333 TCODE tSetHours, "Ajust. Heures" ; Set Hours | |
334 TCODE tSetMinutes,"Ajust. Minutes" ; Set Minutes | |
70 | 335 TCODE tSetSeconds,"RaZ Secondes" ; Clear Seconds |
0 | 336 TCODE tSetDay, "Ajust. Jours" ; Set Day |
337 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
338 TCODE tSetYear, "Ajust. Année" ; Set Year | |
339 | |
340 ; Logbook Offset Menu | |
532
72ae62440597
Minor French text update, roll-back gaslist.asm changes
heinrichsweikamp
parents:
530
diff
changeset
|
341 TCODE tLogOffset, "Num.1er plongée" ; Logbook offset (Max. 15 Chars!) |
0 | 342 TCODE tLogOffsetp1, "+1" ; +1 |
343 TCODE tLogOffsetp10, "+10" ; +10 | |
344 TCODE tLogOffsetm1, "-1" ; -1 | |
345 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
346 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
347 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
348 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
349 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
350 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
351 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
352 TCODE tS, "S " ; S(outh),157°-202° |
51 | 353 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
354 TCODE tW, "O " ; W(West),248°-292° |
51 | 355 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
356 |
50 | 357 ; Color Scheme menu |
69 | 358 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
70 | 359 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: |
72 | 360 TCODE tColorSetName0, "Blanc" ; White |
51 | 361 TCODE tColorSetName1, "Rouge" ; Red |
362 TCODE tColorSetName2, "Vert" ; Green | |
363 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 364 |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
365 ; PSCR Menu and Settings |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
366 TCODE tPSCRMenu, "PSCR Menu" ; PSCR Menu |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
367 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop |
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
368 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio |