177
|
1 ;=============================================================================
|
175
|
2 ; OSTC - diving computer code
|
|
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR
|
|
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 ;
|
177
|
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.
|
190
|
22 ; 2011/02/02 : Jean-Do Gascuel: split into different files for multi-lingual support
|
|
23 ; 2011/02/09 : Pierre Vidalot: French translation.
|
177
|
24 ;
|
175
|
25 ; known bugs:
|
|
26 ; ToDo:
|
177
|
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.
|
187
|
49 ; éèêç for French. áíóúñ¡¿ for Spanish.
|
|
50 ; If you really, absolutly, need more: ask...
|
177
|
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 ;=============================================================================
|
175
|
60 ; macro X Y "translation" ; English original
|
|
61 TCODE .0, .0, "Calcul du hash MD2" ;001 Building MD2 Hash
|
193
|
62 TCODE .0, .25, "Attendez SVP..." ;002 Please Wait...
|
175
|
63 TCODE .0, .2, "HeinrichsWeikamp OSTC2" ;003 HeinrichsWeikamp OSTC2
|
|
64 TCODE .65, .2, "Menu?" ;004 Menu?
|
|
65 TCODE .65, .2, "Menu:" ;005 Menu:
|
187
|
66 TCODE .20, .35, "Carnet de plongées" ;006 Logbook
|
193
|
67 TCODE .20, .65, "Réglage des Gaz" ;007 Gas Setup
|
175
|
68 TCODE .20, .35, "Réglage Heure" ;008 Set Time
|
193
|
69 TCODE .20, .95, "Remises a zéro" ;009 Reset Menu
|
190
|
70 TCODE .20, .125, "Menu Réglages" ;010 Setup
|
175
|
71 TCODE .20, .185, "Sortir" ;011 Exit
|
193
|
72 TCODE .83, .2, "Attendre..." ;012 Wait..
|
175
|
73 TCODE .0, .24, "Hash MD2:" ;013 MD2 Hash:
|
187
|
74 TCODE .0, .0, "Désat" ;014 Desat (Desaturation count-down)
|
|
75 TCODE .50, .2, "Interface" ;015 Interface (Connected to USB)
|
|
76 TCODE .10, .30, "Démarrer" ;016 Start
|
|
77 TCODE .10, .55, "Données" ;017 Data
|
|
78 TCODE .10, .80, "En-tête" ;018 Header
|
|
79 TCODE .10, .105, "Profil" ;019 Profile
|
|
80 TCODE .10, .130, "Fait." ;020 Done.
|
|
81 TCODE .20, .35, "Annuler RaZ" ;021 Cancel Reset
|
175
|
82 TCODE .32, .65, "Heure:" ;022 Time:
|
190
|
83 TCODE .32, .95, "Date :" ;023 Date:
|
199
|
84 TCODE .32, .155, "Réglage Heures" ;024 Set Hours (see also 090..094)
|
175
|
85 TCODE .6, .0, "Initialisation..." ;025 Reset...
|
193
|
86 TCODE .17, .2, "Carnet de plongées" ;026 Logbook
|
187
|
87 TCODE .14, .2, "Config Fonctions I" ;027 Custom Functions I
|
193
|
88 TCODE .31, .2, "Remises a zéro:" ;028 Reset Menu
|
187
|
89 TCODE .50, .2, "Reg.Heure:" ;029 Set Time:
|
|
90 TCODE .100, .50, "Repère" ;030 SetMarker (Add a mark in logbook profile)
|
190
|
91 TCODE .100, .25, "Paliers" ;031 Decoplan
|
196
|
92 TCODE .100, .0, "ListeGaz" ;032 Gaslist
|
187
|
93 TCODE .100, .50, "RazMoyn." ;033 ResetAvr (Reset average depth)
|
|
94 TCODE .100, .100, "Sortir" ;034 Exit (Exit current menu)
|
|
95 TCODE .0, .0, "SansAvion" ;035 NoFly (No-flight count-down)
|
177
|
96 ;
|
|
97 ; 32 custom function descriptors I (FIXED LENGTH = 15 chars).
|
187
|
98 TCODE .40, .35, "Début Plong.[m]" ;036 Start Dive [m] (depth to switch to dive mode)
|
|
99 TCODE .40, .35, "Fin Plongée [m]" ;037 End Dive [m] (depth to switch back to surface mode)
|
196
|
100 TCODE .40, .35, "Délai Fin [min]" ;038 End Delay [min] (duration dive screen stays after end of dive)
|
187
|
101 TCODE .40, .35, "Eteindre [min]" ;039 Power Off [min]
|
|
102 TCODE .40, .35, "Pré-menu [min]" ;040 Pre-menu [min] (Delais to keep surface-mode menus displayed)
|
|
103 TCODE .40, .35, "Vitesse [m/min]" ;041 velocity[m/min]
|
|
104 TCODE .40, .35, "Allumer [mBar]" ;042 Wake-up [mBar]
|
|
105 TCODE .40, .35, "Max.Surf.[mBar]" ;043 max.Surf.[mBar]
|
|
106 TCODE .40, .35, "Affichage GF[%]" ;044 GF display [%]
|
|
107 TCODE .40, .35, "Aff. O2 min [%]" ;045 min. O2 Dis.[%]
|
|
108 TCODE .40, .35, "MenusPlong[min]" ;046 Dive menus[min]
|
190
|
109 TCODE .40, .35, "Saturat. x [%]" ;047 Saturate x [%]
|
|
110 TCODE .40, .35, "Desaturat. x[%]" ;048 Desaturate x[%]
|
|
111 TCODE .40, .35, "NoFly Ratio [%]" ;049 NoFly Ratio [%] (Grandient factor tolerance for no-flight countdown).
|
187
|
112 TCODE .40, .35, "Alarme GF [%]" ;050 GF alarm 1 [%]
|
|
113 TCODE .40, .35, "Aff.CNS Surf[%]" ;051 CNSshow surf[%]
|
|
114 TCODE .40, .35, "Décal. Déco [m]" ;052 Deco Offset [m]
|
196
|
115 TCODE .40, .35, "ppO2 mini [Bar]" ;053 ppO2 low [Bar]
|
|
116 TCODE .40, .35, "ppO2 maxi [Bar]" ;054 ppO2 high [Bar]
|
187
|
117 TCODE .40, .35, "Aff. ppO2 [Bar]" ;055 ppO2 show [Bar]
|
|
118 TCODE .40, .35, "Freq. Mesures " ;056 sampling rate
|
|
119 TCODE .40, .35, "Diviseur Temp. " ;057 Divisor Temp
|
196
|
120 TCODE .40, .35, "Divis.Donn.Déco" ;058 Divisor Decodat
|
|
121 TCODE .40, .35, "Diviseur NotUse" ;059 Divisor NotUse1
|
187
|
122 TCODE .40, .35, "Diviseur ppO2 " ;060 Divisor ppO2
|
|
123 TCODE .40, .35, "Diviseur Debug " ;061 Divisor Debug
|
196
|
124 TCODE .40, .35, "Diviseur NotUse" ;062 Divisor NotUse2
|
187
|
125 TCODE .40, .35, "Aff.CNSPlong[%]" ;063 CNSshow dive[%]
|
|
126 TCODE .40, .35, "Décalage Carnet" ;064 Logbook offset
|
196
|
127 TCODE .40, .35, "Dern. Palier[m]" ;065 Last Deco at[m]
|
187
|
128 TCODE .40, .35, "Fin Apnée [h]" ;066 End Apnoe [h]
|
|
129 TCODE .40, .35, "Aff.TensionBatt" ;067 Show Batt.Volts
|
177
|
130 ; End of function descriptor I
|
|
131 ;
|
175
|
132 ;licence:
|
193
|
133 TCODE .0, .35, "Ce programme est" ;068 This program is
|
|
134 TCODE .0, .65, "distribué dans le but" ;069 distributed in the
|
|
135 TCODE .0, .95, "d'être utile, mais" ;070 hope that it will be
|
|
136 TCODE .0, .125, "SANS AUCUNE GARANTIE;" ;071 useful, but WITHOUT
|
|
137 TCODE .0, .155, "sans même la garantie" ;072 ANY WARRANTY
|
|
138 TCODE .0, .185, "tacite de QUALITE" ;073 even the implied
|
|
139 TCODE .0, .215, "MARCHANDE ou" ;074 warranty of
|
|
140 TCODE .0, .35, "D'ADEQUATION A UN" ;075 MERCHANTABILITY or
|
187
|
141 TCODE .0, .65, "USAGE PARTICULIER." ;076 FITNESS FOR A
|
193
|
142 TCODE .0, .95, "Référez-vous a la" ;077 PARTICULAR PURPOSE.
|
|
143 TCODE .0, .125, "Licence Publique" ;078 See the GNU General
|
|
144 TCODE .0, .155, "Générale GNU pour plus" ;079 Public License for
|
|
145 TCODE .0, .185, "de détails sur:" ;080 more details:
|
175
|
146 TCODE .0, .215, "www.heinrichsweikamp.de" ;081 www.heinrichsweikamp.de
|
177
|
147 ; end of licence
|
|
148 ;
|
190
|
149 TCODE .118, .54, "Palier" ;082 Decostop
|
175
|
150 TCODE .0, .0, "m/min" ;083 m/min
|
190
|
151 TCODE .87, .113, "SansPalier" ;084 No Stop
|
187
|
152 TCODE .135, .113, "DTR" ;085 TTS
|
|
153 TCODE .121, .0, "Durée" ;086 Divetime
|
|
154 TCODE .0, .0, "Profondeur" ;087 Depth
|
|
155 TCODE .0, .0, "Premier Gaz?" ;088 First Gas?
|
196
|
156 TCODE .0, .0, "Défaut:" ;089 Default:
|
175
|
157 TCODE .0, .0, "Minutes" ;090 Minutes
|
187
|
158 TCODE .0, .0, "Mois " ;091 Month
|
|
159 TCODE .0, .0, "Jour " ;092 Day
|
|
160 TCODE .0, .0, "Année " ;093 Year
|
199
|
161 TCODE .0, .0, "Réglage " ;094 Set
|
187
|
162 TCODE .0, .0, "#Gaz " ;095 Gas#
|
|
163 TCODE .0, .0, "Oui" ;096 Yes
|
193
|
164 TCODE .0, .0, "Valeur:" ;097 Current:
|
|
165 TCODE .31, .2, "Menu Réglages:" ;098 Setup Menu:
|
|
166 TCODE .20, .35, "Config Fonctions I" ;099 Custom FunctionsI
|
190
|
167 TCODE .20, .125, "ModeDéco:" ;100 Decotype:
|
175
|
168 TCODE .85, .125, "ZH-L16 OC" ;101 ZH-L16 OC
|
187
|
169 TCODE .85, .125, "Profondi." ;102 Gauge
|
193
|
170 TCODE .85, .125, "Profondi." ;103 Gauge
|
175
|
171 TCODE .85, .125, "ZH-L16 CC" ;104 ZH-L16 CC
|
187
|
172 TCODE .0, .0, "Gaz Actif ? " ;105 Active Gas?
|
190
|
173 TCODE .31, .2, "Liste des Gaz:" ;106 Gas Setup - Gaslist
|
193
|
174 TCODE .0, .0, "Prof. +" ;107 Depth +
|
187
|
175 TCODE .0, .0, "Prof. -" ;108 Depth -
|
190
|
176 TCODE .20, .35, "Préc." ;109 Back
|
187
|
177 TCODE .20, .65, "Menu SetPoint CCR" ;110 CCR SetPoint Menu
|
|
178 TCODE .20, .2, "Menu SetPoint CCR" ;111 CCR SetPoint Menu
|
|
179 TCODE .0, .0, "#SP" ;112 SP#
|
|
180 TCODE .20, .95, "Info Batterie" ;113 Battery Info
|
196
|
181 TCODE .6, .2, "Informations Batterie" ;114 Battery Information
|
175
|
182 TCODE .0, .9, "Cycles:" ;115 Cycles:
|
187
|
183 TCODE .85, .125, "Apnée" ;116 Apnoe
|
|
184 TCODE .0, .18, "Dern.Complète:" ;117 Last Complete:
|
|
185 TCODE .0, .27, "PlusBas Vbat:" ;118 Lowest Vbatt:
|
|
186 TCODE .0, .36, "PlusBas le :" ;119 Lowest at:
|
175
|
187 TCODE .0, .45, "Tmin:" ;120 Tmin:
|
|
188 TCODE .0, .54, "Tmax:" ;121 Tmax:
|
187
|
189 TCODE .100, .125, "Gaz 6.." ;122 Gas 6..
|
175
|
190 TCODE .100, .25, "O2 +" ;123 O2 +
|
|
191 TCODE .100, .50, "O2 -" ;124 O2 -
|
|
192 TCODE .100, .75, "He +" ;125 He +
|
|
193 TCODE .100, .100, "He -" ;126 He -
|
187
|
194 TCODE .100, .0, "Sortie" ;127 Exit
|
|
195 TCODE .100, .25, "Suppr." ;128 Delete
|
|
196 TCODE .20, .65, "Débug:" ;129 Debug:
|
199
|
197 TCODE .65, .65, "OUI" ;130 ON
|
|
198 TCODE .65, .65, "NON" ;131 OFF
|
187
|
199 TCODE .100, .50, "Suppr.tout" ;132 Del. all
|
|
200 TCODE .10, .0, "Réinitialisation" ;133 Unexpected reset from
|
|
201 TCODE .10, .25, "inattendue! Merci de" ;134 Divemode! Please help
|
|
202 TCODE .10, .50, "reporter les données" ;135 and report the Debug
|
|
203 TCODE .10, .75, "d'analyse ci-dessous:" ;136 Information below!
|
175
|
204 TCODE .100, .75, "Bailout" ;137 Bailout
|
187
|
205 TCODE .85, .125, "Apnée " ;138 Apnoe
|
|
206 TCODE .105, .120, "Déscente" ;139 Descent
|
175
|
207 TCODE .105, .60, "Surface" ;140 Surface
|
|
208 TCODE .65, .2, "Quit?" ;141 Quit?
|
190
|
209 TCODE .20, .155, "Suite..." ;142 More
|
175
|
210 TCODE .42, .72, "Confirm:" ;143 Confirm:
|
193
|
211 TCODE .55, .2, "Menu 2:" ;144 Menu 2:
|
187
|
212 TCODE .52, .96, "Annul." ;145 Cancel
|
175
|
213 TCODE .52, .120, "OK!" ;146 OK!
|
190
|
214 TCODE .20, .35, "Suite..." ;147 More
|
175
|
215 TCODE .0, .0, ":.........:" ;148 :.........:
|
|
216 TCODE .0, .8, "(ppO2:" ;149 (ppO2:
|
|
217 TCODE .2, .39, "Bar) " ;150 Bar)
|
187
|
218 TCODE .108, .216, "Repère?" ;151 Marker?
|
175
|
219 TCODE .85, .125, "L16-GF OC" ;152 L16-GF OC
|
193
|
220 TCODE .20, .65, "Config Fonctions II" ;153 Custom FunctionsII
|
177
|
221 ;
|
|
222 ; 32 custom function descriptors II (FIXED LENGTH = 15 chars).
|
187
|
223 TCODE .40, .35, "GF Bas [%]" ;154 GF Low [%]
|
|
224 TCODE .40, .35, "GF Haut [%]" ;155 GF High [%]
|
|
225 TCODE .40, .35, "CouleurBatterie" ;156 Color# Battery
|
|
226 TCODE .40, .35, "CouleurStandard" ;157 Color# Standard
|
196
|
227 TCODE .40, .35, "Couleur Legende" ;158 Color# Divemask
|
187
|
228 TCODE .40, .35, "Couleur Alarmes" ;159 Color# Warnings
|
196
|
229 TCODE .40, .35, "Secs.TempsPlong" ;160 Divemode secs.
|
|
230 TCODE .40, .35, "Ajuster SP fixe" ;161 Adjust fixed SP
|
187
|
231 TCODE .40, .35, "Alarme Plafond " ;162 Warn Ceiling
|
196
|
232 TCODE .40, .35, "Icone Type Mél." ;163 Mix type icons
|
197
|
233 TCODE .40, .35, "Aff.MeilleurGaz" ;164 Blink BetterGas (Remainder in divemode to switch to a better decompression gas).
|
187
|
234 TCODE .40, .35, "AlarmProf[mBar]" ;165 DepthWarn[mBar]
|
|
235 TCODE .40, .35, "Alarme CNS [%]" ;166 CNS warning [%]
|
|
236 TCODE .40, .35, "Alarme GF [%]" ;167 GF warning [%]
|
|
237 TCODE .40, .35, "Al. ppO2 [Bar]" ;168 ppO2 warn [Bar]
|
|
238 TCODE .40, .35, "Al.Vites[m/min]" ;169 Vel.warn[m/min]
|
|
239 TCODE .40, .35, "Décal Heur/Jour" ;170 Time offset/day
|
196
|
240 TCODE .40, .35, "Aff. Altimètre " ;171 Show altimeter
|
|
241 TCODE .40, .35, "Aff. Repère " ;172 Show Log-Marker
|
193
|
242 TCODE .40, .35, "Aff. Chrono. " ;173 Show Stopwatch
|
187
|
243 TCODE .40, .35, "Aff.GraphTissus" ;174 ShowTissueGraph
|
|
244 TCODE .40, .35, "Aff.Tiss.Direct" ;175 Show Lead.Tiss.
|
197
|
245 TCODE .40, .35, "Ordre paliers " ;176 Shallow stop 1st (Reverse order of deco plans)
|
|
246 TCODE .40, .35, "Chang. gaz[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches).
|
|
247 TCODE .40, .35, "not used " ;178 not used
|
|
248 TCODE .40, .35, "not used " ;179 not used
|
|
249 TCODE .40, .35, "not used " ;180 not used
|
|
250 TCODE .40, .35, "not used " ;181 not used
|
|
251 TCODE .40, .35, "not used " ;182 not used
|
|
252 TCODE .40, .35, "not used " ;183 not used
|
|
253 TCODE .40, .35, "not used " ;184 not used
|
|
254 TCODE .40, .35, "not used " ;185 not used
|
177
|
255 ; End of function descriptor I
|
175
|
256 ;
|
187
|
257 TCODE .13, .2, "Config Fonctions II" ;186 Custom Functions II
|
193
|
258 TCODE .20, .95, "Voir la licence" ;187 Show License
|
187
|
259 TCODE .0, .2, "Résultat Sim:" ;188 Sim. Results:
|
175
|
260 TCODE .90, .25, "Surface" ;189 Surface
|
|
261 TCODE .0, .0, "ppO2 +" ;190 ppO2 +
|
|
262 TCODE .0, .0, "ppO2 -" ;191 ppO2 -
|
196
|
263 TCODE .0, .0, "Dil." ;192 Dil. (Rebreather diluant)
|
175
|
264 ; ZH-L16 mode description
|
193
|
265 TCODE .0, .35, "TypeDéco: ZH-L16 OC " ;193 Decotype: ZH-L16 OC (22 chars maximum)
|
|
266 TCODE .0, .65, "Pour les plongeurs en" ;194 For Open Circuit
|
|
267 TCODE .0, .95, "Circuit Ouvert. " ;195 Divers. Supports 5
|
|
268 TCODE .0, .125, "Supporte 5 Gaz Trimix." ;196 Trimix Gases.
|
|
269 TCODE .0, .155, "Config des gaz dans le" ;197 Configure your gas
|
|
270 TCODE .0, .185, "menu Réglage des Gaz. " ;198 in Gassetup menu.
|
|
271 TCODE .0, .215, "Vérifiez CF11 & CF12 !" ;199 Check CF11 & CF12 !
|
175
|
272 ; Gaugemode description
|
193
|
273 TCODE .0, .35, "TypeDéco:Profondimètre" ;200 Decotype: Gauge
|
|
274 TCODE .0, .65, "La durée est affichée" ;201 Divetime will be in
|
|
275 TCODE .0, .95, "en Minutes:Secondes. " ;202 Minutes:Seconds.
|
|
276 TCODE .0, .125, "L'OSTC2 ne calculera" ;203 OSTC2 will not
|
|
277 TCODE .0, .155, "pas de Déco, de durée" ;204 compute Deco, NoFly
|
|
278 TCODE .0, .185, "sans avion ni de temps" ;205 time and Desat.
|
|
279 TCODE .0, .215, "de désaturation ! " ;206 time at all!
|
175
|
280 ; Const.ppO2 description
|
193
|
281 TCODE .0, .35, "TypeDéco: ZH-L16 CC " ;207 Decotype: ZH-L16 CC
|
|
282 TCODE .0, .65, "Pour les recycleurs a" ;208 For (Semi-)Closed
|
|
283 TCODE .0, .95, "circuit (semi-)fermé. " ;209 Circuit rebreathers
|
|
284 TCODE .0, .125, "Configurez les 3" ;210 Configure the 3
|
|
285 TCODE .0, .155, "SetPoints dans le" ;211 SetPoints in CCR -
|
|
286 TCODE .0, .185, "Menu SetPoint CCR. " ;212 Setup menu. 5 bail-
|
|
287 TCODE .0, .215, "5 bailouts disponibles" ;213 outs are available.
|
175
|
288 ; Apnoemode description
|
193
|
289 TCODE .0, .35, "TypeDéco: Apnée " ;214 Decotype: Apnoe
|
|
290 TCODE .0, .65, "L'OSTC2 affichera les" ;215 OSTC2 will display
|
|
291 TCODE .0, .95, "descentes séparément" ;216 each descent separ-
|
|
292 TCODE .0, .125, "en Minutes:Secondes" ;217 ately in Min:Sec.
|
|
293 TCODE .0, .155, "sans calculer de Déco." ;218 Will temporally set
|
|
294 TCODE .0, .185, "Les mesures se font" ;219 samplerate to 1 sec
|
|
295 TCODE .0, .215, "toutes les secondes. " ;220 No Deco calculation
|
175
|
296 ; Multi GF OC mode description
|
193
|
297 TCODE .0, .35, "TypeDéco: L16-GF OC " ;221 Decotype: L16-GF OC
|
|
298 TCODE .0, .65, "Calcul de Déco avec" ;222 Decompression cal-
|
|
299 TCODE .0, .95, "Facteurs de Gradient" ;223 culations with the
|
|
300 TCODE .0, .125, "(GF_bas/GF_haut). " ;224 GF-Method (GF_lo/GF
|
|
301 TCODE .0, .155, "Vérifiez CF32 & CF33 !" ;225 _hi). Check CF32 &
|
|
302 TCODE .0, .185, "Pour Circuit Ouvert" ;226 CF33! Open Circuit
|
|
303 TCODE .0, .215, "avec paliers profonds." ;227 with Deep Stops.
|
175
|
304 ; Multi GF CC mode description
|
193
|
305 TCODE .0, .35, "TypeDéco: L16-GF CC " ;228 Decotype: L16-GF CC
|
|
306 TCODE .0, .65, "Calcul de Déco avec" ;229 Decompression cal-
|
|
307 TCODE .0, .95, "Facteurs de Gradient" ;230 culations with the
|
|
308 TCODE .0, .125, "(GF_bas/GF_haut). " ;231 GF-Method (GF_lo/GF
|
|
309 TCODE .0, .155, "Vérifiez CF32 & CF33 !" ;232 _hi). Check CF32 &
|
|
310 TCODE .0, .185, "Pour Circuit Fermé" ;233 CF33!Closed Circuit
|
|
311 TCODE .0, .215, "avec paliers profonds." ;234 with Deep Stops.
|
175
|
312 ;
|
187
|
313 TCODE .10, .2, "Mode de Déco changé!" ;235 Decomode changed!
|
175
|
314 TCODE .85, .125, "L16-GF CC" ;236 L16-GF CC
|
187
|
315 TCODE .2, .12, "Non trouvé" ;237 Not found
|
175
|
316 TCODE .100, .0, "SetPoint" ;238 SetPoint
|
187
|
317 TCODE .100, .0, "PasDéco" ;239 No Deco
|
175
|
318 TCODE .90, .50, "Interval:" ;240 Interval:
|
190
|
319 TCODE .100, .75, "Contrast" ;241 Display
|
187
|
320 TCODE .100, .0, "PasDéco" ;242 No deco
|
190
|
321 TCODE .132, .0, "béta" ;243 beta
|
175
|
322 TCODE .100, .100, "unuse" ;244 unuse
|
187
|
323 TCODE .20, .65, "RaZ CF,Gaz & Déco" ;245 Reset CF,Gas & Deco
|
|
324 TCODE .50, .145, "BattFaible!" ;246 LowBatt!
|
|
325 TCODE .20, .125, "Simulateur" ;247 Simulator
|
|
326 TCODE .27, .2, "Simulateur OSTC" ;248 OSTC Simulator
|
190
|
327 TCODE .20, .35, "Mode Simulation..." ;249 Start Dive
|
175
|
328 TCODE .100, .25, "+ 1m" ;250 + 1m
|
|
329 TCODE .100, .50, "- 1m" ;251 - 1m
|
|
330 TCODE .100, .75, "+10m" ;252 +10m
|
|
331 TCODE .100, .100, "-10m" ;253 -10m
|
187
|
332 TCODE .100, .0, "Fermer" ;254 Close
|
190
|
333 TCODE .125, .170, "Heure" ;255 Time
|
177
|
334 ;
|
175
|
335 ; Text Bank2 (Texts 256-511)
|
177
|
336 ;
|
175
|
337 TCODE .0, .0, "x" ;256 x
|
187
|
338 TCODE .20, .35, "Format Date:" ;257 Date format:
|
193
|
339 TCODE .24, .2, "Menu Réglages 2:" ;258 Setup Menu 2:
|
187
|
340 TCODE .105, .35, "MMJJAA" ;259 MMDDYY
|
|
341 TCODE .105, .35, "JJMMAA" ;260 DDMMYY
|
|
342 TCODE .105, .35, "AAMMJJ" ;261 YYMMDD
|
175
|
343 TCODE .1, .1, "OSTC " ;262 OSTC
|
|
344 TCODE .65, .168, "Bail" ;263 Bail
|
|
345 TCODE .7, .48, "Air " ;264 Air
|
|
346 TCODE .120, .135, "Air " ;265 Air
|
187
|
347 TCODE .2, .39, "Calibrer" ;266 Calibrate
|
175
|
348 TCODE .0, .216, "Max." ;267 Max.
|
187
|
349 TCODE .10, .8, "non" ;268 not
|
|
350 TCODE .10, .16, "trouvé!" ;269 found!
|
175
|
351 TCODE .0, .0, "mV:" ;270 mV:
|
|
352 ; New CFs Warning
|
187
|
353 TCODE .3, .2, "Nouvelles CF ajoutées!" ;271 New CF added!
|
|
354 TCODE .0, .35, "Nouv. Config Fonctions" ;272 New CustomFunctions
|
|
355 TCODE .0, .65, "ajoutées! Regardez les" ;273 were added! Check
|
|
356 TCODE .0, .95, "Menus CF I et CF II" ;274 CF I and CF II Menu
|
|
357 TCODE .0, .125, "pour plus de détails!" ;275 for Details!
|
|
358 TCODE .20, .95, "Salinité: " ;276 Salinity:
|
177
|
359 ;
|
187
|
360 TCODE .20, .65, "Temps fond:" ;277 Bottom Time:
|
|
361 TCODE .20, .95, "Prof. Max.:" ;278 Max. Depth:
|
|
362 TCODE .20, .125, "Calculer la Déco" ;279 Calculate Deco
|
|
363 TCODE .20, .155, "Voir Plan de Déco" ;280 Show Decoplan
|
177
|
364 ;
|
190
|
365 TCODE .93, .170, "Prof.Moyn" ;281 Avr.Depth
|
187
|
366 TCODE .90, .170, "TissuDirec" ;282 Lead Tiss.
|
190
|
367 TCODE .118, .170, "Chrono" ;283 Stopwatch
|
|
368 TCODE .20, .95, "RaZ Carnet Plongées" ;284 Reset Logbook
|
193
|
369 TCODE .20, .125, "Redémarrer l'OSTC" ;285 Reboot OSTC
|
190
|
370 TCODE .20, .155, "RaZ Saturation" ;286 Reset Decodata
|
177
|
371 ; Altimeter extension
|
|
372 TCODE .20, .155, "Altimètre" ;287 Altimeter
|
|
373 TCODE .24, .1, "Réglage Altimètre" ;288 Set Altimeter
|
175
|
374 TCODE .20, .35, "Référence: " ;289 Sea ref:
|
|
375 TCODE .0, .0, "Marche: " ;290 Enabled:
|
|
376 TCODE .20, .95, "Défaut: 1013 mbar" ;291 Default: 1013 mbar
|
|
377 TCODE .20, .125, "+1 mbar" ;292 +1 mbar
|
|
378 TCODE .20, .155, "-1 mbar" ;293 -1 mbar
|
|
379 TCODE .85, .185, "Alt: " ;294 Alt:
|
189
|
380 ;
|
190
|
381 TCODE .20, .125, "Aff. donn. brutes" ;295 Show raw data
|
|
382 TCODE .50, .2, "Données brutes:" ;296 Raw Data:
|
199
|
383 ; Gas-setup addons:
|
|
384 TCODE .0, .0, "PMU:" ; 297 MOD: (max operating depth of a gas).
|
|
385 TCODE .0, .0, "PEN:" ; 298 END: (equivalent nitrogen depth of a gas).
|
|
386 TCODE .0, .0, "PEA:" ; 299 EAD: (equivalent air depth of a gas).
|
177
|
387 ;=============================================================================
|