annotate src/text_french.inc @ 623:c40025d8e750

3.03 beta released
author heinrichsweikamp
date Mon, 03 Jun 2019 14:01:48 +0200
parents cd986267a5ca
children cd58f7fc86db
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 ;
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
3 ; File text_french.asm next combined generation V3.03.3
0
heinrichsweikamp
parents:
diff changeset
4 ;
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
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
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
33 TCODE tDivemenu_Avg_Mkr, "Avg/Marker" ; Reset Avg, Set Marker (and Turn Dive) ## pending translation
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
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
63 TCODE tExit, "Retour" ; Exit
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
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
72 TCODE tBack, "retour" ; back
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
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
75 TCODE tTrSettings, "Pressure Display" ; Pressure Display ## pending translation
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
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
80 TCODE tTrMaxDeltaP, "max deltaP: " ; independent double max diffenerce ## pending translation
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
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
100 TCODE tGasTravel, "Travel" ; Travel
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"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
183 TCODE tPPO2Max, "PpO2 Max :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
184 TCODE tPPO2DECO, "PpO2 Déco:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
185 TCODE tPPO2MIN, "PpO2 Min :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
186 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
187 TCODE tPPO2MINCC, "Min Loop :"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
188 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
189 TCODE tLastDecostop, "Dern.Palier : "
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
190 TCODE tAscentSpeed, "Ascent Speed : " ; Ascent Speed ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
191 TCODE tGasChangeTime, "Gas Change :+" ; additional Gas Change Time ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
192 TCODE tExtendedStops, "before 1.Stop: " ; gas switches before 1st stop ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
193 TCODE tTimeoutDive, "Fin Plongée : " ; Dive Timeout
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
194 TCODE tStoreApnoeDive, "Store Apnoe : " ; Store Apnoe Dives ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
195 TCODE tDecoparameters, "Paramètres Déco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
196 TCODE tGF_low, "GF Bas :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
197 TCODE tGF_high, "GF Haut:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
198 TCODE tSaturationMult, "Saturation : "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
199 TCODE tDesaturationMult, "Désaturation: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
200 TCODE tFTTSMenu, "Future DTR:" ; Future TTS
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
201 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
202 TCODE tGFMenu, "Menu GF" ; GF Settings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
203 TCODE taGF_low, "aGF Bas :" ; aGF Low
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
204 TCODE taGF_high, "aGF Haut:" ; aGF High
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
205 TCODE taGF_enable, "aGF Possible:" ; aGF Selectable
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
206 TCODE tDiveaGF_active, "using aGF" ; using aGF ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
207 TCODE tppO2settings, "Menu PpO2" ; ppO2 Settings (max. 18 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
208 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
209 TCODE tGasUsage, "Usage Gaz" ; Gas Usage
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
210 TCODE tSetBotUse, "Gaz Fond: " ; Bottom Gas: (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
211 TCODE tSetDecoUse, "Gaz Déco: " ; Deco Gas: (space)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
212 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
213 TCODE tSetup_Tank, "Config. Blocs" ; Setup Tank
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
214 TCODE tTankSize, "Volume Bloc" ; Tank Sizes
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
215 TCODE tTankUsablePress, "Pression Ascent" ; Tank Pressure Budget for Ascent (turn pressure) (max 19 chars) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
216 TCODE tLiter, " l" ; Liter as l
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
217 TCODE tLiterLong, "Liter" ; Liter as Liter
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
218 TCODE t2ndDecoPlanMenu, "Suite Menu Déco" ; 2nd Deco Plan
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
219
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
220 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
221 TCODE tCCmaxFracO2, "Loop %O2 max.:" ;
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
222 TCODE tCopyDilToOC, "Copy Dil.-> OC" ; copy diluent settings to OC gas ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
223 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
224
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
225 IFDEF _rx_functions
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
226 TCODE tTankPairing, "Config. Transmitter" ; select Transmitter ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
227 TCODE tTrModeOff, "off" ; off ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
228 TCODE tTrModeOn, "on" ; on ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
229 TCODE tTrModeIndDouble, "indep.Double" ; independent double ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
230 TCODE tTrModeCCR, "CCR Dil+O2" ; CCR diluent and O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
231 TCODE tTrPresNone, "none" ; none (big enum group follows) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
232 TCODE tTrPresGas1, "Gas 1" ; Gas 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
233 TCODE tTrPresGas2, "Gas 2" ; Gas 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
234 TCODE tTrPresGas3, "Gas 3" ; Gas 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
235 TCODE tTrPresGas4, "Gas 4" ; Gas 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
236 TCODE tTrPresGas5, "Gas 5" ; Gas 5
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
237 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
238 TCODE tTrPresDil1, "Dil 1" ; Dil 1
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
239 TCODE tTrPresDil2, "Dil 2" ; Dil 2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
240 TCODE tTrPresDil3, "Dil 3" ; Dil 3
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
241 TCODE tTrPresDil4, "Dil 4" ; Dil 4
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
242 TCODE tTrPresDil5, "Dil 5" ; Dil 5
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
243 TCODE tTrPresFirstGas, "First Gas" ; first Gas ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
244 TCODE tTrPresActiveGas, "active Gas" ; active Gas ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
245 TCODE tTrPresFirstDil, "First Dil" ; first Dil ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
246 TCODE tTrPresActiveDil, "active Dil" ; active Dil ## pending translation
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
247 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
248 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
249 TCODE tTrModeOff, "" ; dummy target for entry in option table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
250 TCODE tTrPresNone, "" ; dummy target for entry in option table
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
251 ENDIF ; _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
252
0
heinrichsweikamp
parents:
diff changeset
253
heinrichsweikamp
parents:
diff changeset
254 ; Display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
255 TCODE tBright, "Luminosité:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
256 TCODE tEco, "Eco"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
257 TCODE tMedium, "Moyenne"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
258 TCODE tHigh, "Haute"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
259 TCODE tDvSalinity, "Salinité: " ; Salinity
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
260 TCODE tShowppO2, "Afficher PpO2:" ; Always show ppO2:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
261 TCODE tFlip, "Pivoter l'écran:" ; Rotate Screen
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
262 TCODE tMODwarning, "Alerte Prof.:" ; depth Warnings
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
263 ; TCODE tIBCDwarning, "Alerte CDI :" ; IBCD Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
264 TCODE tLayout, "Layout :" ; Layout ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
265 TCODE t2ndDepth, "2.Prof.:" ; 2nd depth display content (10 chars max)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
266 TCODE tTissueGraphics, "Dessin :" ; tissue graphics
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
267
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
268 TCODE tLayoutNormal, "normal" ; normal ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
269 TCODE tLayoutBig, "big" ; big ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
270
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
271
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
272 ; VSI display Settings
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
273 TCODE tVSItext2, "Vitesse Variable:" ; Variable speed:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
274 TCODE tVSIgraph, "Graph. Vitesse :" ; Speed graph:
0
heinrichsweikamp
parents:
diff changeset
275
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
276
0
heinrichsweikamp
parents:
diff changeset
277 ; Setup Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
278 TCODE tSystSets, "Réglages"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
279 IFDEF _compass
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
280 TCODE tCompassMenu, "Calibration Compas" ; Compass Calibration
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
281 TCODE tCompassGain, "Sensibilité:" ; Compass Gain:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
282 TCODE tCalX, "Cal X:" ; Cal X
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
283 TCODE tCalY, "Cal Y:" ; Cal Y
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
284 TCODE tCalZ, "Cal Z:" ; Cal Z
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
285 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
286 TCODE tUnits, "Unités:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
287 TCODE tMetric, " m/°C" ; Enum menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
288 TCODE tImperial, "ft/°F"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
289 ; 111 111 111 111 111
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
290 ; 5 rows by 12 chars each: 123456789012123456789012123456789012123456789012123456789012
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
291 TCODE tDefName, " Read the Manual, know& understandthe inherentLimitations!" ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
292 TCODE tButtonleft, "Bouton gauche:" ; Left button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
293 TCODE tButtonright, "Bouton droit :" ; Right button
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
294 TCODE tAltMode, "Temps Attente:" ; Waiting Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
295 TCODE tAltModeFly, "Avion" ; Flying
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
296 TCODE tAltMode1000, "1000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
297 TCODE tAltMode2000, "2000m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
298 TCODE tAltMode3000, "3000m"
220
effd7259f5a5 make button sensitivity configurable (cR hardware)
heinrichsweikamp
parents: 216
diff changeset
299
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
300
0
heinrichsweikamp
parents:
diff changeset
301 ; Units for all menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
302 TCODE tMeters, "m"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
303 TCODE tFeets, "ft"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
304 TCODE tFeets1, "f"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
305 TCODE tMinutes, "'"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
306 TCODE tPercent, "%"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
307 TCODE tLitersMinute, "l/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
308 TCODE tbar, "bar" ; bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
309 TCODE tbar10, "0 bar" ; xx0 bar
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
310 TCODE tMeterMinute, "m/'" ; meter per minute
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
311
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
312
0
heinrichsweikamp
parents:
diff changeset
313 ; Date
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
314 TCODE tDateFormat, "Date: "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
315 TCODE tDateformat, "MMJJAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
316 TCODE tDateformat1, "JJMMAA"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
317 TCODE tDateformat2, "AAMMJJ"
0
heinrichsweikamp
parents:
diff changeset
318
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
319
0
heinrichsweikamp
parents:
diff changeset
320 ; Simulator menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
321 TCODE tInter, "Lancer Simulation" ; Start Simulator
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
322 TCODE tPlan, "Simulateur" ; Simulator
0
heinrichsweikamp
parents:
diff changeset
323
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
324
0
heinrichsweikamp
parents:
diff changeset
325 ; Decoplanner submenu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
326 TCODE tBtTm, "Temps Fond:" ; Bot. Time: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
327 TCODE tBtTm_short, "Temps:" ; Bot. Time: (max. 6 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
328 TCODE tBtDep, "Prof. Max :" ; Max Depth: (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
329 TCODE tIntvl, "Intervalle:" ; Interval : (10 chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
330 TCODE tDecoSetup, "Réglage Ordinateur" ; Calculator Setup
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
331 TCODE tDeco, "Calcul Déco" ; Calculate Deco
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
332 TCODE tDivePlan, "Runtime" ; Dive Plan (max. 10 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
333 TCODE tNoDeco, "Pas de Déco" ; No Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
334 TCODE tMore, "Suite" ; More
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
335 TCODE tSelectSetpoint, "Setpoint :"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
336 TCODE tuseAGF, "aGF Permis:" ; use aGF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
337 TCODE tCalculating, "Calcul en cours" ; Calculating
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
338 TCODE tCalcSurfInter, "Surface Interval" ; Surface Interval ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
339 TCODE tCalcBotSeg, "Bottom Segment" ; Bottom Segment ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
340 TCODE tCalcBailout, "Switch to Bailout" ; Switch to Bailout ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
341 TCODE tCalcAscent, "Ascent" ; Ascent ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
342 TCODE tNDLleft, "left" ; time left within NDL ## pending translation
0
heinrichsweikamp
parents:
diff changeset
343
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
344
0
heinrichsweikamp
parents:
diff changeset
345 ; Information menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
346 TCODE tFirmware, "Logiciel: " ; Firmware: (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
347 TCODE tSerial, "N. Série: " ; Serial : (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
348 TCODE tTotalDives, "Nbre Plongées:" ; Total Dives: (space)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
349 TCODE tBatteryV, "Batterie: " ; Battery:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
350 TCODE tUptime, "Mise a Jour:" ; Uptime:
0
heinrichsweikamp
parents:
diff changeset
351
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
352 IFDEF _rx_functions
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
353 TCODE tFirmware_rx, "RX Ver : " ; RX Ver : (space)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
354 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
355
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
356
0
heinrichsweikamp
parents:
diff changeset
357 ; Divemode screen
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
358 TCODE tNDL, "NDL" ; 3 chars max
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
359 TCODE tTTS, "DTR" ; 3 chars max
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
360 TCODE tVelMetric, "m/min"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
361 TCODE tVelImperial, "ft/m "
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
362 TCODE tGasSelect, "Activer Gaz" ; Select Gas
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
363 TCODE tSelectAir, "Air " ; Air
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
364 TCODE tSelectO2, "O2 " ; O2
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
365 TCODE tSelectNx, "Nx" ; Nx
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
366 TCODE tSelectTx, "Tx" ; Tx
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
367 TCODE tDepth, "Prof." ; Depth (max 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
368 TCODE tMaxDepth, "Prof.Max." ; Max.Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
369 TCODE tAvgDepth, "Prof.Moy." ; average Depth - max 9 chars!
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
370 TCODE tTissuePresSat, "Pres+Sat" ; 0 pressure and saturation | ENUM group ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
371 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
372 TCODE tTissueN2He, "N2+He" ; 1 N2 + He pressure |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
373 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
374 TCODE tDivetime, "Durée" ; Divetime (max 8 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
375 TCODE tDiveTotalAvg, "Prof. Moy."
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
376 TCODE tDiveStopwatch, "Chrono"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
377 TCODE tDiveStopAvg, "P.Moy.Chron" ; 11 chars max
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
378 TCODE tApnoeTotal, "Totale" ; Total (six chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
379 TCODE tApnoeMax, "Dern.Plongée" ; Last Descend
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
380 TCODE tApnoeSurface, "Tps.Surface" ; Surface Time
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
381 TCODE tTime, "Time" ; Time ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
382 TCODE tSurface, "Surface" ; Surface (max 12 chars) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
383 TCODE tDiveDecoplan, "Runtime" ; Decoplan
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
384 ; TCODE tDiveClock, "Heure" ; Clock
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
385 TCODE tDiveEAD_END, "EAD/END" ; EAD/END
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
386 TCODE tDiveTissues, "Tissus" ; Tissues
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
387 TCODE tEND, "END:" ; END:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
388 TCODE tN2, "N2" ; N2
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
389 TCODE tDiveBailout, "Bailout" ; Bailout (max. 7 chars)
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
390 TCODE tGFactors, "Valeurs GF" ; GF Values
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
391 TCODE taGFactors, "Valeurs aGF" ; aGF Values
608
d866684249bd work on 2.99 stable
heinrichsweikamp
parents: 604
diff changeset
392 TCODE tGFInfo, "Saturation" ; Saturation ## pending translation
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
393 TCODE tCeiling, "Plafond" ; Ceiling
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
394 TCODE tDiveSafetyStop, "Stop" ; Stop (four chars, right aligned)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
395 TCODE tDiveFallback, "Fallback!" ; Fallback! (max. nine chars)
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
396 TCODE tDecoInfo, "Zone Déco" ; Deco info
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
397 TCODE tSensorCheck, "Ctrl Cell. " ; Sensor Check
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
398 TCODE tdil, "Dil:" ; Diluent ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
399 TCODE tmix, "Mix:" ; Pre-Mix ppO2 Warning
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
400 TCODE tGasNeedsWarn, "Gas Needs" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
401 TCODE tGasNeedsAscent, "Besoins Gaz Ascent" ; ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
402 TCODE tCNSsurf, "SNC Surf." ; CNS Surf.
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
403 TCODE tCNSfTTS, "SNC fDTR" ; CNS fTTS
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
404 TCODE tCNSBO, "SNC B/O" ; CNS B/O
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
405 TCODE tCNSnow, "SNC actuel" ; CNS now
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
406 TCODE tCNSeod, "SNC final" ; CNS fin
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
407 TCODE tnoBOgas, "-B/O-Gaz-" ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
408 TCODE tMicroBubbles, "M.Bulles " ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
409 TCODE tCNS, "SNC: " ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
410 TCODE tgaschange, "Change?" ; better gas found ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
411 TCODE tNeed, "Need " ; gas need (5 chars) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
412 TCODE tBattery, "Batterie" ; Battery
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
413
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
414 IFDEF _helium
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
415 TCODE tHe, "He" ; He
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
416 TCODE tIBCD, "CDI N2He" ; IBCD warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
417 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
418
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
419 IFDEF _rx_functions
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
420 TCODE tTransmitter, "P.Transm." ; pressure transmitter ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
421 TCODE tPressure, "Pres Bloc" ; tank pressure
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
422 TCODE tSAC, "SAC" ; SAC, must be 3 chars!
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
423 TCODE tswap, "Swap Tank" ; swap tank (max. 9 chars) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
424 ENDIF
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
425
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
426 IFDEF _ccr_pscr
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
427 IFDEF _external_sensor
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
428 TCODE tDiveHudMask1, "cell. 1"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
429 TCODE tDiveHudMask2, "cell. 2"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
430 TCODE tDiveHudMask3, "cell. 3"
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
431 TCODE tSensorDisagree, "Sensors<>" ; Sensors disagree Warning; Sensors disagree Warning
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
432 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
433 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
434
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
435 IFDEF _cave_mode
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
436 TCODE tGasNeedsCaveMode, "Besoins Gaz Cave Mode" ; title for gas needs custom view
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
437 TCODE tDiveTurned, "Dv.turned" ; dive is turned (max. 9 char) ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
438 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
439 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
440 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
441
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
442
0
heinrichsweikamp
parents:
diff changeset
443 ; Divemode menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
444 TCODE tDivePreMenu, "Menu?" ; Menu? (max. 5 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
445 IFDEF _compass
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
446 TCODE tSetHeading, "Cap" ; Bearing (max. 6 chars)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
447 ENDIF
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
448
0
heinrichsweikamp
parents:
diff changeset
449
heinrichsweikamp
parents:
diff changeset
450 ; Simulator menu
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
451 TCODE tQuitSim, "Fin" ; Quit Simulation (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
452 TCODE tResetAvg, "RaZChr" ; Reset Timer (max. 6 chars)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
453
0
heinrichsweikamp
parents:
diff changeset
454
heinrichsweikamp
parents:
diff changeset
455 ; Logbook
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
456 TCODE tCNS2, "SNC:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
457 TCODE tAVG, "Moy:"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
458 TCODE tGF, "GF:"
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
459 TCODE tSAT, "Sat:" ; 4 chars max
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
460
0
heinrichsweikamp
parents:
diff changeset
461
heinrichsweikamp
parents:
diff changeset
462 ; Logbook units
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
463 TCODE tLogTunitC, "°C"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
464 TCODE tLogTunitF, "°F"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
465 TCODE tKGL, "kg/l"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
466 TCODE tMBAR, "hPa"
0
heinrichsweikamp
parents:
diff changeset
467
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
468
0
heinrichsweikamp
parents:
diff changeset
469 ; Logbook menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
470 TCODE tNextLog, "Page Suivante"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
471
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
472
0
heinrichsweikamp
parents:
diff changeset
473 ; Reset menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
474 TCODE tReboot, "Redémarrage" ; Reboot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
475 TCODE tResetMenu2, "Confirmer?" ; Are You Sure?
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
476 TCODE tAbort, "Quitter" ; Abort
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
477 TCODE tResetSettings, "RaZ Settings" ; Reset Settings ## pending translation
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
478 TCODE tResetDeco, "RaZ Déco" ; Reset Deco
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
479 TCODE tResetBattery, "RaZ Batterie" ; Reset Battery
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
480 TCODE tResetLogbook, "RaZ Carnet" ; Reset Logbook
0
heinrichsweikamp
parents:
diff changeset
481
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
482
0
heinrichsweikamp
parents:
diff changeset
483 ; Set Time Menu/Set Date Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
484 TCODE tSetHours, "Ajust. Heures" ; Set Hours
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
485 TCODE tSetMinutes, "Ajust. Minutes" ; Set Minutes
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
486 TCODE tSetSeconds, "RaZ Secondes" ; Clear Seconds
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
487 TCODE tSetDay, "Ajust. Jours" ; Set Day
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
488 TCODE tSetMonth, "Ajust. Mois" ; Set Month
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
489 TCODE tSetYear, "Ajust. Année" ; Set Year
0
heinrichsweikamp
parents:
diff changeset
490
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
491
0
heinrichsweikamp
parents:
diff changeset
492 ; Logbook Offset Menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
493 TCODE tLogOffset, "N° 1ère plongée" ; Logbook offset (Max. 15 Chars!)
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
494 TCODE tLogOffsetValue, "Offset : " ; Offset ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
495 TCODE tLogOffStepSize, "Step Size: " ; Step Size ## pending translation
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
496 TCODE tLogOffsetplus, "+" ; increment
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
497 TCODE tLogOffsetminus, "-" ; decrement
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
498 TCODE tLogOffStep1, " 1" ; adjustment step size 1 | ENUM group
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
499 TCODE tLogOffStep10, " 10" ; adjustment step size 10 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
500 TCODE tLogOffStep100, " 100" ; adjustment step size 100 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
501 TCODE tLogOffStep1000, "1000" ; adjustment step size 1000 |
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
502
23
e402813343b6 new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents: 18
diff changeset
503
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
504 ; Compass directions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
505 TCODE tN, "N " ; N(orth), 338°-22°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
506 TCODE tNE, "NE" ; North-East, 23°-67°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
507 TCODE tE, "E " ; E(east), 68°-112°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
508 TCODE tSE, "SE" ; South-East, 113°-157°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
509 TCODE tS, "S " ; S(outh), 157°-202°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
510 TCODE tSW, "SO" ; South-West, 203°-247°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
511 TCODE tW, "O " ; W(West), 248°-292°
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
512 TCODE tNW, "NO" ; North-West, 293°-337°
29
50c3e2c7ba7a adding cardinal (and ordinal) directions for the compass
heinrichsweikamp
parents: 23
diff changeset
513
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
514
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
515 ; Color Scheme menu
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
516 TCODE tColorScheme, "Jeu de Couleurs" ; Colour scheme
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
517 TCODE tColorSetDive, "Mode Plongée:" ; Divemode:
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
518 TCODE tColorSetName0, "Blanc" ; White
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
519 TCODE tColorSetName1, "Rouge" ; Red
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
520 TCODE tColorSetName2, "Vert" ; Green
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
521 TCODE tColorSetName3, "Bleu" ; Blue
50
ec4d8503ec45 NEW: user-selectable color schemes
heinrichsweikamp
parents: 48
diff changeset
522
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
523
480
ad8acade5567 NEW: PSCR mode (Passive semi-closed rebreather)
heinrichsweikamp
parents: 479
diff changeset
524 ; PSCR Menu and Settings
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
525 IFDEF _ccr_pscr
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
526 TCODE tPSCRMenu, "Menu pSCR" ; PSCR Menu
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
527 TCODE tPSCR_O2_drop, "O2 Drop " ; O2 drop
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
528 TCODE tPSCR_lungratio, "Lung Ratio " ; lung ratio
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
529 TCODE tBackToLoop, "goto loop" ; back to loop (10 chars max)
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 620
diff changeset
530 ENDIF
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
531
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
532
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
533 ; Language selection
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
534 IF _language_2!=none
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
535 TCODE tLanguage, "Langue: " ; used in menu_tree
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
536 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
537
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
538 IF _language_1==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
539 TCODE tLang1, "Anglais" ; tLang1 is 1st language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
540 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
541 IF _language_1==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
542 TCODE tLang1, "Allemand"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
543 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
544 IF _language_1==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
545 TCODE tLang1, "Français"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
546 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
547 IF _language_1==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
548 TCODE tLang1, "Italien"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
549 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
550 TCODE tLang1, "" ; dummy target for options table
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
551 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
552 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
553 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
554 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
555
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
556 IF _language_2==en
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
557 TCODE tLang2, "Anglais"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
558 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
559 IF _language_2==de
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
560 TCODE tLang2, "Allemand" ; tLang2 is 2nd language, enum context
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
561 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
562 IF _language_2==fr
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
563 TCODE tLang2, "Français"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
564 ELSE
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
565 IF _language_2==it
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
566 TCODE tLang2, "Italien"
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
567 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
568 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
569 ENDIF
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents: 600
diff changeset
570 ENDIF