Mercurial > public > hwos_code
annotate src/text_french.inc @ 95:3dfc2b7ced6d
BUGFIX: Show "*" always in front of the initial Setpoint 1
author | heinrichsweikamp |
---|---|
date | Mon, 28 Apr 2014 10:17:18 +0200 |
parents | 3274e87fd027 |
children | 223579e905c3 |
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 tSimulator, "Simulateur" ; Simulator |
35 TCODE tSetTime, "Réglage Heure" ; Set Time | |
36 TCODE tSetDate, "Réglage Date" ; Set Date | |
37 TCODE tSetTimeDate,"Date & Heure" ; Set Time & Date | |
69 | 38 TCODE tDispSets, "Préfér. Réglages" ; Display Settings |
0 | 39 TCODE tExit, "Retour" ; Exit |
52 | 40 TCODE tResetMenu, "Menu RaZ" ; Reset Menu |
0 | 41 TCODE tDiveModeMenu,"Menu Déco" ; Deco Mode |
69 | 42 TCODE tInfoMenu, "Informations" ; Information |
56 | 43 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup |
72 | 44 TCODE tDiluentSetup,"Liste Diluant" ; Diluent Setup |
0 | 45 TCODE tFixedSetpoints,"Setpoints fixes" ; Fixed Setpoints |
46 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor | |
47 | |
48 ; Gas menu | |
70 | 49 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
|
50 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents |
72 | 51 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas |
0 | 52 TCODE tType, "Type: " |
52 | 53 TCODE tGasDisabled,"Désactivé" ; Disabled |
0 | 54 TCODE tGasFirst, "Premier" ; First |
55 TCODE tGasTravel, "Travel" ; Travel | |
52 | 56 TCODE tGasDeco, "Déco" ; Deco |
57 TCODE tDilDisabled,"Désactivé" ; Disabled | |
0 | 58 TCODE tDilFirst, "Premier" ; First |
59 TCODE tDilNorm, "Normal" ; Normal | |
60 TCODE tAir, "Air " ; Enum: values must follows (5 chars) | |
61 TCODE tO2, "O2 " ; tAir + 5 | |
62 TCODE tO2Plus, "O2 +" | |
63 TCODE tO2Minus, "O2 -" | |
64 TCODE tHePlus, "He +" | |
65 TCODE tHeMinus, "He -" | |
70 | 66 TCODE tMOD, "MOD:" |
67 TCODE tEAD, "EAD:" | |
69 | 68 TCODE tGasDepth, "Prof. Changement" ; Change Depth |
0 | 69 TCODE tDepthPlus, "Prof. +" |
70 TCODE tDepthMinus,"Prof. -" | |
70 | 71 TCODE tDepthReset,"MOD par défaut:" |
72 | 72 TCODE tSetup_mix, "Config. Gaz" ; Setup mix |
0 | 73 TCODE tCCRMode, "Mode CCR:" ; CCR Mode: |
74 TCODE tCCRModeFixedSP, "SP Fixe" ; Fixed SP | |
75 TCODE tCCRModeSensor, "Cellule" ; Sensor | |
76 TCODE tSP, "SP" ; SP (SetPoint) | |
77 TCODE tSPPlus, "pO2+" ; pO2+ | |
78 | |
79 ; New batteries menu | |
80 TCODE tNewBattTitle, "Nouvelle Batterie?" | |
81 TCODE tNewBattOld, "Conserver" | |
52 | 82 TCODE tNewBattNew36, "Réinit. 3,6V" ; New 3,6V |
83 TCODE tNewBattNew15, "Réinit. 1,5V" ; New 1,5V | |
0 | 84 |
85 ; Gaslist management | |
86 TCODE tGas, "Gaz" ; Gas | |
87 TCODE tNx, "Nx " ; Nx (3 chars) | |
88 TCODE tTx, "Tx " ; Tx (3 chars) | |
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! | |
125 | |
126 ; Display Settings | |
127 TCODE tBright, "Luminosité:" | |
128 TCODE tEco, "Eco" | |
52 | 129 TCODE tMedium, "Moyenne" |
0 | 130 TCODE tHigh, "Haute" |
131 TCODE tDvSalinity,"Salinité:" ; Salinity | |
132 | |
133 ; Setup Menu | |
69 | 134 TCODE tSystSets, "Réglages" |
0 | 135 TCODE tLanguage, "Langue:" |
136 TCODE tEnglish, "Anglais" | |
137 TCODE tGerman, "Allemand" | |
138 TCODE tFrench, "Français" | |
139 TCODE tItalian, "Italien" | |
72 | 140 TCODE tCompassMenu,"Calibration Compas" ; Compass Calibration |
90
3274e87fd027
NEW: automatic compass gain makes calibration quicker
heinrichsweikamp
parents:
89
diff
changeset
|
141 TCODE tCompassGain,"Sensibilité:" ; Compass Gain: |
18
4e3f133dfbf4
add new opt_compass_gain option to work with more magnetic battery types
heinrichsweikamp
parents:
0
diff
changeset
|
142 TCODE tcharx, "x" |
0 | 143 |
144 TCODE tUnits, "Unités:" | |
145 TCODE tMetric, " m/°C" ; Enum menu | |
146 TCODE tImperial, "ft/°F" | |
147 | |
148 TCODE tDefName, "HW OSTC3" | |
149 TCODE tbar, "bar" ; bar | |
150 | |
151 ; Units for all menu | |
152 TCODE tMeters, "m" | |
153 TCODE tFeets, "ft" | |
154 TCODE tFeets1, "f" | |
155 TCODE tMinutes, "'" | |
156 TCODE tPercent, "%" | |
157 | |
158 ; Date | |
159 TCODE tDateFormat, "Date:" | |
160 TCODE tDateformat, "MMJJAA" | |
161 TCODE tDateformat1,"JJMMAA" | |
162 TCODE tDateformat2,"AAMMJJ" | |
163 | |
164 ; Simulator menu | |
165 TCODE tInter, "Simulateur" ; Dive Simulator | |
166 TCODE tPlan, "Planification" ; Deco Planner | |
167 | |
168 ; Decoplanner submenu | |
70 | 169 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars) |
170 TCODE tMxDep, "Prof. Max:" ; Max Depth: (10 chars) | |
0 | 171 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars) |
70 | 172 TCODE tDeco, "Calcul Déco" ; Calculate Deco |
0 | 173 TCODE tDivePlan, "Runtime:" ; Dive Plan: |
70 | 174 TCODE tNoDeco, "No Déco" ; No Deco |
0 | 175 TCODE tMore, "Suite..." ; More... |
176 TCODE tCNS, "CNS" ; CNS | |
177 | |
178 ; Information menu | |
179 TCODE tFirmware, "Logiciel: " ; Firmware: (space) | |
180 TCODE tSerial, "N. Série: " ; Serial : (space) | |
181 TCODE tTotalDives,"Plongées tot.: " ; Total Dives: (space) | |
62 | 182 TCODE tBatteryV, "Batterie: " ; Battery: |
0 | 183 |
184 ; Divemode screen | |
185 TCODE tNDL, "NDL" | |
186 TCODE tTTS, "DTR" | |
187 TCODE tVelMetric, "m/min" | |
188 TCODE tVelImperial,"ft/m " | |
189 TCODE tGasSelect, "Activer Gaz" ; Select Gas | |
190 TCODE tSelectAir, "Air " ; Air | |
191 TCODE tSelectO2, "O2 " ; O2 | |
192 TCODE tSelectNx, "Nx" ; Nx | |
193 TCODE tSelectTx, "Tx" ; Tx | |
194 TCODE tDepth, "Prof." ; Depth | |
195 TCODE tMaxDepth, "Prof. Max." ; Max. Depth | |
84 | 196 TCODE tDivetime, "Durée T." ; Divetime |
0 | 197 TCODE tDiveHudMask1, "cell. 1" |
198 TCODE tDiveHudMask2, "cell. 2" | |
199 TCODE tDiveHudMask3, "cell. 3" | |
200 TCODE tDiveTotalAvr, "Prof. Moy." | |
201 TCODE tDiveStopwatch, "Chrono" | |
70 | 202 TCODE tDiveStopAvr, "P.Moy.Chrono" |
203 TCODE tApnoeTotal, " Durée Totale"; Total Divetime | |
204 TCODE tApnoeMax, "Dern.Plongée" ; Last Decend | |
38 | 205 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time |
206 TCODE tDiveDecoplan, "Runtime" ; Decoplan | |
0 | 207 TCODE tDiveClock, "Heure" ; Clock |
70 | 208 TCODE tDiveEAD_END, "EAD/END" ; EAD/END |
38 | 209 TCODE tDiveTissues, "Tissus" ; Tissues |
0 | 210 TCODE tEND, "END:" ; END: |
211 TCODE tHe, "He" ; He | |
212 TCODE tN2, "N2" ; N2 | |
213 TCODE tDiveBailout, "Bailout" ; Bailout | |
38 | 214 TCODE tGFactors, "Valeurs GF" ; GF Values |
215 TCODE taGFactors, "Valeurs aGF" ; aGF Values | |
69 | 216 TCODE tGFInfo, " GF Info" ; GF Info |
0 | 217 |
218 ; Divemode menu | |
219 TCODE tDivePreMenu, "Menu?" ; Menu? | |
220 | |
221 ; Simulator menu | |
222 TCODE tQuitApnea, "Fin?" ; Quit Apnea mode? | |
223 TCODE tQuitSim, "Fin?" ; Quit Simulation? | |
224 TCODE tDescent1m, "Sim:-1m" ; Descent 1m | |
225 TCODE tAscent1m, "Sim:+1m" ; Ascent 1m | |
226 | |
227 ; Logbook | |
228 TCODE tCNS2, "SNC:" | |
229 TCODE tAVR, "Moy:" | |
230 TCODE tGF, "GF:" | |
231 TCODE tSAT, "Sat:" ; Sat: | |
232 | |
233 ; Logbook units | |
234 TCODE tLogTunitC, "°C" | |
235 TCODE tLogTunitF, "°F" | |
236 TCODE tKGL, "kg/l" | |
237 TCODE tMBAR, "mbar" | |
238 | |
239 ; Logbook menu | |
70 | 240 TCODE tNextLog, "Page Suivante" |
241 TCODE tExitLog, "Sortir Carnet" | |
0 | 242 |
243 ; Reset menu | |
69 | 244 TCODE tReboot, "Redémarrage" ;Reboot |
70 | 245 TCODE tResetMenu2,"Confirmer ?" ;Are You Sure? |
0 | 246 TCODE tAbort, "Quitter" ;Abort |
70 | 247 TCODE tResetSettings, "RaZ Complète" ;Reset All |
69 | 248 TCODE tResetDeco, "RaZ Déco" ;Reset Deco |
52 | 249 TCODE tResetBattery, "RaZ Batterie" ;Reset Battery |
63 | 250 TCODE tResetLogbook, "RaZ Carnet" ;Reset Logbook |
0 | 251 |
252 ; Set Time Menu/Set Date Menu | |
253 TCODE tSetHours, "Ajust. Heures" ; Set Hours | |
254 TCODE tSetMinutes,"Ajust. Minutes" ; Set Minutes | |
70 | 255 TCODE tSetSeconds,"RaZ Secondes" ; Clear Seconds |
0 | 256 TCODE tSetDay, "Ajust. Jours" ; Set Day |
257 TCODE tSetMonth, "Ajust. Mois" ; Set Month | |
258 TCODE tSetYear, "Ajust. Année" ; Set Year | |
259 | |
260 ; After update texts | |
70 | 261 TCODE tNewFirmware1, "Mise à Jour OK !" ; Update successful! |
262 TCODE tNewFirmware2, "Nouvelle Version: " ; New Firmware: | |
0 | 263 |
264 ; Logbook Offset Menu | |
265 TCODE tLogOffset, "Num. 1er plongée" ; Logbook offset | |
266 TCODE tLogOffsetp1, "+1" ; +1 | |
267 TCODE tLogOffsetp10, "+10" ; +10 | |
268 TCODE tLogOffsetm1, "-1" ; -1 | |
269 TCODE tLogOffsetm10, "-10" ; -10 | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
270 |
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
271 ; Sampling rate |
70 | 272 TCODE tSamplingrate, "Fréq. Mesures:" ; Sampling rate: |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
18
diff
changeset
|
273 TCODE tSampling2s, "2s" ; 2s |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
274 TCODE tSampling10s, "10s" ; 10s |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
275 |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
276 ; Compass directions |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
277 TCODE tN, "N" ; N(orth),338°-22° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
278 TCODE tNE, "NE" ; North-East,23°-67° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
279 TCODE tE, "E" ; E(east),68°-112° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
280 TCODE tSE, "SE" ; South-East,113°-157° |
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
281 TCODE tS, "S" ; S(outh),157°-202° |
51 | 282 TCODE tSW, "SO" ; South-West,203°-247° |
283 TCODE tW, "O" ; W(West),248°-292° | |
284 TCODE tNW, "NO" ; North-West,293°-337° | |
29
50c3e2c7ba7a
adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents:
23
diff
changeset
|
285 |
50 | 286 ; Color Scheme menu |
69 | 287 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme |
70 | 288 TCODE tColorSetDive, "Mode Plongée:" ; Divemode: |
72 | 289 TCODE tColorSetName0, "Blanc" ; White |
51 | 290 TCODE tColorSetName1, "Rouge" ; Red |
291 TCODE tColorSetName2, "Vert" ; Green | |
292 TCODE tColorSetName3, "Bleu" ; Blue | |
50 | 293 |
294 | |
295 |