forked from technologiescollege/Blockly-rduino-communication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel.xml
More file actions
347 lines (347 loc) · 10 KB
/
label.xml
File metadata and controls
347 lines (347 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<?xml version="1.0" encoding="utf-8"?>
<Traductions>
<Parametre Separateur="\">
<Proprietes>
<Propriete>Caption</Propriete>
<Propriete>Text</Propriete>
<Propriete>Hint</Propriete>
<Propriete>Items</Propriete>
</Proprietes>
</Parametre>
<Langues>
<Langue index="FR" name="FrenchLang" default="1" />
<Langue index="EN" name="EnglishLang" default="0" />
<Langue index="ES" name="SpanishLang" default="0" />
</Langues>
<Labels>
<Popup type="TComboBox">
<Items>
<FR>Le fichier 'pymata_cmd.bat' n'existe pas.\Le fichier 'flash.bat' n'existe pas.\Le fichier 'rDuino_uploader.bat' n'existe pas.\Le numéro du port COM doit être un entier.\Interface réalisée par Sébastien Canet, mai 2016 - v1.3-2.5 - février 2017\Carte Arduino mal connectée ou non reconnue,\vérifiez dans le gestionnaire de périphériques,\accessible depuis le menu 'Outils'.\Veuillez localiser l'EDI Arduino.</FR>
<EN>The file 'pymata_cmd.bat' does not exist.\The file 'flash.bat' does not exist.\The file 'rDuino_uploader.bat' does not exist.\#COM port must be an integer.\Software created by Sébastien Canet, may 2016 - v1.3-2.5 - february 2017\The Arduino card is not connected,\vérify in the 'Device Management',\shortcut is the 'Tools' menu.\Please locate Arduino IDE.</EN>
<ES>El fichero 'pymata_cmd.bat'no existe.\El fichero 'flash.bat' no existe.\El fichero 'rDuino_uploader.bat' no existe.\El número de puerto #COM debe ser un entero.\Software creado por Sébastien Canet, mayo 2016 - v1.3-2.5 - febrero 2017\The Arduino card is not connected,\vérify in the 'Device Management',\shortcut is the 'Tools' menu.\Please locate Arduino IDE.</ES>
</Items>
</Popup>
<InterfaceS2A type="TFenetrePrincipale">
<Caption>
<FR>Blockly@rduino - communication</FR>
<EN>Blockly@rduino control panel</EN>
<ES>Blockly@rduino panel de control</ES>
</Caption>
</InterfaceS2A>
<Label1 type="TLabel">
<Caption>
<FR>Votre carte Arduino</FR>
<EN>Your Arduino card</EN>
<ES>Su tarjeta Arduino</ES>
</Caption>
</Label1>
<Label2 type="TLabel">
<Caption>
<FR>est connectée sur</FR>
<EN>is connected as</EN>
<ES>esta conecatad en</ES>
</Caption>
</Label2>
<Label3 type="TLabel">
<Caption>
<FR>le port COM</FR>
<EN>COM port #</EN>
<ES>el puerto COM</ES>
</Caption>
</Label3>
<rDuino type="TButton">
<Caption>
<FR>Attendre le code</FR>
<EN>Wait for sketch</EN>
<ES>Esperar sketch</ES>
</Caption>
</rDuino>
<rDuino_visu type="TButton">
<Caption>
<FR>Visualiser le bilan</FR>
<EN>Debug upload</EN>
<ES>Vizualisar log</ES>
</Caption>
</rDuino_visu>
<pymata type="TButton">
<Caption>
<FR>Lancer la communication</FR>
<EN>Launch communication</EN>
<ES>Lanzar communicacion</ES>
</Caption>
</pymata>
<blockly_launch type="TButton">
<Caption>
<FR>Blockly@rduino</FR>
<EN>Blockly@rduino</EN>
<ES>Blockly@rduino</ES>
</Caption>
</blockly_launch>
<Langue1 type="TMenuItem">
<Caption>
<FR>&Langues</FR>
<EN>&Languages</EN>
<ES>&Lenguajes</ES>
</Caption>
</Langue1>
<FrenchLang type="TMenuItem">
<Caption>
<FR>Français</FR>
<EN>French</EN>
<ES>Françes</ES>
</Caption>
</FrenchLang>
<EnglishLang type="TMenuItem">
<Caption>
<FR>Anglais</FR>
<EN>English</EN>
<ES>Englices</ES>
</Caption>
</EnglishLang>
<SpanishLang type="TMenuItem">
<Caption>
<FR>Espagnol</FR>
<EN>Spanish</EN>
<ES>Espanol</ES>
</Caption>
</SpanishLang>
<Fichier type="TMenuItem">
<Caption>
<FR>&Fichier</FR>
<EN>&File</EN>
<ES>&Archivo</ES>
</Caption>
</Fichier>
<Locate type="TMenuItem">
<Caption>
<FR>&Localiser les dossiers</FR>
<EN>&Locate folders</EN>
<ES>&Localizar carpetas</ES>
</Caption>
</Locate>
<LocaliserIDE type="TMenuItem">
<Caption>
<FR>Localiser l'EDI Arduino</FR>
<EN>Locate Arduino IDE</EN>
<ES>Localizar Arduino IDE</ES>
</Caption>
</LocaliserIDE>
<Drivers type="TMenuItem">
<Caption>
<FR>Ouvrir le dossier 'pilotes'</FR>
<EN>Open 'drivers' folder</EN>
<ES>Abrir carpeta de 'drivers'</ES>
</Caption>
</Drivers>
<Init type="TMenuItem">
<Caption>
<FR>(Ré)initialiser les p&aramètres</FR>
<EN>Initialise p&arameters</EN>
<ES>Inicializar los p&arametros</ES>
</Caption>
</Init>
<Quitter1 type="TMenuItem">
<Caption>
<FR>&Quitter</FR>
<EN>&Quit</EN>
<ES>&Salir</ES>
</Caption>
</Quitter1>
<Outils1 type="TMenuItem">
<Caption>
<FR>&Outils</FR>
<EN>T&ools</EN>
<ES>H&erramientas</ES>
</Caption>
</Outils1>
<Gestionnairedepriphriques1 type="TMenuItem">
<Caption>
<FR>Gestio&nnaire de périphériques</FR>
<EN>Device ma&nagement</EN>
<ES>Gestion de p&eriféricos</ES>
</Caption>
</Gestionnairedepriphriques1>
<InstallDriver type="TMenuItem">
<Caption>
<FR>&Installer les pilotes</FR>
<EN>&Install drivers</EN>
<ES>&Instalar drivers</ES>
</Caption>
</InstallDriver>
<w32 type="TMenuItem">
<Caption>
<FR>&Windows 32bits x86</FR>
<EN>&Windows 32bits x86</EN>
<ES>&Windows 32bits x86</ES>
</Caption>
</w32>
<w64 type="TMenuItem">
<Caption>
<FR>&Windows 64bits x64</FR>
<EN>&Windows 64bits x64</EN>
<ES>&Windows 64bits x64</ES>
</Caption>
</w64>
<Firmata type="TMenuItem">
<Caption>
<FR>Téléverser 'FirmataPlus' dans une Arduino/Genuino</FR>
<EN>Upload 'FirmataPlus' in Arduino/Genuino</EN>
<ES>Descargar 'Firmata' en una Arduino/Genuino</ES>
</Caption>
</Firmata>
<Firmata_Leonardo type="TMenuItem">
<Caption>
<FR>Leonardo</FR>
<EN>Leonardo</EN>
<ES>Leonardo</ES>
</Caption>
</Firmata_Leonardo>
<Firmata_Mega type="TMenuItem">
<Caption>
<FR>Mega (2560)</FR>
<EN>Mega (2560)</EN>
<ES>Mega (2560)</ES>
</Caption>
</Firmata_Mega>
<Firmata_Micro type="TMenuItem">
<Caption>
<FR>Micro</FR>
<EN>Micro</EN>
<ES>Micro</ES>
</Caption>
</Firmata_Micro>
<Firmata_Nano type="TMenuItem">
<Caption>
<FR>Nano</FR>
<EN>Nano</EN>
<ES>Nano</ES>
</Caption>
</Firmata_Nano>
<Firmata_Uno type="TMenuItem">
<Caption>
<FR>Uno</FR>
<EN>Uno</EN>
<ES>Uno</ES>
</Caption>
</Firmata_Uno>
<s2aio_window type="TMenuItem">
<Caption>
<FR>Voir la fenêtre de scripts</FR>
<EN>Open script dialog box</EN>
<ES>Open script dialog box</ES>
</Caption>
</s2aio_window>
<Documentation1 type="TMenuItem">
<Caption>
<FR>&Documentation</FR>
<EN>&Documentation</EN>
<ES>&Documentacion</ES>
</Caption>
</Documentation1>
<BT_supervision type="TMenuItem">
<Caption>
<FR>&Supervision des E/S</FR>
<EN>I/O &Supervision</EN>
<ES>E/S supervisar</ES>
</Caption>
</BT_supervision>
<BT_upload type="TMenuItem">
<Caption>
<FR>Téléversement</FR>
<EN>Uploader</EN>
<ES>Uploader</ES>
</Caption>
</BT_upload>
<Aide1 type="TMenuItem">
<Caption>
<FR>&Aide</FR>
<EN>&Help</EN>
<ES>&Ayuda</ES>
</Caption>
</Aide1>
<PrparerArduino1 type="TMenuItem">
<Caption>
<FR>&1. Préparer la carte Arduino</FR>
<EN>&1. prepare Arduino card</EN>
<ES>&1. Preparar la tarjeta Arduino</ES>
</Caption>
</PrparerArduino1>
<Utilisation1 type="TMenuItem">
<Caption>
<FR>&2. Utilisation des scripts</FR>
<EN>&2. how to use webserver</EN>
<ES>&2. Utilizacion de scripts</ES>
</Caption>
</Utilisation1>
<N4Principesdeprogrammation1 type="TMenuItem">
<Caption>
<FR>&3. Principes de programmation</FR>
<EN>&3. the best way to code</EN>
<ES>&3. Principios de programacion</ES>
</Caption>
</N4Principesdeprogrammation1>
<N3Mmentodescommandes1 type="TMenuItem">
<Caption>
<FR>&4. Mémento des commandes</FR>
<EN>&4. webserver command summary</EN>
<ES>&4. Aviso de ordenes</ES>
</Caption>
</N3Mmentodescommandes1>
<Links type="TMenuItem">
<Caption>
<FR>&Liens</FR>
<EN>&Links</EN>
<ES>&Enlaces</ES>
</Caption>
</Links>
<Wiki1 type="TMenuItem">
<Caption>
<FR>Wiki</FR>
<EN>Wiki</EN>
<ES>Wiki</ES>
</Caption>
</Wiki1>
<A_propos type="TMenuItem">
<Caption>
<FR>Fichiers source</FR>
<EN>Github file</EN>
<ES>Ficheros fuente Github</ES>
</Caption>
</A_propos>
<SiteofficielArduino1 type="TMenuItem">
<Caption>
<FR>Site officiel Arduino</FR>
<EN>Arduino official site</EN>
<ES>Sitio oficial de Arduino</ES>
</Caption>
</SiteofficielArduino1>
<Siteofficieldes2aio1 type="TMenuItem">
<Caption>
<FR>Site officiel de PyMata-aio</FR>
<EN>PyMata-aio official site</EN>
<ES>Sitio oficial de PyMata-aio</ES>
</Caption>
</Siteofficieldes2aio1>
<SiteofficielderDuinoUploader type="TMenuItem">
<Caption>
<FR>Site officiel de rDuino-Uploader</FR>
<EN>rDuino-Uploader official site</EN>
<ES>Sitio oficial de rDuino-Uploader</ES>
</Caption>
</SiteofficielderDuinoUploader>
<lchargerlesdrivers1 type="TMenuItem">
<Caption>
<FR>Télécharger les pilotes</FR>
<EN>Download Arduino drivers</EN>
<ES>Cargar drivers de Arduino</ES>
</Caption>
</lchargerlesdrivers1>
<Apropos1 type="TMenuItem">
<Caption>
<FR>A propos</FR>
<EN>About</EN>
<ES>Acerca de</ES>
</Caption>
</Apropos1>
</Labels>
</Traductions>