Mercurial > public > hwos_code
annotate src/text_french.inc @ 269:1207cf9a9408
adjust menu for different hardware versions
author | heinrichsweikamp |
---|---|
date | Mon, 20 Apr 2015 11:18:30 +0200 |
parents | ad62dff7739a |
children | e4cb495aed3d |
rev | line source |
---|---|
72 | 1 ;============================================================================= >> OCTC3 V1.13b > ClaudeDive update proposed. |
0 | 2 ; |
70 | 3 ; File text_french.asm |
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 | |
13 | |
14 ; Surface-mode texts | |
15 TCODE tBeta, "béta" ; beta | |
76 | 16 TCODE tMenu, "<Menu" ; <Menu |
70 | 17 TCODE tView, "Vues>" ; View> |
69 | 18 TCODE tHeading, "Cap:" ; Heading: |
0 | 19 |
20 ; Divemode Menu | |
70 | 21 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List |
69 | 22 TCODE tDivemenu_ResetAvr, "RaZChrono" ; Reset Avr. |
0 | 23 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint |
69 | 24 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor |
25 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF | |
0 | 26 |
27 ; Main menu | |
70 | 28 TCODE tNext, "<Suivant" ; <Next |
0 | 29 TCODE tEnter, "Entrer>" ; Enter> |
30 | |
70 | 31 TCODE tMainMenu, "Menu Principal"; Main Menu |
0 | 32 TCODE tLogbook, "Carnet de Plongée" ; Logbook |
70 | 33 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup |
0 | 34 TCODE tSetTime, "Réglage Heure" ; Set Time |
35 TCODE tSetDate, "Réglage Date" ; Set Date | |
36 TCODE tSetTimeDate,"Date & Heure" ; Set Time & Date | |
69 | 37 TCODE tDispSets, "Préfér. Réglages" ; Display Settings |
0 | 38 TCODE tExit, "Retour" ; Exit |
52 | 39 TCODE tResetMenu, "Menu RaZ" ; Reset Menu |
0 | 40 TCODE tDiveModeMenu,"Menu Déco" ; Deco Mode |
69 | 41 TCODE tInfoMenu, "Informations" ; Information |
56 | 42 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup |
72 | 43 TCODE tDiluentSetup,"Liste Diluant" ; Diluent Setup |
0 | 44 TCODE tFixedSetpoints,"Setpoints fixes" ; Fixed Setpoints |
45 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor | |
113 | 46 TCODE tCalibrateMenu, "Calibration" ; Calibration |
47 TCODE tCalibrationGas, "Cal. Gas O2:" ; Cal. Gas O2: | |
48 TCODE tCalibrate, "Calibrate" ; Calibrate | |
0 | 49 |
50 ; Gas menu | |
70 | 51 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
|
52 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents |
72 | 53 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas |
0 | 54 TCODE tType, "Type: " |
52 | 55 TCODE tGasDisabled,"Désactivé" ; Disabled |
0 | 56 TCODE tGasFirst, "Premier" ; First |
57 TCODE tGasTravel, "Travel" ; Travel | |
52 | 58 TCODE tGasDeco, "Déco" ; Deco |
59 TCODE tDilDisabled,"Désactivé" ; Disabled | |
0 | 60 TCODE tDilFirst, "Premier" ; First |
61 TCODE tDilNorm, "Normal" ; Normal | |
62 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | |
63 TCODE tO2, "O2 " ; tAir + 5 | |
64 TCODE tO2Plus, "O2 +" | |
65 TCODE tO2Minus, "O2 -" | |
66 TCODE tHePlus, "He +" | |
67 TCODE tHeMinus, "He -" | |
70 | 68 TCODE tMOD, "MOD:" |
69 TCODE tEAD, "EAD:" | |
69 | 70 TCODE tGasDepth, "Prof. Changement" ; Change Depth |
0 | 71 TCODE tDepthPlus, "Prof. +" |
72 TCODE tDepthMinus,"Prof. -" | |
70 | 73 TCODE tDepthReset,"MOD par défaut:" |
72 | 74 TCODE tSetup_mix, "Config. Gaz" ; Setup mix |
0 | 75 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: |
76 TCODE tCCRModeFixedSP, "SP Fixe" ; Fixed SP | |
77 TCODE tCCRModeSensor, "Cellule" ; Sensor | |
78 TCODE tSP, "SP" ; SP (SetPoint) | |
79 TCODE tSPPlus, "pO2+" ; pO2+ | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
80 TCODE tSensorFallback, "Fallback:" ; Fallback: |
154
afa31c815f24
NEW: Show ppO2 for change depth during gas setup
heinrichsweikamp
parents:
148
diff
changeset
|
81 TCODE tppO2, "ppO2:" ; ppO2: |
0 | 82 |
83 ; New batteries menu | |
84 TCODE tNewBattTitle, "Nouvelle Batterie?" | |
85 TCODE tNewBattOld, "Conserver" | |
52 | 86 TCODE tNewBattNew36, "Réinit. 3,6V" ; New 3,6V |
87 TCODE tNewBattNew15, "Réinit. 1,5V" ; New 1,5V | |
0 | 88 |
89 ; Gaslist management | |
90 TCODE tGas, "Gaz" ; Gas | |
91 TCODE tGasErr, "Err" ; Err (3 chars) | |
92 | |
93 ; Communication Menu | |
94 TCODE tUsbMode, "USB" | |
95 TCODE tUsbTitle, "Mode USB" | |
269
1207cf9a9408
adjust menu for different hardware versions
heinrichsweikamp
parents:
255
diff
changeset
|
96 TCODE tBleTitle, "Mode Bluetooth" |
0 | 97 TCODE tUsbStarting, "Début..." |
182 | 98 TCODE tUsbStartDone, "Ok." |
70 | 99 TCODE tUsbServiceMode,"Mode Maintenance" |
100 TCODE tUsbClosed, "Port Fermé" | |
0 | 101 TCODE tUsbExit, "Terminé" |
70 | 102 TCODE tUsbDownloadMode,"Mode Téléchargement" |
103 TCODE tUsbLlBld, "Chargeur Bas-Niv." | |
0 | 104 |
105 ; Dive Settings | |
106 TCODE tDvMode, "Mode:" | |
107 TCODE tDvOC, "OC" | |
108 TCODE tDvCC, "CC" | |
72 | 109 TCODE tDvGauge, "Profondi." |
70 | 110 TCODE tDvApnea, "Apnée" |
0 | 111 TCODE tDkMode, "Modèle:" |
112 TCODE tZHL16, "ZH-L16" | |
113 TCODE tZHL16GF, "ZH-L16+GF" | |
70 | 114 TCODE tPPO2Max, " pO2 Max:" |
115 TCODE tPPO2Min, " pO2 Min:" | |
76 | 116 TCODE tLastDecostop, "Dern.Palier:" |
69 | 117 TCODE tDecoparameters, "Paramètres Déco" |
70 | 118 TCODE tGF_low, "GF Bas:" |
119 TCODE tGF_high, "GF Haut:" | |
0 | 120 TCODE tSaturationMult, "Saturation:" |
52 | 121 TCODE tDesaturationMult, "Désaturation:" |
0 | 122 TCODE tFTTSMenu, "Future DTR:" ; Future TTS |
123 TCODE taGFMenu, "GF Alternatif" ; Alternative GF | |
70 | 124 TCODE taGF_low, "aGF Bas:" ; aGF Low |
125 TCODE taGF_high, "aGF Haut:" ; aGF High | |
0 | 126 TCODE taGF_enable,"aGF Possible:" ; aGF Selectable |
127 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
108 | 128 TCODE tppO2settings,"Menu ppO2" ; ppO2 Settings (max. 18 chars) |
129 TCODE tsafetystopmenu,"Palier sécurité:" ; Safety Stop: (max. 16 chars) | |
0 | 130 |
131 ; Display Settings | |
132 TCODE tBright, "Luminosité:" | |
133 TCODE tEco, "Eco" | |
52 | 134 TCODE tMedium, "Moyenne" |
0 | 135 TCODE tHigh, "Haute" |
136 TCODE tDvSalinity,"Salinité:" ; Salinity | |
155
5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
heinrichsweikamp
parents:
154
diff
changeset
|
137 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen |
0 | 138 |
139 ; Setup Menu | |
69 | 140 TCODE tSystSets, "Réglages" |
0 | 141 TCODE tLanguage, "Langue:" |
142 TCODE tEnglish, "Anglais" | |
143 TCODE tGerman, "Allemand" | |
144 TCODE tFrench, "Français" | |
145 TCODE tItalian, "Italien" | |
72 | 146 TCODE tCompassMenu,"Calibration Compas" ; Compass Calibration |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
147 TCODE tCompassGain,"Sensibilité:" ; Compass Gain: |
0 | 148 |
149 TCODE tUnits, "Unités:" | |
150 TCODE tMetric, " m/°C" ; Enum menu | |
151 TCODE tImperial, "ft/°F" | |
152 | |
200 | 153 TCODE tDefName, "HW OSTC" |
0 | 154 TCODE tbar, "bar" ; bar |
155 | |
220
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
156 TCODE tButtonleft,"Left button:" ; Left button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
157 TCODE tButtonright,"Right button:" ; Right button |
effd7259f5a5
make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents:
216
diff
changeset
|
158 |
0 | 159 ; Units for all menu |
160 TCODE tMeters, "m" | |
161 TCODE tFeets, "ft" | |
162 TCODE tFeets1, "f" | |
163 TCODE tMinutes, "'" | |
164 TCODE tPercent, "%" | |
165 | |
166 ; Date | |
167 TCODE tDateFormat, "Date:" | |
168 TCODE tDateformat, "MMJJAA" | |
169 TCODE tDateformat1,"JJMMAA" | |
170 TCODE tDateformat2,"AAMMJJ" | |
171 | |
172 ; Simulator menu | |
136 | 173 TCODE tInter, "Start Simulateur" ; Start Simulator |
174 TCODE tPlan, "Simulateur" ; Simulator | |
0 | 175 |
176 ; Decoplanner submenu | |
136 | 177 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
208
53771bd3d567
NEW: Show plan parameters in decoplan result page
heinrichsweikamp
parents:
200
diff
changeset
|
178 TCODE tBtTm_short,"Temps:" ; Bot. Time: (max. 6 chars) |
70 | 179 TCODE tMxDep, "Prof. Max:" ; Max Depth: (10 chars) |
0 | 180 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) |
136 | 181 TCODE tDeco, "Calcul Déco" ; Calculate Deco |
0 | 182 TCODE tDivePlan, "Runtime:" ; Dive Plan: |
136 | 183 TCODE tNoDeco, "No Déco" ; No Deco |
0 | 184 TCODE tMore, "Suite..." ; More... |
185 TCODE tCNS, "CNS" ; CNS | |
186 | |
187 ; Information menu | |
188 TCODE tFirmware, "Logiciel: " ; Firmware: (space) | |
189 TCODE tSerial, "N. Série: " ; Serial : (space) | |
190 TCODE tTotalDives,"Plongées tot.: " ; Total Dives: (space) | |
62 | 191 TCODE tBatteryV, "Batterie: " ; Battery: |
0 | 192 |
193 ; Divemode screen | |
194 TCODE tNDL, "NDL" | |
195 TCODE tTTS, "DTR" | |
196 TCODE tVelMetric, "m/min" | |
197 TCODE tVelImperial,"ft/m " | |
198 TCODE tGasSelect, "Activer Gaz" ; Select Gas | |
199 TCODE tSelectAir, "Air " ; Air | |
200 TCODE tSelectO2, "O2 " ; O2 | |
201 TCODE tSelectNx, "Nx" ; Nx | |
202 TCODE tSelectTx, "Tx" ; Tx | |
203 TCODE tDepth, "Prof." ; Depth | |
204 TCODE tMaxDepth, "Prof. Max." ; Max. Depth | |
84 | 205 TCODE tDivetime, "Durée T." ; Divetime |
0 | 206 TCODE tDiveHudMask1, "cell. 1" |
207 TCODE tDiveHudMask2, "cell. 2" | |
208 TCODE tDiveHudMask3, "cell. 3" | |
209 TCODE tDiveTotalAvr, "Prof. Moy." | |
210 TCODE tDiveStopwatch, "Chrono" | |
70 | 211 TCODE tDiveStopAvr, "P.Moy.Chrono" |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
212 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
70 | 213 TCODE tApnoeMax, "Dern.Plongée" ; Last Decend |
38 | 214 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time |
215 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
0 | 216 TCODE tDiveClock, "Heure" ; Clock |
70 | 217 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
38 | 218 TCODE tDiveTissues, "Tissus" ; Tissues |
0 | 219 TCODE tEND, "END:" ; END: |
220 TCODE tHe, "He" ; He | |
221 TCODE tN2, "N2" ; N2 | |
222 TCODE tDiveBailout, "Bailout" ; Bailout | |
38 | 223 TCODE tGFactors, "Valeurs GF" ; GF Values |
224 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
69 | 225 TCODE tGFInfo, " GF Info" ; GF Info |
123 | 226 TCODE tCeiling, "Ceiling" ; Ceiling |
131 | 227 TCODE tDiveSafetyStop," Stop" ; Stop (Five chars, right alligned) |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
144
diff
changeset
|
228 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars) |
0 | 229 |
230 ; Divemode menu | |
231 TCODE tDivePreMenu, "Menu?" ; Menu? | |
255 | 232 TCODE tSetHeading, "Cap" ; Bearing (Max. seven chars) |
0 | 233 |
234 ; Simulator menu | |
235 TCODE tQuitSim, "Fin?" ; Quit Simulation? | |
236 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
237 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
208
diff
changeset
|
238 TCODE tplus5min, "Sim:+5'" ; +5 mins |
0 | 239 |
240 ; Logbook | |
241 TCODE tCNS2, "SNC:" | |
242 TCODE tAVR, "Moy:" | |
243 TCODE tGF, "GF:" | |
244 TCODE tSAT, "Sat:" ; Sat: | |
245 | |
246 ; Logbook units | |
247 TCODE tLogTunitC, "°C" | |
248 TCODE tLogTunitF, "°F" | |
249 TCODE tKGL, "kg/l" | |
250 TCODE tMBAR, "mbar" | |
251 | |
252 ; Logbook menu | |
70 | 253 TCODE tNextLog, "Page Suivante" |
254 TCODE tExitLog, "Sortir Carnet" | |
0 | 255 |
256 ; Reset menu | |
69 | 257 TCODE tReboot, "Redémarrage" ;Reboot |
182 | 258 TCODE tResetMenu2,"Confirmer?" ;Are You Sure? |
0 | 259 TCODE tAbort, "Quitter" ;Abort |
70 | 260 TCODE tResetSettings, "RaZ Complète" ;Reset All |
69 | 261 TCODE tResetDeco, "RaZ Déco" ;Reset Deco |
52 | 262 TCODE tResetBattery, "RaZ Batterie" ;Reset Battery |
63 | 263 TCODE tResetLogbook, "RaZ Carnet" ;Reset Logbook |
0 | 264 |
265 ; Set Time Menu/Set Date Menu | |
266 TCODE tSetHours, "Ajust. Heures" ; Set Hours | |
267 TCODE tSetMinutes,"Ajust. Minutes" ; Set Minutes | |
70 | 268 TCODE tSetSeconds,"RaZ Secondes" ; Clear Seconds |
0 | 269 TCODE tSetDay, "Ajust. Jours" ; Set Day |
270 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
271 TCODE tSetYear, "Ajust. Année" ; Set Year | |
272 | |
273 ; After update texts | |
182 | 274 TCODE tNewFirmware1, "Mise à Jour OK!" ; Update successful! |
70 | 275 TCODE tNewFirmware2, "Nouvelle Version: " ; New Firmware: |
0 | 276 |
277 ; Logbook Offset Menu | |
278 TCODE tLogOffset, "Num. 1er plongée" ; Logbook offset | |
279 TCODE tLogOffsetp1, "+1" ; +1 | |
280 TCODE tLogOffsetp10, "+10" ; +10 | |
281 TCODE tLogOffsetm1, "-1" ; -1 | |
282 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
283 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
284 ; Sampling rate |
70 | 285 TCODE tSamplingrate, "Fréq. Mesures:" ; Sampling rate: |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
286 TCODE tSampling2s, "2s" ; 2s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
287 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
288 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
289 ; Compass directions |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
290 TCODE tN, "N " ; N(orth),338°-22° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
291 TCODE tNE, "NE" ; North-East,23°-67° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
292 TCODE tE, "E " ; E(east),68°-112° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
293 TCODE tSE, "SE" ; South-East,113°-157° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
294 TCODE tS, "S " ; S(outh),157°-202° |
51 | 295 TCODE tSW, "SO" ; South-West,203°-247° |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
296 TCODE tW, "O " ; W(West),248°-292° |
51 | 297 TCODE tNW, "NO" ; North-West,293°-337° |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
298 |
50 | 299 ; Color Scheme menu |
69 | 300 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
70 | 301 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: |
72 | 302 TCODE tColorSetName0, "Blanc" ; White |
51 | 303 TCODE tColorSetName1, "Rouge" ; Red |
304 TCODE tColorSetName2, "Vert" ; Green | |
305 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 306 |
307 | |
308 |