Mercurial > public > mk2
annotate code_part1/OSTC_code_asm_part1/italian_text.asm @ 837:23ed973d4fb9
Disable DEBUG mode, Too many users turned this on in the last years and then
complained about "letters on the screen"....
Allow manual (in the menu) year setting >2020
author | heinrichsweikamp |
---|---|
date | Fri, 01 Jan 2021 19:57:21 +0100 |
parents | e8f5eed0eccf |
children |
rev | line source |
---|---|
604 | 1 ;============================================================================= |
815 | 2 ; OSTC Mk.2, 2N and 2C - diving computer code |
807
c50296c3059e
BUGFIX: Divetime had unwanted "." behind the minutes
heinrichsweikamp
parents:
802
diff
changeset
|
3 ; Copyright (C) 2015 HeinrichsWeikamp GbR |
604 | 4 ; |
5 ; This program is free software: you can redistribute it and/or modify | |
6 ; it under the terms of the GNU General Public License as published by | |
7 ; the Free Software Foundation, either version 3 of the License, or | |
8 ; (at your option) any later version. | |
9 ; | |
10 ; This program is distributed in the hope that it will be useful, | |
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 ; GNU General Public License for more details. | |
14 ; | |
15 ; You should have received a copy of the GNU General Public License | |
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>. | |
17 ; | |
18 ; Hold texts and screen position to display the texts. | |
19 ; History: | |
20 ; 2007/10/13 : Initial version by Matthias Heinrichs, info@heinrichsweikamp.com | |
21 ; 2008/05/24 : MW. | |
22 ; 2011/02/02 : Jean-Do Gascuel : split into different files for multi-lingual support | |
23 ; 2011/08/12 : Sergei V. Rozinov: Complete translation patch | |
24 ; | |
25 ; known bugs: | |
26 ; ToDo: | |
27 ;============================================================================= | |
28 ; | |
29 ; Instructions for translating: | |
30 ; | |
31 ; * Strings are accessed according to the order in the file. | |
32 ; So don't change ordering ! | |
33 ; | |
34 ; * Keep the english original version on the right column. So translations | |
35 ; can be reviewed and maintened. | |
36 ; | |
37 ; * One of the main constraint is to keep texts short, to avoid clobering | |
38 ; the OSTC screen. Of course, the technical, precise terms should be used. | |
39 ; Generally, there is no hard constraint: you can be one or two chars | |
40 ; shorter or longer. | |
41 ; | |
42 ; * Beware that some strings do have a fixed length. You should then use | |
43 ; exactly the same size. | |
44 ; | |
45 ; * Beware that some strings have ponctuation, or trailling space(s). In that | |
46 ; case, you should keep EXACTLY the same ponctuation AND TRAILING SPACES. | |
47 ; | |
48 ; * Ascii chars: we can support a few specific chars. öäüß for German. | |
49 ; éèêç for French. áíóúñ¡¿ for Spanish. | |
50 ; If you really, absolutly, need more: ask... | |
51 ; | |
52 ; * Do not translate comments (everithing after the ;), because they are | |
53 ; used for maintenance. | |
54 ; | |
55 ; * The X column is position on screen. Some texts are centered, left | |
56 ; padded or right padded. In that case, if you changed the text size, | |
57 ; you will have to adjust position. A char is 7 pixels wide. | |
58 ; | |
59 ;============================================================================= | |
60 ; Define's section | |
61 ; Definition translation ; English original | |
62 #IFNDEF TXT_DEFINED | |
63 #DEFINE TXT_DEFINED | |
64 | |
65 #DEFINE TXT_GAS_C 'G' ; 'G' | |
662 | 66 #DEFINE TXT_GAS1 "G" ; "G" |
604 | 67 #DEFINE TXT_METER_C 'm' ; 'm' |
68 #DEFINE TXT_METER5 "m " ; "m " | |
69 #DEFINE TXT_METER3 "m " ; "m " | |
70 #DEFINE TXT_METER2 "m " ; "m " | |
71 #DEFINE TXT_METER1 "m" ; "m" | |
72 #DEFINE TXT_MBAR7 " mbar " ; " mbar " | |
73 #DEFINE TXT_MBAR5 "mbar " ; "mbar " | |
74 #DEFINE TXT_BAR4 "bar " ; "bar " | |
75 #DEFINE TXT_BAR3 "bar" ; "bar" | |
76 #DEFINE TXT_ALT5 "Alt: " ; "Alt: " | |
77 #DEFINE TXT_KGL4 "kg/l" ; "kg/l" | |
78 #DEFINE TXT_VOLT2 "V " ; "V " | |
79 #DEFINE TXT_VOLT1 "V" ; "V" | |
80 #DEFINE TXT_STEP5 "Step:" ; "Step:" | |
81 #DEFINE TXT_CF2 "CF" ; "CF" | |
82 #DEFINE TXT_O2_4 "O2: " ; "O2: " | |
83 #DEFINE TXT_O2_3 "O2 " ; "O2 " | |
84 #DEFINE TXT_AIR4 "AIR " ; "AIR " | |
85 #DEFINE TXT_ERR4 "ERR " ; "ERR " | |
86 #DEFINE TXT_HE4 "He: " ; "He: " | |
87 #DEFINE TXT_NX3 "NX " ; "NX " | |
88 #DEFINE TXT_TX3 "TX " ; "TX " | |
89 #DEFINE TXT_AT4 " at " ; " at " | |
90 #DEFINE TXT_G1_3 "G1:" ; "G1:" | |
91 #DEFINE TXT_G2_3 "G2:" ; "G2:" | |
92 #DEFINE TXT_G3_3 "G3:" ; "G3:" | |
93 #DEFINE TXT_G4_3 "G4:" ; "G4:" | |
94 #DEFINE TXT_G5_3 "G5:" ; "G5:" | |
95 #DEFINE TXT_G6_3 "G6:" ; "G6:" | |
96 #DEFINE TXT_1ST4 "1st:" ; "1st:" | |
97 #DEFINE TXT_CNS4 "CNS:" ; "CNS:" | |
98 #DEFINE TXT_CNSGR10 "CNS > 250%" ; "CNS > 250%" | |
99 #DEFINE TXT_AVR4 "Avr:" ; "Avr:" | |
100 #DEFINE TXT_GF3 "GF:" ; "GF:" | |
101 #DEFINE TXT_SAT4 "Sat:" ; "Sat:" | |
613 | 102 #DEFINE TXT_0MIN5 "0min " ; "0min " |
103 #DEFINE TXT_MIN4 "min " ; "min " | |
104 #DEFINE TXT_BSAT5 "BSat:" ; "BSat:" | |
105 #DEFINE TXT_BDES5 "BDes:" ; "BDes:" | |
106 #DEFINE TXT_LAST5 "Last:" ; "Last:" | |
107 #DEFINE TXT_GFLO6 "GF_lo:" ; "GF_lo:" | |
108 #DEFINE TXT_GFHI6 "GF_hi:" ; "GF_hi:" | |
662 | 109 #DEFINE TXT_PPO2_5 "PpO2:" ; "ppO2:" |
613 | 110 #DEFINE TXT_SP2 "SP" ; "SP" |
111 #DEFINE TXT_DIL4 "Dil:" ; "Dil:" | |
112 #DEFINE TXT_N2_2 "N2" ; "N2" | |
113 #DEFINE TXT_HE2 "He" ; "He" | |
114 #DEFINE TXT_TX1 "T" ; "T" | |
115 #DEFINE TXT_TX2 "x" ; "x" | |
116 #DEFINE TXT_NX1 "N" ; "N" | |
117 #DEFINE TXT_NX2 "x" ; "x" | |
671 | 118 #DEFINE TXT_DIL_C "D" ; "D" |
119 #DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" | |
669 | 120 #DEFINE TXT_aGF4 "aGF:" ; "aGF:" |
826
2151c4135fad
CHANGE: Battery percent based on ON-Time instead of battery voltage
heinrichsweikamp
parents:
817
diff
changeset
|
121 #DEFINE TXT_BATT "B:" ; "B:" |
669 | 122 |
604 | 123 #ENDIF |
124 ;============================================================================= | |
125 ; macro X Y "Italiano " ; English original | |
126 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash | |
613 | 127 TCODE .0, .25, "Aspetta..." ;002 Please Wait... |
604 | 128 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2 |
129 TCODE .65, .2, "Menu?" ;004 Menu? | |
130 TCODE .65, .2, "Menu:" ;005 Menu: | |
131 TCODE .20, .35, "Logbook" ;006 Logbook | |
132 TCODE .20, .65, "Imposta Gas" ;007 Gas Setup | |
133 TCODE .20, .35, "Imposta Ora" ;008 Set Time | |
134 TCODE .20, .95, "Reset Menu" ;009 Reset Menu | |
135 TCODE .20, .125, "Impostazioni" ;010 Setup | |
136 TCODE .20, .185, "Esci" ;011 Exit | |
613 | 137 TCODE .111, .2, "Aspetta..." ;012 Wait... |
604 | 138 TCODE .0, .24, "MD2 Hash:" ;013 MD2 Hash: |
139 TCODE .0, .0, "Desat" ;014 Desat (Desaturation count-down) | |
140 TCODE .50, .2, "Connessione" ;015 Interface (Connected to USB) | |
141 TCODE .10, .30, "Inizio" ;016 Start | |
142 TCODE .10, .55, "Data" ;017 Data | |
143 TCODE .10, .80, "Testata" ;018 Header | |
144 TCODE .10, .105, "Profilo" ;019 Profile | |
145 TCODE .10, .130, "Fatto." ;020 Done. | |
146 TCODE .20, .35, "Annulla Reset" ;021 Cancel Reset | |
613 | 147 TCODE .32, .65, "Ora: " ;022 Time: |
604 | 148 TCODE .32, .95, "Data:" ;023 Date: |
149 TCODE .0, .215, "Imposta Ore" ;024 Set Hours | |
150 TCODE .6, .0, "Azzera..." ;025 Reset... | |
151 TCODE .55, .2, "Logbook" ;026 Logbook | |
152 TCODE .14, .2, "Funzioni Custom I" ;027 Custom Functions I | |
153 TCODE .40, .2, "Reset Menu" ;028 Reset Menu | |
662 | 154 TCODE .43, .2, "Imposta ora:" ;029 Set Time: |
736 | 155 TCODE .100, .50, "Marker" ;030 Marker (Add a mark in logbook profile) |
768
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
759
diff
changeset
|
156 TCODE .100, .25, "Decoplan" ;031 Decoplan |
604 | 157 TCODE .100, .0, "ListaGas" ;032 Gaslist |
768
b23b43d6d50d
BUGFIX: Italian language fix (Divemode menu)
heinrichsweikamp
parents:
759
diff
changeset
|
158 TCODE .100, .50, "Azz. Avr" ;033 ResetAvr (Reset average depth) |
604 | 159 TCODE .100, .100, "Esci" ;034 Exit (Exit current menu) |
160 TCODE .0, .0, "NonVolo" ;035 NoFly (No-flight count-down) | |
161 ; | |
162 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars). | |
662 | 163 TCODE .40, .35, "Inizio Imm. [m]" ;036 Start Dive [m] (depth to switch to dive mode) |
164 TCODE .40, .35, "Fine Imm. [m]" ;037 End Dive [m] (depth to switch back to surface mode) | |
604 | 165 TCODE .40, .35, "End Delay [sec]" ;038 End Delay [sec] (duration dive screen stays after end of dive) |
613 | 166 TCODE .40, .35, "Spegni [min]" ;039 Power Off [min] |
604 | 167 TCODE .40, .35, "Pre-menu [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed) |
662 | 168 TCODE .40, .35, "velocitá[m/min]" ;041 velocity[m/min] |
613 | 169 TCODE .40, .35, "Wake-up [mbar]" ;042 Wake-up [mbar] |
662 | 170 TCODE .40, .35, "Max.Surf.[mbar]" ;043 max.Surf.[mbar] |
613 | 171 TCODE .40, .35, "Mostra GF [%]" ;044 GF display [%] |
662 | 172 TCODE .40, .35, "Min. O2 Dis.[%]" ;045 min. O2 Dis.[%] |
173 TCODE .40, .35, "T.out Menu[min]" ;046 Dive menus[min] | |
174 TCODE .40, .35, "Saturaz. x [%]" ;047 Saturate x [%] | |
175 TCODE .40, .35, "Desaturaz. x[%]" ;048 Desaturate x[%] | |
613 | 176 TCODE .40, .35, "Ratio NoVolo[%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown). |
662 | 177 TCODE .40, .35, "Allarme GF 1[%]" ;050 GF alarm 1 [%] |
178 TCODE .40, .35, "CNS Superf. [%]" ;051 CNSshow surf[%] | |
604 | 179 TCODE .40, .35, "Deco Offset [m]" ;052 Deco Offset [m] |
662 | 180 TCODE .40, .35, "PpO2 Bassa[bar]" ;053 ppO2 low [bar] |
181 TCODE .40, .35, "PpO2 Alta [bar]" ;054 ppO2 high [bar] | |
182 TCODE .40, .35, "MostraPpO2[bar]" ;055 ppO2 show [bar] | |
183 TCODE .40, .35, "Campionamento " ;056 sampling rate | |
184 TCODE .40, .35, "Campion. Temp. " ;057 Divisor Temp | |
185 TCODE .40, .35, "Campion. Deco " ;058 Divisor Decodat | |
186 TCODE .40, .35, "Campion. GF " ;059 Divisor GF | |
187 TCODE .40, .35, "Campion. PpO2 " ;060 Divisor ppO2 | |
188 TCODE .40, .35, "Campion. Debug " ;061 Divisor Debug | |
189 TCODE .40, .35, "Campion. CNS " ;062 Divisor CNS | |
190 TCODE .40, .35, "CNS Immers. [%]" ;063 CNSshow dive[%] | |
604 | 191 TCODE .40, .35, "Logbook offset " ;064 Logbook offset |
613 | 192 TCODE .40, .35, "Ultima Deco [m]" ;065 Last Deco at[m] |
604 | 193 TCODE .40, .35, "Fine Apnea [h]" ;066 End Apnoe [h] |
826
2151c4135fad
CHANGE: Battery percent based on ON-Time instead of battery voltage
heinrichsweikamp
parents:
817
diff
changeset
|
194 TCODE .40, .35, "Mostra Batt. % " ;067 Show Battery % |
604 | 195 ; End of function descriptor I |
196 ; | |
197 ;licence: | |
198 TCODE .0, .35, "Questo programma è" ;068 This program is | |
199 TCODE .0, .65, "distribuito nella" ;069 distributed in the | |
662 | 200 TCODE .0, .95, "speranza che vi sará" ;070 hope that it will be |
604 | 201 TCODE .0, .125, "utile, ma SENZA" ;071 useful, but WITHOUT |
202 TCODE .0, .155, "NESSUNA GARANZIA" ;072 ANY WARRANTY | |
203 TCODE .0, .185, "anche l'implicita" ;073 even the implied | |
204 TCODE .0, .215, "garanzia di" ;074 warranty of | |
205 TCODE .0, .35, "MERCHANTABILITY or" ;075 MERCHANTABILITY or | |
206 TCODE .0, .65, "FITNESS FOR A" ;076 FITNESS FOR A | |
207 TCODE .0, .95, "PARTICULAR PURPOSE." ;077 PARTICULAR PURPOSE. | |
208 TCODE .0, .125, "Vedi anche GNU General" ;078 See the GNU General | |
209 TCODE .0, .155, "Public License per" ;079 Public License for | |
210 TCODE .0, .185, "maggiori dettagli:" ;080 more details: | |
726 | 211 TCODE .0, .215, "heinrichsweikamp.com" ;081 heinrichsweikamp.com |
604 | 212 ; end of licence |
213 ; | |
662 | 214 TCODE .95, .54, "TappaDeco" ;082 Decostop |
604 | 215 TCODE .0, .0, "m/min" ;083 m/min |
216 TCODE .108, .113, "No Stop" ;084 No Stop | |
217 TCODE .135, .113, "TTS" ;085 TTS | |
662 | 218 TCODE .114, .0, "Minuti" ;086 Divetime |
219 TCODE .0, .0, "Profonditá" ;087 Depth | |
604 | 220 TCODE .0, .0, "Primo Gas?" ;088 First Gas? |
221 TCODE .0, .0, "Default:" ;089 Default: | |
222 TCODE .0, .0, "Minuti" ;090 Minutes | |
613 | 223 TCODE .0, .0, "Mese" ;091 Month |
224 TCODE .0, .0, "Giorno" ;092 Day | |
225 TCODE .0, .0, "Anno" ;093 Year | |
662 | 226 TCODE .0, .0, "Imp." ;094 Set |
604 | 227 TCODE .0, .0, "Gas# " ;095 Gas# |
228 TCODE .0, .0, "SI" ;096 Yes | |
613 | 229 TCODE .0, .0, "Attuale:" ;097 Current: |
230 TCODE .40, .2, "Setup Menu:" ;098 Setup Menu: | |
662 | 231 TCODE .20, .35, "Funzioni Custom I" ;099 Custom FunctionsI |
604 | 232 TCODE .20, .125, "TipoDeco:" ;100 Decotype: |
233 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC | |
662 | 234 TCODE .85, .125, "Profondim." ;102 Gauge |
235 TCODE .85, .125, "Profondim." ;103 Gauge | |
604 | 236 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC |
237 TCODE .0, .0, "Gas Attivo? " ;105 Active Gas? | |
662 | 238 TCODE .10, .2, "Imposta Gas - lista" ;106 Gas Setup - Gaslist |
239 TCODE .20, .95, "Prof. +/-:" ;107 Depth +/-: | |
604 | 240 TCODE .20, .125, "Cambia:" ;108 Change: |
241 TCODE .20, .155, "Default:" ;109 Default: | |
242 TCODE .20, .65, "CCR SetPoint Menu" ;110 CCR SetPoint Menu | |
243 TCODE .20, .2, "CCR SetPoint Menu" ;111 CCR SetPoint Menu | |
244 TCODE .0, .0, "SP#" ;112 SP# | |
245 TCODE .20, .95, "Info Batteria" ;113 Battery Info | |
246 TCODE .10, .2, "Informazioni Batteria" ;114 Battery Information | |
247 TCODE .0, .9, "Cicli:" ;115 Cycles: | |
248 TCODE .85, .125, "Apnea" ;116 Apnoe | |
662 | 249 TCODE .0, .18, "Ultima Carica:" ;117 Last Complete: |
604 | 250 TCODE .0, .27, "Minimo Vbatt:" ;118 Lowest Vbatt: |
613 | 251 TCODE .0, .36, "Minimo il:" ;119 Lowest at: |
604 | 252 TCODE .0, .45, "Tmin:" ;120 Tmin: |
253 TCODE .0, .54, "Tmax:" ;121 Tmax: | |
254 TCODE .100, .124, "Altri" ;122 More (Gaslist) | |
255 TCODE .100, .25, "O2 +" ;123 O2 + | |
256 TCODE .100, .50, "O2 -" ;124 O2 - | |
257 TCODE .100, .75, "He +" ;125 He + | |
258 TCODE .100, .100, "He -" ;126 He - | |
259 TCODE .100, .0, "Esci" ;127 Exit | |
260 TCODE .100, .25, "Cancella" ;128 Delete | |
261 TCODE .20, .65, "Debug:" ;129 Debug: | |
262 TCODE .65, .65, "ON " ;130 ON | |
263 TCODE .65, .65, "OFF" ;131 OFF | |
264 TCODE .100, .50, "Canc. tutto" ;132 Del. all | |
662 | 265 TCODE .10, .0, "Reset Inaspettato dal" ;133 Unexpected reset from |
613 | 266 TCODE .10, .25, "Divemode! Aiutaci," ;134 Divemode! Please help |
267 TCODE .10, .50, "comunicaci le info" ;135 and report the Debug | |
268 TCODE .10, .75, "del Debug qui sotto!" ;136 Information below! | |
604 | 269 TCODE .100, .0, "Bailout" ;137 Bailout |
662 | 270 TCODE .85, .125, "Apnea" ;138 Apnoe |
604 | 271 TCODE .105, .120, "Discesa" ;139 Descent |
272 TCODE .105, .60, "Superficie" ;140 Surface | |
273 TCODE .65, .2, "Esci?" ;141 Quit? | |
613 | 274 TCODE .20, .155, "Altro" ;142 More |
604 | 275 TCODE .42, .72, "Conferma:" ;143 Confirm: |
276 TCODE .60, .2, "Menu 2:" ;144 Menu 2: | |
277 TCODE .52, .96, "Cancella" ;145 Cancel | |
278 TCODE .52, .120, "OK!" ;146 OK! | |
613 | 279 TCODE .20, .35, "Altro" ;147 More |
604 | 280 TCODE .0, .0, ":.........:" ;148 :.........: |
662 | 281 TCODE .0, .8, "PpO2" ;149 ppO2 |
604 | 282 TCODE .2, .39, "bar " ;150 bar |
283 TCODE .108, .216, "Marker?" ;151 Marker? | |
284 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC | |
285 TCODE .20, .65, "Funzioni Custom II" ;153 Custom FunctionsII | |
286 ; | |
287 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars). | |
288 TCODE .40, .35, "GF Basso [%]" ;154 GF Low [%] | |
289 TCODE .40, .35, "GF Alto [%]" ;155 GF High [%] | |
290 TCODE .40, .35, "Colore#Batteria" ;156 Color# Battery | |
291 TCODE .40, .35, "Colore#Standard" ;157 Color# Standard | |
292 TCODE .40, .35, "Colore#Divemask" ;158 Color# Divemask | |
293 TCODE .40, .35, "Colore# Allarmi" ;159 Color# Warnings | |
662 | 294 TCODE .40, .35, "Sec. in Immers." ;160 Divemode secs. |
295 TCODE .40, .35, "Regola SP fisso" ;161 Adjust fixed SP | |
296 TCODE .40, .35, "All. salto deco" ;162 Warn Ceiling | |
779 | 297 TCODE .40, .35, "unused " ;163 unused |
662 | 298 TCODE .40, .35, "Avv.Miglior Gas" ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas). |
299 TCODE .40, .35, "All. Prof[mbar]" ;165 DepthWarn[mbar] | |
604 | 300 TCODE .40, .35, "Allarme CNS [%]" ;166 CNS warning [%] |
301 TCODE .40, .35, "Allarme GF [%]" ;167 GF warning [%] | |
662 | 302 TCODE .40, .35, "All. PpO2 [bar]" ;168 ppO2 warn [bar] |
303 TCODE .40, .35, "All. Vel[m/min]" ;169 Vel.warn[m/min] | |
304 TCODE .40, .35, "Aggiusta orario" ;170 Time offset/day | |
604 | 305 TCODE .40, .35, "Vedi altimetro " ;171 Show altimeter |
306 TCODE .40, .35, "vedi Log-Marker" ;172 Show Log-Marker | |
307 TCODE .40, .35, "Vedi Stopwatch " ;173 Show Stopwatch | |
308 TCODE .40, .35, "VediGrafTessuti" ;174 ShowTissueGraph | |
309 TCODE .40, .35, "Vedi Tess.Prim." ;175 Show Lead.Tiss. | |
662 | 310 TCODE .40, .35, "Inver. Tab Deco" ;176 Shallow stop 1st (Reverse order of deco plans) |
802 | 311 TCODE .40, .35, "Cambio Gas[min]" ;177 Gas switch[min] (Show Countdown after gas change) |
604 | 312 TCODE .40, .35, "Gas Fondo[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). |
313 TCODE .40, .35, "Gas Risal[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) | |
314 TCODE .40, .35, "TTS Futuro[min]" ;180 Future TTS[min] (Compute TTS for extra time at current depth) | |
315 TCODE .40, .35, "Allarme Cave[l]" ;181 Cave Warning[l] (Consomation warning for cave divers) | |
662 | 316 TCODE .40, .35, "GraficoVelocitá" ;182 Graph. Velocity (Show a graphical representation of the ascend speed) |
317 TCODE .40, .35, "Vedi PpO2 pSCR " ;183 Show pSCR ppO2 (Show the ppO2 for pSCR divers) | |
604 | 318 TCODE .40, .35, "pSCR O2 Drop[%]" ;184 pSCR O2 Drop[%] (pSCR O2 drop in percent) |
662 | 319 TCODE .40, .35, "Rap C.Polm pSCR" ;185 pSCR lung ratio (pSCR counterlung ratio) |
604 | 320 ; End of function descriptor II |
321 ; | |
322 TCODE .13, .2, "Funzioni Custom II" ;186 Custom Functions II | |
323 TCODE .20, .95, "Vedi Licenza" ;187 Show License | |
752 | 324 TCODE .0, .2, "Risul. simul:" ;188 Sim. Results: |
604 | 325 TCODE .90, .25, "Superficie" ;189 Surface |
662 | 326 TCODE .0, .0, "PpO2 +" ;190 ppO2 + |
817
e49a35ab7394
auto-SP work, auto-SP data stored in EEADR 116-119
heinrichsweikamp
parents:
816
diff
changeset
|
327 TCODE .0, .0, "" ;191 unused |
604 | 328 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluent) |
329 | |
330 ; 32 custom function descriptors III (FIXED LENGTH = 15 chars). | |
331 TCODE .40, .35, "Color# inattivo" ;193 Color# inactive | |
332 TCODE .40, .35, "Usa tappa sicur" ;194 Use safety stop | |
619 | 333 TCODE .40, .35, "Show GF in NDL " ;195 Show GF in NDL (If GF > CF08) |
669 | 334 TCODE .40, .35, "Alt. GF Low [%]" ;196 Alt. GF Low [%] |
335 TCODE .40, .35, "Alt. GF High[%]" ;197 Alt. GF High[%] | |
336 TCODE .40, .35, "Allow GF change" ;198 Allow GF change | |
675 | 337 TCODE .40, .35, "S.StopLength[s]" ;199 S.StopLength[s] (CF70: Safety Stop Duration [s]) |
338 TCODE .40, .35, "S.StopStart [m]" ;200 S.StopStart [m] (CF71: Safety Stop Start Depth [m]) | |
339 TCODE .40, .35, "S.StopEnd [m]" ;201 S.StopEnd [m] (CF72: Safety Stop End Depth [m]) | |
340 TCODE .40, .35, "S.StopReset [m]" ;202 S.StopReset [m] (CF73: Safety Stop Reset Depth [m]) | |
802 | 341 TCODE .40, .35, "Tempo Batt[min]" ;203 Batt. Time [min] (CF74: Battery time-out [min]) |
662 | 342 TCODE .40, .35, "inutilizzato " ;204 unused |
343 TCODE .40, .35, "inutilizzato " ;205 unused | |
344 TCODE .40, .35, "inutilizzato " ;206 unused | |
345 TCODE .40, .35, "inutilizzato " ;207 unused | |
346 TCODE .40, .35, "inutilizzato " ;208 unused | |
347 TCODE .40, .35, "inutilizzato " ;209 unused | |
348 TCODE .40, .35, "inutilizzato " ;210 unused | |
349 TCODE .40, .35, "inutilizzato " ;211 unused | |
350 TCODE .40, .35, "inutilizzato " ;212 unused | |
351 TCODE .40, .35, "inutilizzato " ;213 unused | |
352 TCODE .40, .35, "inutilizzato " ;214 unused | |
353 TCODE .40, .35, "inutilizzato " ;215 unused | |
354 TCODE .40, .35, "inutilizzato " ;216 unused | |
355 TCODE .40, .35, "inutilizzato " ;217 unused | |
356 TCODE .40, .35, "inutilizzato " ;218 unused | |
357 TCODE .40, .35, "inutilizzato " ;219 unused | |
358 TCODE .40, .35, "inutilizzato " ;220 unused | |
359 TCODE .40, .35, "inutilizzato " ;221 unused | |
360 TCODE .40, .35, "inutilizzato " ;222 unused | |
361 TCODE .40, .35, "inutilizzato " ;223 unused | |
362 TCODE .40, .35, "inutilizzato " ;224 unused | |
604 | 363 ; |
613 | 364 TCODE .7, .2, "Funzioni Custom III" ;225 Custom Functions III |
604 | 365 TCODE .85, .125, "pSCR-GF " ;226 pSCR-GF |
812 | 366 TCODE .90, .54, "TappaSicur" ;227 SafetyStop |
621 | 367 TCODE .0, .0, "Immersioni totali: " ;228 Total Dives: |
675 | 368 TCODE .20, .35, "Diluent Setup" ;229 Diluent Setup |
369 TCODE .20, .65, "Setpoint Setup" ;230 Setpoint Setup | |
370 TCODE .5, .2, "Dil. Setup - Gaslist" ;231 Dil. Setup - Gaslist | |
371 TCODE .100, .100, "Diluent" ;232 Diluent | |
785
b0c96aaa86e4
add ceiling display, no turkish language support anymore
heinrichsweikamp
parents:
780
diff
changeset
|
372 TCODE .93, .170, " Ceiling" ;233 Ceiling (9Chars, right alligned) |
816
df8cd5ffd993
BUGFIX: Load first diluent if <> 1 correctly
heinrichsweikamp
parents:
815
diff
changeset
|
373 TCODE .20, .95, "SP Mode: " ;234 SP Mode: (10 chars) |
604 | 374 |
375 TCODE .10, .2, "Deco Cambiato!" ;235 Decomode changed! | |
376 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC | |
377 TCODE .2, .12, "Non trovato" ;237 Not found | |
378 TCODE .100, .0, "SetPoint" ;238 SetPoint | |
379 TCODE .100, .0, "No Deco" ;239 No Deco | |
380 TCODE .90, .50, "Intervallo:" ;240 Interval: | |
381 TCODE .100, .75, "Display" ;241 Display | |
382 TCODE .100, .0, "No deco" ;242 No deco | |
383 TCODE .132, .0, "beta" ;243 beta | |
384 TCODE .100, .100, "unuse" ;244 unuse | |
385 TCODE .20, .65, "Resetta CF,Gas & Deco" ;245 Reset CF,Gas & Deco | |
830
e8f5eed0eccf
BUGFIX: Minor layout fix (Battery warning in divemode)
heinrichsweikamp
parents:
826
diff
changeset
|
386 TCODE .58, .145, "Batt!" ;246 Batt! |
604 | 387 TCODE .20, .125, "Simulatore" ;247 Simulator |
662 | 388 TCODE .27, .2, "Simulatore OSTC" ;248 OSTC Simulator |
389 TCODE .20, .65, "Inizio Immersione" ;249 Start Dive | |
604 | 390 TCODE .100, .25, "+ 1m" ;250 + 1m |
391 TCODE .100, .50, "- 1m" ;251 - 1m | |
392 TCODE .100, .75, "+10m" ;252 +10m | |
393 TCODE .100, .100, "-10m" ;253 -10m | |
394 TCODE .100, .0, "Chiudi" ;254 Close | |
662 | 395 TCODE .138, .170, "Ora" ;255 Time |
604 | 396 ; |
397 ; Text Bank2 (Texts 256-511) | |
398 ; | |
399 TCODE .0, .0, "x" ;256 x | |
400 TCODE .20, .35, "Formato data:" ;257 Date format: | |
401 TCODE .40, .2, "Setup Menu 2:" ;258 Setup Menu 2: | |
402 TCODE .105, .35, "MMDDYY" ;259 MMDDYY | |
403 TCODE .105, .35, "DDMMYY" ;260 DDMMYY | |
404 TCODE .105, .35, "YYMMDD" ;261 YYMMDD | |
405 TCODE .1, .1, "OSTC " ;262 OSTC | |
406 TCODE .65, .168, "Bail " ;263 Bail | |
407 TCODE .7, .48, "Aria " ;264 Air | |
685
aebb6d039249
Use 4byte in EEPROM for diluents (Same as OC gases)
heinrichsweikamp
parents:
681
diff
changeset
|
408 TCODE .115, .135, "Aria " ;265 Air |
604 | 409 |
410 TCODE .0, .0, "Info pSCR" ;266 pSCR Info (Must be 9Chars!) | |
691 | 411 TCODE .0, .184, "Max." ;267 Max. |
669 | 412 TCODE .93, .170, "GF Values" ;268 GF Values |
413 TCODE .100, .50, "ToggleGF" ;269 ToggleGF (In Divemode Menu) | |
759 | 414 TCODE .93, .170, "Decogas" ;270 Decogas |
604 | 415 |
416 ; New CFs Warning | |
417 TCODE .24, .2, "Nuova CF aggiunta!" ;271 New CF added! | |
418 TCODE .0, .35, "Nuove Funz. custom" ;272 New CustomFunctions | |
419 TCODE .0, .65, "Aggiunte! Controlla" ;273 were added! Check | |
420 TCODE .0, .95, "i menu CF I CF II" ;274 CF I and CF II Menu | |
421 TCODE .0, .125, "per i Dettagli!" ;275 for Details! | |
662 | 422 TCODE .20, .125, "Salinitá: " ;276 Salinity: |
604 | 423 ; |
752 | 424 TCODE .20, .95, "Tempo fondo:" ;277 Bottom Time: |
662 | 425 TCODE .20, .125, "Profonditá Max:" ;278 Max. Depth: |
604 | 426 TCODE .20, .155, "Calcola Deco" ;279 Calculate Deco |
662 | 427 TCODE .20, .155, "Luminositá:" ;280 Brightness: |
604 | 428 ; |
662 | 429 TCODE .90, .170, "Prof.Media" ;281 Avr.Depth |
430 TCODE .90, .170, "Ass. Tess." ;282 Lead Tiss. | |
431 TCODE .90, .170, "Cronometro" ;283 Stopwatch | |
604 | 432 TCODE .20, .95, "Azzera Logbook" ;284 Reset Logbook |
433 TCODE .20, .125, "Riavvia OSTC" ;285 Reboot OSTC | |
434 TCODE .20, .155, "Azzera Decodata" ;286 Reset Decodata | |
435 ; Altimeter extension | |
436 TCODE .20, .155, "Altimetro" ;287 Altimeter | |
662 | 437 TCODE .20, .1, "Imposta Altimetro" ;288 Set Altimeter |
438 TCODE .20, .35, "Liv. Mare:" ;289 Sea ref: | |
604 | 439 TCODE .0, .0, "Abilitato: " ;290 Enabled: |
440 TCODE .20, .95, "Default: 1013 mbar" ;291 Default: 1013 mbar | |
441 TCODE .20, .125, "+1 mbar" ;292 +1 mbar | |
442 TCODE .20, .155, "-1 mbar" ;293 -1 mbar | |
443 TCODE .85, .185, "Alt: " ;294 Alt: | |
444 ; | |
445 TCODE .20, .95, "Funzioni CustomIII" ;295 Custom FunctionsIII | |
446 TCODE .50, .2, "Raw Data:" ;296 Raw Data: | |
447 ; Gas-setup addons: | |
448 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). | |
449 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). | |
450 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). | |
451 TCODE .100, .125, "More" ;300 More (Enable/Disable Gas underwater) | |
452 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). | |
453 ; 115k Bootloader support: | |
454 TCODE .45, .100, "Bootloader" ;302 Bootloader | |
733 | 455 TCODE .30, .130, "Perfavore aspetta!" ;303 Please wait! |
604 | 456 TCODE .50, .130, "Aborted!" ;304 Aborted |
457 ; @5 variant | |
458 TCODE .0, .0, "TTS Futuro" ;305 Future TTS (=10 chars. Title for @5 customview). | |
459 ; | |
662 | 460 TCODE .100, .125, "Esci Sim" ;306 Quit Sim (=8char max. Quit Simulator mode) |
604 | 461 ; Dive interval |
462 TCODE .20, .35, "Intervallo:" ;307 Interval: | |
662 | 463 TCODE .0, .0, "Adesso" ;308 Now (7 chars min) |
604 | 464 TCODE .108, .112, "Medio" ;309 Average |
465 ; | |
466 TCODE .94, .54, "Cronometro" ;310 Stopwatch (BIG Stopwatch in Gauge mode) | |
467 ; Cave consomation | |
468 TCODE .0, .0, "Cave Bail." ;311 Cave Bail. (=10 chars.) | |
681 | 469 ; DISPLAY Brightness settings |
604 | 470 TCODE .103, .155, "Eco " ;312 Eco (Same length as #313!) |
471 TCODE .103, .155, "High" ;313 High (Same length as #312!) | |
472 | |
473 ; ZH-L16 mode description | |
474 TCODE .0, .35, "TipoDeco: ZH-L16 OC" ;314 Decotype: ZH-L16 OC | |
475 TCODE .0, .65, "Per Sub in Circuito" ;315 For Open Circuit | |
476 TCODE .0, .95, "Aperto. Supporta 5" ;316 Divers. Supports 5 | |
477 TCODE .0, .125, "Miscele Trimix." ;317 Trimix Gases. | |
478 TCODE .0, .155, "Configura il tuo gas" ;318 Configure your gas | |
479 TCODE .0, .185, "nel menu ImpostaGas." ;319 in Gassetup menu. | |
480 TCODE .0, .215, "Controlla CF11 & CF12 !" ;320 Check CF11 & CF12 ! | |
481 ; Gaugemode description | |
613 | 482 TCODE .0, .35, "Tipodeco:Profondimetro" ;321 Decotype: Gauge |
604 | 483 TCODE .0, .65, "Il tempo di immersione" ;322 Divetime will be in |
662 | 484 TCODE .0, .95, "sará Minuti:Secondi." ;323 Minutes:Seconds. |
485 TCODE .0, .125, "OSTC2 non calcolerá" ;324 OSTC2 will not | |
486 TCODE .0, .155, "Decompressione, tempo" ;325 compute Deco, NoFly | |
487 TCODE .0, .185, "di non volo e tempo di" ;326 time and Desat. | |
488 TCODE .0, .215, "desaturazione, MAI!" ;327 time at all! | |
604 | 489 ; Const.ppO2 description |
490 TCODE .0, .35, "Tipodeco: ZH-L16 CC" ;328 Decotype: ZH-L16 CC | |
491 TCODE .0, .65, "Per Rebreather " ;329 For closed | |
492 TCODE .0, .95, "a circuito chiuso" ;330 circuit rebreathers | |
493 TCODE .0, .125, "Configura i 3" ;331 Configure the 3 | |
494 TCODE .0, .155, "SetPoints nel menu" ;332 SetPoints in CCR - | |
495 TCODE .0, .185, "imposta-CCR. 5 bail-" ;333 Setup menu. 5 bail- | |
496 TCODE .0, .215, "outs sono disponibili." ;334 outs are available. | |
497 ; Apnoemode description | |
498 TCODE .0, .35, "Tipodeco: Apnea" ;335 Decotype: Apnoe | |
662 | 499 TCODE .0, .65, "OSTC2 mostrerá ogni" ;336 OSTC2 will display |
500 TCODE .0, .95, "discesa separatamente" ;337 each descent separ- | |
501 TCODE .0, .125, "visualizzando Min:Sec." ;338 ately in Min:Sec. | |
502 TCODE .0, .155, "Il campionamento sarà" ;339 Will temporally set | |
503 TCODE .0, .185, "impostato a 1 secondo" ;340 samplerate to 1 sec | |
504 TCODE .0, .215, "senza calcolo Deco" ;341 No Deco calculation | |
604 | 505 ; Multi GF OC mode description |
662 | 506 TCODE .0, .35, "TipoDeco: L16-GF OC" ;342 Decotype: L16-GF OC |
507 TCODE .0, .65, "Calcolo decompressione" ;343 Decompression cal- | |
508 TCODE .0, .95, "con i Gradient Factor" ;344 culations with the | |
509 TCODE .0, .125, "(GF_lo/GF_hi)" ;345 GF-Method (GF_lo/GF | |
510 TCODE .0, .155, "Controlla CF32 & CF33!" ;346 _hi). Check CF32 & | |
511 TCODE .0, .185, "Circuito Aperto con" ;347 CF33! Open Circuit | |
512 TCODE .0, .215, "Deep Stops." ;348 with Deep Stops. | |
604 | 513 ; Multi GF CC mode description |
514 TCODE .0, .35, "TipoDeco: L16-GF CC" ;349 Decotype: L16-GF CC | |
662 | 515 TCODE .0, .65, "Calcolo decompressione" ;350 Decompression cal- |
516 TCODE .0, .95, "con i Gradient Factor" ;351 culations with the | |
517 TCODE .0, .125, "(GF_lo/GF_hi)" ;352 GF-Method (GF_lo/GF | |
518 TCODE .0, .155, "Controlla CF32 & CF33!" ;353 _hi). Check CF32 & | |
519 TCODE .0, .185, "Circuito Chiuso con" ;354 CF33!Closed Circuit | |
520 TCODE .0, .215, "Deep Stops." ;355 with Deep Stops. | |
604 | 521 ; pSCR-GF mode description |
522 TCODE .0, .35, "TipoDeco: pSCR-GF" ;356 Decotype: pSCR-GF | |
662 | 523 TCODE .0, .65, "Per rebreather a circ." ;357 For passive semi- |
524 TCODE .0, .95, "semichiuso passivo." ;358 closed rebreather. | |
604 | 525 TCODE .0, .125, "Controlla CF32 & CF33" ;359 Check CF32 & CF33 |
662 | 526 TCODE .0, .155, "per i Gradient Factor" ;360 for gradient factors |
613 | 527 TCODE .0, .185, "e CF61-CF63 per la" ;361 and CF61-CF63 for |
662 | 528 TCODE .0, .215, "modalitá pSCR." ;362 pSCR features. |
604 | 529 ; |
817
e49a35ab7394
auto-SP work, auto-SP data stored in EEADR 116-119
heinrichsweikamp
parents:
816
diff
changeset
|
530 ; Setpoint Mode |
e49a35ab7394
auto-SP work, auto-SP data stored in EEADR 116-119
heinrichsweikamp
parents:
816
diff
changeset
|
531 TCODE .60, .95, "Manual" ;363 Manual Same length as #364 |
e49a35ab7394
auto-SP work, auto-SP data stored in EEADR 116-119
heinrichsweikamp
parents:
816
diff
changeset
|
532 TCODE .60, .95, "Auto " ;364 Auto Same length as #363 |
604 | 533 |
534 ;============================================================================= |