comparison code_part1/OSTC_code_asm_part1/english_text.asm @ 445:6e57b5bb98ce

localisation part 1 from Sergei
author heinrichsweikamp
date Thu, 11 Aug 2011 20:01:55 +0200
parents a59532d2daf8
children 92304826000d
comparison
equal deleted inserted replaced
444:f6cdd0079c36 445:6e57b5bb98ce
53 ; 53 ;
54 ; * The X column is position on screen. Some texts are centered, left 54 ; * The X column is position on screen. Some texts are centered, left
55 ; padded or right padded. In that case, if you changed the text size, 55 ; padded or right padded. In that case, if you changed the text size,
56 ; you will have to adjust position. A char is 7 pixels wide. 56 ; you will have to adjust position. A char is 7 pixels wide.
57 ; 57 ;
58 ;=============================================================================
59 ; Define's section
60 ; Definition "translation" ; English original
61 #IFNDEF TXT_DEFINED
62 #DEFINE TXT_DEFINED
63
64 #DEFINE TXT_GAS_C 'G' ; 'G'
65 #DEFINE TXT_METER_C 'm' ; 'm'
66 #DEFINE TXT_METER5 "m " ; "m "
67 #DEFINE TXT_METER3 "m " ; "m "
68 #DEFINE TXT_METER2 "m " ; "m "
69 #DEFINE TXT_METER1 "m" ; "m"
70 #DEFINE TXT_MBAR7 " mbar " ; " mbar "
71 #DEFINE TXT_MBAR5 "mbar " ; "mbar "
72 #DEFINE TXT_BAR4 "bar " ; "bar "
73 #DEFINE TXT_ALT5 "Alt: " ; "Alt: "
74 #DEFINE TXT_KGL4 "kg/l" ; "kg/l"
75 #DEFINE TXT_VOLT1 "V" ; "V"
76 #DEFINE TXT_STEP5 "Step:" ; "Step:"
77 #DEFINE TXT_CF2 "CF" ; "CF"
78 #DEFINE TXT_O2_4 "O2: " ; "O2: "
79 #DEFINE TXT_O2_3 "O2 " ; "O2 "
80 #DEFINE TXT_AIR4 "AIR " ; "AIR "
81 #DEFINE TXT_ERR4 "ERR " ; "ERR "
82 #DEFINE TXT_HE4 "He: " ; "He: "
83 #DEFINE TXT_NX3 "NX " ; "NX "
84 #DEFINE TXT_TX3 "TX " ; "TX "
85 #DEFINE TXT_IN4 " in " ; " in "
86 #DEFINE TXT_G1_3 "G1:" ; "G1:"
87 #DEFINE TXT_G2_3 "G2:" ; "G2:"
88 #DEFINE TXT_G3_3 "G3:" ; "G3:"
89 #DEFINE TXT_G4_3 "G4:" ; "G4:"
90 #DEFINE TXT_G5_3 "G5:" ; "G5:"
91 #DEFINE TXT_G6_3 "G6:" ; "G6:"
92 #DEFINE TXT_1ST4 "1st:" ; "1st:"
93 #DEFINE TXT_CNS4 "CNS:" ; "CNS:"
94 #DEFINE TXT_CNSGR10 "CNS > 250%" ; "CNS > 250%"
95 #DEFINE TXT_AVR4 "Avr:" ; "Avr:"
96 #DEFINE TXT_GF3 "GF:" ; "GF:"
97 #DEFINE TXT_SAT4 "Sat:" ; "Sat:"
98
99 #ENDIF
58 ;============================================================================= 100 ;=============================================================================
59 ; macro X Y "translation" ; English original 101 ; macro X Y "translation" ; English original
60 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash 102 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash
61 TCODE .0, .25, "Please Wait..." ;002 Please Wait... 103 TCODE .0, .25, "Please Wait..." ;002 Please Wait...
62 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 104 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2