Welcome to mirror list, hosted at ThFree Co, Russian Federation.

travelmate.po « de « po « luci-app-travelmate « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 913650771bbf8ef8712ecf041a3dc0ad8b8da622 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
msgid ""
msgstr ""
"PO-Revision-Date: 2022-04-25 19:00+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/de/>\n"
"Language: de\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.12.1-dev\n"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:76
msgid "-- AP Selection --"
msgstr "-- AP-Auswahl --"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:270
msgid "AP QR-Codes..."
msgstr "AP QR-Codes..."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1030
msgid "Add Uplink %q"
msgstr "Uplink hinzufügen %q"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:858
msgid "Add Uplink..."
msgstr "Uplink hinzufügen..."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:296
msgid "Additional Settings"
msgstr "Zusätzliche Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Zusätzliche Trigger-Verzögerung in Sekunden, bevor Travelmate startet."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "Anonymous Identity"
msgstr "Anonyme Identität"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
msgid "Authentication"
msgstr "Authentifizierung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
msgid "Auto Added Open Uplink"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
msgid "Auto Login Script"
msgstr "Auto-Login-Skript"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:332
msgid "AutoAdd Open Uplinks"
msgstr "Automatisch offene Uplinks hinzufügen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:592
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
"Aktivieren Sie den Uplink nach <em>n</em> Minuten automatisch (erneut), z.B. "
"nach fehlgeschlagenen Anmeldeversuchen. <br /> Die Standardeinstellung '0' "
"deaktiviert diese Funktion."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:332
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
"Füge der Netzwerk-Konfiguration automatisch offene Uplinks wie Hotel-"
"HotSpots hinzu."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:574
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
"Deaktivieren Sie den Uplink automatisch nach <em>n</em> Minuten, z.B. für "
"zeitgesteuerte Verbindungen. <br /> Die Standardeinstellung '0' deaktiviert "
"diese Funktion."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:669
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
"Automatischer Umgang mit VPN-Verbindungen.<br /> Bitte beachten Sie: Diese "
"Funktion erfordert die zusätzliche Konfiguration von <em>Wireguard</em> oder "
"<em>OpenVPN</em>."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:749
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:921
msgid "BSSID"
msgstr "BSSID"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "CHAP"
msgstr "CHAP"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:315
msgid "Captive Portal Detection"
msgstr "Captive-Portal-Erkennung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Captive Portal URL"
msgstr "Captive-Portal-URL"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
msgid "Channel"
msgstr "Kanal"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:315
msgid ""
"Check the internet availability, handle captive portal redirections and keep "
"the uplink connection 'alive'."
msgstr ""
"Überprüfen Sie die Internetverfügbarkeit, bearbeiten Sie Captive-Portal-"
"Umleitungen und halten Sie die Uplink-Verbindung \"am Leben\"."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:149
msgid ""
"Configuration of the travelmate package to enable travel router "
"functionality. For further information <a href=\"https://github.com/openwrt/"
"packages/blob/master/net/travelmate/files/README.md\" target=\"_blank\" rel="
"\"noreferrer noopener\" >check the online documentation</a>. <br /> "
"<em>Please note:</em> On first start please call the 'Interface Wizard' "
"once, to make the necessary network- and firewall settings."
msgstr ""
"Konfiguration des travelmate-Pakets, um die Funktion des Reiserouters zu "
"aktivieren. Weitere Informationen <a href=\"https://github.com/openwrt/"
"packages/blob/master/net/travelmate/files/README.md\" target=\"_blank\" rel="
"\"noreferrer noopener\" >finden Sie in der Online-Dokumentation</a>. <br /> "
"<em>Bitte beachten Sie:</em> Beim ersten Start rufen Sie bitte den "
"'Interface Wizard' einmal auf, um die notwendigen Netzwerk- und Firewall-"
"Einstellungen vorzunehmen."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
msgid "Connection End"
msgstr "Verbindungsende"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
msgid "Connection End Expiry"
msgstr "Verbindungsende-Ablauf"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:350
msgid "Connection Limit"
msgstr "Verbindungslimit"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
msgid "Connection Start"
msgstr "Verbindungsstart"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
msgid "Connection Start Expiry"
msgstr "Verbindungsstart-Ablauf"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
msgid "Device"
msgstr "Gerät"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:894
msgid "Device Name"
msgstr "Gerätename"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
msgid "Disabled"
msgstr "Deaktiviert"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:132
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:762
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1036
msgid "Dismiss"
msgstr "Verwerfen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
msgid "Drag to reorder"
msgstr "Ziehen zur Neuanordnung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:405
msgid "E-Mail Hook"
msgstr "E-Mail-Hook"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:423
msgid "E-Mail Profile"
msgstr "E-Mail-Profil"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:408
msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:297
msgid "E-Mail Settings"
msgstr "E-Mail-Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:418
msgid "E-Mail Topic"
msgstr "E-Mail-Thema"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
msgid "EAP-GTC"
msgstr "EAP-GTC"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "EAP-MD5"
msgstr "EAP-MD5"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
msgid "EAP-Method"
msgstr "EAP-Methode"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "EAP-TLS"
msgstr "EAP-TLS"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
msgid "Edit"
msgstr "Bearbeiten"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
msgid "Edit this network"
msgstr "Dieses Netzwerk bearbeiten"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:302
msgid "Enable the travelmate service."
msgstr "Travelmate-Service aktivieren."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:305
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Aktiviere das ausführliche Anwendungs-Logging bei Verarbeitungsfehlern."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
msgid "Enable/Disable this network"
msgstr "Dieses Netzwerk aktivieren/deaktivieren"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:302
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
msgid "Enabled"
msgstr "Aktiviert"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:750
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
msgid "Encryption"
msgstr "Verschlüsselung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:251
msgid "Ext. Hooks"
msgstr "Ext. Hooks"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:610
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
"Externe Skriptreferenz, die für automatisierte Captive-Portal-Anmeldungen "
"aufgerufen wird."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:967
msgid "FAST"
msgstr "SCHNELL"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:295
msgid "General Settings"
msgstr "Allgemeine Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Generieren Sie für jede Uplink-Verbindung eine zufällige Unicast-MAC-Adresse."

