annotate src/text_french.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 185ba2f91f59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
1 ;=============================================================================
0
heinrichsweikamp
parents:
diff changeset
2 ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
3 ; File text_french.sm next combined generation V3.04.3
0
heinrichsweikamp
parents:
diff changeset
4 ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
5 ; French texts translation file.
0
heinrichsweikamp
parents:
diff changeset
6 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
0
heinrichsweikamp
parents:
diff changeset
8 ;=============================================================================
heinrichsweikamp
parents:
diff changeset
9
heinrichsweikamp
parents:
diff changeset
10 ; Basic texts
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
11 TCODE tNo, "Non" ; 0 No | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
12 TCODE tYes, "Oui" ; 1 Yes |
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
13 IFDEF _cave_mode
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
14 TCODE tCave, "Cave" ; 2 Cave |
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
15 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
16
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
17 TCODE tblank, " " ; (a single space character)
0
heinrichsweikamp
parents:
diff changeset
18
heinrichsweikamp
parents:
diff changeset
19 ; Surface-mode texts
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
20 TCODE tMenu, "<Menu" ; <Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
21 TCODE tView, "Vues>" ; View>
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
22 TCODE tHeading, "Cap:" ; Heading:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
23 TCODE tLastDive, "Dern.Plong" ; Last Dive (Max 10 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
24
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
25 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
26 TCODE tSensorMilliVolt, "Cellules mV" ; Sensors mV
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
27 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
28
0
heinrichsweikamp
parents:
diff changeset
29
heinrichsweikamp
parents:
diff changeset
30 ; Divemode Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
31 TCODE tDivemenu_Gaslist, "Liste Gaz" ; Gas List (OC)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
32 TCODE tDivemenu_ResetAvg, "RaZChrono" ; Reset Avg
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
33 TCODE tDivemenu_Avg_Mkr, "Moyen/Mark" ; Reset Avg, Set Marker (and Turn Dive)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
34 TCODE tDivemenu_ToggleGF, "Bascul.GF" ; Toggle GF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
35 TCODE tDivemenu_Marker, "Repère" ; Set Marker
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
36 TCODE tDivemenu_LostGas, "Gaz Perdu" ; Lost Gas
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
37
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
38 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
39 TCODE tDivemenu_Diluent, "Liste Dil" ; Diluents (CCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
40 TCODE tDivemenu_Premix, "Liste Mix" ; Premix (pSCR)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
41 TCODE tDivemenu_Setpoint, "Setpoint" ; Setpoint
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
42 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
43
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
44 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
45 TCODE tDivemenu_UseSensor,"Cellules" ; Use Sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
46 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
47
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
48 IFDEF _cave_mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
49 TCODE tDivemenu_TurnDive, "Turn Dive" ; Turn Dive
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
50 ENDIF
0
heinrichsweikamp
parents:
diff changeset
51
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
52
0
heinrichsweikamp
parents:
diff changeset
53 ; Main menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
54 TCODE tNext, "<Suivant" ; <Next
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
55 TCODE tEnter, "Entrer>" ; Enter>
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
56 TCODE tMainMenu, "Menu Principal" ; Main Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
57 TCODE tLogbook, "Carnet de Plongée" ; Logbook
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
58 TCODE tGasSetup, "Paramètres Gaz OC" ; OC Gas Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
59 TCODE tSetTime, "Réglage Heure" ; Set Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
60 TCODE tSetDate, "Réglage Date" ; Set Date
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
61 TCODE tSetTimeDate, "Date & Heure" ; Set Time & Date
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
62 TCODE tDispSets, "Préfér. Réglages" ; Display Settings
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
63 TCODE tExit, "Sortie" ; Exit
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
64 TCODE tResetMenu, "Menu RaZ" ; Reset Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
65 TCODE tDiveModeMenu, "Menu Déco" ; Deco Mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
66 TCODE tInfoMenu, "Informations" ; Information
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
67 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
68 TCODE tCCRSetup, "Paramètres CCR" ; CCR Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
69 TCODE tDiluentSetup, "Liste Diluant" ; Diluent Setup
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
70 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
71 TCODE tFixedSetpoints, "Setpoints Fixes" ; Fixed Setpoints
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
72 TCODE tBack, "Retour" ; back
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
73
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
74 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
75 TCODE tTrSettings, "Affich.Pression" ; Pressure Display
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
76 TCODE tTrMode, "Mode: " ; Mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
77 TCODE tTr1stPres, "1.Pres.: " ; 1st Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
78 TCODE tTr2ndPres, "2.Pres.: " ; 2nd Pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
79 TCODE tTrBailPres, "1.B/O : " ; Bailout Pressure
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
81 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
82
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
83 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
84 IFDEF _external_sensor
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
85 TCODE tCCRSensor, "Cellules CCR" ; CCR Sensor
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
86 TCODE tCalibrateMenu, "Calibration" ; Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
87 TCODE tCalibrationGas, "Cal. Gaz O2:" ; Cal. Gas O2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
88 TCODE tCalibrate, "Calibrate" ; Calibrate
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
89 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
90 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
91
0
heinrichsweikamp
parents:
diff changeset
92
heinrichsweikamp
parents:
diff changeset
93 ; Gas menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
94 TCODE tGaslist, "Liste Gaz OC" ; OC Gas List
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
95 TCODE tGaslistCC, "Liste Gaz CC" ; CC Diluents
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
96 TCODE tGasEdit, "Préférence Gaz" ; Edit Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
97 TCODE tType, "Type: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
98 TCODE tGasDisabled, "Désactivé" ; Disabled
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
99 TCODE tGasFirst, "Premier" ; First
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
100 TCODE tGasTravel, "Travail" ; Work (Travel, Bottom)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
101 TCODE tGasDeco, "Déco" ; Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
102 TCODE tDilDisabled, "Désactivé" ; Disabled
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
103 TCODE tDilFirst, "Premier" ; First
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
104 TCODE tDilNorm, "Normal" ; Normal
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
105 TCODE tAir, "Air " ; Enum: values must follow (5 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
106 TCODE tO2, "O2 " ; tAir + 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
107 TCODE tO2Plus, "O2 +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
108 TCODE tO2Minus, "O2 -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
109 IFDEF _helium
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
110 TCODE tHePlus, "He +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
111 TCODE tHeMinus, "He -"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
112 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
113 TCODE tMOD, "MOD :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
114 TCODE tEAD, "EAD:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
115 TCODE tSetup_GasDepth, "Config. Changement" ; Change Depth
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
116 TCODE tDepthPlus, "Prof. +"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
117 TCODE tDepthMinus, "Prof. -"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
118 TCODE tDepthReset, "MOD par défaut:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
119 TCODE tSetup_GasMix, "Config. Gaz" ; Setup mix
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
120 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
121 TCODE tSPPlus, "PpO2+" ; pO2+
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
122 TCODE tSensorFallback, "Fallback:" ; Fallback:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
123 TCODE tCalculated, "calculé" ; calculated
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
124 TCODE tppO2O2, "PpO2(O2)" ; ppO2(O2)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
125 TCODE tppO2Dil, "PpO2(Dil)" ; ppO2(Dil)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
126 TCODE tppO2Mix, "PpO2(Mix)" ; ppO2(Mix)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
127 TCODE tCCRMode, "Mode CCR:" ; CCR Mode:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
128 TCODE tCCRModeFixedSP, "SP Fixe" ; 0 fixed for CCR / calculated for pSCR | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
129 TCODE tCCRModeSensor, "Cellule" ; 1 Sensor |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
130 TCODE tCCRModeAutoSP, "SP Auto" ; 2 Auto SP |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
131 ELSE
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
132 TCODE tCCRModeFixedSP, " " ; target needed by option table
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
133 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
134 TCODE tSP, "SP" ; SP (SetPoint)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
135 TCODE tppO2, "PpO2:" ; ppO2:
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
136
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
137
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
138
0
heinrichsweikamp
parents:
diff changeset
139 ; New batteries menu
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
140 ; 1 2 ;
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
141 ; 12345678901234567890 ; max 20 chars
620
cd986267a5ca potential compass bug "fixed"
heinrichsweikamp
parents: 619
diff changeset
142 TCODE tNewBattTitle, "Nouvelle Pile?"
0
heinrichsweikamp
parents:
diff changeset
143 TCODE tNewBattOld, "Conserver"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
144 TCODE tNewBattNew36, "3,6V jetable (T1)" ; new 3.6V disposable
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
145 TCODE tNewBattNew15, "1,5V jetable (T0)" ; new 1.5V disposable
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
146 TCODE tNewBattAccu, "3,7V chargeable (T2)" ; new 3.7V rechargeable
614
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
147 TCODE tNew18650, "OSTC 2 ou cR (T3)" ; internal battery on 2 (old) / cR
a32212cd5ea9 work on new battery menu
heinrichsweikamp
parents: 608
diff changeset
148 TCODE tNew16650, "OSTC 2 ou TR (T4)" ; internal battery on 2 (new) / TR
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
149 TCODE tConfirmChargeable1,"Confirmer:" ; safety question, line 1
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
150 TCODE tConfirmChargeable2,"La pile insérée" ; safety question, line 2
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
151 TCODE tConfirmChargeable3,"est rechargeable" ; safety question, line 3
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
152
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
153
0
heinrichsweikamp
parents:
diff changeset
154 ; Gaslist management
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
155 TCODE tGas, "Gaz" ; Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
156 TCODE tDil, "Dil" ; Diluent
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
157 TCODE tGasErr, "Err" ; Err (3 chars)
0
heinrichsweikamp
parents:
diff changeset
158
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
159
0
heinrichsweikamp
parents:
diff changeset
160 ; Communication Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
161 TCODE tUsbTitle, "Mode USB"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
162 TCODE tBleTitle, "Mode Bluetooth"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
163 TCODE tUsbStarting, "Début..."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
164 TCODE tUsbStartDone, "Ok."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
165 TCODE tUsbServiceMode, "Mode Maintenance"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
166 TCODE tUsbClosed, "Port Fermé"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
167 TCODE tUsbExit, "Terminé"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
168 TCODE tUsbDownloadMode, "Mode Téléchargement"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
169 TCODE tUsbLlBld, "Chargeur Bas-Niv."
0
heinrichsweikamp
parents:
diff changeset
170
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
171
0
heinrichsweikamp
parents:
diff changeset
172 ; Dive Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
173 TCODE tDvMode, "Mode: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
174 TCODE tDvOC, "OC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
175 TCODE tDvCCR, "CCR"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
176 TCODE tDvGauge, "Gauge"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
177 TCODE tDvApnea, "Apnée"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
178 TCODE tDvPSCR, "pSCR"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
179 TCODE tDvCC, "CC"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
180 TCODE tDkMode, "Modèle: ZH-L16"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
181 TCODE tZHL16, " "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
182 TCODE tZHL16GF, "+GF"
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
183 TCODE tPPO2Max, "Max Travail:"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
184 TCODE tPPO2DECO, "Max Déco :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
185 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
186 TCODE tPPO2MIN, "Min OC :"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
187 TCODE tPPO2MINCC, "Min Loop :"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
188 ELSE
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
189 TCODE tPPO2MIN, "Min :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
190 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
191 TCODE tLastDecostop, "Dern.Palier : "
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
192 TCODE tAscentSpeed, "Vitesse Rem. : " ; Ascent Speed
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
193 TCODE tGasChangeTime, "Tps Change Gaz :+" ; additional Gas Change Time
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
194 TCODE tExtendedStops, "Paliers + Longs: " ; extended stops
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
195 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
196 TCODE tStoreApnoeDive, "Carnet Apnée : " ; Store Apnoe Dives
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
197 TCODE tDecoparameters, "Paramètres Déco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
198 TCODE tGF_low, "GF Bas :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
199 TCODE tGF_high, "GF Haut:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
200 TCODE tSaturationMult, "Saturation : "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
201 TCODE tDesaturationMult, "Désaturation: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
202 TCODE tFTTSMenu, "Future DTR:" ; Future TTS
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
203 TCODE tLastDecostopSurf, "Dern.Palier:" ; last deco stop depth Surface Custom View
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
204 TCODE tGFMenu, "Menu GF" ; GF Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
205 TCODE taGF_low, "aGF Bas :" ; aGF Low
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
206 TCODE taGF_high, "aGF Haut:" ; aGF High
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
207 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
208 TCODE tDiveaGF_active, "aGF Actif" ; using aGF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
209 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
210 TCODE tsafetystopmenu, "Palier Sécurité:" ; Safety Stop: (max. 16 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
211 TCODE tGasUsage, "Usage Gaz" ; Gas Usage
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
212 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
213 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
214 TCODE tCalcAscGas, "Calc.Gaz (B/O):" ; Calculate Gas (Bail Out) needs?
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
215 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
216 TCODE tTankSize, "Volume Bloc" ; Tank Sizes
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
217 TCODE tTankUsablePress, "Besoin Press. Rem." ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
218 TCODE tLiter, " l" ; Liter as l
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
219 TCODE tLiterLong, "Litre" ; Liter as Liter
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
220 TCODE t2ndDecoPlanMenu, "2ème Plan Déco" ; 2nd Deco Plan
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
221
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
222 IFDEF _ccr_pscr
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
223 TCODE tCCmaxFracO2, "Loop %O2 max. : " ; max O2 percent (absolute) in the loop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
224 TCODE tDilppO2Check, "Check Dil ppO2: " ; check ppO2 of the diluent against the setpoint
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
225 TCODE tPSCR_O2_drop, "pSCR O2 Drop: " ; pSCR O2 drop
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
226 TCODE tPSCR_lungratio, " Lung Ratio: " ; pSCR lung ratio
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
227 TCODE tCopyDilToOC, "Copie Diluant -> OC" ; copy diluent settings to OC gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
228 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
229 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
230
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
231 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
232 TCODE tTankPairing, "Appair.Transmetteur" ; select Transmitter
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
233 TCODE tTrModeOff, "off" ; off
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
234 TCODE tTrModeOn, "on" ; on
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
235 TCODE tTrModeIndDouble, "P.Bloc Diff." ; independent double
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
236 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
237 TCODE tTrPresNone, "no Press." ; none (big enum group follows)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
238 TCODE tTrPresGas1, "Gaz 1" ; Gas 1
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
239 TCODE tTrPresGas2, "Gaz 2" ; Gas 2
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
240 TCODE tTrPresGas3, "Gaz 3" ; Gas 3
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
241 TCODE tTrPresGas4, "Gaz 4" ; Gas 4
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
242 TCODE tTrPresGas5, "Gaz 5" ; Gas 5
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
243 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
244 TCODE tTrPresDil1, "Dil 1" ; Dil 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
245 TCODE tTrPresDil2, "Dil 2" ; Dil 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
246 TCODE tTrPresDil3, "Dil 3" ; Dil 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
247 TCODE tTrPresDil4, "Dil 4" ; Dil 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
248 TCODE tTrPresDil5, "Dil 5" ; Dil 5
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
249 TCODE tTrPresFirstGas, "gaz prem." ; first Gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
250 TCODE tTrPresActiveGas, "gaz actif" ; active Gas
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
251 TCODE tTrPresFirstDil, "dil prem." ; first Dil
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
252 TCODE tTrPresActiveDil, "dil actif" ; active Dil
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
253 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
254 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
255 TCODE tTrModeOff, "" ; dummy target for entry in option table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
256 TCODE tTrPresNone, "" ; dummy target for entry in option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
257 ENDIF ; _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
258
0
heinrichsweikamp
parents:
diff changeset
259
heinrichsweikamp
parents:
diff changeset
260 ; Display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
261 TCODE tBright, "Luminosité:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
262 TCODE tEco, "Eco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
263 TCODE tMedium, "Moyenne"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
264 TCODE tHigh, "Haute"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
265 TCODE tDvSalinity, "Salinité: " ; Salinity
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
266 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
267 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
268 TCODE tMODwarning, "Alerte Prof. :" ; depth Warnings
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
269 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
270 TCODE tLayout, "Affichage :" ; Layout
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
271 TCODE t2ndDepth, "Choix Prof:" ; 2nd depth display content (11 chars max)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
272 TCODE tTissueGraphics, "Dessin :" ; tissue graphics
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
273
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
274 TCODE tLayoutNormal, "normal" ; normal
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
275 TCODE tLayoutBig, "large" ; large
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
276
326
d21b172d5a7a VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents: 310
diff changeset
277
d21b172d5a7a VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
Janos Kovacs <kovjanos@gmail.com>
parents: 310
diff changeset
278 ; VSI display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
279 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
280 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph:
0
heinrichsweikamp
parents:
diff changeset
281
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
282
0
heinrichsweikamp
parents:
diff changeset
283 ; Setup Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
284 TCODE tSystSets, "Réglages"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
285 IFDEF _compass
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
286 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
287 TCODE tCompassGain, "Sensibilité:" ; Compass Gain:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
288 TCODE tCalX, "Cal X:" ; Cal X
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
289 TCODE tCalY, "Cal Y:" ; Cal Y
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
290 TCODE tCalZ, "Cal Z:" ; Cal Z
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
291 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
292 TCODE tUnits, "Unités:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
293 TCODE tMetric, " m/°C" ; Enum menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
294 TCODE tImperial, "ft/°F"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
295 ; 111 111 111 111 111
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
296 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
297 TCODE tDefName, "HW OSTC" ;"Lire la doc.Connaitre etComprendre les limites de l'OSTC ! "
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
298 TCODE tButtonleft, "Bouton gauche:" ; Left button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
299 TCODE tButtonright, "Bouton droit :" ; Right button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
300 TCODE tAltMode, "Temps Attente:" ; Waiting Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
301 TCODE tAltModeFly, "Avion" ; Flying
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
302 TCODE tAltMode1000, "1000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
303 TCODE tAltMode2000, "2000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
304 TCODE tAltMode3000, "3000m"
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 216
diff changeset
305
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
306
0
heinrichsweikamp
parents:
diff changeset
307 ; Units for all menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
308 TCODE tMeters, "m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
309 TCODE tFeets, "ft"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
310 TCODE tFeets1, "f"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
311 TCODE tMinutes, "'"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
312 TCODE tPercent, "%"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
313 TCODE tLitersMinute, "l/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
314 TCODE tbar, "bar" ; bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
315 TCODE tbar10, "0 bar" ; xx0 bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
316 TCODE tMeterMinute, "m/'" ; meter per minute
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
317
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
318
0
heinrichsweikamp
parents:
diff changeset
319 ; Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
320 TCODE tDateFormat, "Date: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
321 TCODE tDateformat, "MMJJAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
322 TCODE tDateformat1, "JJMMAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
323 TCODE tDateformat2, "AAMMJJ"
0
heinrichsweikamp
parents:
diff changeset
324
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
325
0
heinrichsweikamp
parents:
diff changeset
326 ; Simulator menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
327 TCODE tInter, "Lancer Simulation" ; Start Simulator
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
328 TCODE tPlan, "Simulateur" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
329
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
330
0
heinrichsweikamp
parents:
diff changeset
331 ; Decoplanner submenu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
332 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
333 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
334 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
335 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
336 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
337 TCODE tDeco, "Calcul Déco" ; Calculate Deco
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
338 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
339 TCODE tNoDeco, "Pas de Déco" ; No Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
340 TCODE tMore, "Suite" ; More
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
341 TCODE tSelectSetpoint, "Setpoint : "
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
342 TCODE tuseAGF, "aGF Permis: " ; use aGF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
343 IFDEF _gas_contingency
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
344 TCODE tGasContingency, "Gas Cont. : " ; Gas Contingency ## translation pending
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
345 ENDIF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
346
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
347 ; Decoplanner progress indication
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
348 TCODE tNoBottomGas1, "Pas de Gaz Utilisable" ; no usable Gas for Bottom Depth found (line 1, max. 22 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
349 TCODE tNoBottomGas2, "a la Profondeur Maxi!" ; no usable Gas for Bottom Depth found (line 2, max. 22 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
350 TCODE tCalculating, "Calcul en cours" ; Calculating
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
351 TCODE tCalcSurfInter, "Intervalle Surface" ; Surface Interval
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
352 TCODE tCalcBotSeg, "Calcul P. Max" ; Bottom Segment
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
353 TCODE tCalcBailout, "Mode Bailout" ; Switch to Bailout
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
354 TCODE tCalcAscent, "Remontée" ; Ascent (max. 8 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
355 TCODE tNDLleft, "NDL" ; time left within NDL
0
heinrichsweikamp
parents:
diff changeset
356
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
357
0
heinrichsweikamp
parents:
diff changeset
358 ; Information menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
359 TCODE tFirmware, "Logiciel: " ; Firmware: (space)
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
360 TCODE tHardware, "Hardware: " ; Hardware: (space)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
361 TCODE tSerial, "N. Série: " ; Serial : (space)
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
362 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives:
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
363 TCODE tBatteryV, "Batterie: " ; Battery:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
364 TCODE tUptime, "Mise a Jour:" ; Uptime:
0
heinrichsweikamp
parents:
diff changeset
365
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
366 IFDEF _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
367 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
368 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
369
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
370
0
heinrichsweikamp
parents:
diff changeset
371 ; Divemode screen
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
372 TCODE tNDL, "NDL" ; 3 chars max
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
373 TCODE tTTS, "DTR" ; 3 chars max
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
374 TCODE tSlow, "lente " ; slow - max 7 chars
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
375 TCODE tVelMetric, "m/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
376 TCODE tVelImperial, "ft/m "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
377 TCODE tGasSelect, "Activer Gaz" ; Select Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
378 TCODE tSelectAir, "Air " ; Air
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
379 TCODE tSelectO2, "O2 " ; O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
380 TCODE tSelectNx, "Nx" ; Nx
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
381 TCODE tSelectTx, "Tx" ; Tx
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
382 TCODE tDepth, "Prof." ; Depth (max 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
383 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
384 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars!
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
385 TCODE tTissuePresSat, "Press+Sat" ; 0 pressure and saturation | ENUM group
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
386 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
387 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
388 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
389 TCODE tDivetime, "Durée" ; Divetime (max 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
390 TCODE tDiveTotalAvg, "Prof. Moy."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
391 TCODE tDiveStopwatch, "Chrono"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
392 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
393 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
394 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
395 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
396 TCODE tTime, "Heure" ; Time
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
397 TCODE tSurface, "Surface" ; Surface (max 12 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
398 TCODE tDiveDecoplan, "Runtime" ; Decoplan
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
399 ; TCODE tDiveClock, "Heure" ; Clock
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
400 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
401 TCODE tDiveTissues, "Tissus" ; Tissues
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
402 TCODE tEND, "END:" ; END:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
403 TCODE tN2, "N2" ; N2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
404 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
405 TCODE tGFactors, "Valeurs GF" ; GF Values
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
406 TCODE taGFactors, "Valeurs aGF" ; aGF Values
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
407 TCODE tGFInfo, "Saturation" ; Saturation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
408 TCODE tCeiling, "Plafond" ; Ceiling
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
409 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
410 TCODE tDecoInfo, "Zone Déco" ; Deco info
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
411 TCODE tSensorCheck, " Ctrl Cell." ; Sensor Check
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
412 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
413 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
414 TCODE tGasNeedsWarn, "Gaz Needs" ;
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
415 TCODE tGasNeedsAscent, "Besoin Gaz Remontée" ; Gas Needs for Ascent
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
416 TCODE tCNSsurf, "SNC Surf." ; CNS Surf.
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
417 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
418 TCODE tCNSBO, "SNC B/O" ; CNS B/O
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
419 TCODE tCNSnow, "SNC actuel" ; CNS now
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
420 TCODE tCNSeod, "SNC final" ; CNS fin
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
421 TCODE tnoBOgas, "-B/O-Gaz-" ; no bailout gas
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
422 TCODE tMicroBubbles, "M.Bulles " ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
423 TCODE tCNS, "SNC: " ;
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
424 TCODE tgaschange, "Changer?" ; better gas found
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
425 TCODE tNeed, "Need " ; gas need (5 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
426 TCODE tBattery, "Batterie" ; Battery
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
427
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
428 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
429 TCODE tHe, "He" ; He
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
430 TCODE tIBCD, "CDI N2He" ; IBCD warning
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
431 TCODE tGasDensity, "G.Density" ; Gas Density ## pending translation
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
432 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
433
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
434 IFDEF _rx_functions
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
435 TCODE tTransmitter, "P.Transm." ; pressure transmitter
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
436 TCODE tPressure, "Pres Bloc" ; tank pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
437 TCODE tSAC, "SAC" ; SAC, must be 3 chars!
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
438 TCODE tswap, "Bloc Ech." ; swap tank (max. 9 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
439 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
440
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
441 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
442 IFDEF _external_sensor
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
443 TCODE tDiveHudMask1, "Cell. 1"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
444 TCODE tDiveHudMask2, "Cell. 2"
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
445 TCODE tDiveHudMask3, "Cell. 3"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
446 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
447 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
448 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
449
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
450 IFDEF _cave_mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
451 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
452 TCODE tDiveTurned, "Ret.Plong" ; dive is turned (max. 9 char)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
453 TCODE tCaveMode, "Cave Mode" ; cave mode activated (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
454 TCODE tCaveModeShutdown, "X-Cave-X" ; cave mode shut down (max. 9 char)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
455 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
456
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
457
0
heinrichsweikamp
parents:
diff changeset
458 ; Divemode menu
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
459 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
460 TCODE tDiveLayout, "Affich" ; Layout (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
461 IFDEF _compass
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
462 TCODE tSetHeading, "Cap" ; Course (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
463 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
464
0
heinrichsweikamp
parents:
diff changeset
465
heinrichsweikamp
parents:
diff changeset
466 ; Simulator menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
467 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
468 TCODE tResetAvg, "RaZChr" ; Reset Timer (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
469
0
heinrichsweikamp
parents:
diff changeset
470
heinrichsweikamp
parents:
diff changeset
471 ; Logbook
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
472 TCODE tCNS2, "SNC:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
473 TCODE tAVG, "Moy:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
474 TCODE tGF, "GF:"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
475 TCODE tSAT, "Sat:" ; 4 chars max
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
476
0
heinrichsweikamp
parents:
diff changeset
477
heinrichsweikamp
parents:
diff changeset
478 ; Logbook units
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
479 TCODE tLogTunitC, "°C"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
480 TCODE tLogTunitF, "°F"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
481 TCODE tKGL, "kg/l"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
482 TCODE tMBAR, "hPa"
0
heinrichsweikamp
parents:
diff changeset
483
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
484
0
heinrichsweikamp
parents:
diff changeset
485 ; Logbook menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
486 TCODE tNextLog, "Page Suivante"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
487
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
488
0
heinrichsweikamp
parents:
diff changeset
489 ; Reset menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
490 TCODE tReboot, "Redémarrage" ; Reboot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
491 TCODE tResetMenu2, "Confirmer?" ; Are You Sure?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
492 TCODE tAbort, "Quitter" ; Abort
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
493 TCODE tResetSettings, "RaZ Paramètres" ; Reset Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
494 TCODE tResetDeco, "RaZ Déco" ; Reset Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
495 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
496 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook
0
heinrichsweikamp
parents:
diff changeset
497
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
498
0
heinrichsweikamp
parents:
diff changeset
499 ; Set Time Menu/Set Date Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
500 TCODE tSetHours, "Ajust. Heures" ; Set Hours
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
501 TCODE tSetMinutes, "Ajust. Minutes" ; Set Minutes
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
502 TCODE tSetSeconds, "RaZ Secondes" ; Clear Seconds
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
503 TCODE tSetDay, "Ajust. Jours" ; Set Day
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
504 TCODE tSetMonth, "Ajust. Mois" ; Set Month
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
505 TCODE tSetYear, "Ajust. Année" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
506
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
507
0
heinrichsweikamp
parents:
diff changeset
508 ; Logbook Offset Menu
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
509 TCODE tLogOffset, "N° 1ère Plongée" ; Logbook offset (Max. 15 Chars!)
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
510 TCODE tLogOffsetValue, "N°1ère Plongé:" ; Offset
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
511 TCODE tLogOffStepSize, "Incrément :" ; Step Size
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
512 TCODE tLogOffsetplus, "+" ; increment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
513 TCODE tLogOffsetminus, "-" ; decrement
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
514 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
515 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
516 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
517 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
518
23
e402813343b6 new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents: 18
diff changeset
519
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
520 ; Compass directions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
521 TCODE tN, "N " ; N(orth), 338°-22°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
522 TCODE tNE, "NE" ; North-East, 23°-67°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
523 TCODE tE, "E " ; E(east), 68°-112°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
524 TCODE tSE, "SE" ; South-East, 113°-157°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
525 TCODE tS, "S " ; S(outh), 157°-202°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
526 TCODE tSW, "SO" ; South-West, 203°-247°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
527 TCODE tW, "O " ; W(West), 248°-292°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
528 TCODE tNW, "NO" ; North-West, 293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
529
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
530
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
531 ; Color Scheme menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
532 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
533 TCODE tColorSetDive, "Mode Plongée:" ; Divemode:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
534 TCODE tColorSetName0, "Blanc" ; White
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
535 TCODE tColorSetName1, "Rouge" ; Red
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
536 TCODE tColorSetName2, "Vert" ; Green
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
537 TCODE tColorSetName3, "Bleu" ; Blue
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
538
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
539
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
540 ; Language selection
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
541 IF _language_2!=none
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
542 TCODE tLanguage, "Langue: " ; used in menu_tree
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
543 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
544
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
545 IF _language_1==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
546 TCODE tLang1, "Anglais" ; tLang1 is 1st language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
547 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
548 IF _language_1==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
549 TCODE tLang1, "Allemand"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
550 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
551 IF _language_1==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
552 TCODE tLang1, "Français"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
553 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
554 IF _language_1==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
555 TCODE tLang1, "Italien"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
556 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
557 TCODE tLang1, "" ; dummy target for options table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
558 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
559 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
560 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
561 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
562
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
563 IF _language_2==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
564 TCODE tLang2, "Anglais"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
565 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
566 IF _language_2==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
567 TCODE tLang2, "Allemand" ; tLang2 is 2nd language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
568 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
569 IF _language_2==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
570 TCODE tLang2, "Français"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
571 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
572 IF _language_2==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
573 TCODE tLang2, "Italien"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
574 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
575 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
576 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
577 ENDIF