changeset 318:50e5b54b3fbd

Renamed Escape TTS to Future TTS
author heinrichsweikamp
date Wed, 04 May 2011 12:56:37 +0200
parents 1de9eee3837b
children 4159c31abe31
files code_part1/OSTC_code_asm_part1/english_text.asm code_part1/OSTC_code_asm_part1/french_text.asm code_part1/OSTC_code_asm_part1/german_text.asm code_part1/OSTC_code_asm_part1/spanish_text.asm
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/english_text.asm	Wed May 04 11:59:51 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/english_text.asm	Wed May 04 12:56:37 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,     "Escape TTS[min]"           ;180 Escape TTS[min]   (@5 variant: compute TTS for extra time at current depth)
+    TCODE    .40,   .35,     "Future TTS[min]"           ;180 Future 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
@@ -390,5 +390,5 @@
 	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).
+    TCODE    .0,    .0,      "Future TTS"                ;305 Future TTS            (=10 chars. Title for @5 customview).
 ;=============================================================================
--- a/code_part1/OSTC_code_asm_part1/french_text.asm	Wed May 04 11:59:51 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/french_text.asm	Wed May 04 12:56:37 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 Réchap[min]"           ;180 Escape TTS[min]   (@5 variant: compute TTS for extra time at current depth)
+    TCODE    .40,   .35,     "DTR Réchap[min]"           ;180 Future 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
@@ -391,5 +391,5 @@
 	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).
+    TCODE    .0,    .0,      "DTR Réchap"                ;305 Future TTS            (=10 chars. Title for @5 customview).
 ;=============================================================================
--- a/code_part1/OSTC_code_asm_part1/german_text.asm	Wed May 04 11:59:51 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/german_text.asm	Wed May 04 12:56:37 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 Escape TTS[min]   (@5 variant: compute TTS for extra time at current depth)
+    TCODE    .40,   .35,     "TTS @ Zeit[min]"           ;180 Future 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
@@ -391,5 +391,5 @@
 	TCODE	 .35,	.130,	 "Bitte Warten!"			 ;303 Please wait!
 	TCODE	 .40,	.130,	 "Abgebrochen!"				 ;304 Aborted
 ;@5 variant
-    TCODE    .0,    .0,      "TTS @+Min."                ;305 Escape TTS            (=10 chars. Title for @5 customview).
+    TCODE    .0,    .0,      "TTS @+Min."                ;305 Future TTS            (=10 chars. Title for @5 customview).
 ;=============================================================================
--- a/code_part1/OSTC_code_asm_part1/spanish_text.asm	Wed May 04 11:59:51 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/spanish_text.asm	Wed May 04 12:56:37 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,     "EscaparTTS[min]"           ;180 Escape TTS[min]   (@5 variant: compute TTS for extra time at current depth)
+    TCODE    .40,   .35,     "EscaparTTS[min]"           ;180 Future 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
@@ -390,5 +390,5 @@
 	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).
+    TCODE    .0,    .0,      "EscaparTTS"                ;305 Future TTS            (=10 chars. Title for @5 customview).
 ;=============================================================================