#: applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json:3
msgid "Grant access to LuCI app travelmate"
msgstr "Zugriff auf LuCI App Travelmate gewähren"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:360
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Wie lange Travelmate auf eine erfolgreiche WLAN-Uplink-Verbindung warten "
"sollte."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "Identity"
msgstr "Identität"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:913
msgid "Ignore BSSID"
msgstr "BSSID ignorieren"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:225
msgid "Information"
msgstr "Informationen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:898
msgid "Interface Name"
msgstr "Name der Schnittstelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:360
msgid "Interface Timeout"
msgstr "Zeitüberschreitung der Schnittstelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:23
msgid "Interface Wizard"
msgstr "Schnittstellenassistent"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:284
msgid "Interface Wizard..."
msgstr "Schnittstellen-Assistent ..."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:255
msgid "Last Run"
msgstr "Letzter Durchgang"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:336
msgid "Limit AutoAdd"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:336
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""

#: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
msgid "Log View"
msgstr "Protokollansicht"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
msgid "MAC Address"
msgstr "MAC-Adresse"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "MSCHAP"
msgstr "MSCHAP"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
msgid "MSCHAPV2"
msgstr "MSCHAPV2"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Mgmt. Frame Protection"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:355
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
"Mindestschwelle für die Signalqualität in Prozent für bedingte Uplink-"
"Verbindungen/Unterbrechungen."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:319
msgid "Net Error Check"
msgstr "Netzfehlerprüfung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/logread.js:22
msgid "No travelmate related logs yet!"
msgstr "Es existieren noch keine Travelmate-bezogenen Protokolle!"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "OWE"
msgstr "OWE"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
msgid "On/Off"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:997
msgid "Optional"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Overall Timeout"
msgstr "Gesamt-Timeout"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Overall retry timeout in seconds."
msgstr "Gesamtzeitlimit für Wiederholungen in Sekunden."

