# HG changeset patch # User JeanDo # Date 1304444484 -7200 # Node ID c61d94186f8ffed21d300418a79576dcd844571b # Parent 11be2470b9eb906071a6822f9fbab05c5f4b2d73 @5 "Escape TTS" translations diff -r 11be2470b9eb -r c61d94186f8f code_part1/OSTC_code_asm_part1/english_text.asm --- a/code_part1/OSTC_code_asm_part1/english_text.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/english_text.asm Tue May 03 19:41:24 2011 +0200 @@ -245,7 +245,7 @@ TCODE .40, .35, "Gas switch[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). TCODE .40, .35, "AscentGas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) - TCODE .40, .35, "TTS @extra[min]" ;180 TTS @extra[min] (@5 variant: compute TTS for extra time at current depth) + TCODE .40, .35, "Escape TTS[min]" ;180 Escape TTS[min] (@5 variant: compute TTS for extra time at current depth) TCODE .40, .35, "not used " ;181 not used TCODE .40, .35, "not used " ;182 not used TCODE .40, .35, "not used " ;183 not used @@ -385,7 +385,10 @@ TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). +; 115k Bootloader support: TCODE .45, .100, "Bootloader" ;302 Bootloader TCODE .40, .130, "Please wait!" ;303 Please wait! TCODE .50, .130, "Aborted!" ;304 Aborted +;@5 variant + TCODE .0, .0, "Escape TTS" ;305 Escape TTS (=10 chars. Title for @5 customview). ;============================================================================= diff -r 11be2470b9eb -r c61d94186f8f code_part1/OSTC_code_asm_part1/french_text.asm --- a/code_part1/OSTC_code_asm_part1/french_text.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/french_text.asm Tue May 03 19:41:24 2011 +0200 @@ -246,7 +246,7 @@ TCODE .40, .35, "Chang. gaz[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). TCODE .40, .35, "ConsoFond[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). TCODE .40, .35, "ConsoDeco[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) - TCODE .40, .35, "DTR @extra[min]" ;180 TTS @extra[min] (@5 variant: compute TTS for extra time at current depth) + TCODE .40, .35, "DTR Réchap[min]" ;180 Escape TTS[min] (@5 variant: compute TTS for extra time at current depth) TCODE .40, .35, "not used " ;181 not used TCODE .40, .35, "not used " ;182 not used TCODE .40, .35, "not used " ;183 not used @@ -386,7 +386,10 @@ TCODE .0, .0, "PEA:" ;299 EAD: (equivalent air depth of a gas). TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). +; 115k Bootloader support: TCODE .45, .100, "Bootloader" ;302 Bootloader TCODE .40, .130, "Please wait!" ;303 Please wait! TCODE .50, .130, "Aborted!" ;304 Aborted +;@5 variant + TCODE .0, .0, "DTR Réchap" ;305 TTS in ... (=10 chars. Title for @5 customview). ;============================================================================= diff -r 11be2470b9eb -r c61d94186f8f code_part1/OSTC_code_asm_part1/german_text.asm --- a/code_part1/OSTC_code_asm_part1/german_text.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/german_text.asm Tue May 03 19:41:24 2011 +0200 @@ -246,7 +246,7 @@ TCODE .40, .35, "Gaswechsel[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). TCODE .40, .35, "Sonst.Gas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) - TCODE .40, .35, "TTS @ zeit[min]" ;180 TTS @extra[min] (@5 variant: compute TTS for extra time at current depth) + TCODE .40, .35, "TTS @ zeit[min]" ;180 Escape TTS[min] (@5 variant: compute TTS for extra time at current depth) TCODE .40, .35, "nicht verwendet" ;181 not used TCODE .40, .35, "nicht verwendet" ;182 not used TCODE .40, .35, "nicht verwendet" ;183 not used @@ -386,7 +386,10 @@ TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). TCODE .100, .125, "Aktiv?" ;300 Active? (Enable/Disable Gas underwater) TCODE .0, .2, "OCR Gasverbrauch:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). +; 115k Bootloader support: TCODE .45, .100, "Bootloader" ;302 Bootloader TCODE .35, .130, "Bitte Warten!" ;303 Please wait! TCODE .40, .130, "Abgebrochen!" ;304 Aborted +;@5 variant + TCODE .0, .0, "TTS Flucht" ;305 Escape TTS (=10 chars. Title for @5 customview). ;============================================================================= diff -r 11be2470b9eb -r c61d94186f8f code_part1/OSTC_code_asm_part1/pled_outputs.asm --- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue May 03 19:41:24 2011 +0200 @@ -3127,11 +3127,13 @@ call PLED_divemask_color ; Set Color for Divemode mask WIN_FONT FT_SMALL - WIN_LEFT .160-.63 ; 9 chars aligned right. + WIN_LEFT .160-.70 ; 10 chars aligned right. WIN_TOP .170 - STRCPY_PRINT "ExtraTime" ; Title - - WIN_LEFT .102 + lfsr FSR2,letter + OUTPUTTEXTH .305 ; "TTS in ..." + call word_processor + + WIN_LEFT .97 WIN_TOP .194 STRCPY "@" GETCUSTOM8 d'58' @@ -3141,7 +3143,7 @@ bcf leftbind STRCAT_PRINT "':" - WIN_LEFT .102+7*5 ; "@10':" is 5 chars long + WIN_LEFT .97+7*5 ; "@10':" is 5 chars long call PLED_standard_color lfsr FSR2,letter diff -r 11be2470b9eb -r c61d94186f8f code_part1/OSTC_code_asm_part1/spanish_text.asm --- a/code_part1/OSTC_code_asm_part1/spanish_text.asm Tue May 03 15:54:09 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/spanish_text.asm Tue May 03 19:41:24 2011 +0200 @@ -245,7 +245,7 @@ TCODE .40, .35, "Conmu. gas[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). TCODE .40, .35, "Gas Fondo[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). TCODE .40, .35, "GasAscens[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) - TCODE .40, .35, "TTS@tiempo[min]" ;180 TTS @extra[min] (@5 variant: compute TTS for extra time at current depth) + TCODE .40, .35, "EscaparTTS[min]" ;180 Escape TTS[min] (@5 variant: compute TTS for extra time at current depth) TCODE .40, .35, "sin uno " ;181 not used TCODE .40, .35, "sin uso " ;182 not used TCODE .40, .35, "sin uso " ;183 not used @@ -385,7 +385,10 @@ TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). TCODE .100, .125, "¿Activar?" ;300 Active? (Enable/Disable Gas underwater) TCODE .0, .2, "Uso Gas OCR:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). +; 115k Bootloader support: TCODE .45, .100, "Bootloader" ;302 Bootloader TCODE .40, .130, "Please wait!" ;303 Please wait! TCODE .50, .130, "Aborted!" ;304 Aborted +;@5 variant + TCODE .0, .0, "EscaparTTS" ;305 Escape TTS (=10 chars. Title for @5 customview). ;=============================================================================