Mercurial > public > hwos_code
annotate src/text_french.inc @ 586:06642f6ffe59
2.97 release
author | heinrichsweikamp |
---|---|
date | Thu, 01 Mar 2018 11:12:47 +0100 |
parents | b455b31ce022 |
children | e81cf407261a |
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 | |
571 | 11 TCODE tNo, "Non" ; No |
12 TCODE tYes, "Oui" ; Yes = No + 1 | |
13 TCODE tblank, " " ; (a single space character) ## NEW (layout) | |
0 | 14 |
15 ; Surface-mode texts | |
571 | 16 TCODE tBeta, "bêta" ; beta |
17 TCODE tMenu, "<Menu" ; <Menu | |
18 TCODE tView, "Vues>" ; View> | |
19 TCODE tHeading, "Cap:" ; Heading: | |
20 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars) | |
21 TCODE tSensorMilliVolt, "Cellules CCR mV" ; CCR Sensors mV | |
0 | 22 |
23 ; Divemode Menu | |
571 | 24 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List |
25 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg. | |
0 | 26 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
571 | 27 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor |
69 | 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 |
571 | 30 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas |
0 | 31 |
32 ; Main menu | |
571 | 33 TCODE tNext, "<Suivant" ; <Next |
34 TCODE tEnter, "Entrer>" ; Enter> | |
0 | 35 |
571 | 36 TCODE tMainMenu, "Menu Principal" ; Main Menu |
37 TCODE tLogbook, "Carnet de Plongée" ; Logbook | |
38 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup | |
39 TCODE tSetTime, "Réglage Heure" ; Set Time | |
40 TCODE tSetDate, "Réglage Date" ; Set Date | |
41 TCODE tSetTimeDate,"Date & Heure" ; Set Time & Date | |
42 TCODE tDispSets, "Préfér. Réglages" ; Display Settings | |
43 TCODE tExit, "Retour" ; Exit | |
44 TCODE tResetMenu, "Menu RaZ" ; Reset Menu | |
45 TCODE tDiveModeMenu,"Menu Déco" ; Deco Mode | |
46 TCODE tInfoMenu, "Informations" ; Information | |
47 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup | |
48 TCODE tDiluentSetup,"Liste Diluants" ; Diluent Setup | |
49 TCODE tFixedSetpoints,"Setpoints Fixes" ; Fixed Setpoints | |
50 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor | |
51 TCODE tCalibrateMenu, "Calibration" ; Calibration | |
52 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2: | |
53 TCODE tCalibrate, "Calibrate" ; Calibrate | |
54 TCODE tBack, "retour..." ; back... ## NEW | |
0 | 55 |
56 ; Gas menu | |
571 | 57 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List |
58 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents | |
59 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas | |
0 | 60 TCODE tType, "Type: " |
571 | 61 TCODE tGasDisabled,"Désactivé" ; Disabled |
62 TCODE tGasFirst, "Premier" ; First | |
63 TCODE tGasTravel, "Travel" ; Travel | |
64 TCODE tGasDeco, "Déco" ; Deco | |
65 TCODE tDilDisabled,"Désactivé" ; Disabled | |
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 | |
0 | 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:" | |
571 | 76 TCODE tGasDepth, "Prof. Changement" ; Change Depth |
0 | 77 TCODE tDepthPlus, "Prof. +" |
78 TCODE tDepthMinus,"Prof. -" | |
70 | 79 TCODE tDepthReset,"MOD par défaut:" |
571 | 80 TCODE tSetup_mix, "Config. Gaz" ; Setup mix |
81 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: | |
82 TCODE tCCRModeFixedSP, "SP Fixe" ; Fixed SP | |
83 TCODE tCCRModeSensor, "Cellule" ; Sensor | |
84 TCODE tCCRModeAutoSP, "SP Auto" ; Auto SP | |
85 TCODE tSP, "SP" ; SP (SetPoint) | |
86 TCODE tSPPlus, "PpO2+" ; pO2+ | |
87 TCODE tSensorFallback, "Fallback:" ; Fallback: | |
88 TCODE tCalculated, "calculé" ; calculated | |
89 TCODE tppO2, "PpO2:" ; ppO2: | |
90 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2) | |
91 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil) | |
92 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix) | |
560 | 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" | |
568 | 100 TCODE tNew18650, "18650 Interne" |
101 TCODE tNew16650, "16650 Interne" | |
474 | 102 |
0 | 103 ; Gaslist management |
571 | 104 TCODE tGas, "Gaz" ; Gas |
105 TCODE tGasErr, "Err" ; Err (3 chars) | |
0 | 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" |
571 | 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) | |
571 | 129 TCODE tPPO2Max, "PpO2 Max :" |
130 TCODE tPPO2DECO, "PpO2 Déco:" | |
131 TCODE tPPO2MIN, "PpO2 Min :" | |
132 TCODE tPPO2MINCC, "Min Loop :" ; ## NEW ppO2 min cc | |
575 | 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:" |
582 | 139 TCODE tFTTSMenu, "fDTR/fB/O:" ; Future TTS |
571 | 140 TCODE taGFMenu, "GF Alternatif" ; Alternative GF |
141 TCODE taGF_low, "aGF Bas:" ; aGF Low | |
142 TCODE taGF_high, "aGF Haut:" ; aGF High | |
143 TCODE taGF_enable,"aGF Possible:" ; aGF Selectable | |
144 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
145 TCODE tppO2settings,"Menu PpO2" ; ppO2 Settings (max. 18 chars) | |
146 TCODE tsafetystopmenu,"Palier Sécurité:" ; Safety Stop: (max. 16 chars) | |
147 TCODE tGasUsage, "Usage Gaz" ; Gas Usage | |
148 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space) | |
149 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space) ## MODIFIED (layout) | |
568 | 150 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; ## NEW bailout gas needs |
571 | 151 TCODE tTankSizes, "Volumes Blocs" ; Tank Sizes ## NEW bailout gas needs |
560 | 152 TCODE tLiter, " l" ; ## NEW bailout gas needs |
582 | 153 TCODE tBarLiter, "Bar Litre" |
571 | 154 TCODE tTankFillPress, "Pressions Blocs" ; Tank Press Budget ## NEW bailout gas needs |
568 | 155 TCODE tGas1, "Gaz 1:" ; ## NEW bailout gas needs |
156 TCODE tGas2, "Gaz 2:" ; ## NEW bailout gas needs | |
157 TCODE tGas3, "Gaz 3:" ; ## NEW bailout gas needs | |
158 TCODE tGas4, "Gaz 4:" ; ## NEW bailout gas needs | |
159 TCODE tGas5, "Gaz 5:" ; ## NEW bailout gas needs | |
560 | 160 TCODE tCCmaxFracO2, "Loop %O2 max.:" ; ## NEW CCR max ppO2 limiter |
571 | 161 TCODE t2ndDecoPlanMenu,"Suite Menu Déco" ; 2nd Deco Plan ## NEW deco engine |
0 | 162 |
163 ; Display Settings | |
164 TCODE tBright, "Luminosité:" | |
165 TCODE tEco, "Eco" | |
52 | 166 TCODE tMedium, "Moyenne" |
0 | 167 TCODE tHigh, "Haute" |
571 | 168 TCODE tDvSalinity,"Salinité:" ; Salinity |
169 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2: | |
170 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen | |
171 TCODE tMODwarning,"Alerte MOD:" ; MOD warning | |
172 TCODE tIBCDwarning,"Alerte CDI:" ; IBCD Warning ## NEW IBCD | |
173 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
|
174 |
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
|
175 ; VSI display Settings |
571 | 176 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed: |
177 TCODE tVSIgraph, "Graph. Vitesse:" ; Speed graph: | |
0 | 178 |
179 ; Setup Menu | |
69 | 180 TCODE tSystSets, "Réglages" |
0 | 181 TCODE tLanguage, "Langue:" |
182 TCODE tEnglish, "Anglais" | |
183 TCODE tGerman, "Allemand" | |
184 TCODE tFrench, "Français" | |
185 TCODE tItalian, "Italien" | |
571 | 186 TCODE tCompassMenu,"Calibration Compas" ; Compass Calibration |
187 TCODE tCompassGain,"Sensibilité:" ; Compass Gain: | |
188 TCODE tCalX, "Cal X:" ; Cal X | |
189 TCODE tCalY, "Cal Y:" ; Cal Y | |
190 TCODE tCalZ, "Cal Z:" ; Cal Z | |
544
64a45f203144
NEW: Show Compass calibration results in Compass menu
heinrichsweikamp
parents:
532
diff
changeset
|
191 |
0 | 192 TCODE tUnits, "Unités:" |
571 | 193 TCODE tMetric, " m/°C" ; Enum menu |
0 | 194 TCODE tImperial, "ft/°F" |
195 | |
200 | 196 TCODE tDefName, "HW OSTC" |
0 | 197 |
571 | 198 TCODE tButtonleft,"Bouton gauche:" ; Left button |
199 TCODE tButtonright,"Bouton droit:" ; Right button | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
200 |
571 | 201 TCODE tAltMode, "Temps Attente" ; ## NEW no fly altitude |
202 TCODE tAltModeFly, "Avion " ; ## NEW no fly altitude | |
568 | 203 TCODE tAltMode1000, "1000 m" ; ## NEW no fly altitude |
204 TCODE tAltMode2000, "2000 m" ; ## NEW no fly altitude | |
205 TCODE tAltMode3000, "3000 m" ; ## NEW no fly altitude | |
560 | 206 |
0 | 207 ; Units for all menu |
208 TCODE tMeters, "m" | |
209 TCODE tFeets, "ft" | |
210 TCODE tFeets1, "f" | |
211 TCODE tMinutes, "'" | |
212 TCODE tPercent, "%" | |
298
2fe34fc0e2ae
new submenu for gas consumption, show actual mix instead of GAS1-GAS5 in deco planner
heinrichsweikamp
parents:
291
diff
changeset
|
213 TCODE tLitersMinute, "l/min" |
571 | 214 TCODE tbar, "bar" ; bar |
215 TCODE tbar10, "0 bar" ; bar ## NEW 2.95 | |
216 TCODE tMeterMinute, "m/min" ; meter per minute ## ascent speed | |
217 TCODE tmin, "min" ; minutes | |
560 | 218 |
0 | 219 ; Date |
220 TCODE tDateFormat, "Date:" | |
221 TCODE tDateformat, "MMJJAA" | |
222 TCODE tDateformat1,"JJMMAA" | |
223 TCODE tDateformat2,"AAMMJJ" | |
224 | |
225 ; Simulator menu | |
571 | 226 TCODE tInter, "Lancer Simulation" ; Start Simulator |
227 TCODE tPlan, "Simulateur" ; Simulator | |
0 | 228 |
229 ; Decoplanner submenu | |
571 | 230 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
231 TCODE tBtTm_short,"Temps:" ; Bot. Time: (max. 6 chars) | |
232 TCODE tBtDep, "Prof. Max:" ; Max Depth: (10 chars) | |
233 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) | |
575 | 234 TCODE tDecoSetup, "Réglage Ordinateur" ; ## NEW (layout) |
571 | 235 TCODE tDeco, "Calcul Déco" ; Calculate Deco |
236 TCODE tDivePlan, "Runtime:" ; Dive Plan: | |
237 TCODE tNoDeco, "Pas de Déco" ; No Deco | |
238 TCODE tMore, "Suite..." ; More... | |
239 TCODE tSelectSetpoint,"Setpoint CCR: " ; ## NEW deco calculator enhancement | |
240 TCODE tuseAGF, "aGF Permis:" ; ## NEW deco calculator enhancement | |
241 TCODE tCalculating, "Calcul en cours" ; Calculating... ## NEW deco calculator enhancement | |
0 | 242 |
243 ; Information menu | |
571 | 244 TCODE tFirmware, "Logiciel:" ; Firmware: (space) |
245 TCODE tSerial, "N° Série:" ; Serial : (space) | |
246 TCODE tTotalDives,"Nbre Plongées:" ; Total Dives: (space) | |
247 TCODE tBatteryV, "Batterie:" ; Battery: | |
575 | 248 TCODE tUptime, "Mise a Jour:" ; Uptime: |
0 | 249 |
250 ; Divemode screen | |
251 TCODE tNDL, "NDL" | |
252 TCODE tTTS, "DTR" | |
253 TCODE tVelMetric, "m/min" | |
254 TCODE tVelImperial,"ft/m " | |
571 | 255 TCODE tGasSelect, "Activer Gaz" ; Select Gas |
256 TCODE tSelectAir, "Air " ; Air | |
257 TCODE tSelectO2, "O2 " ; O2 | |
258 TCODE tSelectNx, "Nx" ; Nx | |
259 TCODE tSelectTx, "Tx" ; Tx | |
260 TCODE tDepth, "Prof." ; Depth | |
261 TCODE tMaxDepth, "Prof. Max." ; Max. Depth - max 10chars! | |
262 TCODE tDivetime, "Durée" ; Divetime | |
0 | 263 TCODE tDiveHudMask1, "cell. 1" |
264 TCODE tDiveHudMask2, "cell. 2" | |
265 TCODE tDiveHudMask3, "cell. 3" | |
437 | 266 TCODE tDiveTotalAvg, "Prof. Moy." |
0 | 267 TCODE tDiveStopwatch, "Chrono" |
571 | 268 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11chars max |
269 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) | |
270 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend | |
271 TCODE tApnoeSurface, "Tps Surface" ; Surface Time | |
272 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
273 TCODE tDiveClock, "Heure" ; Clock | |
274 TCODE tDiveEAD_END, "EAD/END" ; EAD/END | |
275 TCODE tDiveTissues, "Tissus" ; Tissues | |
276 TCODE tEND, "END:" ; END: | |
277 TCODE tHe, "He" ; He | |
278 TCODE tN2, "N2" ; N2 | |
279 TCODE tDiveBailout, "Bailout" ; Bailout | |
280 TCODE tGFactors, "Valeurs GF" ; GF Values | |
281 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
282 TCODE tGFInfo, " GF Info" ; GF Info | |
283 TCODE tCeiling, "Plafond" ; Ceiling | |
284 TCODE tDiveSafetyStop,"Stop" ; Stop (Four chars, right alligned) | |
285 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) | |
575 | 286 TCODE tDecoInfo, "Zone Déco" ; Deco info |
571 | 287 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check |
288 TCODE tdil, "Dil:" ; Diluent ppO2 Warning | |
289 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning | |
560 | 290 TCODE tSensorDisagree,"Sensors<>" ; Sensors disagree Warning ## NEW voting logic |
291 TCODE tGasNeedsWarn, "Gas Needs" ; ## NEW bailout gas needs | |
571 | 292 TCODE tGasNeedsBar, "Besoins Gaz (bar)" ; ## NEW bailout gas needs |
293 TCODE tCNSsurf, "SNC Surf." ; CNS Surf. ## NEW CNS at end-of-dive | |
294 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS ## NEW CNS at end-of-dive | |
295 TCODE tCNSBO, "SNC B/O" ; CNS B/O ## NEW CNS at end-of-dive | |
296 TCODE tCNSnow, "SNC actuel" ; CNS now ## NEW CNS at end-of-dive | |
297 TCODE tCNSeod, "SNC final" ; CNS fin ## NEW CNS at end-of-dive | |
298 TCODE tIBCD, "CDI N2He" ; IBCD N2He ## NEW IBCD | |
568 | 299 TCODE tMicroBubbles, "M.Bulles " ; ## NEW microbubbles |
300 TCODE tCNS, "SNC: " ; ## V2.95 optics | |
560 | 301 |
0 | 302 ; Divemode menu |
571 | 303 TCODE tDivePreMenu, "Menu ?" ; Menu? |
304 TCODE tSetHeading, "Cap" ; Bearing (Max. seven chars) | |
0 | 305 |
306 ; Simulator menu | |
571 | 307 TCODE tQuitSim, "Fin ?" ; Quit Simulation? |
0 | 308 |
309 ; Logbook | |
310 TCODE tCNS2, "SNC:" | |
437 | 311 TCODE tAVG, "Moy:" |
0 | 312 TCODE tGF, "GF:" |
313 TCODE tSAT, "Sat:" ; Sat: | |
314 | |
315 ; Logbook units | |
316 TCODE tLogTunitC, "°C" | |
317 TCODE tLogTunitF, "°F" | |
318 TCODE tKGL, "kg/l" | |
586 | 319 TCODE tMBAR, "mbar" |
0 | 320 |
321 ; Logbook menu | |
70 | 322 TCODE tNextLog, "Page Suivante" |
0 | 323 |
324 ; Reset menu | |
571 | 325 TCODE tReboot, "Redémarrage" ;Reboot |
326 TCODE tResetMenu2,"Confirmer ?" ;Are You Sure? | |
327 TCODE tAbort, "Quitter" ;Abort | |
328 TCODE tResetSettings, "RaZ Complète" ;Reset All | |
329 TCODE tResetDeco, "RaZ Déco" ;Reset Deco | |
52 | 330 TCODE tResetBattery, "RaZ Batterie" ;Reset Battery |
63 | 331 TCODE tResetLogbook, "RaZ Carnet" ;Reset Logbook |
0 | 332 |
333 ; Set Time Menu/Set Date Menu | |
571 | 334 TCODE tSetHours, "Ajust. Heures" ; Set Hours |
335 TCODE tSetMinutes,"Ajust. Minutes" ; Set Minutes | |
336 TCODE tSetSeconds,"RaZ Secondes" ; Clear Seconds | |
337 TCODE tSetDay, "Ajust. Jours" ; Set Day | |
338 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
339 TCODE tSetYear, "Ajust. Année" ; Set Year | |
0 | 340 |
341 ; Logbook Offset Menu | |
571 | 342 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!) |
0 | 343 TCODE tLogOffsetp1, "+1" ; +1 |
344 TCODE tLogOffsetp10, "+10" ; +10 | |
345 TCODE tLogOffsetm1, "-1" ; -1 | |
346 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
347 |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
348 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
349 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
350 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
351 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
352 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
353 TCODE tS, "S " ; S(outh),157°-202° |
51 | 354 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
355 TCODE tW, "O " ; W(West),248°-292° |
51 | 356 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
357 |
50 | 358 ; Color Scheme menu |
69 | 359 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
70 | 360 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: |
72 | 361 TCODE tColorSetName0, "Blanc" ; White |
51 | 362 TCODE tColorSetName1, "Rouge" ; Red |
363 TCODE tColorSetName2, "Vert" ; Green | |
364 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 365 |
480
ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents:
479
diff
changeset
|
366 ; PSCR Menu and Settings |
571 | 367 TCODE tPSCRMenu, "Menu PSCR" ; PSCR Menu |
368 TCODE tPSCR_O2_drop, "O2 drop:" ; O2 drop | |
369 TCODE tPSCR_lungratio,"Lung ratio:" ; lung ratio |