#: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:19
msgid "Overview"
msgstr "Übersicht"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag &#38; drop and scan for new ones.<br /> "
"The currently used uplink connection is emphasized in <span style=\"color:"
"rgb(51, 119, 204);font-weight:bold\">blue</span>, an encrypted VPN uplink "
"connection is emphasized in <span style=\"color:rgb(68, 170, 68);font-weight:"
"bold\">green</span>."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "PAP"
msgstr "PAP"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:966
msgid "PEAP"
msgstr "PEAP"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:957
msgid "Password"
msgstr "Passwort"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1024
msgid "Password of Private Key"
msgstr "Passwort des privaten Schlüssels"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1011
msgid "Path to CA-Certificate"
msgstr "Pfad zum CA-Zertifikat"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1016
msgid "Path to Client-Certificate"
msgstr "Pfad zum Client-Zertifikat"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1020
msgid "Path to Private Key"
msgstr "Pfad zum Privaten Schlüssel"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:267
msgid "Please install the separate 'qrencode' package."
msgstr "Bitte installieren Sie das separate 'qrencode'-Paket."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:297
msgid ""
"Please note: E-Mail notifications require the separate setup of the "
"<em>mstmp</em> package.<br /><p>&#xa0;</p>"
msgstr ""
"Bitte beachten Sie: Für E-Mail-Benachrichtigungen muss das Paket <em>mstmp</"
"em> separat eingerichtet werden.<br /><p>&#xa0;</p>"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:324
msgid "ProActive Uplink Switch"
msgstr "ProActive-Uplink-Switch"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:324
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
"Trotz einer bereits bestehenden Verbindung proaktiv scannen und zu einem "
"Uplink mit höherer Priorität wechseln."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:423
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Profil, das von 'msmtp' zur Benachrichtigung von Travelmate-E-Mails "
"verwendet wird."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:117
msgid "QR-Code Overview"
msgstr "QR-Code Übersicht"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:308
msgid "Radio Selection"
msgstr "Funkmodulauswahl"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
msgid "Randomize MAC Addresses"
msgstr "MAC-Adressen randomisieren"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:408
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Empfängeradresse für Travelmate-Benachrichtigungs-E-Mails."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
msgid "Remove"
msgstr "Entfernen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
msgid "Remove this network"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:118
msgid ""
"Render the QR-Code of the selected Access Point to comfortably transfer the "
"WLAN credentials to your mobile devices."
msgstr ""
"Legen Sie den QR-Code des ausgewählten Access Points vor, um die WLAN-"
"Anmeldeinformationen bequem auf Ihre Mobilgeräte zu übertragen."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:767
msgid "Repeat Scan"
msgstr "Scan wiederholen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Required"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:277
msgid "Restart Interface"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:308
msgid ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:350
msgid "Retry limit to connect to an uplink."
msgstr "Wiederholungslimit für eine Verbindung zu einem Uplink."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:247
msgid "Run Flags"
msgstr "Laufzeit-Flags"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:907
msgid "SSID"
msgstr "SSID"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:903
msgid "SSID (hidden)"
msgstr "SSID (versteckt)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1041
msgid "Save"
msgstr "Speichern"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Scan Limit"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:732
msgid "Scan on"
msgstr "Weiterscannen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
msgid "Script Arguments"
msgstr "Skriptargumente"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Sender address for travelmate notification E-Mails."
msgstr "Absenderadresse für Travelmate-Benachrichtigungs-E-Mails."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:405
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Sendet nach jeder erfolgreichen Uplink-Verbindung Benachrichtigungs-E-Mails."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
msgid "Service Priority"
msgstr "Dienstpriorität"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:293
msgid "Settings"
msgstr "Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:355
msgid "Signal Quality Threshold"
msgstr "Signalqualitätsschwelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:649
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
"Durch Leerzeichen getrennte Liste zusätzlicher Argumente, die an das "
"automatische Anmeldeskript übergeben werden, z.B. Benutzername und Kennwort"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Starting wireless scan on '"
msgstr "Starten des drahtlosen Scans am '"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:231
msgid "Station ID"
msgstr "Stations-ID"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:239
msgid "Station Interface"
msgstr "Stationsschnittstelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:235
msgid "Station MAC"
msgstr "Stations-MAC"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:227
msgid "Status / Version"
msgstr "Status / Version"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
msgid "Strength"
msgstr "Stärke"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "TLS"
msgstr "TLS"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
msgid "TTLS"
msgstr "TTLS"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:108
msgid "The QR-Code could not be generated!"
msgstr "Der QR-Code konnte nicht generiert werden!"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:34
msgid "The firewall zone name"
msgstr "Der Name der Firewall-Zone"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:39
msgid "The interface metric"
msgstr "Die Schnittstellenmetrik"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:701
msgid "The logical vpn network interface, e.g. 'wg0' or 'tun0'."
msgstr "Die logische VPN-Netzwerkschnittstelle, z.B. 'wg0' oder 'tun0'."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"Die ausgewählte URL wird für Konnektivitäts- und Captive-Portal-Prüfungen "
"verwendet."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
msgid "The selected priority will be used for travelmate processes."
msgstr "Die ausgewählte Priorität wird für Travelmate-Prozesse verwendet."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgstr ""
"Der ausgewählte Benutzeragent wird für Konnektivitäts- und Captive-Portal-"
"Prüfungen verwendet."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/logread.js:29
msgid "The syslog output, pre-filtered for travelmate related messages only."
msgstr ""
"Die Syslog-Ausgabe, die nur für Travelmate-bezogene Nachrichten vorgefiltert "
"ist."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:59
msgid "The uplink interface has been updated."
msgstr "Die Uplink-Schnittstelle wurde aktualisiert."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:29
msgid "The uplink interface name"
msgstr "Der Name der Uplink-Schnittstelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:24
msgid ""
"To use Travelmate, you have to set up an uplink interface once. This wizard "
"creates an IPv4- and an IPv6 alias network interface with all required "
"network- and firewall settings."
msgstr ""
"Um Travelmate verwenden zu können, müssen Sie einmal eine Uplink-"
"Schnittstelle einrichten. Dieser Assistent erstellt eine IPv4- und eine IPv6-"
"Alias-Netzwerkschnittstelle mit allen erforderlichen Netzwerk- und Firewall-"
"Einstellungen."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:418
msgid "Topic for travelmate notification E-Mails."
msgstr "Thema für Travelmate-Benachrichtigungs-E-Mails."

