Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/french_text.asm @ 826:2151c4135fad
CHANGE: Battery percent based on ON-Time instead of battery voltage
author | heinrichsweikamp |
---|---|
date | Wed, 30 Sep 2015 20:25:28 +0200 |
parents | e49a35ab7394 |
children | e8f5eed0eccf |
comparison
equal
deleted
inserted
replaced
825:588867b0d5c2 | 826:2151c4135fad |
---|---|
118 #DEFINE TXT_NX1 "N" ; "N" | 118 #DEFINE TXT_NX1 "N" ; "N" |
119 #DEFINE TXT_NX2 "x" ; "x" | 119 #DEFINE TXT_NX2 "x" ; "x" |
120 #DEFINE TXT_DIL_C "D" ; "D" | 120 #DEFINE TXT_DIL_C "D" ; "D" |
121 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" | 121 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" |
122 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" | 122 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" |
123 #DEFINE TXT_BATT "B:" ; "B:" | |
123 | 124 |
124 #ENDIF | 125 #ENDIF |
125 ;============================================================================= | 126 ;============================================================================= |
126 ; macro X Y "translation" ; English original | 127 ; macro X Y "translation" ; English original |
127 TCODE .0, .0, "Calcul du hash MD2" ;001 Building MD2 Hash | 128 TCODE .0, .0, "Calcul du hash MD2" ;001 Building MD2 Hash |
190 TCODE .40, .35, "Diviseur CNS " ;062 Divisor CNS | 191 TCODE .40, .35, "Diviseur CNS " ;062 Divisor CNS |
191 TCODE .40, .35, "Aff.CNSPlong[%]" ;063 CNSshow dive[%] | 192 TCODE .40, .35, "Aff.CNSPlong[%]" ;063 CNSshow dive[%] |
192 TCODE .40, .35, "Décalage Carnet" ;064 Logbook offset | 193 TCODE .40, .35, "Décalage Carnet" ;064 Logbook offset |
193 TCODE .40, .35, "Dern. Palier[m]" ;065 Last Deco at[m] | 194 TCODE .40, .35, "Dern. Palier[m]" ;065 Last Deco at[m] |
194 TCODE .40, .35, "Fin Apnée [h]" ;066 End Apnoe [h] | 195 TCODE .40, .35, "Fin Apnée [h]" ;066 End Apnoe [h] |
195 TCODE .40, .35, "Aff.TensionBatt" ;067 Show Batt.Volts | 196 TCODE .40, .35, "Aff. Batt. % " ;067 Show Battery % |
196 ; End of function descriptor I | 197 ; End of function descriptor I |
197 ; | 198 ; |
198 ;licence: | 199 ;licence: |
199 TCODE .0, .35, "Ce programme est" ;068 This program is | 200 TCODE .0, .35, "Ce programme est" ;068 This program is |
200 TCODE .0, .65, "distribué dans le but" ;069 distributed in the | 201 TCODE .0, .65, "distribué dans le but" ;069 distributed in the |