-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbroken-link-checker-da_DK.po
1958 lines (1562 loc) · 68.2 KB
/
broken-link-checker-da_DK.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 1.6.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-24 06:42+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
"Language: da_DK\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;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
"_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;"
"esc_attr__;esc_attr_e;esc_attr_x\n"
"X-Poedit-Basepath: d:\\wordpress\\plugins\\broken-link-checker\n"
"X-Generator: Poedit 1.5.3\n"
"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\broken-link-checker\n"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:151
#: d:\wordpress\plugins\broken-link-checker/includes/admin/links-page-js.php:37
msgid "Loading..."
msgstr "Indlæser ..."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:175
#: d:\wordpress\plugins\broken-link-checker/includes/admin/options-page-js.php:18
msgid "[ Network error ]"
msgstr "[ Network-fejl ]"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:202
msgid "Automatically expand the widget if broken links have been detected"
msgstr "Automatisk udvid widgetten, hvis der er fundet døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:292
msgid "Link Checker Settings"
msgstr "Link Checker-indstillinger"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:293
msgid "Link Checker"
msgstr "Link Checker"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:298
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:27
msgid "Broken Links"
msgstr "Døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:314
msgid "View Broken Links"
msgstr "Se døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:329
msgid "Feedback"
msgstr "Feedback"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:368
msgid "Go to Broken Links"
msgstr "Gå til døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:397
msgid "Settings"
msgstr "Indstillinger"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:554
msgid "Settings saved."
msgstr "Indstillinger gemt."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:560
msgid "Thank you for your donation!"
msgstr "Tak for din donation!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:568
msgid "Complete site recheck started."
msgstr "Fuldstændig ny tjek af site påbegyndt."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:577
msgid "Details"
msgstr "Detaljer"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:591
msgid "General"
msgstr "Generel"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:592
msgid "Look For Links In"
msgstr "Se efter links i"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:593
msgid "Which Links To Check"
msgstr "Hvilke links der skal tjekkes"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:594
msgid "Protocols & APIs"
msgstr "Protokoller & API'er"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:595
msgid "Advanced"
msgstr "Avanceret"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:610
msgid "Broken Link Checker Options"
msgstr "Indstillinger for Broken Link Checker"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:652
#: d:\wordpress\plugins\broken-link-checker/includes/admin/table-printer.php:197
msgid "Status"
msgstr "Status"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:654
#: d:\wordpress\plugins\broken-link-checker/includes/admin/options-page-js.php:56
msgid "Show debug info"
msgstr "Vis debug-info"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:682
msgid "Check each link"
msgstr "Tjek hvert link"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:687
#, php-format
msgid "Every %s hours"
msgstr "hver %s timer"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:696
msgid ""
"Existing links will be checked this often. New links will usually be checked "
"ASAP."
msgstr ""
"Eksisterende links vil blive tjekket med dette mellemrum. Nye links tjekkes "
"normalt så hurtigt som muligt."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:703
msgid "E-mail notifications"
msgstr "E-mail-meddelelser"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:709
msgid "Send me e-mail notifications about newly detected broken links"
msgstr "Send mig e-mail-meddelelser om nyligt opdagede døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:717
msgid "Send authors e-mail notifications about broken links in their posts"
msgstr "Send forfattere e-mail-meddelelser om døde links i deres indlæg"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:724
msgid "Link tweaks"
msgstr "Linktilpasninger"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:730
msgid "Apply custom formatting to broken links"
msgstr "Anvend egen formattering på døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:734
#: d:\wordpress\plugins\broken-link-checker/core/core.php:765
msgid "Edit CSS"
msgstr "Redigér CSS"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:750
#, php-format
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
msgstr "Eksempel : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:753
#: d:\wordpress\plugins\broken-link-checker/core/core.php:784
msgid "Click \"Save Changes\" to update example output."
msgstr "Klike \"Gem ændringer\" for at opdatere eksempelvisningen."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:761
msgid "Apply custom formatting to removed links"
msgstr "Anvend egen formattering på links, der er fjernet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:781
#, php-format
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
msgstr "Eksempel : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:794
msgid "Stop search engines from following broken links"
msgstr "Forhindr søgemaskiner i at følge døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:811
msgid "Look for links in"
msgstr "Se efter links i"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:822
msgid "Post statuses"
msgstr "Indlægsstatusser"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:855
msgid "Link types"
msgstr "Linktyper"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:861
msgid "Error : All link parsers missing!"
msgstr "Fejl: Alle linkparsers mangler!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:868
msgid "Exclusion list"
msgstr "Eksklusionsliste"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:869
msgid ""
"Don't check links where the URL contains any of these words (one per line) :"
msgstr ""
"Tjek ikke links, hvor URL'en indeholder et af disse ord (et ord per "
"linje):"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:887
msgid "Check links using"
msgstr "Tjek link med"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:906
#: d:\wordpress\plugins\broken-link-checker/includes/links.php:856
msgid "Timeout"
msgstr "Timeout"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:912
#: d:\wordpress\plugins\broken-link-checker/core/core.php:958
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2790
#, php-format
msgid "%s seconds"
msgstr "%s sekunder"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:921
msgid "Links that take longer than this to load will be marked as broken."
msgstr ""
"Links, som tager længere tid at tjekke end dette, vil blive markeret som "
"døde."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:928
msgid "Link monitor"
msgstr "Linkovervågning"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:936
msgid "Run continuously while the Dashboard is open"
msgstr "Kør kontinuerligt, når kontrolpanelet er åbent"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:944
msgid "Run hourly in the background"
msgstr "Kør hver time i baggrunden"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:952
msgid "Max. execution time"
msgstr "Max udførelsestid"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:969
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 ""
"Pluginnet fungerer ved med mellemrum at oprette et job i baggrunden, som "
"undersøger dine indlæg for links, tjekker de fundne URL'er og foretager "
"andre tidskrævende opgaver. Her kan du angive, hvor længe linkovervågningen "
"max må køre hver gang, inden den skal stoppe."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:978
msgid "Server load limit"
msgstr "Begrænsning på serverbelastning"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:993
#, php-format
msgid "Current load : %s"
msgstr "Aktuel belastning: %s"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:999
#, php-format
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 ""
"Linktjekning vil blive midlertidigt afbrudt, hvis den gennemsnitlige <a href="
"\"%s\">serverbelastning</a> er større end dette tal. Lad feltet stå tomt, "
"hvis du vil deaktivere begrænsning af belastningen."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1007
msgid "Not available"
msgstr "Ikke tilgængelig"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1009
msgid ""
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
"code> is present and accessible."
msgstr ""
"Begrænsning af belastning virker kun på Linux-lignende systemer, hvor <code>/"
"proc/loadavg</code> findes og er tilgængelig."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1017
msgid "Forced recheck"
msgstr "Tvungen nytjek"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1020
msgid "Re-check all pages"
msgstr "Tjek alle sider igen"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1024
msgid ""
"The \"Nuclear Option\". Click this button to make the plugin empty its link "
"database and recheck the entire site from scratch."
msgstr ""
"\"Bombe\"-indstilling. Klik på denne knap for at få pluginnet til at tømme "
"dets linkdatabase og tjekke hele siten igen helt forfra."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1035
msgid "Save Changes"
msgstr "Gem ændringer"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1086
msgid "Configure"
msgstr "Konfigurér"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1168
msgid "Check URLs entered in these custom fields (one per line) :"
msgstr "Tjek URL'er i disse Egne felter (en per linje):"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1296
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1378
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1410
#, php-format
msgid "Database error : %s"
msgstr "Database-fejl : %s"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1360
msgid "You must enter a filter name!"
msgstr "Du <i>skal</i> indtaste et filternavn!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1364
msgid "Invalid search query."
msgstr "Ugyldig søgeforespørgsel."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1373
#, php-format
msgid "Filter \"%s\" created"
msgstr "Filter \"%s\" oprettet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1400
msgid "Filter ID not specified."
msgstr "Filter-id ikke angivet."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1407
msgid "Filter deleted"
msgstr "Filter slettet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1455
#, php-format
msgid "Replaced %d redirect with a direct link"
msgid_plural "Replaced %d redirects with direct links"
msgstr[0] "Erstattede %d redirigeret link med et direkte link"
msgstr[1] "Erstattede %d redirigerede links med direkte links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1466
#, php-format
msgid "Failed to fix %d redirect"
msgid_plural "Failed to fix %d redirects"
msgstr[0] "Det lykkedes ikke at fixe %d redirigeret link"
msgstr[1] "Det lykkedes ikke at fixe %d redirigerede links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1476
msgid "None of the selected links are redirects!"
msgstr "Ingen af de valgte links er redirigerede links!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1555
#, php-format
msgid "%d link updated."
msgid_plural "%d links updated."
msgstr[0] "%d link opdateret."
msgstr[1] "%d links opdateret."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1566
#, php-format
msgid "Failed to update %d link."
msgid_plural "Failed to update %d links."
msgstr[0] "Det mislykkedes at opdatere %d link."
msgstr[1] "Det mislykkedes at opdatere %d links."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1620
#, php-format
msgid "%d link removed"
msgid_plural "%d links removed"
msgstr[0] "%d link fjernet"
msgstr[1] "%d links fjernet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1631
#, php-format
msgid "Failed to remove %d link"
msgid_plural "Failed to remove %d links"
msgstr[0] "Det mislykkedes for pluginnet at fjerne %d link."
msgstr[1] "Det mislykkedes for pluginnet at fjerne %d links."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1740
#, php-format
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 link blev skippet, fordi det ikke kan flyttes til papirkurven. Du er nødt "
"til at slette den selv."
msgstr[1] ""
"%d link blev skippet, fordi de ikke kan flyttes til papirkurven. Du er nødt "
"til at slette dem selv."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1761
msgid "Didn't find anything to delete!"
msgstr "Fandt ikke noget, der kan slettes!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1790
#, php-format
msgid "%d link scheduled for rechecking"
msgid_plural "%d links scheduled for rechecking"
msgstr[0] "%d link er planlagt til at blive tjekket igen"
msgstr[1] "%d links er planlagt til at blive tjekket igen"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1835
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2433
msgid "This link was manually marked as working by the user."
msgstr "Dette link blev markeret manuelt som et aktivt link af brugeren."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1842
#, php-format
msgid "Couldn't modify link %d"
msgstr "Kunne ikke ændre linket %d"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1853
#, php-format
msgid "%d link marked as not broken"
msgid_plural "%d links marked as not broken"
msgstr[0] "Et link markeret som ikke-dødt"
msgstr[1] "%d links markeret som ikke-døde"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1892
msgid "Table columns"
msgstr "Tabelkolonner"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1911
msgid "Show on screen"
msgstr "Vis på skærm"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1918
msgid "links"
msgstr "links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1919
#: d:\wordpress\plugins\broken-link-checker/includes/admin/table-printer.php:165
msgid "Apply"
msgstr "Anvend"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1923
msgid "Misc"
msgstr "Diverse"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1938
#, php-format
msgid "Highlight links broken for at least %s days"
msgstr "Fremhæv links, der har været døde i mindst %s dage"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1947
msgid "Color-code status codes"
msgstr "Kod statuskoder med farver"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:1964
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2418
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2458
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2491
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2554
msgid "You're not allowed to do that!"
msgstr "Du har ikke lov til at gøre dette!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2299
msgid "View broken links"
msgstr "Se døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2300
#, php-format
msgid "Found %d broken link"
msgid_plural "Found %d broken links"
msgstr[0] "Har fundet %d dødt link"
msgstr[1] "Har fundet %d døde links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2306
msgid "No broken links found."
msgstr "Ingen døde links fundet."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2313
#, php-format
msgid "%d URL in the work queue"
msgid_plural "%d URLs in the work queue"
msgstr[0] "%d URL i arbejdskøen"
msgstr[1] "%d URL'er i arbejdskøen"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2316
msgid "No URLs in the work queue."
msgstr "Ingen URL'er i arbejdskøen"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2322
#, php-format
msgid "Detected %d unique URL"
msgid_plural "Detected %d unique URLs"
msgstr[0] "Fandt %d unik URL"
msgstr[1] "Fandt %d unikke URL'er"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2323
#, php-format
msgid "in %d link"
msgid_plural "in %d links"
msgstr[0] "i %d link"
msgstr[1] "i %d links"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2328
msgid "and still searching..."
msgstr "og leder stadig ..."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2334
msgid "Searching your blog for links..."
msgstr "Gennemsøger din blog for links ..."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2336
msgid "No links detected."
msgstr "Ingen links fundet."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2362
#: d:\wordpress\plugins\broken-link-checker/includes/links.php:838
msgid "Unknown"
msgstr "Ukendt"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2426
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2466
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2501
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2564
#, php-format
msgid "Oops, I can't find the link %d"
msgstr "Ups. Jeg kan ikke finde linket %d"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2439
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2476
msgid "Oops, couldn't modify the link!"
msgstr "Ups, kunne ikke ændre linket!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2442
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2479
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2590
msgid "Error : link_id not specified"
msgstr "Fejl: link_id ikke angivet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2511
msgid "Oops, the new URL is invalid!"
msgstr "Ups. Den nye URL er ugyldig!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2522
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2573
msgid "An unexpected error occured!"
msgstr "En uventet fejl opstod!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2540
msgid "Error : link_id or new_url not specified"
msgstr "Fejl: link_id eller new_url ikke angivet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2599
msgid "You don't have sufficient privileges to access this information!"
msgstr "Du har ikke tilstrækkelige rettigheder til at tilgå denne information!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2612
msgid "Error : link ID not specified"
msgstr "Fejl: link-id ikke angivet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2626
#, php-format
msgid "Failed to load link details (%s)"
msgstr "Det mislykkedes at indlæse link-detaljer (%s)"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2679
msgid "Broken Link Checker"
msgstr "Broken Link Checker"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2699
msgid "PHP version"
msgstr "PHP version"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2705
msgid "MySQL version"
msgstr "MySQL version"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2718
msgid ""
"You have an old version of CURL. Redirect detection may not work properly."
msgstr ""
"Du har en gammel version af cURL. Det er ikke sikkert, at detektion af "
"redirigeringer fungerer ordentligt."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2730
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2746
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2751
msgid "Not installed"
msgstr "Ikke installeret"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2733
msgid "CURL version"
msgstr "cURL version"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2739
msgid "Installed"
msgstr "Installeret"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2752
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
msgstr ""
"Du skal have enten cURL eller Snoopy installeret, hvis pluginnet skal virke!"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2763
msgid "On"
msgstr "Til"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2764
msgid "Redirects may be detected as broken links when safe_mode is on."
msgstr ""
"Redirigeringer kan (fejlagtigt) blive bestemt som døde links, når safe_mode "
"er til."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2769
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2783
msgid "Off"
msgstr "Fra"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2777
#, php-format
msgid "On ( %s )"
msgstr "Fra ( %s )"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2778
msgid "Redirects may be detected as broken links when open_basedir is on."
msgstr ""
"Redirigeringer kan (fejlagtigt) blive bestemt som døde links, når "
"open_basedir er til."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2807
msgid ""
"If this value is zero even after several page reloads you have probably "
"encountered a bug."
msgstr ""
"Hvis denne værdi er nul selv efter adskillige genindlæsninger af siden har "
"du sandsynligvis opdaget en bug."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2898
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2996
#, php-format
msgid "[%s] Broken links detected"
msgstr "[%s] døde links fundet"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2904
#, php-format
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 har opdaget %d nyt dødt link på din site."
msgstr[1] "Broken Link Checker har opdaget %d nye døde links på din site."
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2927
#, php-format
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] "Her er en liste med det første døde link:"
msgstr[1] "Her er en liste med de første %d døde links:"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2935
msgid "Here's a list of the new broken links: "
msgstr "Her er en liste med de nye døde links: "
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2944
#, php-format
msgid "Link text : %s"
msgstr "Linktekst: %s"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2945
#, php-format
msgid "Link URL : <a href=\"%s\">%s</a>"
msgstr "Link-URL: <a href=\"%s\">%s</a>"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2946
#, php-format
msgid "Source : %s"
msgstr "Kilde: %s"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:2959
msgid "You can see all broken links here:"
msgstr "Du kan se alle de døde links her:"
#: d:\wordpress\plugins\broken-link-checker/core/core.php:3002
#, php-format
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 har opdaget %d nyt dødt link i dine indlæg."
msgstr[1] "Broken Link Checker har opdaget %d nye døde links i dine indlæg."
#: d:\wordpress\plugins\broken-link-checker/core/init.php:235
msgid "Once Weekly"
msgstr "Engang om ugen"
#: d:\wordpress\plugins\broken-link-checker/core/init.php:241
msgid "Twice a Month"
msgstr "To gange om måneden"
#: d:\wordpress\plugins\broken-link-checker/core/init.php:317
msgid ""
"Broken Link Checker installation failed. Try deactivating and then "
"reactivating the plugin."
msgstr ""
"Installation af Broken Link Checker mislykkedes. Prøv at deaktivere og "
"dernæst reaktivere pluginnet."
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:397
#: d:\wordpress\plugins\broken-link-checker/modules/containers/blogroll.php:46
#: d:\wordpress\plugins\broken-link-checker/modules/containers/comment.php:153
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:197
msgid "Edit"
msgstr "Redigér"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:405
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:203
msgid "Move this item to the Trash"
msgstr "Flyt denne til papirkurven"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:407
#: d:\wordpress\plugins\broken-link-checker/modules/containers/comment.php:162
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:205
msgid "Trash"
msgstr "Papirkurv"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:412
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:210
msgid "Delete this item permanently"
msgstr "Slet dette indlæg permanent"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:414
#: d:\wordpress\plugins\broken-link-checker/modules/containers/blogroll.php:47
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:212
msgid "Delete"
msgstr "Slet"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:427
#, php-format
msgid "Preview “%s”"
msgstr "Preview “%s”"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:428
msgid "Preview"
msgstr "Preview"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:435
#, php-format
msgid "View “%s”"
msgstr "Vis “%s”"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:436
#: d:\wordpress\plugins\broken-link-checker/modules/containers/comment.php:166
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:217
msgid "View"
msgstr "Se"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:455
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:197
msgid "Edit this item"
msgstr "Redigér denne"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:519
#: d:\wordpress\plugins\broken-link-checker/modules/containers/blogroll.php:83
#: d:\wordpress\plugins\broken-link-checker/modules/containers/comment.php:43
msgid "Nothing to update"
msgstr "Intet at opdatere"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:529
#, php-format
msgid "Updating post %d failed"
msgstr "Opdatering af indlægget %d mislykkedes"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:564
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:284
#, php-format
msgid "Failed to delete post \"%s\" (%d)"
msgstr "Det mislykkedes at slette indlægget \"%s\" (%d)"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:583
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:303
#, php-format
msgid ""
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
"disabled"
msgstr ""
"Kan ikke flytte indlægget \"%s\" (%d) til papirkurven, fordi "
"papirkurvsfunktionen er deaktiveret"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:603
#: d:\wordpress\plugins\broken-link-checker/modules/containers/custom_field.php:322
#, php-format
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "Det mislykkedes at flytte indlægget \"%s\" (%d) til papirkurven"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:711
#, php-format
msgid "%d post deleted."
msgid_plural "%d posts deleted."
msgstr[0] "%d indlæg slettet"
msgstr[1] "%d indlæg slettet"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:713
#, php-format
msgid "%d page deleted."
msgid_plural "%d pages deleted."
msgstr[0] "%d side slettet"
msgstr[1] "%d sider slettet"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:715
#, php-format
msgid "%d \"%s\" deleted."
msgid_plural "%d \"%s\" deleted."
msgstr[0] "%d \"%s\" slettet."
msgstr[1] "%d \"%s\" slettet."
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:734
#, php-format
msgid "%d post moved to the Trash."
msgid_plural "%d posts moved to the Trash."
msgstr[0] "%d indlæg flyttet til papirkurven"
msgstr[1] "%d indlæg flyttet til papirkurven"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:736
#, php-format
msgid "%d page moved to the Trash."
msgid_plural "%d pages moved to the Trash."
msgstr[0] "%d side flyttet til papirkurven"
msgstr[1] "%d side flyttet til papirkurven"
#: d:\wordpress\plugins\broken-link-checker/includes/any-post.php:738
#, php-format
msgid "%d \"%s\" moved to the Trash."
msgid_plural "%d \"%s\" moved to the Trash."
msgstr[0] "%d \"%s\" flyttet til papirkurven."
msgstr[1] "%d \"%s\" flyttet til papirkurven."
#: d:\wordpress\plugins\broken-link-checker/includes/containers.php:123
#, php-format
msgid "%d '%s' has been deleted"
msgid_plural "%d '%s' have been deleted"
msgstr[0] "%d '%s' er blevet slettet"
msgstr[1] "%d '%s' er blevet slettede"
#: d:\wordpress\plugins\broken-link-checker/includes/containers.php:873
#: d:\wordpress\plugins\broken-link-checker/includes/containers.php:891
#, php-format
msgid "Container type '%s' not recognized"
msgstr "Container-type '%s' ikke genkendt"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:2
msgid "Basic HTTP"
msgstr "Grundlæggende HTTP"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:3
msgid "Blogroll items"
msgstr "Links"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:4
msgid "Comments"
msgstr "Kommentarer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:5
msgid "Custom fields"
msgstr "Egne felter"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:6
msgid "Embedded DailyMotion videos"
msgstr "Indsatte DailyMotion-videoer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:7
msgid "Embedded GoogleVideo videos"
msgstr "Indsatte GoogleVideo-videoer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:8
msgid "Embedded Megavideo videos"
msgstr "Indsatte Megavideo-videoer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:9
msgid "Embedded Vimeo videos"
msgstr "Indsatte Vimeo-videoer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:10
msgid "Embedded YouTube videos"
msgstr "Indsatte YouTube-videoer"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:11
msgid "Embedded YouTube videos (old embed code)"
msgstr "Indsatte YouTube-videoer (gammel indlejringskode)"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:12
msgid "FileServe API"
msgstr "FileServe API"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:13
msgid "HTML images"
msgstr "HTML-billeder"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:14
msgid "HTML links"
msgstr "HTML-links"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:15
msgid "MediaFire API"
msgstr "MediaFire API"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:16
msgid "MegaUpload API"
msgstr "MegaUpload API"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:17
msgid "Plaintext URLs"
msgstr "Plaintext URLs"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:18
msgid "RapidShare API"
msgstr "RapidShare API"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:19
msgid "YouTube API"
msgstr "YouTube API"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:20
msgid "Posts"
msgstr "Indlæg"
#: d:\wordpress\plugins\broken-link-checker/includes/extra-strings.php:21
msgid "Pages"
msgstr "Sider"
#: d:\wordpress\plugins\broken-link-checker/includes/instances.php:102
#: d:\wordpress\plugins\broken-link-checker/includes/instances.php:158
#, php-format
msgid "Container %s[%d] not found"
msgstr "Container %s[%d] ikke fundet"
#: d:\wordpress\plugins\broken-link-checker/includes/instances.php:111
#: d:\wordpress\plugins\broken-link-checker/includes/instances.php:167
#, php-format
msgid "Parser '%s' not found."
msgstr "Parser '%s' ikke fundet."
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:26
msgid "Broken"
msgstr "Døde"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:28
msgid "No broken links found"
msgstr "Ingen døde links fundet"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:36
msgid "Redirects"
msgstr "Redirigerede"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:37
msgid "Redirected Links"
msgstr "Redirigerede links"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:38
msgid "No redirects found"
msgstr "Ingen redirigeringer fundet"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:46
msgid "Dismissed"
msgstr "Ignoreret"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:47
msgid "Dismissed Links"
msgstr "Ignorerede links"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:48
msgid "No dismissed links found"
msgstr "Ingen ignorerede links fundet"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:56
msgid "All"
msgstr "Alle"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:57
msgid "Detected Links"
msgstr "Fundne links"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:58
msgid "No links found (yet)"
msgstr "Ingen links fundet (endnu)"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:65
#: d:\wordpress\plugins\broken-link-checker/includes/admin/search-form.php:32
msgid "Search"
msgstr "Søg"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:66
msgid "Search Results"
msgstr "Søgeresultater"
#: d:\wordpress\plugins\broken-link-checker/includes/link-query.php:67