Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/italian_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 |
---|---|
116 #DEFINE TXT_NX1 "N" ; "N" | 116 #DEFINE TXT_NX1 "N" ; "N" |
117 #DEFINE TXT_NX2 "x" ; "x" | 117 #DEFINE TXT_NX2 "x" ; "x" |
118 #DEFINE TXT_DIL_C "D" ; "D" | 118 #DEFINE TXT_DIL_C "D" ; "D" |
119 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" | 119 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" |
120 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" | 120 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" |
121 #DEFINE TXT_BATT "B:" ; "B:" | |
121 | 122 |
122 #ENDIF | 123 #ENDIF |
123 ;============================================================================= | 124 ;============================================================================= |
124 ; macro X Y "Italiano " ; English original | 125 ; macro X Y "Italiano " ; English original |
125 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash | 126 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash |
188 TCODE .40, .35, "Campion. CNS " ;062 Divisor CNS | 189 TCODE .40, .35, "Campion. CNS " ;062 Divisor CNS |
189 TCODE .40, .35, "CNS Immers. [%]" ;063 CNSshow dive[%] | 190 TCODE .40, .35, "CNS Immers. [%]" ;063 CNSshow dive[%] |
190 TCODE .40, .35, "Logbook offset " ;064 Logbook offset | 191 TCODE .40, .35, "Logbook offset " ;064 Logbook offset |
191 TCODE .40, .35, "Ultima Deco [m]" ;065 Last Deco at[m] | 192 TCODE .40, .35, "Ultima Deco [m]" ;065 Last Deco at[m] |
192 TCODE .40, .35, "Fine Apnea [h]" ;066 End Apnoe [h] | 193 TCODE .40, .35, "Fine Apnea [h]" ;066 End Apnoe [h] |
193 TCODE .40, .35, "Mostra VoltBatt" ;067 Show Batt.Volts | 194 TCODE .40, .35, "Mostra Batt. % " ;067 Show Battery % |
194 ; End of function descriptor I | 195 ; End of function descriptor I |
195 ; | 196 ; |
196 ;licence: | 197 ;licence: |
197 TCODE .0, .35, "Questo programma è" ;068 This program is | 198 TCODE .0, .35, "Questo programma è" ;068 This program is |
198 TCODE .0, .65, "distribuito nella" ;069 distributed in the | 199 TCODE .0, .65, "distribuito nella" ;069 distributed in the |