Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/french_text.asm @ 193:652e17b6267a
Minor fixes.
author | JeanDo |
---|---|
date | Sat, 12 Feb 2011 01:16:47 +0100 |
parents | 223366ec7bf9 |
children | 94c1eaa1e25b |
comparison
equal
deleted
inserted
replaced
192:c8816e4bc724 | 193:652e17b6267a |
---|---|
57 ; you will have to adjust position. A char is 7 pixels wide. | 57 ; you will have to adjust position. A char is 7 pixels wide. |
58 ; | 58 ; |
59 ;============================================================================= | 59 ;============================================================================= |
60 ; macro X Y "translation" ; English original | 60 ; macro X Y "translation" ; English original |
61 TCODE .0, .0, "Calcul du hash MD2" ;001 Building MD2 Hash | 61 TCODE .0, .0, "Calcul du hash MD2" ;001 Building MD2 Hash |
62 TCODE .0, .25, "Attendre SVP..." ;002 Please Wait... | 62 TCODE .0, .25, "Attendez SVP..." ;002 Please Wait... |
63 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 | 63 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 |
64 TCODE .65, .2, "Menu?" ;004 Menu? | 64 TCODE .65, .2, "Menu?" ;004 Menu? |
65 TCODE .65, .2, "Menu:" ;005 Menu: | 65 TCODE .65, .2, "Menu:" ;005 Menu: |
66 TCODE .20, .35, "Carnet de plongées" ;006 Logbook | 66 TCODE .20, .35, "Carnet de plongées" ;006 Logbook |
67 TCODE .20, .65, "Réglage Gaz" ;007 Gas Setup | 67 TCODE .20, .65, "Réglage des Gaz" ;007 Gas Setup |
68 TCODE .20, .35, "Réglage Heure" ;008 Set Time | 68 TCODE .20, .35, "Réglage Heure" ;008 Set Time |
69 TCODE .20, .95, "Remises à zéro" ;009 Reset Menu | 69 TCODE .20, .95, "Remises a zéro" ;009 Reset Menu |
70 TCODE .20, .125, "Menu Réglages" ;010 Setup | 70 TCODE .20, .125, "Menu Réglages" ;010 Setup |
71 TCODE .20, .185, "Sortir" ;011 Exit | 71 TCODE .20, .185, "Sortir" ;011 Exit |
72 TCODE .115, .2, "Attendre..." ;012 Wait.. | 72 TCODE .83, .2, "Attendre..." ;012 Wait.. |
73 TCODE .0, .24, "Hash MD2:" ;013 MD2 Hash: | 73 TCODE .0, .24, "Hash MD2:" ;013 MD2 Hash: |
74 TCODE .0, .0, "Désat" ;014 Desat (Desaturation count-down) | 74 TCODE .0, .0, "Désat" ;014 Desat (Desaturation count-down) |
75 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB) | 75 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB) |
76 TCODE .10, .30, "Démarrer" ;016 Start | 76 TCODE .10, .30, "Démarrer" ;016 Start |
77 TCODE .10, .55, "Données" ;017 Data | 77 TCODE .10, .55, "Données" ;017 Data |
81 TCODE .20, .35, "Annuler RaZ" ;021 Cancel Reset | 81 TCODE .20, .35, "Annuler RaZ" ;021 Cancel Reset |
82 TCODE .32, .65, "Heure:" ;022 Time: | 82 TCODE .32, .65, "Heure:" ;022 Time: |
83 TCODE .32, .95, "Date :" ;023 Date: | 83 TCODE .32, .95, "Date :" ;023 Date: |
84 TCODE .32, .155, "Rég. Heures" ;024 Set Hours | 84 TCODE .32, .155, "Rég. Heures" ;024 Set Hours |
85 TCODE .6, .0, "Initialisation..." ;025 Reset... | 85 TCODE .6, .0, "Initialisation..." ;025 Reset... |
86 TCODE .55, .2, "Carnet" ;026 Logbook | 86 TCODE .17, .2, "Carnet de plongées" ;026 Logbook |
87 TCODE .14, .2, "Config Fonctions I" ;027 Custom Functions I | 87 TCODE .14, .2, "Config Fonctions I" ;027 Custom Functions I |
88 TCODE .31, .2, "Remises à zéro:" ;028 Reset Menu | 88 TCODE .31, .2, "Remises a zéro:" ;028 Reset Menu |
89 TCODE .50, .2, "Reg.Heure:" ;029 Set Time: | 89 TCODE .50, .2, "Reg.Heure:" ;029 Set Time: |
90 TCODE .100, .50, "Repère" ;030 SetMarker (Add a mark in logbook profile) | 90 TCODE .100, .50, "Repère" ;030 SetMarker (Add a mark in logbook profile) |
91 TCODE .100, .25, "Paliers" ;031 Decoplan | 91 TCODE .100, .25, "Paliers" ;031 Decoplan |
92 TCODE .100, .0, "Liste Gaz" ;032 Gaslist | 92 TCODE .100, .0, "Liste Gaz" ;032 Gaslist |
93 TCODE .100, .50, "RazMoyn." ;033 ResetAvr (Reset average depth) | 93 TCODE .100, .50, "RazMoyn." ;033 ResetAvr (Reset average depth) |
128 TCODE .40, .35, "Fin Apnée [h]" ;066 End Apnoe [h] | 128 TCODE .40, .35, "Fin Apnée [h]" ;066 End Apnoe [h] |
129 TCODE .40, .35, "Aff.TensionBatt" ;067 Show Batt.Volts | 129 TCODE .40, .35, "Aff.TensionBatt" ;067 Show Batt.Volts |
130 ; End of function descriptor I | 130 ; End of function descriptor I |
131 ; | 131 ; |
132 ;licence: | 132 ;licence: |
133 TCODE .0, .35, "Ce programme est" ;068 This program is | 133 TCODE .0, .35, "Ce programme est" ;068 This program is |
134 TCODE .0, .65, "distribué dans le" ;069 distributed in the | 134 TCODE .0, .65, "distribué dans le but" ;069 distributed in the |
135 TCODE .0, .95, "but d'être utile, mais" ;070 hope that it will be | 135 TCODE .0, .95, "d'être utile, mais" ;070 hope that it will be |
136 TCODE .0, .125, "SANS AUCUNE GARANTIE;" ;071 useful, but WITHOUT | 136 TCODE .0, .125, "SANS AUCUNE GARANTIE;" ;071 useful, but WITHOUT |
137 TCODE .0, .155, "sans même la garantie" ;072 ANY WARRANTY | 137 TCODE .0, .155, "sans même la garantie" ;072 ANY WARRANTY |
138 TCODE .0, .185, "tacite de QUALITE" ;073 even the implied | 138 TCODE .0, .185, "tacite de QUALITE" ;073 even the implied |
139 TCODE .0, .215, "MARCHANDE ou" ;074 warranty of | 139 TCODE .0, .215, "MARCHANDE ou" ;074 warranty of |
140 TCODE .0, .35, "D'ADEQUATION A UN" ;075 MERCHANTABILITY or | 140 TCODE .0, .35, "D'ADEQUATION A UN" ;075 MERCHANTABILITY or |
141 TCODE .0, .65, "USAGE PARTICULIER." ;076 FITNESS FOR A | 141 TCODE .0, .65, "USAGE PARTICULIER." ;076 FITNESS FOR A |
142 TCODE .0, .95, "Référez-vous a la" ;077 PARTICULAR PURPOSE. | 142 TCODE .0, .95, "Référez-vous a la" ;077 PARTICULAR PURPOSE. |
143 TCODE .0, .125, "Licence Publique" ;078 See the GNU General | 143 TCODE .0, .125, "Licence Publique" ;078 See the GNU General |
144 TCODE .0, .155, "Générale GNU pour" ;079 Public License for | 144 TCODE .0, .155, "Générale GNU pour plus" ;079 Public License for |
145 TCODE .0, .185, "plus de détails:" ;080 more details: | 145 TCODE .0, .185, "de détails sur:" ;080 more details: |
146 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de | 146 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de |
147 ; end of licence | 147 ; end of licence |
148 ; | 148 ; |
149 TCODE .118, .54, "Palier" ;082 Decostop | 149 TCODE .118, .54, "Palier" ;082 Decostop |
150 TCODE .0, .0, "m/min" ;083 m/min | 150 TCODE .0, .0, "m/min" ;083 m/min |
159 TCODE .0, .0, "Jour " ;092 Day | 159 TCODE .0, .0, "Jour " ;092 Day |
160 TCODE .0, .0, "Année " ;093 Year | 160 TCODE .0, .0, "Année " ;093 Year |
161 TCODE .0, .0, "Rég." ;094 Set | 161 TCODE .0, .0, "Rég." ;094 Set |
162 TCODE .0, .0, "#Gaz " ;095 Gas# | 162 TCODE .0, .0, "#Gaz " ;095 Gas# |
163 TCODE .0, .0, "Oui" ;096 Yes | 163 TCODE .0, .0, "Oui" ;096 Yes |
164 TCODE .0, .0, "ppO2 :" ;097 Current: | 164 TCODE .0, .0, "Valeur:" ;097 Current: |
165 TCODE .33, .2, "Menu Réglages:" ;098 Setup Menu: | 165 TCODE .31, .2, "Menu Réglages:" ;098 Setup Menu: |
166 TCODE .20, .35, "Config FonctionsI" ;099 Custom FunctionsI | 166 TCODE .20, .35, "Config Fonctions I" ;099 Custom FunctionsI |
167 TCODE .20, .125, "ModeDéco:" ;100 Decotype: | 167 TCODE .20, .125, "ModeDéco:" ;100 Decotype: |
168 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC | 168 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC |
169 TCODE .85, .125, "Profondi." ;102 Gauge | 169 TCODE .85, .125, "Profondi." ;102 Gauge |
170 TCODE .85, .125, "Prof." ;103 Gauge | 170 TCODE .85, .125, "Profondi." ;103 Gauge |
171 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC | 171 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC |
172 TCODE .0, .0, "Gaz Actif ? " ;105 Active Gas? | 172 TCODE .0, .0, "Gaz Actif ? " ;105 Active Gas? |
173 TCODE .31, .2, "Liste des Gaz:" ;106 Gas Setup - Gaslist | 173 TCODE .31, .2, "Liste des Gaz:" ;106 Gas Setup - Gaslist |
174 TCODE .0, .0, "Prof. +" ;107 Depth + | 174 TCODE .0, .0, "Prof. +" ;107 Depth + |
175 TCODE .0, .0, "Prof. -" ;108 Depth - | 175 TCODE .0, .0, "Prof. -" ;108 Depth - |
176 TCODE .20, .35, "Préc." ;109 Back | 176 TCODE .20, .35, "Préc." ;109 Back |
177 TCODE .20, .65, "Menu SetPoint CCR" ;110 CCR SetPoint Menu | 177 TCODE .20, .65, "Menu SetPoint CCR" ;110 CCR SetPoint Menu |
178 TCODE .20, .2, "Menu SetPoint CCR" ;111 CCR SetPoint Menu | 178 TCODE .20, .2, "Menu SetPoint CCR" ;111 CCR SetPoint Menu |
179 TCODE .0, .0, "#SP" ;112 SP# | 179 TCODE .0, .0, "#SP" ;112 SP# |
206 TCODE .105, .120, "Déscente" ;139 Descent | 206 TCODE .105, .120, "Déscente" ;139 Descent |
207 TCODE .105, .60, "Surface" ;140 Surface | 207 TCODE .105, .60, "Surface" ;140 Surface |
208 TCODE .65, .2, "Quit?" ;141 Quit? | 208 TCODE .65, .2, "Quit?" ;141 Quit? |
209 TCODE .20, .155, "Suite..." ;142 More | 209 TCODE .20, .155, "Suite..." ;142 More |
210 TCODE .42, .72, "Confirm:" ;143 Confirm: | 210 TCODE .42, .72, "Confirm:" ;143 Confirm: |
211 TCODE .60, .2, "Menu 2:" ;144 Menu 2: | 211 TCODE .55, .2, "Menu 2:" ;144 Menu 2: |
212 TCODE .52, .96, "Annul." ;145 Cancel | 212 TCODE .52, .96, "Annul." ;145 Cancel |
213 TCODE .52, .120, "OK!" ;146 OK! | 213 TCODE .52, .120, "OK!" ;146 OK! |
214 TCODE .20, .35, "Suite..." ;147 More | 214 TCODE .20, .35, "Suite..." ;147 More |
215 TCODE .0, .0, ":.........:" ;148 :.........: | 215 TCODE .0, .0, ":.........:" ;148 :.........: |
216 TCODE .0, .8, "(ppO2:" ;149 (ppO2: | 216 TCODE .0, .8, "(ppO2:" ;149 (ppO2: |
217 TCODE .2, .39, "Bar) " ;150 Bar) | 217 TCODE .2, .39, "Bar) " ;150 Bar) |
218 TCODE .108, .216, "Repère?" ;151 Marker? | 218 TCODE .108, .216, "Repère?" ;151 Marker? |
219 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC | 219 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC |
220 TCODE .20, .65, "Config FonctionsII" ;153 Custom FunctionsII | 220 TCODE .20, .65, "Config Fonctions II" ;153 Custom FunctionsII |
221 ; | 221 ; |
222 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). | 222 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). |
223 TCODE .40, .35, "GF Bas [%]" ;154 GF Low [%] | 223 TCODE .40, .35, "GF Bas [%]" ;154 GF Low [%] |
224 TCODE .40, .35, "GF Haut [%]" ;155 GF High [%] | 224 TCODE .40, .35, "GF Haut [%]" ;155 GF High [%] |
225 TCODE .40, .35, "CouleurBatterie" ;156 Color# Battery | 225 TCODE .40, .35, "CouleurBatterie" ;156 Color# Battery |
237 TCODE .40, .35, "Al. ppO2 [Bar]" ;168 ppO2 warn [Bar] | 237 TCODE .40, .35, "Al. ppO2 [Bar]" ;168 ppO2 warn [Bar] |
238 TCODE .40, .35, "Al.Vites[m/min]" ;169 Vel.warn[m/min] | 238 TCODE .40, .35, "Al.Vites[m/min]" ;169 Vel.warn[m/min] |
239 TCODE .40, .35, "Décal Heur/Jour" ;170 Time offset/day | 239 TCODE .40, .35, "Décal Heur/Jour" ;170 Time offset/day |
240 TCODE .40, .35, "Aff. altimètre " ;171 Show altimeter | 240 TCODE .40, .35, "Aff. altimètre " ;171 Show altimeter |
241 TCODE .40, .35, "Aff. Log-Marker" ;172 Show Log-Marker | 241 TCODE .40, .35, "Aff. Log-Marker" ;172 Show Log-Marker |
242 TCODE .40, .35, "Aff. Stopwatch " ;173 Show Stopwatch | 242 TCODE .40, .35, "Aff. Chrono. " ;173 Show Stopwatch |
243 TCODE .40, .35, "Aff.GraphTissus" ;174 ShowTissueGraph | 243 TCODE .40, .35, "Aff.GraphTissus" ;174 ShowTissueGraph |
244 TCODE .40, .35, "Aff.Tiss.Direct" ;175 Show Lead.Tiss. | 244 TCODE .40, .35, "Aff.Tiss.Direct" ;175 Show Lead.Tiss. |
245 TCODE .40, .35, "Prof.DernPalier" ;176 Shalow stop 1st | 245 TCODE .40, .35, "Prof.DernPalier" ;176 Shalow stop 1st |
246 TCODE .40, .35, "non utilisé " ;177 not used | 246 TCODE .40, .35, "non utilisé " ;177 not used |
247 TCODE .40, .35, "non utilisé " ;178 not used | 247 TCODE .40, .35, "non utilisé " ;178 not used |
253 TCODE .40, .35, "non utilisé " ;184 not used | 253 TCODE .40, .35, "non utilisé " ;184 not used |
254 TCODE .40, .35, "non utilisé " ;185 not used | 254 TCODE .40, .35, "non utilisé " ;185 not used |
255 ; End of function descriptor I | 255 ; End of function descriptor I |
256 ; | 256 ; |
257 TCODE .13, .2, "Config Fonctions II" ;186 Custom Functions II | 257 TCODE .13, .2, "Config Fonctions II" ;186 Custom Functions II |
258 TCODE .20, .95, "Voir Licence" ;187 Show License | 258 TCODE .20, .95, "Voir la licence" ;187 Show License |
259 TCODE .0, .2, "Résultat Sim:" ;188 Sim. Results: | 259 TCODE .0, .2, "Résultat Sim:" ;188 Sim. Results: |
260 TCODE .90, .25, "Surface" ;189 Surface | 260 TCODE .90, .25, "Surface" ;189 Surface |
261 TCODE .0, .0, "ppO2 +" ;190 ppO2 + | 261 TCODE .0, .0, "ppO2 +" ;190 ppO2 + |
262 TCODE .0, .0, "ppO2 -" ;191 ppO2 - | 262 TCODE .0, .0, "ppO2 -" ;191 ppO2 - |
263 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluant) | 263 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluant) |
264 ; ZH-L16 mode description | 264 ; ZH-L16 mode description |
265 TCODE .0, .35, "TypeDéco: ZH-L16 OC" ;193 Decotype: ZH-L16 OC (22 chars maximum) | 265 TCODE .0, .35, "TypeDéco: ZH-L16 OC " ;193 Decotype: ZH-L16 OC (22 chars maximum) |
266 TCODE .0, .65, "Pour Circuit Ouvert" ;194 For Open Circuit | 266 TCODE .0, .65, "Pour les plongeurs en" ;194 For Open Circuit |
267 TCODE .0, .95, "Supporte 5 Gaz" ;195 Divers. Supports 5 | 267 TCODE .0, .95, "Circuit Ouvert. " ;195 Divers. Supports 5 |
268 TCODE .0, .125, "Trimix. Configurez" ;196 Trimix Gases. | 268 TCODE .0, .125, "Supporte 5 Gaz Trimix." ;196 Trimix Gases. |
269 TCODE .0, .155, "les gaz dans le" ;197 Configure your gas | 269 TCODE .0, .155, "Config des gaz dans le" ;197 Configure your gas |
270 TCODE .0, .185, "menu Config Gaz. " ;198 in Gassetup menu. | 270 TCODE .0, .185, "menu Réglage des Gaz. " ;198 in Gassetup menu. |
271 TCODE .0, .215, "Vérifiez CF11&CF12!" ;199 Check CF11 & CF12 ! | 271 TCODE .0, .215, "Vérifiez CF11 & CF12 !" ;199 Check CF11 & CF12 ! |
272 ; Gaugemode description | 272 ; Gaugemode description |
273 TCODE .0, .35, "TypeDéco: Profondi." ;200 Decotype: Gauge | 273 TCODE .0, .35, "TypeDéco:Profondimètre" ;200 Decotype: Gauge |
274 TCODE .0, .65, "La durée sera en" ;201 Divetime will be in | 274 TCODE .0, .65, "La durée est affichée" ;201 Divetime will be in |
275 TCODE .0, .95, "Minutes:Secondes. " ;202 Minutes:Seconds. | 275 TCODE .0, .95, "en Minutes:Secondes. " ;202 Minutes:Seconds. |
276 TCODE .0, .125, "OSTC2 ne calculera" ;203 OSTC2 will not | 276 TCODE .0, .125, "L'OSTC2 ne calculera" ;203 OSTC2 will not |
277 TCODE .0, .155, "pas de Déco, durée" ;204 compute Deco, NoFly | 277 TCODE .0, .155, "pas de Déco, de durée" ;204 compute Deco, NoFly |
278 TCODE .0, .185, "sans avion et durée" ;205 time and Desat. | 278 TCODE .0, .185, "sans avion ni de temps" ;205 time and Desat. |
279 TCODE .0, .215, "de désaturation ! " ;206 time at all! | 279 TCODE .0, .215, "de désaturation ! " ;206 time at all! |
280 ; Const.ppO2 description | 280 ; Const.ppO2 description |
281 TCODE .0, .35, "TypeDéco: ZH-L16 CC" ;207 Decotype: ZH-L16 CC | 281 TCODE .0, .35, "TypeDéco: ZH-L16 CC " ;207 Decotype: ZH-L16 CC |
282 TCODE .0, .65, "Pour recycleurs à" ;208 For (Semi-)Closed | 282 TCODE .0, .65, "Pour les recycleurs a" ;208 For (Semi-)Closed |
283 TCODE .0, .95, "circuit (semi)fermé" ;209 Circuit rebreathers | 283 TCODE .0, .95, "circuit (semi-)fermé. " ;209 Circuit rebreathers |
284 TCODE .0, .125, "Configurez les 3" ;210 Configure the 3 | 284 TCODE .0, .125, "Configurez les 3" ;210 Configure the 3 |
285 TCODE .0, .155, "SetPoints dans menu" ;211 SetPoints in CCR - | 285 TCODE .0, .155, "SetPoints dans le" ;211 SetPoints in CCR - |
286 TCODE .0, .185, "CCR - Setup. 5 bail" ;212 Setup menu. 5 bail- | 286 TCODE .0, .185, "Menu SetPoint CCR. " ;212 Setup menu. 5 bail- |
287 TCODE .0, .215, "outs disponibles. " ;213 outs are available. | 287 TCODE .0, .215, "5 bailouts disponibles" ;213 outs are available. |
288 ; Apnoemode description | 288 ; Apnoemode description |
289 TCODE .0, .35, "TypeDéco: Apnée " ;214 Decotype: Apnoe | 289 TCODE .0, .35, "TypeDéco: Apnée " ;214 Decotype: Apnoe |
290 TCODE .0, .65, "OSTC2 affichera les" ;215 OSTC2 will display | 290 TCODE .0, .65, "L'OSTC2 affichera les" ;215 OSTC2 will display |
291 TCODE .0, .95, "descentes séparé-" ;216 each descent separ- | 291 TCODE .0, .95, "descentes séparément" ;216 each descent separ- |
292 TCODE .0, .125, "ment en Min:Sec" ;217 ately in Min:Sec. | 292 TCODE .0, .125, "en Minutes:Secondes" ;217 ately in Min:Sec. |
293 TCODE .0, .155, "sans Déco calculée." ;218 Will temporally set | 293 TCODE .0, .155, "sans calculer de Déco." ;218 Will temporally set |
294 TCODE .0, .185, "Echantillons pris" ;219 samplerate to 1 sec | 294 TCODE .0, .185, "Les mesures se font" ;219 samplerate to 1 sec |
295 TCODE .0, .215, "toutes les secondes" ;220 No Deco calculation | 295 TCODE .0, .215, "toutes les secondes. " ;220 No Deco calculation |
296 ; Multi GF OC mode description | 296 ; Multi GF OC mode description |
297 TCODE .0, .35, "TypeDéco: L16-GF OC" ;221 Decotype: L16-GF OC | 297 TCODE .0, .35, "TypeDéco: L16-GF OC " ;221 Decotype: L16-GF OC |
298 TCODE .0, .65, "Calcul de Déco avec" ;222 Decompression cal- | 298 TCODE .0, .65, "Calcul de Déco avec" ;222 Decompression cal- |
299 TCODE .0, .95, "Facteur de Gradient" ;223 culations with the | 299 TCODE .0, .95, "Facteurs de Gradient" ;223 culations with the |
300 TCODE .0, .125, "(GF_lo/GF_hi). " ;224 GF-Method (GF_lo/GF | 300 TCODE .0, .125, "(GF_bas/GF_haut). " ;224 GF-Method (GF_lo/GF |
301 TCODE .0, .155, "Vérifiez CF32&CF33!" ;225 _hi). Check CF32 & | 301 TCODE .0, .155, "Vérifiez CF32 & CF33 !" ;225 _hi). Check CF32 & |
302 TCODE .0, .185, "Pour Circuit Ouvert" ;226 CF33! Open Circuit | 302 TCODE .0, .185, "Pour Circuit Ouvert" ;226 CF33! Open Circuit |
303 TCODE .0, .215, "avec palier profond" ;227 with Deep Stops. | 303 TCODE .0, .215, "avec paliers profonds." ;227 with Deep Stops. |
304 ; Multi GF CC mode description | 304 ; Multi GF CC mode description |
305 TCODE .0, .35, "TypeDéco: L16-GF CC" ;228 Decotype: L16-GF CC | 305 TCODE .0, .35, "TypeDéco: L16-GF CC " ;228 Decotype: L16-GF CC |
306 TCODE .0, .65, "Calcul de Déco avec" ;229 Decompression cal- | 306 TCODE .0, .65, "Calcul de Déco avec" ;229 Decompression cal- |
307 TCODE .0, .95, "Facteur de Gradient" ;230 culations with the | 307 TCODE .0, .95, "Facteurs de Gradient" ;230 culations with the |
308 TCODE .0, .125, "(GF_lo/GF_hi). " ;231 GF-Method (GF_lo/GF | 308 TCODE .0, .125, "(GF_bas/GF_haut). " ;231 GF-Method (GF_lo/GF |
309 TCODE .0, .155, "Vérifiez CF32&CF33!" ;232 _hi). Check CF32 & | 309 TCODE .0, .155, "Vérifiez CF32 & CF33 !" ;232 _hi). Check CF32 & |
310 TCODE .0, .185, "Pour Circuit Fermé" ;233 CF33!Closed Circuit | 310 TCODE .0, .185, "Pour Circuit Fermé" ;233 CF33!Closed Circuit |
311 TCODE .0, .215, "avec palier profond" ;234 with Deep Stops. | 311 TCODE .0, .215, "avec paliers profonds." ;234 with Deep Stops. |
312 ; | 312 ; |
313 TCODE .10, .2, "Mode de Déco changé!" ;235 Decomode changed! | 313 TCODE .10, .2, "Mode de Déco changé!" ;235 Decomode changed! |
314 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC | 314 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC |
315 TCODE .2, .12, "Non trouvé" ;237 Not found | 315 TCODE .2, .12, "Non trouvé" ;237 Not found |
316 TCODE .100, .0, "SetPoint" ;238 SetPoint | 316 TCODE .100, .0, "SetPoint" ;238 SetPoint |
334 ; | 334 ; |
335 ; Text Bank2 (Texts 256-511) | 335 ; Text Bank2 (Texts 256-511) |
336 ; | 336 ; |
337 TCODE .0, .0, "x" ;256 x | 337 TCODE .0, .0, "x" ;256 x |
338 TCODE .20, .35, "Format Date:" ;257 Date format: | 338 TCODE .20, .35, "Format Date:" ;257 Date format: |
339 TCODE .33, .2, "Menu Réglages 2:" ;258 Setup Menu 2: | 339 TCODE .24, .2, "Menu Réglages 2:" ;258 Setup Menu 2: |
340 TCODE .105, .35, "MMJJAA" ;259 MMDDYY | 340 TCODE .105, .35, "MMJJAA" ;259 MMDDYY |
341 TCODE .105, .35, "JJMMAA" ;260 DDMMYY | 341 TCODE .105, .35, "JJMMAA" ;260 DDMMYY |
342 TCODE .105, .35, "AAMMJJ" ;261 YYMMDD | 342 TCODE .105, .35, "AAMMJJ" ;261 YYMMDD |
343 TCODE .1, .1, "OSTC " ;262 OSTC | 343 TCODE .1, .1, "OSTC " ;262 OSTC |
344 TCODE .65, .168, "Bail" ;263 Bail | 344 TCODE .65, .168, "Bail" ;263 Bail |
364 ; | 364 ; |
365 TCODE .93, .170, "Prof.Moyn" ;281 Avr.Depth | 365 TCODE .93, .170, "Prof.Moyn" ;281 Avr.Depth |
366 TCODE .90, .170, "TissuDirec" ;282 Lead Tiss. | 366 TCODE .90, .170, "TissuDirec" ;282 Lead Tiss. |
367 TCODE .118, .170, "Chrono" ;283 Stopwatch | 367 TCODE .118, .170, "Chrono" ;283 Stopwatch |
368 TCODE .20, .95, "RaZ Carnet Plongées" ;284 Reset Logbook | 368 TCODE .20, .95, "RaZ Carnet Plongées" ;284 Reset Logbook |
369 TCODE .20, .125, "Redémarrer OSTC" ;285 Reboot OSTC | 369 TCODE .20, .125, "Redémarrer l'OSTC" ;285 Reboot OSTC |
370 TCODE .20, .155, "RaZ Saturation" ;286 Reset Decodata | 370 TCODE .20, .155, "RaZ Saturation" ;286 Reset Decodata |
371 ; Altimeter extension | 371 ; Altimeter extension |
372 TCODE .20, .155, "Altimètre" ;287 Altimeter | 372 TCODE .20, .155, "Altimètre" ;287 Altimeter |
373 TCODE .24, .1, "Réglage Altimètre" ;288 Set Altimeter | 373 TCODE .24, .1, "Réglage Altimètre" ;288 Set Altimeter |
374 TCODE .20, .35, "Référence: " ;289 Sea ref: | 374 TCODE .20, .35, "Référence: " ;289 Sea ref: |