#: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:3
msgid "Travelmate"
msgstr "Travelmate"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
msgid "Travelmate Settings"
msgstr "Travelmate-Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:319
msgid "Treat missing internet availability as an error."
msgstr "Fehlende Internetverfügbarkeit als Fehler behandeln."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
msgid "Trigger Delay"
msgstr "Verzögerung der Trigger-Bedingung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Use system certificates"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
msgid "Use the specified MAC address for this uplink."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
msgid "User Agent"
msgstr "User-Agent"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:669
msgid "VPN Hook"
msgstr "VPN-Hook"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:701
msgid "VPN Interface"
msgstr "VPN-Schnittstelle"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:686
msgid "VPN Service"
msgstr "VPN-Dienst"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
msgid "VPN Settings"
msgstr "VPN-Einstellungen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:305
msgid "Verbose Debug Logging"
msgstr "Ausführliche Debug-Protokollierung"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:243
msgid "WPA Flags"
msgstr "WPA-Flags"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
msgid "WPA Pers."
msgstr "WPA Pers."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA2 Ent."
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
msgid "WPA2 Pers."
msgstr "WPA2 Pers."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA3 Ent."
msgstr "WPA3 Ent."

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
msgid "Wireless Scan"
msgstr "Drahtloser Scan"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid "Wireless Settings"
msgstr "Drahtlose Einstellungen"

#: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:27
msgid "Wireless Stations"
msgstr "Drahtlose Stationen"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "auth=PAP"
msgstr "auth=PAP"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "none"
msgstr "kein"

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:311
msgid "use both radios, normal sort order (radio0 radio1)"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:312
msgid "use both radios, reverse sort order (radio1 radio0)"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:309
msgid "use the first radio only (radio0)"
msgstr ""

#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:310
msgid "use the second radio only (radio1)"
msgstr ""

#~ msgid "Identify"
#~ msgstr "Identifizieren"

#~ msgid ""
#~ "Overview of all configured uplinks for travelmate.<br /> You can edit, "
#~ "remove or prioritize existing uplinks by drag &#38; drop and scan for new "
#~ "ones. The currently used uplink is emphasized in blue."
#~ msgstr ""
#~ "Übersicht aller konfigurierten Uplinks für Travelmate. <br /> Sie können "
#~ "vorhandene Uplinks bearbeiten, entfernen oder priorisieren, indem Sie "
#~ "diese per drag &#38; drop ablegen und nach neuen suchen. Der aktuell "
#~ "verwendete Uplink wird blau hervorgehoben."

#~ msgid "Buffer size in bytes to prepare nearby scan results."
#~ msgstr "Puffergröße in Bytes, um die Scan-Resultate aufzubereiten."

#~ msgid "Scan Buffer Size"
#~ msgstr "Scan-Puffergröße"

#~ msgid "Automatically handle VPN (re-) connections."
#~ msgstr "Automatisch den Auf- und Abbau von VPN-Verbindungen regeln."

#~ msgid "Del"
#~ msgstr "Löschen"

#~ msgid "Delete this network"
#~ msgstr "Dieses Netzwerk löschen"

#~ msgid "LAN Device"
#~ msgstr "LAN-Gerät"

#~ msgid ""
#~ "Please note: VPN connections require the separate setup of the "
#~ "<em>Wireguard</em> or <em>OpenVPN</em> package.<br /><p>&#xa0;</p>"
#~ msgstr ""
#~ "Bitte beachten Sie: Für VPN-Verbindungen muss das Paket <em>Wireguard</"
#~ "em> oder <em>OpenVPN</em> separat eingerichtet werden.<br /><p>&#xa0;</p>"

