-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnl.ini
More file actions
1387 lines (1228 loc) · 91.4 KB
/
nl.ini
File metadata and controls
1387 lines (1228 loc) · 91.4 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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[nl]
;;;;;;;;;;;;;
;; Commons ;;
;;;;;;;;;;;;;
; Common
si.common.si = Sim Innovations
si.common.yes = ja
si.common.no = nee
si.common.connected = Verbonden
si.common.disconnected = Niet verbonden
si.common.internal_error = interne fout
si.common.instrument = instrument
si.common.panel = paneel
si.common.flight_illusion_gauge = flight illusion instrument
; Languages
si.common.language.unknown = Onbekend
si.common.language.en = Engels
si.common.language.fr = Frans
si.common.language.nl = Nederlands
si.common.language.de = Duits
si.common.language.es = Spaans
si.common.language.ch = Chinees
si.common.language.pt = Portugees
; Common buttons
si.common.button.add.title = Toevoegen
si.common.button.remove.title = Verwijderen
si.common.button.next.title = Volgende
si.common.button.back.title = Vorige
si.common.button.ok.title = Akkoord
si.common.button.activate.title = Activeer
si.common.button.apply.title = Toepassen
si.common.button.buy.title = Kopen
si.common.button.yes.title = Ja
si.common.button.no.title = Nee
si.common.button.abort.title = Afbreken
si.common.button.retry.title = Opnieuw proberen
si.common.button.ignore.title = Negeren
si.common.button.cancel.title = Annuleren
si.common.button.download.title = Downloaden
si.common.button.select.title = Selecteer
si.common.button.reset.title = Reset
si.common.button.close.title = Sluit
si.common.button.login.title = Login
si.common.button.unknown.title = Onbekend
si.common.button.flash.title = Flash
; Input mode
si.common.input_mode.off = Uit
si.common.input_mode.mouse = Muis
si.common.input_mode.touch = Touch
si.common.input_mode.default = Standaard
; Sim bus sources
si.common.sim_bus_source.unknown = Onbekend
si.common.sim_bus_source.extern = Externe bron
si.common.sim_bus_source.iic = IIC
si.common.sim_bus_source.xpl = X-Plane
si.common.sim_bus_source.fsx = FSX
si.common.sim_bus_source.p3d = Prepar3d
si.common.sim_bus_source.fs2 = FS2
si.common.sim_bus_source.all = Alle simulators
; Graphical backend
si.common.graphical_backend.unknown = Onbekend
si.common.graphical_backend.auto = Automatisch
si.common.graphical_backend.opengl = OpenGL 2.0
si.common.graphical_backend.metal = Metal
si.common.graphical_backend.directx = DirectX 11
si.common.graphical_backend.vulkan = Vulkan
; Style
si.common.style.light = Licht
si.common.style.dark = Donker
; Background mode
si.common.background_mode.unknown = Onbekend
si.common.background_mode.transparent = Transparant
si.common.background_mode.solid_color = Effen kleur
si.common.background_mode.custom_image = Andere afbeelding
si.common.background_mode.layout = Layout
; Flight sims
si.common.flight_sim.unknown = Onbekend
si.common.flight_sim.xpl = X-Plane
si.common.flight_sim.fsx = FSX (Flight simulator X)
si.common.flight_sim.p3d = Prepar3D
si.common.flight_sim.fs2 = Aerofly FS2
si.common.flight_sim.all = Alles
; Aircraft type
si.common.aircraft.unknown = Onbekend
si.common.aircraft.glider = Zweefvliegtuig
si.common.aircraft.prop = Prop
si.common.aircraft.turboprop = Turboprop
si.common.aircraft.turbofan = Turbofan
si.common.aircraft.rotorcraft = Rotorcraft
si.common.aircraft.fighter = Straaljager
; Instrument category
si.common.instrument_category.unknown = Onbekend
si.common.instrument_category.all = Alles
si.common.instrument_category.engines = Engines;TODO
si.common.instrument_category.surfaces = Surfaces;TODO
si.common.instrument_category.fuel = Fuel;TODO
si.common.instrument_category.autopilot = Autopilot;TODO
si.common.instrument_category.cockpit = Cockpit;TODO
si.common.instrument_category.plane = Plane;TODO
si.common.instrument_category.position = Position;TODO
si.common.instrument_category.cabin = Cabin;TODO
si.common.instrument_category.avionics = Avionics;TODO
si.common.instrument_category.external = External;TODO
si.common.instrument_category.test = Test;TODO
; Position
si.common.panel_position.unknown = Onbekend
si.common.panel_position.left = Links
si.common.panel_position.center_left = Midden links
si.common.panel_position.center_right = Midden rechts
si.common.panel_position.right = Rechts
si.common.panel_position.center = Midden
si.common.panel_position.overhead = Overhead
si.common.panel_position.pedestal = Sokkel
; Cockpit
si.common.cockpit.unknown = Onbekend
si.common.cockpit.steam = Steam
si.common.cockpit.glass = Glass
; Application groups
si.common.application_group.unknown = Onbekend
si.common.application_group.am = Air Manager
si.common.application_group.ap = Air Player
si.common.application_group.flight_sim_plugins = Vlieg simulator plugins
si.common.application_group.arduino_installer = Arduino installatie programma
si.common.application_group.message_port_lib = Message port bibliotheek
si.common.application_group.g_step = G-Step
si.common.application_group.ap_mini = Air Player mini
si.common.application_group.knobxp = KnobXP
; Program complilation
si.common.program_compilation.unknown = Onbekend
si.common.program_compilation.home_use = Thuisgebruik
si.common.program_compilation.professional = Professioneel
; Cloud license state
si.common.cloud_license_state.unknown = Onbekend
si.common.cloud_license_state.available = Beschikbaar
si.common.cloud_license_state.in_use = In gebruik
; Device state
si.common.device_state.unknown = Onbekend
si.common.device_state.disconnected = Niet verbonden
si.common.device_state.connecting = Verbonden...
si.common.device_state.syncing = Synchroniseren...
si.common.device_state.synced = Gesynchroniseerd
si.common.device_state.version_mismatch = Versie komt niet overeen
si.common.device_state.program_compilation_mismatch = Programma compilatie komt niet overeen (Thuisgebruik / Professional)
; Cloud state
si.common.cloud_state.unknown = Onbekend
si.common.cloud_state.available = Beschikbaar
si.common.cloud_state.available_local = Lokaal
si.common.cloud_state.in_queue = In wachtrij
si.common.cloud_state.downloading = Downloaden
si.common.cloud_state.failed_to_download = Fout bij downloaden
si.common.cloud_state.action.unknown = Onbekend
si.common.cloud_state.action.available = Download
si.common.cloud_state.action.available_local = Verwijder
si.common.cloud_state.action.in_queue = In wachtrij
si.common.cloud_state.action.downloading = Downloaden
si.common.cloud_state.action.failed_to_download = Download
; Sim remote device type
si.common.sim_discover_device_type.unknown = Onbekend
si.common.sim_discover_device_type.windows = Air Player (Windows)
si.common.sim_discover_device_type.mac = Air Player (Mac)
si.common.sim_discover_device_type.linux = Air Player (Linux)
si.common.sim_discover_device_type.raspberry_pi = Air Player (Raspberry Pi)
si.common.sim_discover_device_type.android = Air Player (Android)
si.common.sim_discover_device_type.cad_v1 = CAD
si.common.sim_discover_device_type.vemd_v1 = VEMD
si.common.sim_discover_device_type.local_windows = Deze PC
si.common.sim_discover_device_type.local_mac = Deze Mac
si.common.sim_discover_device_type.local_linux = Deze PC
si.common.sim_discover_device_type.esp32 = Air Player mini (ESP32)
; Subscription state
si.common.subscription.state.unknown = Onbekend
si.common.subscription.state.available = Beschikbaar
si.common.subscription.state.unsubscribed = Niet geabonneerd
si.common.subscription.state.subscribed = Geabonneerd
; Breakpoint scope
si.common.breakpoint_variable_scope.unknown = Onbekend
si.common.breakpoint_variable_scope.local = Lokaal
si.common.breakpoint_variable_scope.upvalue = Upvalue
si.common.breakpoint_variable_scope.global = Globaal
; File formats
si.common.fileformat.siff = Siff bestand (*.siff)
si.common.fileformat.zip = Zip bestand (*.zip)
si.common.fileformat.png = PNG bestand (*.png)
si.common.fileformat.exe = exe bestand (*.exe)
; Flight Illusion interface board state
si.common.fi_interface_board_state.unknown = Onbekend
si.common.fi_interface_board_state.disconnected = Niet verbonden
si.common.fi_interface_board_state.scanning_for_gauges = Zoeken naar instrumenten
si.common.fi_interface_board_state.running = Verbonden
; Flight Illusion engine cluster state
si.common.fi_engine_cluster_state.unknown = Unknown
si.common.fi_engine_cluster_state.disconnected = Niet verbonden
si.common.fi_engine_cluster_state.not_configured = Niet geconfigureerd
si.common.fi_engine_cluster_state.queued_for_download = In wachtrij
si.common.fi_engine_cluster_state.downloading = Downloaden
si.common.fi_engine_cluster_state.failed_to_download = Download gefaald
si.common.fi_engine_cluster_state.running = Verbonden
; Flight Illusion gauge types
si.common.flight_illusion_gauge_type.unknown = Onbekend
si.common.flight_illusion_gauge_type.single_needle_small = Single needle small
si.common.flight_illusion_gauge_type.single_needle_small_display = Single needle small with display
si.common.flight_illusion_gauge_type.dual_needle_concentric_small = Dual needle concentric small
si.common.flight_illusion_gauge_type.dual_needle_small = Dual needle small
si.common.flight_illusion_gauge_type.dual_needle_small_exentric = Dual needle small excentric
si.common.flight_illusion_gauge_type.single_needle_large = Single needle large
si.common.flight_illusion_gauge_type.dual_needle_concentric_large = Dual needle concentric large
si.common.flight_illusion_gauge_type.radio_altimeter_height_bug = Radio altimeter with decision height bug
si.common.flight_illusion_gauge_type.dual_needle_concentric = Dual needle concentric
si.common.flight_illusion_gauge_type.digital_altimeter = Digital altimeter
si.common.flight_illusion_gauge_type.analogue_altimeter = Analogue altimeter
si.common.flight_illusion_gauge_type.attitude_indicator = Attitude indicator
si.common.flight_illusion_gauge_type.attitude_indicator_small = Attitude indicator small
si.common.flight_illusion_gauge_type.boeing_clock = Boeing clock
si.common.flight_illusion_gauge_type.directional_gyro = Directional gyro
si.common.flight_illusion_gauge_type.wet_compass = Wet compass
si.common.flight_illusion_gauge_type.vor_1 = VOR-1
si.common.flight_illusion_gauge_type.vor_2 = VOR-2
si.common.flight_illusion_gauge_type.adf_directional_finder = ADF directional finder
si.common.flight_illusion_gauge_type.cessna_clock = Cessna Clock
si.common.flight_illusion_gauge_type.cl30_comm_nav_adf_radio = CL30 Comm/nav/adf radio
si.common.flight_illusion_gauge_type.ctl_transponder = CTL Transponder
si.common.flight_illusion_gauge_type.dme_indicator = DME Indicator
si.common.flight_illusion_gauge_type.bendix_king_com_nav_radio = Bendix/King COM/NAV radio
si.common.flight_illusion_gauge_type.bendix_king_adf_radio = Bendix/King ADF radio
si.common.flight_illusion_gauge_type.bendix_king_transponder = Bendix/King Transponder
si.common.flight_illusion_gauge_type.bendix_king_dme_indicator = Bendix/King DME indicator
si.common.flight_illusion_gauge_type.bendix_king_autopilot = Bendix/King Autopilot
si.common.flight_illusion_gauge_type.bendix_king_audio_panel = Bendix/King Audio panel
si.common.flight_illusion_gauge_type.radio_magnetic_indicator = Radio Magnetic Indicator
si.common.flight_illusion_gauge_type.rmi_737 = RMI 737
si.common.flight_illusion_gauge_type.motorized_trimwheel = Motorized trimwheel
; Flight Illusion gauge state
si.common.flight_illusion_gauge_state.unknown = Onbekend
si.common.flight_illusion_gauge_state.not_connected = Niet verbonden
si.common.flight_illusion_gauge_state.not_configured = Niet geconfigureerd
si.common.flight_illusion_gauge_state.queued_for_download = In wachtrij
si.common.flight_illusion_gauge_state.downloading = Downloaden
si.common.flight_illusion_gauge_state.failed_to_download = Download gefaald
si.common.flight_illusion_gauge_state.running = Verbonden
; Flight illusion engine cluster types
si.common.fi_engine_cluster_type.unknown = Unknown
si.common.fi_engine_cluster_type.r22 = Robinson R22
si.common.fi_engine_cluster_type.cessna = Cessna
si.common.fi_engine_cluster_type.ka350 = King Air 350
; Static properties
si.common.static_property.unknown.title = Onbekend
si.common.static_property.unknown.description = Beschrijving
si.common.static_property.needle_speed.title = Snelheid naald
si.common.static_property.needle_speed.description = Snelheid naald. Tussen 0.0 (geen beweging) to 1.0 (snelste beweging)
si.common.static_property.needle_speed_1.title = Snelheid naald 1
si.common.static_property.needle_speed_1.description = Snelheid naald 1. Tussen 0.0 (geen beweging) to 1.0 (snelste beweging)
si.common.static_property.needle_speed_2.title = Snelheid naald 2
si.common.static_property.needle_speed_2.description = Snelheid naald 2. Tussen 0.0 (geen beweging) to 1.0 (snelste beweging)
; Flash device type
si.common.flash_device_type.arduino_mega.title = Arduino MEGA 2560
si.common.flash_device_type.arduino_mega.description = The MEGA 2560 is ontworpen voor complexe projecten. Het bevat 54 I/O pinnen.
si.common.flash_device_type.arduino_nano.title = Arduino Nano
si.common.flash_device_type.arduino_nano.description = De Arduino Nano is een klein, kompleet en breadboard vriendelijk bord , gebaseerd op de ATmega328
si.common.flash_device_type.arduino_uno.title = Arduino Uno
si.common.flash_device_type.arduino_uno.description = De Uno is het beste bord om te beginnen met elektronica en coderen
si.common.flash_device_type.arduino_leonardo.title = Arduino Leonardo
si.common.flash_device_type.arduino_leonardo.description = De Arduino Leonardo is een microcontroller board gebaseerd op de ATmega32u4
si.common.flash_device_type.arduino_micro.title = Arduino Micro
si.common.flash_device_type.arduino_micro.description = De Arduino Micro is het kleinste Arduino bord op de markt
si.common.flash_device_type.espressif_esp32_devkit_c.title = Espressif ESP32 DevKitC
si.common.flash_device_type.espressif_esp32_devkit_c.description = ESP32-DevKitC is een entry-level development bord. Hij is eenvouding aan te sluiten en te gebruiken
si.common.flash_device_type.olimex_esp32_poe.title = Olimex ESP32-POE
si.common.flash_device_type.olimex_esp32_poe.description = ESP32-PoE is een IoT WIFI/BLE/Ethernet development bord met Power-Over-Ethernet
si.common.flash_device_type.olimex_esp32_evb.title = Olimex ESP32-EVB
si.common.flash_device_type.olimex_esp32_evb.description = Het ultieme IoT bord met een 100Mb Ethernet interface, Bluetooth LE, WiFi, Infra rood en CAN bus
; Plugin entity type
si.common.plugin_entity_type.unknown = Onbekend
si.common.plugin_entity_type.instrument = Instrument
si.common.plugin_entity_type.panel = Panel
si.common.plugin_entity_type.fi_instrument = Flight Illusion instrument
; Wifi security
si.common.wifi_security.unknown = Onbekend
si.common.wifi_security.open = Open
si.common.wifi_security.wep = WEP
si.common.wifi_security.wpa_psk = WPA PSK
si.common.wifi_security.wpa2_psk = WPA2 PSK
si.common.wifi_security.wpa_wpa2_psk = WPA/WPA2 PSK
si.common.wifi_security.wpa2_enterprise = WPA2 Enterprise
; Products
si.product.am = Air Manager
si.product.ap = Air Player
si.product.g_step = G-Step
;;;;;;;;;;;;;
;; Windows ;;
;;;;;;;;;;;;;
; Update flight sim plugin
si.common.window.flight_sim_plugin_update.title = Update flight simulator plugin;TODO
si.common.window.flight_sim_plugin_update.top_message.title = Update flight simulator plugin;TODO
si.common.window.flight_sim_plugin_update.detail.title = There is a new flight simulator plugin available. Click the button below to download and install it on the computer running your flight simulator.;TODO
si.common.window.flight_sim_plugin_update.message_box.success.title = Flight simulator plugin downloaded;TODO
si.common.window.flight_sim_plugin_update.message_box.success.message = Updated flight simulator plugin succesfully downloaded . Please install on the computer running your flight simulator.;TODO
si.common.window.flight_sim_plugin_update.message_box.failed.title = Failed to download flight simulator plugin;TODO
si.common.window.flight_sim_plugin_update.message_box.failed.message = Failed to download flight simulator plugin.\n\nMake sure your computer is connected to the Internet.;TODO
si.common.window.flight_sim_plugin_update.file_chooser.title = Save flight simulator plugin;TODO
; Main window
si.common.window.main.flight_sim_connection.connected.title = Connected to {1};TODO
si.common.window.main.flight_sim_connection.disconnected.title = Searching for flight simulator...;TODO
si.common.window.main.flight_sim_connection.update_available.title = Update available;TODO
; Add device window
si.common.window.add_device.title = Add device;TODO
si.common.window.add_device.flight_illusion_interface_board.title = Flight Illusion interface board;TODO
si.common.window.add_device.flight_illusion_interface_board.description.title = The Flight Illusion interface board is used to connect Flight Illusion gauges to your computer. Only add this when you want to connect Flight Illusion gauges.;TODO
si.common.window.add_device.flight_illusion_interface_board.rs232_port.title = COM port:;TODO
si.common.window.add_device.flight_illusion_engine_cluster.title = Flight Illusion engine cluster;TODO
si.common.window.add_device.flight_illusion_engine_cluster.description.title = The GSA-ECR22 is an engine cluster based on the Robinson R22 helicopter. The 6 gauges, are on 1 circuit board. The gauges are positioned 3 X 2 in the same way the real gauges are on a real panel.;TODO
si.common.window.add_device.flight_illusion_engine_cluster.rs232_port.title = COM port:;TODO
si.common.window.add_device.flight_illusion_engine_cluster.type.title = Engine cluster type:;TODO
; Import Siff
si.common.window.import_siff.title = Import SIFF file;TODO
si.common.window.import_siff.plugin_already_exists.title = This {1} already exists, importing will replace local copy;TODO
si.common.window.import_siff.button.title = Import;TODO
si.common.window.import_siff.message_box.success.title = Import successfull;TODO
si.common.window.import_siff.message_box.success.message = Successfully imports {1} instrument(s), {2} panel(s) and {3} Flight illusion gauge(s);TODO
; Welcome
si.common.window.welcome.title = Welkom!
si.common.window.welcome.language.title = Kies uw taal
si.common.window.welcome.style.title = Kies uw stijl
si.common.window.welcome.style.light.title = Licht
si.common.window.welcome.style.dark.title = Donker
si.common.window.welcome.flight_sim_connection.title = Vlieg simulator connectie
si.common.window.welcome.flight_sim_connection.explanation.title = Download onze plugin en installeer deze op de computer waar u uw vlieg simulator draait.
si.common.window.welcome.flight_sim_connection.connected.title = Verbonden met {1}
si.common.window.welcome.flight_sim_connection.disconnected.title = Zoeken naar vlieg simulator...
si.common.window.welcome.input_mode.title = Input modus
si.common.window.welcome.input_mode.explanation.title = Selecteer of u een muis of touch monitor wilt gebruiken
si.common.window.welcome.input_mode.button.off.title = Geen interactie
si.common.window.welcome.input_mode.button.mouse.title = Muis
si.common.window.welcome.input_mode.button.touch.title = Touch monitor
si.common.window.welcome.getting_started.title = Beginnen
si.common.window.welcome.getting_started.video.button.title = Klik hier om het filmpje te starten
si.common.window.welcome.community.title = Community
si.common.window.welcome.community.button.title = Vragen? Word lid van de community!
; Flight Illusion change gauge address window
si.common.window.fi_change_gauge_address.title = Change gauge address
si.common.window.fi_change_gauge_address.top_message.title = You are about to change the address of your gauge.\nMake sure this address is unique, before setting the new address.
si.common.window.fi_change_gauge_address.address.title = New address:
; Splash window
si.am.window.splash.title = {si.product.am} - Starten...
si.am.window.splash.starting.title = Starten {si.product.am}
si.am.window.splash.initializing_backend.title = Initializeren achtergrond systemen...
si.am.window.splash.loading_instruments.title = Inladen instrumenten...
si.am.window.splash.starting.title = Starten...
; Backlight settings
si.common.window.backlight.title = Backlight instellingen
si.common.window.backlight.details.title = Choose how you want to control the backlight of instruments.\nOnly one Air Manager or G-Step application can determine the backlight settings, all other applications must be set to slave mode.\nThe flight simulator must be running for backlight to work.;TODO
; Main window
si.am.window.main.title = {si.product.am} - {1} {2}
si.am.window.main.menu_bar.am.title = {si.product.am}
si.am.window.main.menu_bar.am.welcome.title = Welkom!
si.am.window.main.menu_bar.am.activate.title = Activeer {si.product.am}
si.am.window.main.menu_bar.am.orders.title = Orders
si.am.window.main.menu_bar.am.import.title = Importeren
si.am.window.main.menu_bar.am.quit.title = Afsluiten
si.am.window.main.menu_bar.help.title = Hulp
si.am.window.main.menu_bar.help.si_website.title = {si.common.si} website
si.am.window.main.menu_bar.help.si_forums.title = {si.common.si} forums
si.am.window.main.menu_bar.help.user_manual.title = Gebruikers handleiding
si.am.window.main.menu_bar.help.faq.title = Veel gestelde vragen
si.am.window.main.menu_bar.help.bug_report.title = Bug rapporteren
si.am.window.main.menu_bar.help.youtube.title = YouTube screencasts
si.am.window.main.menu_bar.help.third_party_libs.title = Derde partij bibliotheken
si.am.window.main.tabs.panels.title = Panelen
si.am.window.main.tabs.online.title = Online ({1})
si.am.window.main.tabs.create_edit.title = Creëren/Aanpassen
si.am.window.main.tabs.license.title = Licentie
si.am.window.main.tabs.device.title = Apparaten
si.am.window.main.tabs.settings.title = Instellingen
si.am.panel.main.license.no_license.title = Deze kopie van {si.product.am} is niet geactiveerd. Activeer {si.product.am} om alle functies te kunnen gebruiken.
si.am.panel.main.license.activate.title = Activeer
; Panels window
si.am.window.main.panels.ribbon_bar.actions.title = Acties
si.am.window.main.panels.ribbon_bar.actions.tooltip = Acties voor de geselecteerde instrument(en) en/of pane(e)l(en)
si.am.window.main.panels.ribbon_bar.actions.add_instrument.title = Instrument
si.am.window.main.panels.ribbon_bar.actions.add_instrument.tooltip = Voeg nieuw instrument toe aan geselecteerde paneel
si.am.window.main.panels.ribbon_bar.actions.add_panel.title = Panelen
si.am.window.main.panels.ribbon_bar.actions.add_panel.tooltip = Paneel toevoegen
si.am.window.main.panels.ribbon_bar.actions.remove.title = Verwijderen
si.am.window.main.panels.ribbon_bar.actions.remove.tooltip = Geselecteerde panelen verwijderen
si.am.window.main.panels.ribbon_bar.actions.show.title = Tonen
si.am.window.main.panels.ribbon_bar.actions.show.tooltip = Toon geselecteerde panelen
si.am.window.main.panels.ribbon_bar.actions.hide.title = Verbergen
si.am.window.main.panels.ribbon_bar.actions.hide.tooltip = Verberg geselecteerde panelen
si.am.window.main.panels.ribbon_bar.actions.resize.title = Afmeting wijzigen
si.am.window.main.panels.ribbon_bar.actions.resize.tooltip = Wijzig afmeting geselecteerde paneel
si.am.window.main.panels.ribbon_bar.general.title = Algemeen
si.am.window.main.panels.ribbon_bar.general.tooltip = Algemene items
si.am.window.main.panels.ribbon_bar.general.backlight.title = Backlight
si.am.window.main.panels.ribbon_bar.general.backlight.tooltip = Verander blacklight instellingen voor instrumenten
si.am.window.main.panels.context_menu.panel.show.title = Toon
si.am.window.main.panels.context_menu.panel.hide.title = Verberg
si.am.window.main.panels.context_menu.panel.lock.title = Vastzetten
si.am.window.main.panels.context_menu.panel.unlock.title = Vrijgeven
si.am.window.main.panels.context_menu.panel.add_instruments.title = Instrument(en) toevoegen
si.am.window.main.panels.context_menu.panel.remove.title = Verwijderen
si.am.window.main.panels.context_menu.panel.resize.title = Afmeting wijzigen
si.am.window.main.panels.context_menu.panel.move_up.title = Omhoog bewegen
si.am.window.main.panels.context_menu.panel.move_down.title = Omlaag bewegen
si.am.window.main.panels.context_menu.instrument.remove.title = Verwijderen
si.am.window.main.panels.context_menu.instrument.move_backwards.title = Naar achteren verplaatsen
si.am.window.main.panels.context_menu.instrument.move_forwards.title = Naar voren verplaatsen
si.am.window.main.panels.message_box.license_required.title = Licentie benodigd
si.am.window.main.panels.message_box.license_required.message = Instrument(en) kunnen niet gestart worden zonder een geldige licentie.
si.am.window.main.panels.message_box.remove_panel.title = Verwijder paneel
si.am.window.main.panels.message_box.remove_panel.message = U staat op het punt een paneel '{1}' te verwijderen.\n\nWeet u zeker dat u dit PANEEL wilt verwijderen?
si.am.window.main.panels.message_box.no_instruments.title = Niet mogelijk instrument toe te voegen
si.am.window.main.panels.message_box.no_instruments.message = Het is niet mogelijk instrumenten toe te voegen.\n\nZorg ervoor dat er instrumenten beschikbaar zijn op uw computer.\nDeze kunnen zowel gedownload of gecreëerd worden.
; Online window
si.am.window.main.online.paid_premium_panels.home_use.title = Betaalde premium panelen
si.am.window.main.online.paid_premium_panels.professional.title = Panelen
si.am.window.main.online.paid_premium_panels.panel_info_panel.download.title = Download
si.am.window.main.online.paid_premium_panels.panel_info_panel.delete.title = Verwijderen
si.am.window.main.online.paid_premium_panels.panel_info_panel.buy.title = Koop
si.am.window.main.online.paid_premium_panels.panel_info_panel.more_information.title = Meer informatie
si.am.window.main.online.paid_premium_panels.panel_info_panel.generic_aircraft.title = Stanaard {1} vliegtuig
si.am.window.main.online.free_community_instruments.home_use.title = Gratis gemeenschappelijke instrumenten
si.am.window.main.online.free_community_instruments.professional.title = Gratis instrumenten
si.am.window.main.online.free_community_instruments.author.title = Auteur: {1}
si.am.window.main.online.free_community_instruments.more_information.title = Meer informatie
si.am.window.main.online.aircraft_name.all.title = Alles
si.am.window.main.online.filter.prompt = Filter instrumenten. bijv.: 'Baron' of 'Altimeter'
si.am.window.main.online.aircraft_name.demo.title = Demo
si.am.window.main.online.message_box.instrument_download_failed.title = Instrument downloaden is mislukt
si.am.window.main.online.message_box.instrument_download_failed.message = Downloaden van instrument '{1} is mislukt ':\n\n{2}
si.am.window.main.online.message_box.am_not_activated.title = Air Manager is niet geactiveerd
si.am.window.main.online.message_box.am_not_activated.message = U kunt alleen panelen starten wanneer u Air Manager heeft geactiveerd.
; Create/edit window
si.am.window.main.create_edit.search.prompt = Filter instrumenten. bijv.: 'Baron' of 'Altimeter'
si.am.window.main.create_edit.online_warning.title = Dit is een online instrument of paneel. Zorg ervoor dat u een kloon maakt als u niet het risico wilt lopen om uw werk te verliezen.
si.am.window.main.create_edit.zoom.title = Inzoomen:
si.am.window.main.create_edit.zoom.1_1.title = 1:1
si.am.window.main.create_edit.subscription.title = Abonnementen
si.am.window.main.create_edit.subscription.message.title = Start het instrument of paneel om de abonnementen hier te zien
si.am.window.main.create_edit.subscription.command.begin.title = Begin
si.am.window.main.create_edit.subscription.command.once.title = Eenmalig
si.am.window.main.create_edit.subscription.command.end.title = Eind
si.am.window.main.create_edit.subscription.command.true.title = Waar
si.am.window.main.create_edit.subscription.command.false.title = Niet waar
si.am.window.main.create_edit.subscription.command.send.title = Stuur
si.am.window.main.create_edit.button.save.tooltip = Opslaan
si.am.window.main.create_edit.button.cut.tooltip = Knippen
si.am.window.main.create_edit.button.copy.tooltip = Kopiëren
si.am.window.main.create_edit.button.paste.tooltip = Plakken
si.am.window.main.create_edit.button.play.tooltip = Starten
si.am.window.main.create_edit.button.resume.tooltip = Hervat
si.am.window.main.create_edit.button.step.tooltip = Stap
si.am.window.main.create_edit.button.pause.tooltip = Pauzeer
si.am.window.main.create_edit.tab.user_properties.title = User properties
si.am.window.main.create_edit.tab.hw_properties.title = Hardware properties
si.am.window.main.create_edit.tab.hw.title = Hardware
si.am.window.main.create_edit.tab.console.title = Console
si.am.window.main.create_edit.tab.variables.title = Variabelen
si.am.window.main.create_edit.tab.variables.column.name.title = Naam
si.am.window.main.create_edit.tab.variables.column.value.title = Waarde
si.am.window.main.create_edit.tab.variables.filter.prompt = Filter op variabele naam
si.am.window.main.create_edit.tab.watch.title = Watch
si.am.window.main.create_edit.tab.watch.column.name.title = Naam
si.am.window.main.create_edit.tab.watch.column.value.title = Waarde
si.am.window.main.create_edit.tab.watch.context_menu.add.title = Toevoegen
si.am.window.main.create_edit.tab.watch.context_menu.remove.title = Verwijderen
si.am.window.main.create_edit.tab.call_stack.title = Call stack
si.am.window.main.create_edit.tab.call_stack.column.function_name.title = Functie naam
si.am.window.main.create_edit.file_tabs.open_in_editor.title = Open in editor
si.am.window.main.create_edit.console.title = Console
si.am.window.main.create_edit.console.message.title = Geen berichten
si.am.window.main.create_edit.log.prompt = Debug console.\Gebruik de 'print' functie om hier berichten toe te voegen.
si.am.window.main.create_edit.console.context_menu.copy_to_clipboard.title = Kopieer naar klembord
si.am.window.main.create_edit.console.context_menu.clear_all.title = Verwijder alle berichten
si.am.window.main.create_edit.instrument.context_menu.run.title = Start
si.am.window.main.create_edit.instrument.context_menu.personal.title = Verander markering als persoonlijk instrument
si.am.window.main.create_edit.instrument.context_menu.copy_uuid.title = Kopieer UUID naar klembord
si.am.window.main.create_edit.instrument.context_menu.open_folder.title = Open map
si.am.window.main.create_edit.instrument.context_menu.open_folder.root.title = Open
si.am.window.main.create_edit.instrument.context_menu.open_folder.resources.title = Middelen
si.am.window.main.create_edit.instrument.context_menu.open_folder.library.title = Bibliotheken
si.am.window.main.create_edit.instrument.context_menu.open_script.title = Open script
si.am.window.main.create_edit.instrument.context_menu.edit_information.title = Bewerk informatie
si.am.window.main.create_edit.instrument.context_menu.clone.title = Kloon
si.am.window.main.create_edit.instrument.context_menu.delete.title = Verwijder
si.am.window.main.create_edit.instrument.context_menu.submit.title = Submit
si.am.window.main.create_edit.instrument.context_menu.export.title = Exporteren
si.am.window.main.create_edit.panel.context_menu.run.title = Start
si.am.window.main.create_edit.panel.context_menu.personal.title = Verander markering als persoonlijk paneel
si.am.window.main.create_edit.panel.context_menu.copy_uuid.title = Kopieer UUID naar klembord
si.am.window.main.create_edit.panel.context_menu.open_folder.title = Open map
si.am.window.main.create_edit.panel.context_menu.open_folder.root.title = Open
si.am.window.main.create_edit.panel.context_menu.open_folder.resources.title = Middelen
si.am.window.main.create_edit.panel.context_menu.open_folder.library.title = Blibliotheken
si.am.window.main.create_edit.panel.context_menu.open_script.title = Open script
si.am.window.main.create_edit.panel.context_menu.edit_information.title = Bewerk informatie
si.am.window.main.create_edit.panel.context_menu.clone.title = Kloon
si.am.window.main.create_edit.panel.context_menu.delete.title = Verwijder
si.am.window.main.create_edit.panel.context_menu.submit.title = Submit
si.am.window.main.create_edit.panel.context_menu.export.title = Exporteren
si.am.window.main.create_edit.ribbon_bar.general.title = Algemeen
si.am.window.main.create_edit.ribbon_bar.general.tooltip = Algemene acties voor geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.general.new.title = Nieuw
si.am.window.main.create_edit.ribbon_bar.general.new.tooltip = Creëer nieuw instrument of paneel
si.am.window.main.create_edit.ribbon_bar.general.clone.title = Kloon
si.am.window.main.create_edit.ribbon_bar.general.clone.tooltip = Kloon geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.general.delete.title = Verwijder
si.am.window.main.create_edit.ribbon_bar.general.delete.tooltip = Verwijder geselecteerde instrument or panel
si.am.window.main.create_edit.ribbon_bar.general.submit.title = Submit
si.am.window.main.create_edit.ribbon_bar.general.submit.tooltip = Submit instrumenten of panelen, zodat u deze met andere Air Manager gebruikers kunnen delen
si.am.window.main.create_edit.ribbon_bar.general.import.title = Importeer
si.am.window.main.create_edit.ribbon_bar.general.import.tooltip = Importeer instrument(en) of pane(e)l(en) vanuit een bestand
si.am.window.main.create_edit.ribbon_bar.general.export.title = Exporteer
si.am.window.main.create_edit.ribbon_bar.general.export.tooltip = Exporteer uw instrument of paneel naar een bestand
si.am.window.main.create_edit.ribbon_bar.test.title = Test
si.am.window.main.create_edit.ribbon_bar.test.tooltip = Acties om geselecteerde instrument of paneel te testen
si.am.window.main.create_edit.ribbon_bar.test.device.tooltip = Selecteer op welk apparaat u uw instrument of paneel wilt testen
si.am.window.main.create_edit.ribbon_bar.test.run.title = Start
si.am.window.main.create_edit.ribbon_bar.test.run.tooltip = (Her)start geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.test.stop.title = Stop
si.am.window.main.create_edit.ribbon_bar.test.stop.tooltip = Stop geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.edit.title = Bewerk
si.am.window.main.create_edit.ribbon_bar.edit.tooltip = Acties om geselecteerde instrument of paneel te bewerken
si.am.window.main.create_edit.ribbon_bar.edit.folder.title = Map
si.am.window.main.create_edit.ribbon_bar.edit.folder.tooltip = Open map voor geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.edit.script.title = Script
si.am.window.main.create_edit.ribbon_bar.edit.script.tooltip = Open logic.lua script voor geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.edit.info.title = Informatie
si.am.window.main.create_edit.ribbon_bar.edit.info.tooltip = Bewerk informatie voor geselecteerde instrument of paneel
si.am.window.main.create_edit.ribbon_bar.help.title = Hulp
si.am.window.main.create_edit.ribbon_bar.help.tooltip = Handige linkjes die u helpen tijdens de ontwikkeling van uw instrument of paneel
si.am.window.main.create_edit.ribbon_bar.help.viewer.title = Viewer
si.am.window.main.create_edit.ribbon_bar.help.viewer.tooltip = Bekijken data abonnementen voor de vlieg simulators
si.am.window.main.create_edit.ribbon_bar.help.create.title = Creëer
si.am.window.main.create_edit.ribbon_bar.help.create.tooltip = Informatie hoe een instrument of paneel te creëren
si.am.window.main.create_edit.ribbon_bar.help.api.title = API
si.am.window.main.create_edit.ribbon_bar.help.api.tooltip = Open de logic API documentatie (lijst van functies welke u in instrumenten of panelen kan gebruiken)
si.am.window.main.create_edit.ribbon_bar.help.sim_data.title = Simulator data
si.am.window.main.create_edit.ribbon_bar.help.sim_data.tooltip = Informatie over de beschikbaren vlieg simulator data (datarefs, commands, etc.)
si.am.window.main.create_edit.ribbon_bar.help.sim_data.xpl_datarefs.title = X-plane datarefs
si.am.window.main.create_edit.ribbon_bar.help.sim_data.xpl_commands.title = X-plane commands
si.am.window.main.create_edit.ribbon_bar.help.sim_data.fsx_variables.title = FSX variables
si.am.window.main.create_edit.ribbon_bar.help.sim_data.fsx_events.title = FSX events
si.am.window.main.create_edit.ribbon_bar.help.sim_data.p3d_variables.title = Prepar3D variables
si.am.window.main.create_edit.ribbon_bar.help.sim_data.p3d_events.title = Prepar3D events
si.am.window.main.create_edit.ribbon_bar.help.sim_data.si_variables.title = SI variables
si.am.window.main.create_edit.ribbon_bar.help.sim_data.si_commands.title = SI commands
si.am.window.main.create_edit.message_box.delete_instruments.title = Verwijder instrumenten
si.am.window.main.create_edit.message_box.delete_instruments.message = Weet u zeker dat u de volgende instrumenten wilt verwijderen?\n\n{1}
si.am.window.main.create_edit.message_box.delete_panels.title = Verwijder panelen
si.am.window.main.create_edit.message_box.delete_panels.message = Weet u zeker dat u de volgende panelen wilt verwijderen?\n\n{1}
si.am.window.main.create_edit.message_box.delete_flight_illusion_gauges.title = Verwijder flight illusion instrumenten
si.am.window.main.create_edit.message_box.delete_flight_illusion_gauges.message = Weet u zeker dat u de volgende flight illusion instrumenten wilt verwijderen?\n\n
si.am.window.main.create_edit.message_box.logic_not_found.title = Logic script niet gevonden
si.am.window.main.create_edit.message_box.logic_not_found.message = Kan logic script niet vinden.
si.am.window.main.create_edit.message_box.run_no_license.title = Licentie benodigd
si.am.window.main.create_edit.message_box.run_no_license.message = U heeft een actieve licentie nodig om instrumenten of panelen aan te passen of te starten
si.am.window.main.create_edit.message_box.save_pending_changes.title = Veranderingen opslaan
si.am.window.main.create_edit.message_box.save_pending_changes.message = Wilt u de aanpassingen opslaan?
; Devices window
si.am.window.main.devices.ribbon_bar.actions.title = Acties
si.am.window.main.devices.ribbon_bar.actions.tooltip = Acties voor geselecteerde instrument of paneel
si.am.window.main.devices.ribbon_bar.actions.add_device.title = Apparaat
si.am.window.main.devices.ribbon_bar.actions.add_device.tooltip = Voeg nieuw apparaat toe
si.am.window.main.devices.ribbon_bar.actions.add_instrument.title = Instrument
si.am.window.main.devices.ribbon_bar.actions.add_instrument.tooltip = Voeg nieuw instrument toe
si.am.window.main.devices.ribbon_bar.actions.add_panel.title = Paneel
si.am.window.main.devices.ribbon_bar.actions.add_panel.tooltip = Voeg nieuw paneel toe
si.am.window.main.devices.ribbon_bar.actions.remove.title = Verwijder
si.am.window.main.devices.ribbon_bar.actions.remove.tooltip = Verwijder geselecteerde instrument of paneel
si.am.window.main.devices.ribbon_bar.actions.resize.title = Afmeting wijzigen
si.am.window.main.devices.ribbon_bar.actions.resize.tooltip = Wijzig afmeting geselecteerd paneel
si.am.window.main.devices.ribbon_bar.device.title = Apparaat
si.am.window.main.devices.ribbon_bar.device.tooltip = Acties voor geselecteerde apparaat
si.am.window.main.devices.ribbon_bar.device.save.title = Opslaan
si.am.window.main.devices.ribbon_bar.device.save.tooltip = Sla instellingen op op geselecteerde apparaat
si.am.window.main.devices.ribbon_bar.device.shutdown.title = Uitschakelen
si.am.window.main.devices.ribbon_bar.device.shutdown.tooltip = Schakel geselecteerde apparaat uit
si.am.window.main.devices.ribbon_bar.device.shutdown_all.title = Alles uitschakelen
si.am.window.main.devices.ribbon_bar.device.shutdown_all.tooltip = Schakel alle appararen uit
si.am.window.main.devices.ribbon_bar.device.flash_device.title = Flash
si.am.window.main.devices.ribbon_bar.device.flash_device.tooltip = Flash uw Arduino of ESP32 bord
si.am.window.main.devices.knobster.title = Knobster {1}
si.am.window.main.devices.context_menu.device.save.title = Opslaan
si.am.window.main.devices.context_menu.device.add_panel.title = Paneel toevoegen
si.am.window.main.devices.context_menu.device.download_log.title = Log bestand downloaden
si.am.window.main.devices.context_menu.device.shutdown.title = Uitschakelen
si.am.window.main.devices.context_menu.panel.lock.title = Vastzetten
si.am.window.main.devices.context_menu.panel.unlock.title = Vrijgeven
si.am.window.main.devices.context_menu.panel.add_instrument.title = Instrument toevoegen
si.am.window.main.devices.context_menu.panel.remove.title = Verwijderen
si.am.window.main.devices.context_menu.panel.resize.title = Afmeting wijzigen
si.am.window.main.devices.context_menu.instrument.remove.title = Verwijderen
si.am.window.main.devices.context_menu.instrument.move_backwards.title = Naar achteren verplaatsen
si.am.window.main.devices.context_menu.instrument.move_forwards.title = Naar voren verplaatsen
si.am.window.main.devices.context_menu.fi_interface_board.scan_for_gauges.title = Scan voor instrumenten
si.am.window.main.devices.message_box.not_activated_push_config.title = Apparaat niet geactiveerd
si.am.window.main.devices.message_box.not_activated_push_config.message = Dit apparaat is niet geactiveerd.\n\nU dient eerst het apparaat te activeren, voordat u instellingen kan opsturen.
si.am.window.main.devices.message_box.add_no_instruments.title = Niet mogelijk instrument toe te voegen
si.am.window.main.devices.message_box.add_no_instruments.message = Het is niet mogelijk instrumenten toe te voegen.\n\nZorg ervoor dat er instrumenten beschikbaar zijn op uw computer.\nDeze kunnen zowel gedownload of gecreëerd worden.
si.am.window.main.devices.message_box.remove_panel.title = Verwijder pane(e)len
si.am.window.main.devices.message_box.remove_panel.message = U staat op het punt een paneel '{1}' te verwijderen.\n\nWeet u zeker dat u dit PANEEL wilt verwijderen?
si.am.window.main.devices.message_box.shutdown_device.title = Apparaten uitschakelen
si.am.window.main.devices.message_box.shutdown_device.message = Weet u zeker dat u de geselecteerde apparaten wilt uitschakelen?
si.am.window.main.devices.message_box.shutdown_all_devices.title = Uitschakelen alle apparaten
si.am.window.main.devices.message_box.shutdown_all_devices.message = Weet u zeker dat u alle apparaten wilt uitschakelen?
si.am.window.main.devices.message_box.log_failed_open.title = Openen van log bestand mislukt
si.am.window.main.devices.message_box.log_failed_open.message = Openen van log bestand '{1}' mislukt:\n\n{2}
si.am.window.main.devices.message_box.log_failed_save.title = Opslaan van log bestand mislukt
si.am.window.main.devices.message_box.log_failed_save.message = Opslaan van log bestand '{1}' mislukt:\n\n{2}
si.am.window.main.devices.message_box.log_failed_download.title = Downloaden van log bestand mislukt
si.am.window.main.devices.message_box.log_failed_download.message = Downloaden van log bestand mislukt:\n\n{1}
si.am.window.main.devices.message_box.upload_device_config_failed.title = Communicatie probleem
si.am.window.main.devices.message_box.upload_device_config_failed.message = Er is een fout opgetreden bij het communiceren met het apparaat.
si.am.window.main.devices.message_box.cannot_flash_wrong_os.title = Kan niet flashen
si.am.window.main.devices.message_box.cannot_flash_wrong_os.message = Het is alleen mogelijk om op Windows te flashen.\n\nDe demo versie van Air Manager op windows kan gebruikt worden om eenmalig het apparaat te flashen.
; Settings window
si.am.window.main.settings.general.title = Algemene instellingen
si.am.window.main.settings.ribbon_bar.data.title = Data
si.am.window.main.settings.ribbon_bar.data.tooltip = Acties om {si.product.am} data te wissen.
si.am.window.main.settings.ribbon_bar.data.clear_cache.title = Verwijder cache
si.am.window.main.settings.ribbon_bar.data.clear_cache.tooltip = Verwijder cache
si.am.window.main.settings.ribbon_bar.data.clear_persistence.title = Verwijder persistence
si.am.window.main.settings.ribbon_bar.data.clear_persistence.tooltip = Verwijder persistence
si.am.window.main.settings.general.language.title = Taal:
si.am.window.main.settings.general.style.title = Stijl:
si.am.window.main.settings.general.input_mode.title = Invoer modus:
si.am.window.main.settings.general.snap_instruments.title = Kleef instrumenten samen
si.am.window.main.settings.general.aircraft_switching.title = Wisselen paneel bij wisselen vliegtuig
si.am.window.main.settings.general.auto_update.title = Update instrumenten en panelen automatisch
si.am.window.main.settings.general.connect_ap.title = Verbind met Air Player's
si.am.window.main.settings.general.connect_arduino.title = Verbind met Arduino's
si.am.window.main.settings.general.encrypt_ap_objects.title = Encrypt instrumenten en panelen welke naar Air Player verstuurd worden
si.am.window.main.settings.flight_sim_connection.title = Vlieg simulator verbinding
si.am.window.main.settings.flight_sim_connection.auto_connect.title = Zoek en verbind automatisch met de vlieg simulator op het netwerk.
si.am.window.main.settings.flight_sim_connection.manual_connect.title = Verbind handmatig met de vlieg simulator. Selecteer het IP adres van de computer waar uw vlieg simulator draait.
si.am.window.main.settings.graphics.title = Graphics
si.am.window.main.settings.graphics.api.title = Graphics API:
si.am.window.main.settings.graphics.show_fps.title = Toon FPS
si.am.window.main.settings.graphics.high_fps.title = Hoge FPS
si.am.window.main.settings.graphics.image_prescaling.title = Afbeeldingen voorschalen
si.am.window.main.settings.graphics.anti_aliasing.title = Anti-aliasing
si.am.window.main.settings.cache.title = Caching
si.am.window.main.settings.cache.top.title = {si.product.am} gebruikt een cache voor instrument afbeeldingen en kaart afbeeldingen. Klik op de knop bovenin om de cache leeg te maken.
si.am.window.main.settings.cache.cache_osm.title = Cache OpenStreetMap gegevens
si.am.window.main.settings.cache.size.title = Cache grootte: {1}
si.am.window.main.settings.external_sources.title = Externe bronnen
si.am.window.main.settings.external_sources.run_si_sim_bus_source.title = Start IIC server (word gebruikt als Air Manager stand-alone gebruikt word)
si.am.window.main.settings.message_box.clear_cache.title = Leeg cache
si.am.window.main.settings.message_box.clear_cache.message = Weet u zeker dat u de cache wilt legen?
si.am.window.main.settings.message_box.clear_persistence.title = Leeg persistence
si.am.window.main.settings.message_box.clear_persistence.message = Weet u zeker dat u de persistence wilt legen?
; Licenses
si.am.window.main.licenses.ribbon_bar.actions.title = Acties
si.am.window.main.licenses.ribbon_bar.actions.tooltip = Acties
si.am.window.main.licenses.ribbon_bar.actions.refresh.title = Ververs
si.am.window.main.licenses.ribbon_bar.actions.refresh.tooltip = Ververs licenties
si.am.window.main.licenses.fetching_licenses.title = Downloaden van licenties, even geduld a.u.b.
si.am.window.main.licenses.login.title = Login
si.am.window.main.licenses.login.failed.title = Inloggen mislukt:\n{1}
si.am.window.main.licenses.select.all.title = Alles
si.am.window.main.licenses.select.am.title = {si.product.am}
si.am.window.main.licenses.select.ap.title = {si.product.ap}
si.am.window.main.licenses.select.panels.title = Panelen
si.am.window.main.licenses.unavailable_home_use.title = Niet beschikbaar, thuisgebruik licentie
si.am.window.main.licenses.bound_to_hw_id.title = Verbonden met apparaat met hardware ID '{1}'
si.am.window.main.licenses.bound_to_local.title = Verbonden met dit apparaat
si.am.window.main.licenses.download.title = Download
; Activate window
si.am.window.activate.state.unknown.button.title = Onbekend
si.am.window.activate.state.initial.button.title = Activeer
si.am.window.activate.state.login.button.title = Log in
si.am.window.activate.state.activate.button.title = Activeer
si.am.window.activate.title = Activeer {1}
si.am.window.activate.top_message.title = Activeer {1}
si.am.window.activate.initial.already_activated.title = Deze kopie van {1} is al geactiveerd.
si.am.window.activate.initial.home_use.demo.title = {1} draait momenteel in demo modus.\n\nIndien u alle functies van {2} wilt gebruiken, moet u deze kopie activeren. Klik op de 'Koop' knop hieronder om {3} te kopen.\Indien u {4} al gekocht heeft, klik dan op de 'Activeer' knop hieronder om {5} te activeren.
si.am.window.activate.initial.professional.demo.title = Deze kopie van {1} is niet geactiveerd.\n\nSommige functies kunnes alsnog gebruikt worden, indien u daarvan gebruikt wilt maken, sluit dan dit scherm.\n\nAls u vragen heeft over het verkrijgen van een licentie, dan kan u ons bereiken op:\ninfo@siminnovations.com.
si.am.window.activate.initial.buy.title = Koop
si.am.window.activate.login.description.title = U kan {1} activeren door in te loggen met uw Sim Innovations account
si.am.window.activate.message_box.activated.title = {1} geactiveerd
si.am.window.activate.message_box.activated.message = {1} is geactiveerd!\n\Deze kopie van {2} is geactiveerd, veel plezier bij het gebuik van {3}!
si.am.window.activate.message_box.activation_failed.title = Activeren {1} mislukt
si.am.window.activate.message_box.activation_failed.message = Activeren {1} mislukt.\n\n{2}
si.am.window.activate.message_box.license_already_in_use.title = Licentie is al in gebruik
si.am.window.activate.message_box.license_already_in_use.message = Deze licentie word al gebruikt op een ander apparaat.
si.am.window.activate.message_box.wrong_product.title = Licentie kan niet gebruikt worden
si.am.window.activate.message_box.wrong_product.message = Deze licentie kan niet gebruikt worden om {1} te activeren.
si.am.window.activate.message_box.login_failed.title = Inloggen mislukt
si.am.window.activate.message_box.login_failed.message = Inloggen mislukt.\n\n{1}
si.am.window.activate.message_box.existing_license_found.title = Licentie gevonden
si.am.window.activate.message_box.existing_license_found.message = Een licentie is gevonden welke al eerder gebruikt is op dit apparaat:\n{1}\n\nWilt u deze licentie gebruiken?
; Upload windows
si.am.window.upload_device_data.title = Uploaden naar apparaat
si.am.window.upload_device_data.top_message.title = Uploaden naar...
si.am.window.upload_device_data.status.initializing.title = Initializeren
si.am.window.upload_device_data.status.validating_instruments.title = Valideren instrumenten
si.am.window.upload_device_data.status.uploading_panels.title = Uploaden panelen
si.am.window.upload_device_data.status.uploading_panel.title = Uploaden paneel:\n{1}
si.am.window.upload_device_data.status.uploading_instruments.title = Uploaden instrumenten
si.am.window.upload_device_data.status.uploading_instrument.title = Uploaden instrumenten:\n{1}
si.am.window.upload_device_data.status.uploading_custom_panel_background.title = Uploaden paneel achtergrond voor paneel:\n{1}
si.am.window.upload_device_data.status.uploading_config.title = Toepassen configuratie op het apparaat
si.am.window.upload_device_data.status.done.title = Klaar
si.am.window.upload_device_data.status.failed.title = Mislukt
si.am.window.upload_device_development_object.title = Uploaden ontwikkel object: {1}
si.am.window.upload_device_development_object.instrument.top_message.title = Uploaden instrument naar
si.am.window.upload_device_development_object.panel.top_message.title = Uploaden paneel naar
si.am.window.upload_device_development_object.status.initializing.title = Initializeren
si.am.window.upload_device_development_object.status.uploading.title = Uploaden '{1}'
si.am.window.upload_device_development_object.status.done.title = Klaar
si.am.window.upload_device_development_object.status.failed.title = Mislukt
; Download windows
si.am.window.download_instrument.title = Downloaden instrument
si.am.window.download_instrument.top_message.title = Downloaden instrument
si.am.window.download_instrument.status.downloading.title = Downloaden '{1}'
si.am.window.download_instrument.description.title = U kan dit instrument downloaden door in te loggen met uw Sim Innovations account
si.am.window.download_instrument.state.unknown.title = Onbekend
si.am.window.download_instrument.state.login.title = Login
si.am.window.download_instrument.state.downloading.title = Downloaden
si.am.window.download_instrument.message_box.title = Downloaden van instrument mislukt
si.am.window.download_instrument.message_box.message = Downloaden van instrument mislukt\n\n{1}
si.am.window.download_panel.title = Downloaden paneel
si.am.window.download_panel.top_message.title = Downloaden paneel
si.am.window.download_panel.status.downloading.title = Downloaden '{1}'
si.am.window.download_panel.description.title = U kan dit paneel downloaden door in te loggen met uw Sim Innovations account
si.am.window.download_panel.state.unknown.title = Onbekend
si.am.window.download_panel.state.auto_downloading.title = Downloaden
si.am.window.download_panel.state.login.title = Login
si.am.window.download_panel.state.downloading.title = Downloaden
si.am.window.download_panel.message_box.title = Downloaden van paneel mislukt
si.am.window.download_panel.message_box.message = Downloaden van paneel mislukt\n\n{1}
; Export plugin
si.am.window.export_plugin.title = Exporteer plugin(s)
si.am.window.export_plugin.top_message.title = Plugin(s) exporteren
si.am.window.export_plugin.progress.compressing.title = Comprimeren...
si.am.window.export_plugin.message_box.export_success.title = Export succesvol
si.am.window.export_plugin.message_box.export_success.message = {1} plugin(s) successvol geëxporteerd naar bestand:\n{2}
si.am.window.export_plugin.message_box.export_failed.title = Exporteren plugin(s) mislukt
si.am.window.export_plugin.message_box.export_failed.message = Plugin(s) export mislukt:\n\n{1}
; Data viewer windows
si.am.window.data_viewer.title = Data Viewer
si.am.window.data_viewer.table_view.column.key.title = Sleutel
si.am.window.data_viewer.table_view.column.type.title = Type
si.am.window.data_viewer.table_view.column.value.title = Waarde
si.am.window.data_viewer.table_view.column.state.title = Status
si.am.window.data_viewer.add_subscription.key.title = Sleutel:
si.am.window.data_viewer.add_subscription.type.title = Type:
si.am.window.data_viewer.add_subscription.message_box.illegal_type.title = Onbekend type
si.am.window.data_viewer.add_subscription.message_box.illegal_type.message = Onbekend type:\n{1}
si.am.window.data_viewer.filter.prompt = Filter op sleutel of type
si.am.window.data_viewer.copy_key_to_clipboard.title = Kopieer sleutel naar het klembord
si.am.window.data_viewer.subscribe_as_number.title = Abonneer als NUMBER
si.am.window.data_viewer.subscribe.title = Abonneer
si.am.window.data_viewer.subscribe_as.title = Abonneer als...
si.am.window.data_viewer.request_variables.title = Verkrijg beschikbare variabelen
si.am.window.data_viewer.add_subscription.title = Voeg toe
si.am.window.data_viewer.export_to_file.title = Exporteer naar bestand
si.am.window.data_viewer.message_box.no_subscriptions.title = Geen abonnementen om te exporteren
si.am.window.data_viewer.message_box.no_subscriptions.message = Er zijn geen abonnementen om te exporteren.\n\nLet op dat gefilterde abonnementen niet worden geëxporteerd.
si.am.window.data_viewer.file_chooser.subscription_list.title = Abonnementen lijst (*.txt)
; Panel resize
si.am.window.panel_resize.title = Wijzig afmeting paneel
si.am.window.panel_resize.scale.title = Schaal paneel
si.am.window.panel_resize.scale.top_message.title = Alle instrumenten worden geschaald naar de nieuwe paneel afmetingen. Let erop dat de paneel ratio hetzelfde blijft.
si.am.window.panel_resize.resize.title = Wijzig afmeting paneel
si.am.window.panel_resize.resize.top_message.title = Wijzig afmeting van het paneel. De locaties van de instrumenten worden niet aangepast.
; Third party libraries
si.am.window.third_party_libs.title = Derde partij bibliotheken
si.am.window.third_party_libs.message.title = Air Manager is gebouwd met de hulp van vele (open source) bibliotheken.\nZonder de hulp van de mensen die deze bibliotheken hebben gemaakt, zou Air Manager nooit kunnen hebben bestaan.\n\nDank aan de makers van deze bibliotheken, voor het maken en delen van hun werk!
si.am.window.third_party_libs.open_website.title = Open website
; Submit instrument/panel
si.am.window.submit_plugin.license.title = Licentie voorwaarden
si.am.window.submit_plugin.license.agree.title = Ik ben het eens met deze stellingen
si.am.window.submit_plugin.your_info.title = Uw informatie
si.am.window.submit_plugin.your_info.name.prompt = Voer hier uw naam in
si.am.window.submit_plugin.your_info.email.prompt = Voer hier uw e-mail adres in
si.am.window.submit_plugin.comments.prompt = Type hier eventueel commentaar in
si.am.window.submit_plugin.progress.compressing.title = Inpakken {1}
si.am.window.submit_plugin.progress.uploading.title = Uploaden {1}
si.am.window.submit_plugin.instrument.title = Submit instrument(en)
si.am.window.submit_plugin.instrument.license.title = - Uw instrument(en) worden gedeeld met de gebruikers van Air Manager, zonder enige kosten.\n- U behoud het recht om uw instrument(en) op een later moment uit onze bibliotheek te halen.\n- We zullen NOOIT uw instrument(en) verkopen, of commercieel toepassen.\n- Wij behouden het recht uw instrument(en) op elk moment uit onze bibliotheek te halen.
si.am.window.submit_plugin.instrument.submit.title = Submit uw instrument(en)
si.am.window.submit_plugin.flight_illusion_gauge.title = Submit Flight illusion gauge(s);TODO
si.am.window.submit_plugin.flight_illusion_gauge.license.title = - Your Flight illusion gauge(s) will be shared with all Air Manager users, free of charge.\n- You reserve the right to remove your Flight illusion gauge(s) from our online store at any point.\n- We will NEVER sell your Flight illusion gauge(s), or use it commercially without your approval.\n- We reserve the right to deny your Flight illusion gauge(s) from entering our online store.;TODO
si.am.window.submit_plugin.flight_illusion_gauge.submit.title = Submit your Flight illusion gauge(s);TODO
si.am.window.submit_plugin.panel.title = Submit pane(e)l(s)
si.am.window.submit_plugin.panel.license.title = - Uw pane(e)l(en) worden gedeeld met de gebruikers van Air Manager, zonder enige kosten.\n- U behoud het recht om uw pane(e)l(en) op een later moment uit onze bibliotheek te halen.\n- We zullen NOOIT uw pane(e)l(en) verkopen, of commercieel toepassen.\n- Wij behouden het recht uw pane(e)l(en) op elk moment uit onze bibliotheek te halen.
si.am.window.submit_plugin.panel.submit.title = Submit uw pane(e)l(en)
si.am.window.submit_plugin.message_box.instrument.success.title = Instrument(en) zijn verzonden naar Sim Innovations
si.am.window.submit_plugin.message_box.instrument.success.message = Bedankt voor het delen van uw creatie met andere Air Manager gebruikers!\nWe zullen contact met u opnemen, als uw instrument(en) toegevoegd is/zijn aan onze bibliotheek.
si.am.window.submit_plugin.message_box.instrument.failed.title = Fout bij verzenden van instrument(en)
si.am.window.submit_plugin.message_box.instrument.failed.message = Fout bij verzenden van instrument(en)
si.am.window.submit_plugin.message_box.flight_illusion_gauge.success.title = Flight illusion gauge(s) sent to Sim Innovations;TODO
si.am.window.submit_plugin.message_box.flight_illusion_gauge.success.message = Thanks for sharing your creation with all the other Air Manager users!\nWe will contact you, when your Flight illusion gauge(s) will be added to the online store.;TODO
si.am.window.submit_plugin.message_box.flight_illusion_gauge.failed.title = Flight illusion gauge(s) submittal failed;TODO
si.am.window.submit_plugin.message_box.flight_illusion_gauge.failed.message = Failed to submit the Flight illusion gauge(s);TODO
si.am.window.submit_plugin.message_box.panel.success.title = Pane(e)l(en) zijn verzonden naar Sim Innovations
si.am.window.submit_plugin.message_box.panel.success.message = Bedankt voor het delen van uw creatie met andere Air Manager gebruikers!\nWe zullen contact met u opnemen, als uw pane(e)l(en) toegevoegd is/zijn aan onze bibliotheek
si.am.window.submit_plugin.message_box.panel.failed.title = Fout bij verzenden van pane(e)l(en)
si.am.window.submit_plugin.message_box.panel.failed.message = Fout bij verzenden van pane(e)l(en)
; Code editor settings
si.am.window.code_editor_settings.title = Code editor instellingen
si.am.window.code_editor_settings.wrap_text.title = Tekst omwikkelen
si.am.window.code_editor_settings.font.title = Lettertype:
si.am.window.code_editor_settings.tab_to_spaces.title = Tab naar aantal spaties:
; Other
si.am.window.instrument_info.title = Instrument informatie
si.am.window.instrument_plugin.title = Instrument informatie
si.am.window.instrument_plugin_fancy.title = Instrument informatie
si.am.window.flight_illusion_gauge_plugin.title = Flight Illusion instrument informatie
si.am.window.panel_info.title = Paneel informatie
si.am.window.panel_plugin.title = Paneel informatie
si.am.window.panel_plugin.ribbon_bar = Paneel informatie
si.am.window.panel_plugin.ribbon_bar.actions.title = Acties
si.am.window.panel_plugin.ribbon_bar.actions.tooltip = Acties voor geselecteerde object(en)
si.am.window.panel_plugin.ribbon_bar.actions.add_aircraft_model.title = Vliegtuig model
si.am.window.panel_plugin.ribbon_bar.actions.add_aircraft_model.tooltip = Voeg een nieuw vliegtuig model toe
si.am.window.panel_plugin.ribbon_bar.actions.add_layout.title = Paneel
si.am.window.panel_plugin.ribbon_bar.actions.add_layout.tooltip = Voeg een nieuw paneel toe
si.am.window.panel_plugin.ribbon_bar.actions.add_instrument.title = Instrument
si.am.window.panel_plugin.ribbon_bar.actions.add_instrument.tooltip = Voeg een nieuw instrument toe
; Flash device
si.am.window.flash_device_window.title = Flash apparaat
; Push sim remote mini
si.am.window.upload_sim_remote_mini_push_instrument_plugin.title = Bezig met versturen van instrument...
; Orders
si.am.window.orders.title = Orders
si.am.window.orders.top_message.title = Orders
si.am.window.orders.login.description.title = Login to see al your orders, and reset licenses.;TODO
si.am.window.orders.list.description.title = Below, you will find all the orders you have made;TODO
si.am.window.orders.message_box.login_failed.title = Failed to login;TODO
si.am.window.orders.message_box.login_failed.message = Could not login.\n\n{1};TODO
si.am.window.orders.message_box.reset.title = License reset;TODO
si.am.window.orders.message_box.reset.message = You have used {1} out of {2} total available resets.\n\nAre you sure you want to use one to reset this license?;TODO
si.am.window.orders.message_box.reset.success.title = Your license has been reset;TODO
si.am.window.orders.message_box.reset.success.message = Your license has successfully been reset.\n\nYou can now reuse it on another device.;TODO
si.am.window.orders.message_box.reset.failed.title = License reset failed;TODO
si.am.window.orders.message_box.reset.failed.message = Failed to reset your license.\n\n{1};TODO
;;;;;;;;;;;;;
;; Panels ;;
;;;;;;;;;;;;;
; Backlight settings
si.common.panel.backlight.manual.title = Manual;TODO
si.common.panel.backlight.manual.details.title = Set the backlight for instruments to a fixed brightness;TODO
si.common.panel.backlight.sim_nav_lights.title = NAV lights;TODO
si.common.panel.backlight.sim_nav_lights.details.title = Enable backlights for instruments based on the fact if NAV lights are enabled in the simulator;TODO
si.common.panel.backlight.sim_instr_lights.title = Instrument lights;TODO
si.common.panel.backlight.sim_instr_lights.details.title = Enable backlights for instruments based on instrument lights in the simulator;TODO
si.common.panel.backlight.sim_any_lights.title = Any lights;TODO
si.common.panel.backlight.sim_any_lights.details.title = Enable backlights for instruments based on instrument lights or NAV lights in the simulator;TODO
si.common.panel.backlight.hw_analog_pin.title = Analog hardware pin;TODO
si.common.panel.backlight.hw_analog_pin.details.title = Control backlights based on a analog input, using a potentiometer.;TODO
si.common.panel.backlight.slave.title = Slave;TODO
si.common.panel.backlight.slave.details.title = Follow the brightness determined by another Air Manager or G-Step application.;TODO
; Cloud
si.am.panel.cloud.login.forgot_password.title = Wachtwoord vergeten
si.am.panel.cloud.login.email.title = E-mail:
si.am.panel.cloud.login.password.title = Wachtwoord:
si.am.panel.cloud.login.password.show.title = Toon
si.am.panel.cloud.license_list.description.title = Hieronder ziet u al uw licenties. Selecteer de licentie die u wilt gebruiken om {1} te activeren.
; Display
si.am.panel.display.normal.title = Monitor {1} ({2}x{3})
si.am.panel.display.custom.title = Aangepast venster
; External sources
si.am.panel.external_source.automatic_connection.title = Automatisch verbinden
si.am.panel.external_source.tag.title = Tag:
si.am.panel.external_source.network_address.title = IP adres:
si.am.panel.external_source.udp_port.title = UDP poort:
si.am.panel.external_source.connection_status.title = Connectie status:
; Hardware user property
si.am.panel.hw_user_property.no_hardware.title = Geen hardware
; Instrument
si.am.panel.instrument_detail.general_settings.title = Algemene instellingen
si.am.panel.instrument_detail.window_settings.title = Positie binnen het paneel
si.am.panel.instrument_detail.window_settings.left.title = Links:
si.am.panel.instrument_detail.window_settings.top.title = Boven:
si.am.panel.instrument_detail.window_settings.width.title = Breedte:
si.am.panel.instrument_detail.window_settings.height.title = Hoogte:
si.am.panel.instrument_detail.window_settings.aspect_ratio.title = Behoud beeldverhouding
si.am.panel.instrument_detail.user_properties.title = User properties
si.am.panel.instrument_detail.hw_user_properties.title = Hardware
si.am.panel.instrument_info.author.title = Auteur:\n{1}
si.am.panel.instrument_info.version.title = Versie:\n{1}
si.am.panel.instrument_info.identifier.title = Identifier:\n{1}
si.am.panel.instrument_info.description.title = Beschrijving:
si.am.panel.instrument_plugin_fancy.author.title = Auteur:\n{1}
si.am.panel.instrument_plugin_fancy.version.title = Versie:\n{1}
si.am.panel.instrument_plugin_fancy.identifier.title = Identifier:\n{1}
si.am.panel.instrument_plugin_fancy.description.title = Beschrijving:
si.am.panel.instrument_plugin_fancy.personal.title = Dit is een persoonlijk instrument
si.am.panel.instrument_plugin_fancy.button.open_create_edit_tab.title = Open in Creëren/Aanpassen tab
si.am.panel.instrument_plugin_info.aircraft.title = Vliegtuig: