Mercurial > public > hwos_code
annotate src/text_french.inc @ 144:b839972db982
1.45 beta release
author | heinrichsweikamp |
---|---|
date | Mon, 04 Aug 2014 12:10:35 +0200 |
parents | 9a637c9bb19a |
children | e3ac5b2021bc |
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+ | |
80 | |
81 ; New batteries menu | |
82 TCODE tNewBattTitle, "Nouvelle Batterie?" | |
83 TCODE tNewBattOld, "Conserver" | |
52 | 84 TCODE tNewBattNew36, "Réinit. 3,6V" ; New 3,6V |
85 TCODE tNewBattNew15, "Réinit. 1,5V" ; New 1,5V | |
0 | 86 |
87 ; Gaslist management | |
88 TCODE tGas, "Gaz" ; Gas | |
89 TCODE tGasErr, "Err" ; Err (3 chars) | |
90 | |
91 ; Communication Menu | |
92 TCODE tUsbMode, "USB" | |
93 TCODE tUsbTitle, "Mode USB" | |
94 TCODE tUsbStarting, "Début..." | |
95 TCODE tUsbStartDone, "Ok. " | |
70 | 96 TCODE tUsbServiceMode,"Mode Maintenance" |
97 TCODE tUsbClosed, "Port Fermé" | |
0 | 98 TCODE tUsbExit, "Terminé" |
70 | 99 TCODE tUsbDownloadMode,"Mode Téléchargement" |
100 TCODE tUsbLlBld, "Chargeur Bas-Niv." | |
0 | 101 |
102 ; Dive Settings | |
103 TCODE tDvMode, "Mode:" | |
104 TCODE tDvOC, "OC" | |
105 TCODE tDvCC, "CC" | |
72 | 106 TCODE tDvGauge, "Profondi." |
70 | 107 TCODE tDvApnea, "Apnée" |
0 | 108 TCODE tDkMode, "Modèle:" |
109 TCODE tZHL16, "ZH-L16" | |
110 TCODE tZHL16GF, "ZH-L16+GF" | |
70 | 111 TCODE tPPO2Max, " pO2 Max:" |
112 TCODE tPPO2Min, " pO2 Min:" | |
76 | 113 TCODE tLastDecostop, "Dern.Palier:" |
69 | 114 TCODE tDecoparameters, "Paramètres Déco" |
70 | 115 TCODE tGF_low, "GF Bas:" |
116 TCODE tGF_high, "GF Haut:" | |
0 | 117 TCODE tSaturationMult, "Saturation:" |
52 | 118 TCODE tDesaturationMult, "Désaturation:" |
0 | 119 TCODE tFTTSMenu, "Future DTR:" ; Future TTS |
120 TCODE taGFMenu, "GF Alternatif" ; Alternative GF | |
70 | 121 TCODE taGF_low, "aGF Bas:" ; aGF Low |
122 TCODE taGF_high, "aGF Haut:" ; aGF High | |
0 | 123 TCODE taGF_enable,"aGF Possible:" ; aGF Selectable |
124 TCODE tDiveaGF_active,"aGF!" ; aGF! | |
108 | 125 TCODE tppO2settings,"Menu ppO2" ; ppO2 Settings (max. 18 chars) |
126 TCODE tsafetystopmenu,"Palier sécurité:" ; Safety Stop: (max. 16 chars) | |
0 | 127 |
128 ; Display Settings | |
129 TCODE tBright, "Luminosité:" | |
130 TCODE tEco, "Eco" | |
52 | 131 TCODE tMedium, "Moyenne" |
0 | 132 TCODE tHigh, "Haute" |
133 TCODE tDvSalinity,"Salinité:" ; Salinity | |
134 | |
135 ; Setup Menu | |
69 | 136 TCODE tSystSets, "Réglages" |
0 | 137 TCODE tLanguage, "Langue:" |
138 TCODE tEnglish, "Anglais" | |
139 TCODE tGerman, "Allemand" | |
140 TCODE tFrench, "Français" | |
141 TCODE tItalian, "Italien" | |
72 | 142 TCODE tCompassMenu,"Calibration Compas" ; Compass Calibration |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
143 TCODE tCompassGain,"Sensibilité:" ; Compass Gain: |
0 | 144 |
145 TCODE tUnits, "Unités:" | |
146 TCODE tMetric, " m/°C" ; Enum menu | |
147 TCODE tImperial, "ft/°F" | |
148 | |
149 TCODE tDefName, "HW OSTC3" | |
150 TCODE tbar, "bar" ; bar | |
151 | |
152 ; Units for all menu | |
153 TCODE tMeters, "m" | |
154 TCODE tFeets, "ft" | |
155 TCODE tFeets1, "f" | |
156 TCODE tMinutes, "'" | |
157 TCODE tPercent, "%" | |
158 | |
159 ; Date | |
160 TCODE tDateFormat, "Date:" | |
161 TCODE tDateformat, "MMJJAA" | |
162 TCODE tDateformat1,"JJMMAA" | |
163 TCODE tDateformat2,"AAMMJJ" | |
164 | |
165 ; Simulator menu | |
136 | 166 TCODE tInter, "Start Simulateur" ; Start Simulator |
167 TCODE tPlan, "Simulateur" ; Simulator | |
0 | 168 |
169 ; Decoplanner submenu | |
136 | 170 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
70 | 171 TCODE tMxDep, "Prof. Max:" ; Max Depth: (10 chars) |
0 | 172 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) |
136 | 173 TCODE tDeco, "Calcul Déco" ; Calculate Deco |
0 | 174 TCODE tDivePlan, "Runtime:" ; Dive Plan: |
136 | 175 TCODE tNoDeco, "No Déco" ; No Deco |
0 | 176 TCODE tMore, "Suite..." ; More... |
177 TCODE tCNS, "CNS" ; CNS | |
178 | |
179 ; Information menu | |
180 TCODE tFirmware, "Logiciel: " ; Firmware: (space) | |
181 TCODE tSerial, "N. Série: " ; Serial : (space) | |
182 TCODE tTotalDives,"Plongées tot.: " ; Total Dives: (space) | |
62 | 183 TCODE tBatteryV, "Batterie: " ; Battery: |
0 | 184 |
185 ; Divemode screen | |
186 TCODE tNDL, "NDL" | |
187 TCODE tTTS, "DTR" | |
188 TCODE tVelMetric, "m/min" | |
189 TCODE tVelImperial,"ft/m " | |
190 TCODE tGasSelect, "Activer Gaz" ; Select Gas | |
191 TCODE tSelectAir, "Air " ; Air | |
192 TCODE tSelectO2, "O2 " ; O2 | |
193 TCODE tSelectNx, "Nx" ; Nx | |
194 TCODE tSelectTx, "Tx" ; Tx | |
195 TCODE tDepth, "Prof." ; Depth | |
196 TCODE tMaxDepth, "Prof. Max." ; Max. Depth | |
84 | 197 TCODE tDivetime, "Durée T." ; Divetime |
0 | 198 TCODE tDiveHudMask1, "cell. 1" |
199 TCODE tDiveHudMask2, "cell. 2" | |
200 TCODE tDiveHudMask3, "cell. 3" | |
201 TCODE tDiveTotalAvr, "Prof. Moy." | |
202 TCODE tDiveStopwatch, "Chrono" | |
70 | 203 TCODE tDiveStopAvr, "P.Moy.Chrono" |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
204 TCODE tApnoeTotal, "Totale" ; Total (Six chars, right alligned) |
70 | 205 TCODE tApnoeMax, "Dern.Plongée" ; Last Decend |
38 | 206 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time |
207 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
0 | 208 TCODE tDiveClock, "Heure" ; Clock |
70 | 209 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
38 | 210 TCODE tDiveTissues, "Tissus" ; Tissues |
0 | 211 TCODE tEND, "END:" ; END: |
212 TCODE tHe, "He" ; He | |
213 TCODE tN2, "N2" ; N2 | |
214 TCODE tDiveBailout, "Bailout" ; Bailout | |
38 | 215 TCODE tGFactors, "Valeurs GF" ; GF Values |
216 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
69 | 217 TCODE tGFInfo, " GF Info" ; GF Info |
123 | 218 TCODE tCeiling, "Ceiling" ; Ceiling |
131 | 219 TCODE tDiveSafetyStop," Stop" ; Stop (Five chars, right alligned) |
0 | 220 |
221 ; Divemode menu | |
222 TCODE tDivePreMenu, "Menu?" ; Menu? | |
223 | |
224 ; Simulator menu | |
225 TCODE tQuitApnea, "Fin?" ; Quit Apnea mode? | |
226 TCODE tQuitSim, "Fin?" ; Quit Simulation? | |
227 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
228 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
229 | |
230 ; Logbook | |
231 TCODE tCNS2, "SNC:" | |
232 TCODE tAVR, "Moy:" | |
233 TCODE tGF, "GF:" | |
234 TCODE tSAT, "Sat:" ; Sat: | |
235 | |
236 ; Logbook units | |
237 TCODE tLogTunitC, "°C" | |
238 TCODE tLogTunitF, "°F" | |
239 TCODE tKGL, "kg/l" | |
240 TCODE tMBAR, "mbar" | |
241 | |
242 ; Logbook menu | |
70 | 243 TCODE tNextLog, "Page Suivante" |
244 TCODE tExitLog, "Sortir Carnet" | |
0 | 245 |
246 ; Reset menu | |
69 | 247 TCODE tReboot, "Redémarrage" ;Reboot |
70 | 248 TCODE tResetMenu2,"Confirmer ?" ;Are You Sure? |
0 | 249 TCODE tAbort, "Quitter" ;Abort |
70 | 250 TCODE tResetSettings, "RaZ Complète" ;Reset All |
69 | 251 TCODE tResetDeco, "RaZ Déco" ;Reset Deco |
52 | 252 TCODE tResetBattery, "RaZ Batterie" ;Reset Battery |
63 | 253 TCODE tResetLogbook, "RaZ Carnet" ;Reset Logbook |
0 | 254 |
255 ; Set Time Menu/Set Date Menu | |
256 TCODE tSetHours, "Ajust. Heures" ; Set Hours | |
257 TCODE tSetMinutes,"Ajust. Minutes" ; Set Minutes | |
70 | 258 TCODE tSetSeconds,"RaZ Secondes" ; Clear Seconds |
0 | 259 TCODE tSetDay, "Ajust. Jours" ; Set Day |
260 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
261 TCODE tSetYear, "Ajust. Année" ; Set Year | |
262 | |
263 ; After update texts | |
70 | 264 TCODE tNewFirmware1, "Mise à Jour OK !" ; Update successful! |
265 TCODE tNewFirmware2, "Nouvelle Version: " ; New Firmware: | |
0 | 266 |
267 ; Logbook Offset Menu | |
268 TCODE tLogOffset, "Num. 1er plongée" ; Logbook offset | |
269 TCODE tLogOffsetp1, "+1" ; +1 | |
270 TCODE tLogOffsetp10, "+10" ; +10 | |
271 TCODE tLogOffsetm1, "-1" ; -1 | |
272 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
273 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
274 ; Sampling rate |
70 | 275 TCODE tSamplingrate, "Fréq. Mesures:" ; Sampling rate: |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
276 TCODE tSampling2s, "2s" ; 2s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
277 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
278 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
279 ; Compass directions |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
280 TCODE tN, "N" ; N(orth),338°-22° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
281 TCODE tNE, "NE" ; North-East,23°-67° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
282 TCODE tE, "E" ; E(east),68°-112° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
283 TCODE tSE, "SE" ; South-East,113°-157° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
284 TCODE tS, "S" ; S(outh),157°-202° |
51 | 285 TCODE tSW, "SO" ; South-West,203°-247° |
286 TCODE tW, "O" ; W(West),248°-292° | |
287 TCODE tNW, "NO" ; North-West,293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
288 |
50 | 289 ; Color Scheme menu |
69 | 290 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
70 | 291 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: |
72 | 292 TCODE tColorSetName0, "Blanc" ; White |
51 | 293 TCODE tColorSetName1, "Rouge" ; Red |
294 TCODE tColorSetName2, "Vert" ; Green | |
295 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 296 |
297 | |
298 |