#~ msgid ""
#~ "Restrict travelmate to a single radio or change the overall scanning "
#~ "order (e.g. 'radio1 radio0')."
#~ msgstr ""
#~ "Beschränken Sie Travelmate auf ein einzelnes Funkmodul oder ändern Sie "
#~ "die gesamte Scanreihenfolge (z. B. 'radio1 radio0')."

#~ msgid "The lan network device, e.g. 'br-lan'."
#~ msgstr "Das LAN-Netzwerkgerät, z.B. 'br-lan'."

#~ msgid ""
#~ "Configuration of the travelmate package to to enable travel router "
#~ "functionality. For further information <a href=\"https://github.com/"
#~ "openwrt/packages/blob/master/net/travelmate/files/README.md\" target="
#~ "\"_blank\" rel=\"noreferrer noopener\" >check the online documentation</"
#~ "a>. <br /> <em>Please note:</em> On first start please call the "
#~ "'Interface Wizard' once, to make the necessary network- and firewall "
#~ "settings."
#~ msgstr ""
#~ "Konfiguration des Travelmate-Pakets zur Aktivierung der Travel-Router-"
#~ "Funktionalität. Weitere Informationen <a href=\"https://github.com/"
#~ "openwrt/packages/blob/master/net/travelmate/files/README.md\" target="
#~ "\"_blank\" rel=\"noreferrer noopener\" >finden Sie in der Online-"
#~ "Dokumentation</a>.<br /><em>Bitte beachten Sie:</em>Rufen Sie beim ersten "
#~ "Start den 'Interface Wizard' einmal auf, um die erforderlichen Netzwerk- "
#~ "und Firewall-Einstellungen vorzunehmen."

#~ msgid "AP on"
#~ msgstr "Access Point auf"

#~ msgid "Action"
#~ msgstr "Aktion"

#~ msgid "Add Open Uplinks"
#~ msgstr "Füge Offene Uplinks hinzu"

#~ msgid "Add Uplink"
#~ msgstr "hinzufügen"

#~ msgid "Add Wireless Uplink Configuration"
#~ msgstr "Neuen Uplink hinzufügen"

#~ msgid "Advanced"
#~ msgstr "Fortgeschritten"

#~ msgid "Automatic"
#~ msgstr "Automatisch"

#~ msgid "Back to overview"
#~ msgstr "Zurück zur Übersicht"

#~ msgid "Cipher"
#~ msgstr "Verschlüsselungsalgorithmus"

#~ msgid ""
#~ "Configuration of the travelmate package to to enable travel router "
#~ "functionality."
#~ msgstr ""
#~ "Konfiguration des Travelmate Pakets, um den Router auf Reisen zu benutzen."

#~ msgid "Down"
#~ msgstr "runter"

#~ msgid "Extra Options"
#~ msgstr "Zusätzliche Optionen"

#~ msgid "Faulty Stations"
#~ msgstr "Gestörte Wlan-Stationen"

#~ msgid "Force CCMP (AES)"
#~ msgstr "CCMP (AES) erzwingen"

#~ msgid "Force TKIP"
#~ msgstr "Erzwinge TKIP"

#~ msgid "Force TKIP and CCMP (AES)"
#~ msgstr "Erzwinge TKIP und CCMP (AES)"

#~ msgid "Grant UCI access for luci-app-travelmate"
#~ msgstr "Gewähre UCI Zugriff auf luci-app-travelmate"

#~ msgid "Input file not found, please check your configuration."
#~ msgstr ""
#~ "Eingabedatei nicht gefunden, bitte überprüfen Sie Ihre Konfiguration."

#~ msgid "Loading"
#~ msgstr "Lade"

#~ msgid "Move down"
#~ msgstr "Nach unten schieben"

#~ msgid "Move up"
#~ msgstr "Nach oben schieben"

#~ msgid ""
#~ "Options for further tweaking in case the defaults are not suitable for "
#~ "you."
#~ msgstr ""
#~ "Optionen für weitere Optimierungen, falls die Standardeinstellungen nicht "
#~ "für Sie geeignet sind."

#~ msgid "Restart"
#~ msgstr "Neustart"

#~ msgid "Runtime Information"
#~ msgstr "Laufzeitinformationen"

#~ msgid "Scan"
#~ msgstr "Suche"

#~ msgid "Up"
#~ msgstr "Hoch"

#~ msgid "View Logfile"
#~ msgstr "Protokolldatei anzeigen"

#~ msgid "hidden"
#~ msgstr "versteckt"

#~ msgid "Delete"
#~ msgstr "Löschen"

#~ msgid "Unknown"
#~ msgstr "Unbekannt"