Mercurial > public > hwos_code
comparison src/text_english.inc @ 614:a32212cd5ea9
work on new battery menu
author | heinrichsweikamp |
---|---|
date | Wed, 30 Jan 2019 21:46:42 +0100 |
parents | d866684249bd |
children | e76a87e087ef |
comparison
equal
deleted
inserted
replaced
613:8077ee960199 | 614:a32212cd5ea9 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File text_english.asm REFACTORED VERSION V2.99e | 3 ; File text_english.asm REFACTORED VERSION V2.99g |
4 ; | 4 ; |
5 ; English texts reference file. | 5 ; English texts reference file. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
104 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) | 104 TCODE tppO2O2, "ppO2(O2)" ; ppO2(O2) |
105 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) | 105 TCODE tppO2Dil, "ppO2(Dil)" ; ppO2(Dil) |
106 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) | 106 TCODE tppO2Mix, "ppO2(Mix)" ; ppO2(Mix) |
107 | 107 |
108 ; New batteries menu | 108 ; New batteries menu |
109 ; 1 2 ; | |
110 ; 12345678901234567890 ; max 20 chars | |
109 TCODE tNewBattTitle, "New Battery?" | 111 TCODE tNewBattTitle, "New Battery?" |
110 TCODE tNewBattOld, "Keep old" | 112 TCODE tNewBattOld, "Keep old" |
111 TCODE tNewBattNew36, "New 3.6V Saft (T1)" | 113 TCODE tNewBattNew36, "3.6V disposable (T1)" ; new 3.6V disposable |
112 TCODE tNewBattNew15, "New 1.5V AA (T0)" | 114 TCODE tNewBattNew15, "1.5V disposable (T0)" ; new 1.5V disposable |
113 TCODE tNewBattAccu, "3.6V LiIon AA (T2)" | 115 TCODE tNewBattAccu, "3.6V chargeable (T2)" ; new 3.6V rechargeable |
114 TCODE tNew18650, "Internal 18650 (T3)" | 116 TCODE tNew18650, "OSTC 2 or cR (T3)" ; internal battery on 2 (old) / cR |
115 TCODE tNew16650, "Internal 16650 (T4)" | 117 TCODE tNew16650, "OSTC 2 or TR (T4)" ; internal battery on 2 (new) / TR |
118 TCODE tConfirmChargeable1, "Confirm:" ; safety question, line 1 | |
119 TCODE tConfirmChargeable2, "inserted Battery" ; safety question, line 2 | |
120 TCODE tConfirmChargeable3, "is rechargeable" ; safety question, line 3 | |
116 | 121 |
117 ; Gaslist Management | 122 ; Gaslist Management |
118 TCODE tGas, "Gas" ; Gas | 123 TCODE tGas, "Gas" ; Gas |
119 TCODE tDil, "Dil" ; Diluent | 124 TCODE tDil, "Dil" ; Diluent |
120 TCODE tGasErr, "Err" ; Err (3 chars) | 125 TCODE tGasErr, "Err" ; Err (3 chars) |