comparison code_part1/OSTC_code_asm_part1/french_text.asm @ 348:d722a820b675

minor change in French text
author heinrichsweikamp
date Sun, 29 May 2011 20:03:30 +0200
parents 4a28d7a1c620
children 544a96faa9f3 93c0cb14b0d2
comparison
equal deleted inserted replaced
347:ba0f30f3d560 348:d722a820b675
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, "ListeGaz" ;032 Gaslist 92 TCODE .100, .0, "ListeGaz" ;032 Gaslist
93 TCODE .100, .50, "RazMoyn." ;033 ResetAvr (Reset average depth) 93 TCODE .100, .50, "RazMoyn." ;033 ResetAvr (Reset average depth)
94 TCODE .100, .100, "Sortir" ;034 Exit (Exit current menu) 94 TCODE .100, .100, "Sortir" ;034 Exit (Exit current menu)
95 TCODE .0, .0, "SansAvion" ;035 NoFly (No-flight count-down) 95 TCODE .0, .0, "Avion" ;035 NoFly (5Char max.) (No-flight count-down)
96 ; 96 ;
97 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars). 97 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars).
98 TCODE .40, .35, "Début Plong.[m]" ;036 Start Dive [m] (depth to switch to dive mode) 98 TCODE .40, .35, "Début Plong.[m]" ;036 Start Dive [m] (depth to switch to dive mode)
99 TCODE .40, .35, "Fin Plongée [m]" ;037 End Dive [m] (depth to switch back to surface mode) 99 TCODE .40, .35, "Fin Plongée [m]" ;037 End Dive [m] (depth to switch back to surface mode)
100 TCODE .40, .35, "Délai Fin [min]" ;038 End Delay [min] (duration dive screen stays after end of dive) 100 TCODE .40, .35, "Délai Fin [min]" ;038 End Delay [min] (duration dive screen stays after end of dive)