-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbroken-link-checker-de_DE.po
2278 lines (1871 loc) · 60.4 KB
/
broken-link-checker-de_DE.po
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
msgid ""
msgstr ""
"Project-Id-Version: Broken Link Checker | V1.10.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
"POT-Creation-Date: 2014-11-25 11:57:14+00:00\n"
"PO-Revision-Date: 2014-11-30 11:28+0100\n"
"Last-Translator: Ivan Graf <contact@bildergallery.com>\n"
"Language-Team: \n"
"Language: de_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
"X-Textdomain-Support: yes\n"
"X-Poedit-Basepath: .\n"
"X-Generator: Poedit 1.6.10\n"
"X-Poedit-SearchPath-0: .\n"
# @ broken-link-checker
#: core/core.php:156 includes/admin/links-page-js.php:44
msgid "Loading..."
msgstr "Wird geladen ..."
# @ broken-link-checker
#: core/core.php:180 includes/admin/options-page-js.php:18
msgid "[ Network error ]"
msgstr "[ Netzwerk Fehler ]"
# @ broken-link-checker
#: core/core.php:207
msgid "Automatically expand the widget if broken links have been detected"
msgstr "Vergrössere Widget automatisch wenn fehlerhafte Links gefunden wurden"
# @ broken-link-checker
#: core/core.php:298
msgid "Link Checker Settings"
msgstr "Link Checker Einstellungen"
# @ broken-link-checker
#: core/core.php:299
msgid "Link Checker"
msgstr "Link Checker"
# @ broken-link-checker
#: core/core.php:304 includes/link-query.php:37
msgid "Broken Links"
msgstr "Fehlerhafte Links"
# @ broken-link-checker
#: core/core.php:320
msgid "View Broken Links"
msgstr "Fehlerhafte Links anschauen"
#: core/core.php:335
msgid "Feedback"
msgstr "Feedback"
# @ broken-link-checker
#: core/core.php:343
msgid "Go to Broken Links"
msgstr "Gehe zu fehlerhaften Links"
# @ default
#: core/core.php:372
msgid "Settings"
msgstr "Einstellungen"
# @ broken-link-checker
#: core/core.php:401 includes/admin/table-printer.php:287
#: includes/admin/table-printer.php:678
msgid "Edit URL"
msgstr "Bearbeite URL"
# @ broken-link-checker
#: core/core.php:402 includes/admin/links-page-js.php:699
#: includes/admin/table-printer.php:292 includes/admin/table-printer.php:681
msgid "Unlink"
msgstr "Link aufheben"
# @ broken-link-checker
#: core/core.php:403 includes/admin/links-page-js.php:110
#: includes/admin/table-printer.php:687
msgid "Not broken"
msgstr "Nicht fehlerhaft"
#: core/core.php:404 includes/admin/table-printer.php:291
#: includes/admin/table-printer.php:695
msgid "Dismiss"
msgstr "Ausblenden"
# @ broken-link-checker
#: core/core.php:405 includes/admin/table-printer.php:288
#: includes/admin/table-printer.php:707
msgid "Recheck"
msgstr "Erneut überprüfen"
# @ broken-link-checker
#: core/core.php:406 includes/admin/table-printer.php:715
msgctxt "link action; replace one redirect with a direct link"
msgid "Fix redirect"
msgstr "Umleitung übernehmen"
# @ broken-link-checker
#: core/core.php:626
msgid "Settings saved."
msgstr "Einstellungen gespeichert."
#: core/core.php:632
msgid "Thank you for your donation!"
msgstr "Besten Dank für Ihre Spende!"
# @ broken-link-checker
#: core/core.php:640
msgid "Complete site recheck started."
msgstr "Komplette Überprüfung der Webseite noch einmal gestartet."
# @ broken-link-checker
#: core/core.php:662
msgid "General"
msgstr "Allgemein"
# @ broken-link-checker
#: core/core.php:663
msgid "Look For Links In"
msgstr "Suchen Sie nach Links in"
# @ broken-link-checker
#: core/core.php:664
msgid "Which Links To Check"
msgstr "Welche Links überprüfen"
# @ broken-link-checker
#: core/core.php:665
msgid "Protocols & APIs"
msgstr "Protokoll & Schnittstellen"
# @ broken-link-checker
#: core/core.php:666
msgid "Advanced"
msgstr "Erweitert"
# @ broken-link-checker
#: core/core.php:681
msgid "Broken Link Checker Options"
msgstr "Broken Link Checker Optionen"
# @ broken-link-checker
#: core/core.php:723 includes/admin/table-printer.php:211
msgid "Status"
msgstr "Status"
# @ broken-link-checker
#: core/core.php:725 includes/admin/options-page-js.php:56
msgid "Show debug info"
msgstr "Debug Infos anzeigen"
# @ broken-link-checker
#: core/core.php:753
msgid "Check each link"
msgstr "Überprüfe jeden Link"
# @ broken-link-checker
#: core/core.php:758
msgid "Every %s hours"
msgstr "Alle %s Stunden"
# @ broken-link-checker
#: core/core.php:767
msgid ""
"Existing links will be checked this often. New links will usually be checked "
"ASAP."
msgstr ""
"Vorhandene Links werden nach Ablauf der Zeit automatisch kontrolliert. Neue "
"Links werden sofort geprüft."
# @ broken-link-checker
#: core/core.php:774
msgid "E-mail notifications"
msgstr "E-Mail Benachrichtigungen"
# @ broken-link-checker
#: core/core.php:780
msgid "Send me e-mail notifications about newly detected broken links"
msgstr ""
"Dem Administrator eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte "
"Links erkannt werden"
# @ broken-link-checker
#: core/core.php:788
msgid "Send authors e-mail notifications about broken links in their posts"
msgstr ""
"Den Autoren eine E-Mail Benachrichtigung senden, wenn neue fehlerhafte Links "
"erkannt werden"
#: core/core.php:795
msgid "Notification e-mail address"
msgstr "Benachrichtigungs-E-Mail-Adresse"
#: core/core.php:807
msgid ""
"Leave empty to use the e-mail address specified in Settings → General."
msgstr ""
"Leer lassen, um die E-Mail-Adresse in Einstellungen → Allgemein zu "
"verwenden."
# @ broken-link-checker
#: core/core.php:814
msgid "Link tweaks"
msgstr "Link Einstellungen"
# @ broken-link-checker
#: core/core.php:820
msgid "Apply custom formatting to broken links"
msgstr "Benutzerdefinierte Formatierung auf fehlerhafte Links übernehmen"
# @ broken-link-checker
#: core/core.php:824 core/core.php:855
msgid "Edit CSS"
msgstr "Bearbeite CSS"
#: core/core.php:840
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
msgstr "Beispiel: Lorem ipsum <a %s>fehlerhafter Link</a>, dolor sit amet."
#: core/core.php:843 core/core.php:874
msgid "Click \"Save Changes\" to update example output."
msgstr "Drücken Sie \"Änderung übernehmen\", um das Beispiel zu aktualisieren."
# @ broken-link-checker
#: core/core.php:851
msgid "Apply custom formatting to removed links"
msgstr "Benutzerdefinierte Formatierung auf entfernte Links übernehmen"
#: core/core.php:871
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
msgstr "Beispiel: Lorem ipsum <span %s>entfernter Link</span>, dolor sit amet."
# @ broken-link-checker
#: core/core.php:884
msgid "Stop search engines from following broken links"
msgstr "Suchmaschinen von folgenden fehlerhaften Links stoppen"
#: core/core.php:890
msgctxt "\"Link tweaks\" settings"
msgid ""
"These settings only apply to the content of posts, not comments or custom "
"fields."
msgstr ""
"Diese Einstellungen gelten nur für den Inhalt der Beiträge, keine Kommentare "
"oder benutzerdefinierte Felder."
#: core/core.php:901
msgctxt "settings page"
msgid "Suggestions"
msgstr "Vorschläge"
# @ broken-link-checker
#: core/core.php:906
msgid "Suggest alternatives to broken links"
msgstr "Alternativen zu fehlerhaften Links vorschlagen"
#: core/core.php:912
msgctxt "settings page"
msgid "Warnings"
msgstr "Warnungen"
#: core/core.php:917
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
msgstr ""
"Unklare oder geringfügige Probleme als \"Warnung\" anstelle \"Fehlerhaft\" "
"anzeigen"
#: core/core.php:920
msgid ""
"Turning off this option will make the plugin report all problems as broken "
"links."
msgstr ""
"Durch deaktivieren dieser Option werden im Plugin-Bericht alle Probleme als "
"fehlerhafte Links gekennzeichnet."
# @ broken-link-checker
#: core/core.php:935
msgid "Look for links in"
msgstr "Suchen Sie nach Links in"
# @ broken-link-checker
#: core/core.php:946
msgid "Post statuses"
msgstr "Beitrag Status"
# @ broken-link-checker
#: core/core.php:979
msgid "Link types"
msgstr "Link Typen"
# @ broken-link-checker
#: core/core.php:985
msgid "Error : All link parsers missing!"
msgstr "Fehler: Alle Link-Parser fehlen!"
# @ broken-link-checker
#: core/core.php:992
msgid "Exclusion list"
msgstr "Ausschlussliste"
# @ broken-link-checker
#: core/core.php:993
msgid ""
"Don't check links where the URL contains any of these words (one per line) :"
msgstr ""
"URLs, die folgende Wörter beinhalten nicht überprüfen (ein Wort pro Zeile):"
# @ broken-link-checker
#: core/core.php:1011
msgid "Check links using"
msgstr "Überprüfe Links"
# @ broken-link-checker
#: core/core.php:1030 includes/links.php:1012
msgid "Timeout"
msgstr "Zeitüberschreitung"
# @ broken-link-checker
# @ default
#: core/core.php:1036 core/core.php:1123 core/core.php:3409
msgid "%s seconds"
msgstr "%s Sekunden"
# @ broken-link-checker
#: core/core.php:1045
msgid "Links that take longer than this to load will be marked as broken."
msgstr ""
"Links die länger zum laden brauchen als hier eingetragen, gelten als "
"fehlerhaft."
# @ broken-link-checker
#: core/core.php:1052
msgid "Link monitor"
msgstr "Link Monitor"
# @ broken-link-checker
#: core/core.php:1060
msgid "Run continuously while the Dashboard is open"
msgstr "Ununterbrochen arbeiten, während das Dashboard geöffnet ist"
# @ broken-link-checker
#: core/core.php:1068
msgid "Run hourly in the background"
msgstr "Stündlich im Hintergrund arbeiten"
#: core/core.php:1076
msgid "Show the dashboard widget for"
msgstr "Dashboard-Widget anzeigen für"
#: core/core.php:1081
msgctxt "dashboard widget visibility"
msgid "Administrator"
msgstr "Administrator"
#: core/core.php:1082
msgctxt "dashboard widget visibility"
msgid "Editor and above"
msgstr "Redakteur und höher"
#: core/core.php:1083
msgctxt "dashboard widget visibility"
msgid "Nobody (disables the widget)"
msgstr "Niemand (deaktiviert das Widget)"
# @ broken-link-checker
#: core/core.php:1099
msgctxt "settings page"
msgid "Show link actions"
msgstr "Zeige Link Aktionen"
# @ broken-link-checker
#: core/core.php:1117
msgid "Max. execution time"
msgstr "Max. Ausführungszeit"
# @ broken-link-checker
#: core/core.php:1134
msgid ""
"The plugin works by periodically launching a background job that parses your "
"posts for links, checks the discovered URLs, and performs other time-"
"consuming tasks. Here you can set for how long, at most, the link monitor "
"may run each time before stopping."
msgstr ""
"Das Plugin arbeitet in regelmässigen Abständen im Hintergrund. Ihre Beiträge "
"werden auf Links analysiert, entdeckte URLs geprüft und andere "
"zeitaufwendige Aufgaben ausführt. Hier können Sie einstellen, wie lange die "
"Instanzen laufen sollen, bevor sie gestoppt werden."
# @ broken-link-checker
#: core/core.php:1143
msgid "Server load limit"
msgstr "Server Belastungsgrenze"
#: core/core.php:1158
msgid "Current load : %s"
msgstr "Aktuelle Belastung: %s"
# @ broken-link-checker
#: core/core.php:1163
msgid ""
"Link checking will be suspended if the average <a href=\"%s\">server load</"
"a> rises above this number. Leave this field blank to disable load limiting."
msgstr ""
"Die Link Überprüfung wird ausgesetzt, wenn die durchschnittliche <a href=\"%s"
"\">Belastung des Servers</a> über diese Zahl ansteigt. Lassen Sie dieses "
"Feld leer, um das Belastungslimit zu deaktivieren."
# @ broken-link-checker
#: core/core.php:1172
msgid "Not available"
msgstr "Nicht verfügbar"
# @ broken-link-checker
#: core/core.php:1174
msgid ""
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
"code> is present and accessible."
msgstr ""
"Das Ladelimit funktioniert nur auf Linux Systemen wo <code>/proc/loadavg</"
"code> vorhanden und zugänglich ist."
#: core/core.php:1182
msgid "Target resource usage"
msgstr "Ziel Ressourcenverbrauch"
#: core/core.php:1200
msgid "Logging"
msgstr "Protokollierung"
#: core/core.php:1206
msgid "Enable logging"
msgstr "Protokollierung aktivieren"
#: core/core.php:1213
msgid "Log file location"
msgstr "Speicherort Protokolldatei"
#: core/core.php:1222
msgctxt "log file location"
msgid "Default"
msgstr "Standard"
# @ broken-link-checker
#: core/core.php:1236
msgctxt "log file location"
msgid "Custom"
msgstr "Benutzerdefiniert"
# @ broken-link-checker
#: core/core.php:1248
msgid "Forced recheck"
msgstr "Erneute Überprüfung erzwingen"
# @ broken-link-checker
#: core/core.php:1251
msgid "Re-check all pages"
msgstr "Überprüfe alle Seiten noch einmal"
# @ broken-link-checker
#: core/core.php:1255
msgid ""
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
"database and recheck the entire site from scratch."
msgstr ""
"Die \"Nuklear Option\". Klicken Sie auf diese Schaltfläche, um die Link-"
"Datenbank des Plugins zu leeren und die gesamte Website neu aufzubauen."
# @ default
#: core/core.php:1266
msgid "Save Changes"
msgstr "Änderungen speichern"
# @ broken-link-checker
#: core/core.php:1317
msgid "Configure"
msgstr "Konfigurieren"
#: core/core.php:1399
msgid ""
"Enter the names of custom fields you want to check (one per line). If a "
"field contains HTML code, prefix its name with <code>html:</code>. For "
"example, <code>html:field_name</code>."
msgstr ""
"Geben Sie die Namen der benutzerdefinierten Felder ein, die Sie überprüfen "
"möchten (eine pro Zeile). Wenn ein Feld HTML-Code enthält, verwenden Sie ein "
"Präfix im Namen <code>html:</code>. Zum Beispiel: <code>html:field_name</"
"code>."
# @ broken-link-checker
#: core/core.php:1534 core/core.php:1617 core/core.php:1649
msgid "Database error : %s"
msgstr "Datenbank Fehler: %s"
# @ broken-link-checker
#: core/core.php:1599
msgid "You must enter a filter name!"
msgstr "Sie müssen einen Filter Namen eingeben!"
# @ broken-link-checker
#: core/core.php:1603
msgid "Invalid search query."
msgstr "Ungültige Suchanfrage."
# @ broken-link-checker
#: core/core.php:1612
msgid "Filter \"%s\" created"
msgstr "Filter \"%s\" erstellt"
# @ broken-link-checker
#: core/core.php:1639
msgid "Filter ID not specified."
msgstr "Link ID nicht spezifiziert."
# @ broken-link-checker
#: core/core.php:1646
msgid "Filter deleted"
msgstr "Filter gelöscht"
# @ broken-link-checker
#: core/core.php:1693
msgid "Replaced %d redirect with a direct link"
msgid_plural "Replaced %d redirects with direct links"
msgstr[0] "Ersetze %d Umleitung mit einem direkten Link"
msgstr[1] "Ersetze %d Umleitungen mit direkten Links"
# @ broken-link-checker
#: core/core.php:1704
msgid "Failed to fix %d redirect"
msgid_plural "Failed to fix %d redirects"
msgstr[0] "Übernehmen der Umleitung %d schlug fehl"
msgstr[1] "Übernehmen der Umleitungen %d schlug fehl"
# @ broken-link-checker
#: core/core.php:1715
msgid "None of the selected links are redirects!"
msgstr "Keiner der ausgewählten Links sind Umleitungen!"
# @ broken-link-checker
#: core/core.php:1793
msgid "%d link updated."
msgid_plural "%d links updated."
msgstr[0] "Link %d aktualisiert."
msgstr[1] "Links %d aktualisiert."
# @ broken-link-checker
#: core/core.php:1804
msgid "Failed to update %d link."
msgid_plural "Failed to update %d links."
msgstr[0] "Link %d konnte nicht aktualisiert werden."
msgstr[1] "Links %d konnten nicht aktualisiert werden."
# @ broken-link-checker
#: core/core.php:1893
msgid "%d link removed"
msgid_plural "%d links removed"
msgstr[0] "%d Link entfernt"
msgstr[1] "%d Links entfernt"
# @ broken-link-checker
#: core/core.php:1904
msgid "Failed to remove %d link"
msgid_plural "Failed to remove %d links"
msgstr[0] "Link %d konnte nicht entfernt werden"
msgstr[1] "Links %d konnten nicht entfernt werden"
# @ default
#: core/core.php:2013
msgid ""
"%d item was skipped because it can't be moved to the Trash. You need to "
"delete it manually."
msgid_plural ""
"%d items were skipped because they can't be moved to the Trash. You need to "
"delete them manually."
msgstr[0] ""
"%d Das Element wurde übersprungen, weil es nicht in den Papierkorb "
"verschoben werden kann. Löschen Sie es manuell."
msgstr[1] ""
"%d Die Elemente wurde übersprungen, weil sie nicht in den Papierkorb "
"verschoben werden können. Löschen Sie diese manuell."
# @ broken-link-checker
#: core/core.php:2035
msgid "Didn't find anything to delete!"
msgstr "Nichts gefunden um zu löschen!"
# @ broken-link-checker
#: core/core.php:2063
msgid "%d link scheduled for rechecking"
msgid_plural "%d links scheduled for rechecking"
msgstr[0] "%d Link zur erneuten Überprüfung geplant"
msgstr[1] "%d Links zur erneuten Überprüfung geplant"
# @ broken-link-checker
#: core/core.php:2110 core/core.php:2923
msgid "This link was manually marked as working by the user."
msgstr ""
"Dieser Link wurde vom Benutzer manuell als funktionierender Link markiert."
# @ broken-link-checker
#: core/core.php:2117 core/core.php:2175
msgid "Couldn't modify link %d"
msgstr "Link %d konnte nicht geändert werden"
# @ broken-link-checker
#: core/core.php:2127
msgid "%d link marked as not broken"
msgid_plural "%d links marked as not broken"
msgstr[0] "%d Link als nicht fehlerhaft markiert"
msgstr[1] "%d Links als nicht fehlerhaft markiert"
# @ broken-link-checker
#: core/core.php:2185
msgid "%d link dismissed"
msgid_plural "%d links dismissed"
msgstr[0] "%d Link abgelehnt"
msgstr[1] "%d Links abgelehnt"
#: core/core.php:2242
msgid ""
"The \"Warnings\" page lists problems that are probably temporary or "
"suspected to be false positives.<br> Warnings that persist for a long time "
"will usually be reclassified as broken links."
msgstr ""
"Die Seite \"Warnungen\" listet Probleme auf, die wahrscheinlich "
"vorübergehend oder verdächtigt werden, Fehlalarme zu sein. <br> Warnungen, "
"die für eine lange Zeit bestehen, werden in der Regel als fehlerhafte Links "
"eingestuft."
#: core/core.php:2247
msgctxt "admin notice under Tools - Broken links - Warnings"
msgid "Hide notice"
msgstr "Hinweis ausblenden"
#: core/core.php:2253
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
msgid "Change warning settings"
msgstr "Warneinstellungen ändern"
# @ broken-link-checker
#: core/core.php:2278
msgid "Table columns"
msgstr "Tabellenspalten"
# @ default
#: core/core.php:2297
msgid "Show on screen"
msgstr "Auf dem Bildschirm anzeigen"
# @ broken-link-checker
#: core/core.php:2304
msgid "links"
msgstr "Links"
# @ default
# @ broken-link-checker
#: core/core.php:2305 includes/admin/table-printer.php:171
msgid "Apply"
msgstr "Anwenden"
# @ broken-link-checker
#: core/core.php:2309
msgid "Misc"
msgstr "Sonstige"
# @ broken-link-checker
#: core/core.php:2324
msgid "Highlight links broken for at least %s days"
msgstr "Markiere fehlerhafte Links für mindestens %s Tage"
# @ broken-link-checker
#: core/core.php:2333
msgid "Color-code status codes"
msgstr "Farb-Code Status Codes"
# @ broken-link-checker
#: core/core.php:2350 core/core.php:2907 core/core.php:2948 core/core.php:2981
#: core/core.php:3070 core/core.php:3114 core/core.php:3175
msgid "You're not allowed to do that!"
msgstr "Sie haben nicht die Erlaubnis das zu tun!"
# @ broken-link-checker
#: core/core.php:2778
msgid "View broken links"
msgstr "Fehlerhafte Links anschauen"
# @ broken-link-checker
#: core/core.php:2779
msgid "Found %d broken link"
msgid_plural "Found %d broken links"
msgstr[0] "%d fehlerhafte Links gefunden"
msgstr[1] "%d fehlerhafte Links gefunden"
# @ broken-link-checker
#: core/core.php:2785
msgid "No broken links found."
msgstr "Keine fehlerhaften Links gefunden."
# @ broken-link-checker
#: core/core.php:2792
msgid "%d URL in the work queue"
msgid_plural "%d URLs in the work queue"
msgstr[0] "%d URL in der Warteschlange"
msgstr[1] "%d URLs in der Warteschlange"
# @ broken-link-checker
#: core/core.php:2795
msgid "No URLs in the work queue."
msgstr "Keine URLs in der Warteschlange."
# @ broken-link-checker
#: core/core.php:2801
msgctxt "for the \"Detected X unique URLs in Y links\" message"
msgid "%d unique URL"
msgid_plural "%d unique URLs"
msgstr[0] "%d eindeutige URL"
msgstr[1] "%d eindeutige URLs"
# @ broken-link-checker
#: core/core.php:2805
msgctxt "for the \"Detected X unique URLs in Y links\" message"
msgid "%d link"
msgid_plural "%d links"
msgstr[0] "%d Link"
msgstr[1] "%d Links"
# @ broken-link-checker
#: core/core.php:2811
msgid "Detected %1$s in %2$s and still searching..."
msgstr "Endeckt %1$s in %2$s und suche immer noch ..."
# @ broken-link-checker
#: core/core.php:2817
msgid "Detected %1$s in %2$s."
msgstr "Endeckt %1$s in %2$s."
# @ broken-link-checker
#: core/core.php:2824
msgid "Searching your blog for links..."
msgstr "Durchsucht Ihr Blog nach Links ..."
# @ broken-link-checker
#: core/core.php:2826
msgid "No links detected."
msgstr "Keine Links gefunden."
# @ broken-link-checker
#: core/core.php:2852
msgctxt "current load"
msgid "Unknown"
msgstr "Unbekannt"
# @ broken-link-checker
#: core/core.php:2915 core/core.php:2956 core/core.php:2996 core/core.php:3080
#: core/core.php:3129 core/core.php:3190
msgid "Oops, I can't find the link %d"
msgstr "Hoppla, der Link %d konnte nicht gefunden werden!"
# @ broken-link-checker
#: core/core.php:2929 core/core.php:2966
msgid "Oops, couldn't modify the link!"
msgstr "Hoppla, der Link konnte nicht geändert werden!"
# @ broken-link-checker
#: core/core.php:2932 core/core.php:2969 core/core.php:3106 core/core.php:3120
#: core/core.php:3181
msgid "Error : link_id not specified"
msgstr "Fehler: Link ID nicht spezifiziert"
# @ broken-link-checker
#: core/core.php:2987
msgid "Error : link_id or new_url not specified"
msgstr "Fehler: Link ID oder neue URL sind nicht spezifiziert"
# @ broken-link-checker
#: core/core.php:3005
msgid "Oops, the new URL is invalid!"
msgstr "Hoppla, die neue URL funktioniert nicht!"
# @ broken-link-checker
#: core/core.php:3020
msgid "An unexpected error occurred!"
msgstr "Ein unerwarteter Fehler ist aufgetreten!"
# @ broken-link-checker
#: core/core.php:3089
msgid "An unexpected error occured!"
msgstr "Ein unerwarteter Fehler ist aufgetreten!"
# @ broken-link-checker
#: core/core.php:3217
msgid "You don't have sufficient privileges to access this information!"
msgstr "Sie haben nicht genug Rechte, um diese Information zu sehen!"
# @ broken-link-checker
#: core/core.php:3230
msgid "Error : link ID not specified"
msgstr "Fehler: Link ID nicht spezifiziert"
# @ broken-link-checker
#: core/core.php:3244
msgid "Failed to load link details (%s)"
msgstr "Laden der Link Details (%s) schlug fehl"
# @ broken-link-checker
#. Plugin Name of the plugin/theme
#: core/core.php:3298
msgid "Broken Link Checker"
msgstr "Broken Link Checker"
# @ broken-link-checker
#: core/core.php:3318
msgid "PHP version"
msgstr "PHP Version"
# @ broken-link-checker
#: core/core.php:3324
msgid "MySQL version"
msgstr "MySQL Version"
# @ broken-link-checker
#: core/core.php:3337
msgid ""
"You have an old version of CURL. Redirect detection may not work properly."
msgstr ""
"Sie haben eine veraltete Version von CURL. Erkennung von Umleitungen "
"funktioniert eventuell nicht."
# @ broken-link-checker
#: core/core.php:3349 core/core.php:3365 core/core.php:3370
msgid "Not installed"
msgstr "Nicht installiert"
# @ broken-link-checker
#: core/core.php:3352
msgid "CURL version"
msgstr "CURL Version"
# @ broken-link-checker
#: core/core.php:3358
msgid "Installed"
msgstr "Installiert"
# @ broken-link-checker
#: core/core.php:3371
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
msgstr ""
"Es muss entweder CURL oder Snoppy installiert sein, damit das Plugin "
"funktioniert!"
# @ broken-link-checker
#: core/core.php:3382
msgid "On"
msgstr "An"
# @ broken-link-checker
#: core/core.php:3383
msgid "Redirects may be detected as broken links when safe_mode is on."
msgstr ""
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls safe_mode "
"aktiviert ist."
# @ broken-link-checker
#: core/core.php:3388 core/core.php:3402
msgid "Off"
msgstr "Aus"
# @ broken-link-checker
#: core/core.php:3396
msgid "On ( %s )"
msgstr "An (%s)"
# @ broken-link-checker
#: core/core.php:3397
msgid "Redirects may be detected as broken links when open_basedir is on."
msgstr ""
"Umleitungen werden eventuell als fehlerhafte Links erkannt, falls "
"open_basedir aktiviert ist."
# @ broken-link-checker
#: core/core.php:3426
msgid ""
"If this value is zero even after several page reloads you have probably "
"encountered a bug."
msgstr ""
"Wenn dieser Wert nach mehreren geladenen Seiten Null ist, ist wahrscheinlich "
"ein Fehler aufgetreten."
# @ broken-link-checker
#: core/core.php:3549 core/core.php:3668
msgid "[%s] Broken links detected"
msgstr "[%s] Fehlerhafte Links entdeckt"
# @ broken-link-checker
#: core/core.php:3554
msgid "Broken Link Checker has detected %d new broken link on your site."
msgid_plural ""
"Broken Link Checker has detected %d new broken links on your site."
msgstr[0] ""
"Broken Link Checker hat %d fehlerhaften Link auf Ihrer Webseite entdeckt."
msgstr[1] ""
"Broken Link Checker hat %d fehlerhafte Links auf Ihrer Webseite entdeckt."
# @ broken-link-checker
#: core/core.php:3585
msgid "Here's a list of the first %d broken links:"
msgid_plural "Here's a list of the first %d broken links:"
msgstr[0] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
msgstr[1] "Hier ist eine Liste der ersten %d fehlerhaften Links:"
# @ broken-link-checker
#: core/core.php:3594
msgid "Here's a list of the new broken links: "
msgstr "Hier ist eine Liste von neuen fehlerhaften Links:"
# @ broken-link-checker
#: core/core.php:3603
msgid "Link text : %s"
msgstr "Linktext: %s"
# @ broken-link-checker
#: core/core.php:3604
msgid "Link URL : <a href=\"%s\">%s</a>"
msgstr "Link URL: <a href=\"%s\">%s</a>"
# @ broken-link-checker
#: core/core.php:3605
msgid "Source : %s"
msgstr "Quelle: %s"
# @ brokenk-link-checker
#: core/core.php:3619
msgid "You can see all broken links here:"
msgstr "Hier sehen Sie alle fehlerhaften Links:"
# @ broken-link-checker
#: core/core.php:3673
msgid "Broken Link Checker has detected %d new broken link in your posts."
msgid_plural ""
"Broken Link Checker has detected %d new broken links in your posts."
msgstr[0] ""
"Broken Link Checker hat %d fehlerhafter Link in einem Beitrag entdeckt."
msgstr[1] "Broken Link Checker hat %d fehlerhafte Links in Beiträgen entdeckt."
# @ default
#: core/init.php:255
msgid "Once Weekly"
msgstr "Einmal wöchentlich"
# @ default
#: core/init.php:261
msgid "Twice a Month"
msgstr "Zweimal im Monat"
# @ broken-link-checker
#: core/init.php:337
msgid ""
"Broken Link Checker installation failed. Try deactivating and then "
"reactivating the plugin."
msgstr ""
"Broken Link Checker Installation fehlgeschlagen. Deaktivieren Sie das Plugin "
"und aktivieren es anschliessend wieder."
#: core/init.php:341
msgid ""
"Please activate the plugin separately on each site. Network activation is "
"not supported."
msgstr ""
"Bitte aktivieren Sie das Plugin auf jeder Seite. Netzwerkaktivierung wird "
"nicht unterstützt."
# @ broken-link-checker
#: includes/admin/db-upgrade.php:97
msgid "Failed to delete old DB tables. Database error : %s"
msgstr "Konnte alte Datenbantabellen nicht löschen. Datenbank Fehler: %s"
# @ broken-link-checker
#: includes/admin/links-page-js.php:63 includes/admin/links-page-js.php:639
msgid "Wait..."
msgstr "Warte ..."
#: includes/admin/links-page-js.php:368
msgctxt "link text"
msgid "(None)"
msgstr "(Keine)"
#: includes/admin/links-page-js.php:369
msgctxt "link text"
msgid "(Multiple links)"
msgstr "(Mehrere Links)"
# @ broken-link-checker
#: includes/admin/links-page-js.php:427