Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1053 - 1
/*****************************************************************************
2
 *   Copyright (C) 2010 Sebastian Boehm, seb@exse.net                            *
3
 *                                                                           *
4
 *   translation by jeromecros@wanadoo.fr                                    *
5
 *                                                                           *
6
 *                                                                           *
7
 *   This program is free software; you can redistribute it and/or modify    *
8
 *   it under the terms of the GNU General Public License as published by    *
9
 *   the Free Software Foundation; either version 2 of the License.          *
10
 *                                                                           *
11
 *   This program is distributed in the hope that it will be useful,         *
12
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
13
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
14
 *   GNU General Public License for more details.                            *
15
 *                                                                           *
16
 *   You should have received a copy of the GNU General Public License       *
17
 *   along with this program; if not, write to the                           *
18
 *   Free Software Foundation, Inc.,                                         *
19
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.               *
20
 *                                                                           *
21
 *****************************************************************************/
22
 
23
#define PARAM_COUNT 120
24
#define PAGES 13
25
 
26
prog_char param_pages[13][15]= // zeilen,zeichen+1
27
{
28
        "Canaux    ",
29
        "Config    ",
30
        "Manche    ",
31
        "Looping   ",
32
        "Altitude  ",
33
        "Camera    ",
34
        "NaviCtrl  ",
35
        "Sorties   ",
36
        "Divers    ",
37
        "Gyro      ",
38
        "Parametres",
39
        "Coupl Axes",
40
        "Config Mix"
41
};
42
 
43
 
44
//Namen
45
prog_char  param_names[PARAM_COUNT][15]=
46
{
47
 
48
   // group 0 (kanaele) 
49
         "Gaz           ",
50
         "Lacet         ",
51
         "Tangage       ",
52
         "Roulis        ",
53
         "Poti 1        ",
54
         "Poti 2        ",
55
         "Poti 3        ",
56
         "Poti 4        ",
57
         "Poti 5        ",
58
         "Poti 6        ",
59
         "Poti 7        ",
60
         "Poti 8        ",
61
         "Ctrl Ren Recep",
62
         "Type Recepteur",
63
 
64
        // group 1 (main)
65
 
66
         "Ctrl Altitude ",
67
         "GPS           ",
68
         "Compas        ",
69
         "Maintien Cap  ",
70
         "Ctrl Ren Recep",
71
         "Deceuplage Axe",
72
         "Limit Vit. Rot",
73
         "Orient. fixe  ",
74
 
75
 
76
         // group 2 (stick)
77
 
78
         "Roul/Tang P   ",
79
         "Roul/Tang D   ",
80
         "Lacet P       ",
81
         "Ctrl Externe  ",
82
 
83
         // group3 : looping
84
 
85
         "Looping Avant ",
86
         "Looping Arrier",
87
         "Looping Gauche",
88
         "Looping Droite",
89
         "Limite Gaz    ",
90
         "Seuil Reponse ",
91
         "Hysteresis    ",
92
         "Invers Roulis ",
93
         "Invers Tangage",
94
 
95
        // group 4 (hoehe)
96
 
97
         "Ctrl Altitude ",
98
         "Y:LimH,N:Vario",
99
         "Swith hauteur ",
100
         "Vario acoustic",
101
         "Hauteur Max   ",
102
         "Gaz min       ",
103
         "Altitude P    ",
104
         "Pression D    ",
105
         "ACC Z         ",
106
         "Gain/Frequence",
107
         "Var vol stat  ",
108
         "GPS Z         ",
109
         "Pos Neutre Man",
110
 
111
 
112
         // group 5 : kamera
113
 
114
         "Asser tangage ",
115
         "Comp tangage  ",
116
         "Inverser dir  ",
117
         "Servo min     ",
118
         "servo max     ",
119
         "Asser roulis  ",
120
         "Comp tangage  ",
121
         "Inverser dir  ",
122
         "Servo min     ",
123
         "servo max     ",
124
         "Taux refresh  ",
125
         "Servo 3       ",
126
         "Servo 4       ",
127
         "Servo 5       ",
128
 
129
 
130
         // group 6 : navictrl
131
 
132
         "Activer GPS   ",
133
         "Def mode GPS  ",
134
         "Gain GPS      ",
135
         "Seuil manche  ",
136
         "Nbre Min. Sat.",
137
         "GPS-P         ",
138
         "GPS-I         ",
139
         "GPS-D         ",
140
         "Limite P      ",
141
         "Limite I      ",
142
         "Limite D      ",
143
         "Accel GPS     ",
144
         "Correct vent  ",
145
         "Compens vit   ",
146
         "Rayon GPS max ",
147
         "Limit angl GPS",
148
         "Tps memoris   ",
149
 
150
 
151
         // group 7 : ausgaenge
152
 
153
         "Bitmask S1    ",
154
         "Horloge S1    ",
155
         "Bitmask S2    ",
156
         "Horloge S2    ",
157
         "Actif au repos",
158
         "Al undervoltag",
159
         "actif         ",
160
         "Al undervoltage",
161
         "actif         ",
162
 
163
 
164
         // group 8 : versch.
165
 
166
         "Gaz Min.      ",
167
         "Gaz Max.      ",
168
         "Effet compas  ",
169
         "Carefree Ctrl ",
170
         "Sous tension  ",
171
         "Duree secours ",
172
         "Gaz de secours",
173
 
174
         // group 9 : gyro
175
 
176
         "Gyro P        ",
177
         "Gyro I        ",
178
         "Gyro D        ",
179
         "Lacet P       ",
180
         "Lacet I       ",
181
         "Stab dynamique",
182
         "Limit vit Rota",
183
         "ACC/Gyro Fact ",
184
         "Comp ACC/Gyro ",
185
         "Regul princ I ",
186
         "Compens deriv ",
187
         "Gyro stability",
188
 
189
         // group 10: benutzer
190
 
191
         "Parameter 1   ",
192
         "Parameter 2   ",
193
         "Parameter 3   ",
194
         "Parameter 4   ",
195
         "Parameter 5   ",
196
         "Parameter 6   ",
197
         "Parameter 7   ",
198
         "Parameter 8   ",
199
 
200
 
201
         // group 11: achskoppl
202
 
203
         "(De)Coupl Axes",
204
         "Retroac lacet ",
205
         "Retro roul/tan",
206
         "Correct lacet ",
207
 
208
         // group 12: mixer
209
 
210
         "Orientierung  ",
211
 
212
};
213
 
214