broken-link-checker-de_DE.po
60.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
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
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
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
msgctxt "link suggestions"
msgid "Searching..."
msgstr "Suche ..."
# @ broken-link-checker
#: includes/admin/links-page-js.php:428
msgctxt "link suggestions"
msgid "No suggestions available."
msgstr "Kein Vorschlag verfügbar."
#: includes/admin/links-page-js.php:429
msgctxt "link suggestions"
msgid "Archived page from %s (via the Wayback Machine)"
msgstr "Archivierte Seite von %s (via Wayback Machine)"
# @ broken-link-checker
#: includes/admin/links-page-js.php:523
msgid "%d instances of the link were successfully modified."
msgstr "%d Instanzen von diesem Link wurden erfolgreich geändert."
# @ broken-link-checker
#: includes/admin/links-page-js.php:529
msgid ""
"However, %d instances couldn't be edited and still point to the old URL."
msgstr ""
"Allerdings, %d Instanzen konnten nicht bearbeitet werden und verweisen zudem "
"noch auf die alte URL."
# @ broken-link-checker
#: includes/admin/links-page-js.php:535
msgid "The link could not be modified."
msgstr "Der Link konnte nicht geändert werden."
# @ broken-link-checker
#: includes/admin/links-page-js.php:538
msgid "The following error(s) occurred :"
msgstr "Folgende Fehler sind aufgetreten:"
#: includes/admin/links-page-js.php:602
msgid "Error: Link URL must not be empty."
msgstr "Fehler: Die Link URL darf nicht leer sein."
# @ broken-link-checker
#: includes/admin/links-page-js.php:677
msgid "%d instances of the link were successfully unlinked."
msgstr "%d Instanzen von diesem Link wurden erfolgreich gelöscht."
# @ broken-link-checker
#: includes/admin/links-page-js.php:683
msgid "However, %d instances couldn't be removed."
msgstr "Allerdings, %d Instanzen konnten nicht entfernt werden."
# @ broken-link-checker
#: includes/admin/links-page-js.php:688
msgid "The plugin failed to remove the link."
msgstr "Das Plugin konnte den Link nicht entfernen."
# @ broken-link-checker
#: includes/admin/links-page-js.php:691
msgid "The following error(s) occured :"
msgstr "Folgende Fehler sind aufgetreten:"
# @ broken-link-checker
#: includes/admin/links-page-js.php:737
msgid "Enter a name for the new custom filter"
msgstr "Gib einen Namen für den neuen benutzerdefinierten Filter ein"
# @ broken-link-checker
#: includes/admin/links-page-js.php:749
msgid ""
"You are about to delete the current filter.\n"
"'Cancel' to stop, 'OK' to delete"
msgstr ""
"Möchten Sie den aktuellen Filter löschen '%s'\n"
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
# @ broken-link-checker
#: includes/admin/links-page-js.php:773
msgid ""
"Are you sure you want to delete all posts, bookmarks or other items that "
"contain any of the selected links? This action can't be undone.\n"
"'Cancel' to stop, 'OK' to delete"
msgstr ""
"Sind Sie sicher, dass Sie alle Beiträge, Lesezeichen oder andere Elemente "
"die in den ausgewählten Links enthalten sind, löschen möchten? Diese Aktion "
"kann nicht rückgängig gemacht werden.\n"
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
# @ broken-link-checker
#: includes/admin/links-page-js.php:787
msgid ""
"Are you sure you want to remove the selected links? This action can't be "
"undone.\n"
"'Cancel' to stop, 'OK' to remove"
msgstr ""
"Sind Sie sicher, dass Sie die ausgewählten Links entfernen möchten? Diese "
"Aktion kann nicht rückgängig gemacht werden.\n"
" 'Abbrechen' um abzubrechen, 'OK' um zu entfernen."
#: includes/admin/links-page-js.php:899
msgid "Enter a search string first."
msgstr "Geben Sie zuerst einen Suchbegriff ein."
#: includes/admin/links-page-js.php:906
msgid "Select one or more links to edit."
msgstr "Wählen Sie einen oder mehrere Links zum bearbeiten."
# @ broken-link-checker
#: includes/admin/options-page-js.php:54
msgid "Hide debug info"
msgstr "Debug Info verbergen"
# @ broken-link-checker
#: includes/admin/search-form.php:16
msgid "Save This Search As a Filter"
msgstr "Diese Suche als Filter speichern"
# @ broken-link-checker
#: includes/admin/search-form.php:26
msgid "Delete This Filter"
msgstr "Diesen Filter löschen"
# @ broken-link-checker
#: includes/admin/search-form.php:32 includes/link-query.php:81
msgid "Search"
msgstr "Suche"
# @ broken-link-checker
#: includes/admin/search-form.php:42
msgid "Link text"
msgstr "Linktext"
# @ broken-link-checker
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:216
msgid "URL"
msgstr "URL"
# @ broken-link-checker
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:542
msgid "HTTP code"
msgstr "HTTP Code"
# @ broken-link-checker
#: includes/admin/search-form.php:51
msgid "Link status"
msgstr "Link Status"
# @ broken-link-checker
#: includes/admin/search-form.php:68 includes/admin/search-form.php:85
msgid "Link type"
msgstr "Link Typ"
# @ broken-link-checker
#: includes/admin/search-form.php:70
msgid "Any"
msgstr "Beliebig"
# @ broken-link-checker
#: includes/admin/search-form.php:74
msgid "Links used in"
msgstr "Links verwendet in"
# @ broken-link-checker
#: includes/admin/search-form.php:112
msgid "Search Links"
msgstr "Suche Links"
# @ broken-link-checker
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:368
#: includes/admin/table-printer.php:747 includes/admin/table-printer.php:872
msgid "Cancel"
msgstr "Abbrechen"
#: includes/admin/sidebar.php:25
msgid "More plugins by Janis Elsts"
msgstr "Weitere Plugins von Janis Elsts"
#: includes/admin/sidebar.php:48
msgid "Donate $10, $20 or $50!"
msgstr "Spenden Sie $10, $20 oder $50!"
#: includes/admin/sidebar.php:51
msgid ""
"If you like this plugin, please donate to support development and "
"maintenance!"
msgstr ""
"Mögen Sie dieses Plugin, dann helfen Sie uns mit einer Spende für die "
"Entwicklung und Wartung."
#: includes/admin/sidebar.php:69
msgid "Return to WordPress Dashboard"
msgstr "Zurück zum Wordpress Dashboard"
# @ broken-link-checker
#: includes/admin/table-printer.php:188
msgid "Compact View"
msgstr "Kompaktansicht"
# @ broken-link-checker
#: includes/admin/table-printer.php:193
msgid "Detailed View"
msgstr "Detailansicht"
# @ broken-link-checker
#: includes/admin/table-printer.php:223
msgid "Source"
msgstr "Quelle"
# @ broken-link-checker
#: includes/admin/table-printer.php:229
msgid "Link Text"
msgstr "Linktext"
# @ broken-link-checker
#: includes/admin/table-printer.php:236
msgid "Redirect URL"
msgstr "URL umleiten"
# @ broken-link-checker
#: includes/admin/table-printer.php:286
msgid "Bulk Actions"
msgstr "Massenänderung"
# @ broken-link-checker
#: includes/admin/table-printer.php:289
msgid "Fix redirects"
msgstr "Umleitungen übernehmen"
# @ broken-link-checker
#: includes/admin/table-printer.php:290
msgid "Mark as not broken"
msgstr "Als nicht fehlerhaft markieren"
# @ broken-link-checker
#: includes/admin/table-printer.php:295
msgid "Move sources to Trash"
msgstr "Verschiebe Quelle in den Papierkorb"
# @ broken-link-checker
#: includes/admin/table-printer.php:297
msgid "Delete sources"
msgstr "Quellen löschen"
# @ default
#: includes/admin/table-printer.php:312
msgid "«"
msgstr "«"
# @ default
#: includes/admin/table-printer.php:313
msgid "»"
msgstr "»"
# @ broken-link-checker
#: includes/admin/table-printer.php:321
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
msgstr "Anzeigen %s–%s von <span class=\"current-link-count\">%s</span>"
# @ broken-link-checker
#: includes/admin/table-printer.php:344
msgid "Bulk Edit URLs"
msgstr "Mehrere URLs bearbeiten"
#: includes/admin/table-printer.php:346
msgid "Find"
msgstr "Finden"
#: includes/admin/table-printer.php:350
msgid "Replace with"
msgstr "Ersetzen mit"
# @ broken-link-checker
#: includes/admin/table-printer.php:358
msgid "Case sensitive"
msgstr "Gross- und Kleinschreibung"
#: includes/admin/table-printer.php:362
msgid "Regular expression"
msgstr "Regulärer Ausdruck"
# @ broken-link-checker
#: includes/admin/table-printer.php:370 includes/admin/table-printer.php:873
msgid "Update"
msgstr "Aktualisieren"
# @ broken-link-checker
#: includes/admin/table-printer.php:523
msgid "Post published on"
msgstr "Beitrag publiziert am"
# @ broken-link-checker
#: includes/admin/table-printer.php:528
msgid "Link last checked"
msgstr "Link zuletzt geprüft"
# @ broken-link-checker
#: includes/admin/table-printer.php:532
msgid "Never"
msgstr "Nie"
# @ broken-link-checker
#: includes/admin/table-printer.php:547
msgid "Response time"
msgstr "Reaktionszeit"
# @ broken-link-checker
#: includes/admin/table-printer.php:549
msgid "%2.3f seconds"
msgstr "%2.3f Sekunden"
# @ broken-link-checker
#: includes/admin/table-printer.php:552
msgid "Final URL"
msgstr "Endgültige URL"
# @ broken-link-checker
#: includes/admin/table-printer.php:557
msgid "Redirect count"
msgstr "Weiterleitung Anzahl"
# @ broken-link-checker
#: includes/admin/table-printer.php:562
msgid "Instance count"
msgstr "Instanz Anzahl"
# @ broken-link-checker
#: includes/admin/table-printer.php:571
msgid "This link has failed %d time."
msgid_plural "This link has failed %d times."
msgstr[0] "Dieser Link schlug %d mal fehl."
msgstr[1] "Dieser Link schlug %d mal fehl."
# @ broken-link-checker
#: includes/admin/table-printer.php:579
msgid "This link has been broken for %s."
msgstr "Dieser Links ist fehlerhaft seit %s."
# @ broken-link-checker
#: includes/admin/table-printer.php:590
msgid "Log"
msgstr "Log"
# @ broken-link-checker
#: includes/admin/table-printer.php:615 includes/admin/table-printer.php:660
msgid "Show more info about this link"
msgstr "Mehr Informationen über diesen Link anzeigen"
# @ broken-link-checker
#: includes/admin/table-printer.php:633
msgctxt "checked how long ago"
msgid "Checked"
msgstr "Geprüft"
# @ broken-link-checker
#: includes/admin/table-printer.php:649
msgid "Broken for"
msgstr "Fehlerhaft für"
# @ broken-link-checker
#: includes/admin/table-printer.php:661
msgctxt "link in the \"Status\" column"
msgid "Details"
msgstr "Details"
# @ default
#: includes/admin/table-printer.php:678
msgid "Edit this link"
msgstr "Diesen Link bearbeiten"
# @ broken-link-checker
#: includes/admin/table-printer.php:680
msgid "Remove this link from all posts"
msgstr "Löschen Sie diesen Link von allen Beiträgen"
# @ broken-link-checker
#: includes/admin/table-printer.php:686
msgid "Remove this link from the list of broken links and mark it as valid"
msgstr ""
"Löschen Sie diesen Link von der fehlerhaften Linkliste und markieren ihn als "
"gültig"
#: includes/admin/table-printer.php:694
msgid "Hide this link and do not report it again unless its status changes"
msgstr ""
"Verstecken Sie diesen Link und melden ihn nicht wieder, auch wenn sein "
"Status ändert"
#: includes/admin/table-printer.php:700
msgid "Undismiss this link"
msgstr "Link wieder einblenden"
#: includes/admin/table-printer.php:701
msgid "Undismiss"
msgstr "Einblenden"
# @ broken-link-checker
#: includes/admin/table-printer.php:714
msgid "Replace this redirect with a direct link"
msgstr "Ersetzen Sie diese Umleitung mit einem direkten Link"
# @ broken-link-checker
#: includes/admin/table-printer.php:748
msgid "Update URL"
msgstr "Aktualisiere URL"
# @ broken-link-checker
#: includes/admin/table-printer.php:775
msgid "[An orphaned link! This is a bug.]"
msgstr "[Ein verwaister Link! Dies ist ein Bug.]"
# @ broken-link-checker
#: includes/admin/table-printer.php:852
msgctxt "inline editor title"
msgid "Edit Link"
msgstr "Link bearbeiten"
# @ broken-link-checker
#: includes/admin/table-printer.php:855
msgctxt "inline link editor"
msgid "Text"
msgstr "Text"
# @ broken-link-checker
#: includes/admin/table-printer.php:860
msgctxt "inline link editor"
msgid "URL"
msgstr "URL"
#: includes/admin/table-printer.php:865
msgctxt "inline link editor"
msgid "Suggestions"
msgstr "Vorschläge"
#: includes/admin/table-printer.php:885
msgid "Use this URL"
msgstr "URL verwenden"
# @ default
#: includes/any-post.php:426 modules/containers/blogroll.php:46
#: modules/containers/comment.php:159 modules/containers/custom_field.php:230
msgid "Edit"
msgstr "Bearbeiten"
# @ default
#: includes/any-post.php:434 modules/containers/custom_field.php:236
msgid "Move this item to the Trash"
msgstr "Element in den Papierkorb verschieben"
# @ default
#: includes/any-post.php:436 modules/containers/custom_field.php:238
msgid "Trash"
msgstr "Papierkorb"
# @ default
#: includes/any-post.php:441 modules/containers/custom_field.php:243
msgid "Delete this item permanently"
msgstr "Element endgültig löschen"
# @ default
#: includes/any-post.php:443 modules/containers/blogroll.php:47
#: modules/containers/custom_field.php:245
msgid "Delete"
msgstr "Löschen"
# @ default
#: includes/any-post.php:456
msgid "Preview “%s”"
msgstr "Vorschau “%s”"
# @ default
#: includes/any-post.php:457
msgid "Preview"
msgstr "Vorschau"
# @ default
#: includes/any-post.php:464
msgid "View “%s”"
msgstr "Ansehen “%s”"
# @ default
#: includes/any-post.php:465 modules/containers/comment.php:172
#: modules/containers/custom_field.php:250
msgid "View"
msgstr "Ansehen"
# @ default
#: includes/any-post.php:484 modules/containers/custom_field.php:230
msgid "Edit this item"
msgstr "Bearbeiten Sie dieses Element"
# @ broken-link-checker
#: includes/any-post.php:548 modules/containers/blogroll.php:83
#: modules/containers/comment.php:43
msgid "Nothing to update"
msgstr "Nichts zu aktualisieren"
# @ broken-link-checker
#: includes/any-post.php:558
msgid "Updating post %d failed"
msgstr "Beitrag Aktualisierung %d fehlgeschlagen"
# @ broken-link-checker
#: includes/any-post.php:595 modules/containers/custom_field.php:317
msgid "Failed to delete post \"%s\" (%d)"
msgstr "Löschen des Beitrages \"%s\" (%d) schlug fehl"
# @ broken-link-checker
#: includes/any-post.php:614 modules/containers/custom_field.php:336
msgid ""
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
"disabled"
msgstr ""
"Der Beitrag \"%s\" (%d) kann nicht in den Papierkorb verschoben werden, weil "
"diese Funktion deaktiviert ist"
# @ broken-link-checker
#: includes/any-post.php:634 modules/containers/custom_field.php:355
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "Verschieben des Beitrages \"%s\" (%d) in den Papierkorb schlug fehl"
# @ broken-link-checker
#: includes/any-post.php:742
msgid "%d post deleted."
msgid_plural "%d posts deleted."
msgstr[0] "%d Artikel gelöscht."
msgstr[1] "%d Artikel gelöscht."
# @ broken-link-checker
#: includes/any-post.php:744
msgid "%d page deleted."
msgid_plural "%d pages deleted."
msgstr[0] "%d Seite gelöscht."
msgstr[1] "%d Seiten gelöscht."
# @ broken-link-checker
#: includes/any-post.php:746
msgid "%d \"%s\" deleted."
msgid_plural "%d \"%s\" deleted."
msgstr[0] "%d \"%s\" gelöscht."
msgstr[1] "%d \"%s\" gelöscht."
# @ broken-link-checker
#: includes/any-post.php:765
msgid "%d post moved to the Trash."
msgid_plural "%d posts moved to the Trash."
msgstr[0] "%d Artikel in den Papierkorb verschoben."
msgstr[1] "%d Artikel in den Papierkorb verschoben."
# @ broken-link-checker
#: includes/any-post.php:767
msgid "%d page moved to the Trash."
msgid_plural "%d pages moved to the Trash."
msgstr[0] "%d Seite in den Papierkorb verschoben."
msgstr[1] "%d Seiten in den Papierkorb verschoben."
# @ broken-link-checker
#: includes/any-post.php:769
msgid "%d \"%s\" moved to the Trash."
msgid_plural "%d \"%s\" moved to the Trash."
msgstr[0] "%d \"%s\" in den Papierkorb verschoben."
msgstr[1] "%d \"%s\" in den Papierkorb verschoben."
# @ broken-link-checker
#: includes/containers.php:122
msgid "%d '%s' has been deleted"
msgid_plural "%d '%s' have been deleted"
msgstr[0] "%d '%s' wurde gelöscht"
msgstr[1] "%d '%s' wurden gelöscht"
# @ broken-link-checker
#: includes/containers.php:882 includes/containers.php:900
msgid "Container type '%s' not recognized"
msgstr "Container Typ '%s' nicht erkannt"
# @ broken-link-checker
#: includes/extra-strings.php:2
msgctxt "module name"
msgid "Basic HTTP"
msgstr "Standard HTTP"
# @ broken-link-checker
#: includes/extra-strings.php:3
msgctxt "module name"
msgid "Blogroll items"
msgstr "Blogroll Elemente"
# @ broken-link-checker
#: includes/extra-strings.php:4
msgctxt "module name"
msgid "Comments"
msgstr "Kommentare"
# @ broken-link-checker
#: includes/extra-strings.php:5
msgctxt "module name"
msgid "Custom fields"
msgstr "Benutzerdefinierte Felder"
# @ broken-link-checker
#: includes/extra-strings.php:6
msgctxt "module name"
msgid "Embedded DailyMotion videos"
msgstr "Eingebettete DailyMotion Videos"
# @ broken-link-checker
#: includes/extra-strings.php:7
msgctxt "module name"
msgid "Embedded GoogleVideo videos"
msgstr "Eingebettete GoogleVideo Videos"
# @ broken-link-checker
#: includes/extra-strings.php:8
msgctxt "module name"
msgid "Embedded Vimeo videos"
msgstr "Eingebettete Vimeo Videos"
# @ broken-link-checker
#: includes/extra-strings.php:9
msgctxt "module name"
msgid "Embedded YouTube playlists (old embed code)"
msgstr "Eingebettete YouTube Wiedergabelisten (alter Code)"
# @ broken-link-checker
#: includes/extra-strings.php:10
msgctxt "module name"
msgid "Embedded YouTube videos"
msgstr "Eingebettete YouTube Videos"
# @ broken-link-checker
#: includes/extra-strings.php:11
msgctxt "module name"
msgid "Embedded YouTube videos (old embed code)"
msgstr "Eingebettete YouTube Videos (alter Code)"
# @ broken-link-checker
#: includes/extra-strings.php:12
msgctxt "module name"
msgid "HTML images"
msgstr "HTML Bilder"
# @ broken-link-checker
#: includes/extra-strings.php:13
msgctxt "module name"
msgid "HTML links"
msgstr "HTML Links"
# @ broken-link-checker
#: includes/extra-strings.php:14
msgctxt "module name"
msgid "MediaFire API"
msgstr "MediaFire API"
# @ broken-link-checker
#: includes/extra-strings.php:15
msgctxt "module name"
msgid "Plaintext URLs"
msgstr "Klartext URLs"
# @ broken-link-checker
#: includes/extra-strings.php:16
msgctxt "module name"
msgid "RapidShare API"
msgstr "RapidShare API"
#: includes/extra-strings.php:17
msgctxt "module name"
msgid "Smart YouTube httpv:// URLs"
msgstr "Smart YouTube httpv:// URLs"
# @ broken-link-checker
#: includes/extra-strings.php:18
msgctxt "module name"
msgid "YouTube API"
msgstr "YouTube API"
# @ broken-link-checker
#: includes/extra-strings.php:19
msgctxt "module name"
msgid "Posts"
msgstr "Beiträge"
# @ broken-link-checker
#: includes/extra-strings.php:20
msgctxt "module name"
msgid "Pages"
msgstr "Seiten"
# @ broken-link-checker
#: includes/instances.php:105 includes/instances.php:161
msgid "Container %s[%d] not found"
msgstr "Container %s[%d] nicht gefunden"
# @ broken-link-checker
#: includes/instances.php:114 includes/instances.php:170
msgid "Parser '%s' not found."
msgstr "Parser '%s' nicht gefunden."
# @ broken-link-checker
#: includes/link-query.php:25
msgid "All"
msgstr "Alle"
# @ broken-link-checker
#: includes/link-query.php:26
msgid "Detected Links"
msgstr "Gefundene Links"
# @ broken-link-checker
#: includes/link-query.php:27
msgid "No links found (yet)"
msgstr "(Noch) keine Links gefunden"
# @ broken-link-checker
#: includes/link-query.php:36
msgid "Broken"
msgstr "Fehlerhaft"
# @ broken-link-checker
#: includes/link-query.php:38
msgid "No broken links found"
msgstr "Keine fehlerhaften Links gefunden"
#: includes/link-query.php:46
msgctxt "filter name"
msgid "Warnings"
msgstr "Warnungen"
#: includes/link-query.php:47
msgid "Warnings"
msgstr "Warnungen"
# @ broken-link-checker
#: includes/link-query.php:48
msgid "No warnings found"
msgstr "Keine Warnungen gefunden"
# @ broken-link-checker
#: includes/link-query.php:56
msgid "Redirects"
msgstr "Umleitungen"
# @ broken-link-checker
#: includes/link-query.php:57
msgid "Redirected Links"
msgstr "Umgeleitete Links"
# @ broken-link-checker
#: includes/link-query.php:58
msgid "No redirects found"
msgstr "Keine umgeleiteten Links gefunden"
#: includes/link-query.php:66
msgid "Dismissed"
msgstr "Ausgeblendete"
# @ broken-link-checker
#: includes/link-query.php:67
msgid "Dismissed Links"
msgstr "Ausgeblendete Links"
# @ broken-link-checker
#: includes/link-query.php:68
msgid "No dismissed links found"
msgstr "Keine ausgeblendeten Links gefunden"
# @ broken-link-checker
#: includes/link-query.php:82
msgid "Search Results"
msgstr "Such Resultat"
# @ broken-link-checker
#: includes/link-query.php:83 includes/link-query.php:130
msgid "No links found for your query"
msgstr "Keine Links für Deine Anfrage gefunden"
# @ broken-link-checker
#: includes/links.php:224
msgid "The plugin script was terminated while trying to check the link."
msgstr "Das Plugin-Skript wurde beim Versuch den Link zu überprüfen beendet."
# @ broken-link-checker
#: includes/links.php:271
msgid "The plugin doesn't know how to check this type of link."
msgstr "Das Plugin weiss nicht genau, wie er diesen Link Typ überprüfen soll."
# @ broken-link-checker
#: includes/links.php:502
msgid "Link is broken."
msgstr "Link ist fehlerhaft."
# @ broken-link-checker
#: includes/links.php:504
msgid "Link is valid."
msgstr "Link ist valide."
# @ broken-link-checker
#: includes/links.php:728 includes/links.php:830 includes/links.php:857
msgid "Link is not valid"
msgstr "Link ist nicht gültig"
# @ broken-link-checker
#: includes/links.php:745
msgid ""
"This link can not be edited because it is not used anywhere on this site."
msgstr ""
"Dieser Link kann nicht bearbeitet werden, weil er nicht überall auf dieser "
"Website verwendet wird."
# @ broken-link-checker
#: includes/links.php:771
msgid "Failed to create a DB entry for the new URL."
msgstr ""
"Das Erstellen eines Datenbankeintrages für die neue URL ist fehlgeschlagen."
# @ broken-link-checker
#: includes/links.php:837
msgid "This link is not a redirect"
msgstr "Dieser Link ist keine Umleitung"
# @ broken-link-checker
#: includes/links.php:884 includes/links.php:921
msgid "Couldn't delete the link's database record"
msgstr "Links können nicht aus der Datenbank gelöscht werden"
# @ broken-link-checker
#: includes/links.php:995
msgctxt "link status"
msgid "Unknown"
msgstr "Unbekannt"
# @ link status
# @ broken-link-checker
#: includes/links.php:1008 modules/checkers/http.php:308
#: modules/extras/mediafire.php:115
msgid "Unknown Error"
msgstr "Unbekannter Fehler"
# @ broken-link-checker
#: includes/links.php:1032
msgid "Not checked"
msgstr "Nicht überprüft"
# @ broken-link-checker
#: includes/links.php:1035
msgid "False positive"
msgstr "Falsch positiv"
# @ broken-link-checker
#: includes/links.php:1038 modules/extras/rapidshare.php:145
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
msgctxt "link status"
msgid "OK"
msgstr "OK"
# @ broken-link-checker
#: includes/parsers.php:117
msgid "Editing is not implemented in the '%s' parser"
msgstr "Editieren ist nicht im '%s' Parser implementiert"
# @ broken-link-checker
#: includes/parsers.php:132
msgid "Unlinking is not implemented in the '%s' parser"
msgstr "Aufheben der Verknüpfung ist nicht im '%s' Parser implementiert"
# @ default
#: includes/utility-class.php:245
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%s Sekunde"
msgstr[1] "%s Sekunden"
# @ default
#: includes/utility-class.php:246
msgid "%d second ago"
msgid_plural "%d seconds ago"
msgstr[0] "%s Sekunde vergangen"
msgstr[1] "%s Sekunden vergangen"
# @ default
#: includes/utility-class.php:249
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d Minute"
msgstr[1] "%d Minuten"
# @ default
#: includes/utility-class.php:250
msgid "%d minute ago"
msgid_plural "%d minutes ago"
msgstr[0] "%d Minute vergangen"
msgstr[1] "%d Minuten vergangen"
# @ default
#: includes/utility-class.php:253
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d Stunde"
msgstr[1] "%d Stunden"
# @ default
#: includes/utility-class.php:254
msgid "%d hour ago"
msgid_plural "%d hours ago"
msgstr[0] "%d Stunde vergangen"
msgstr[1] "%d Stunden vergangen"
# @ default
#: includes/utility-class.php:257
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d Tag"
msgstr[1] "%d Tage"
# @ default
#: includes/utility-class.php:258
msgid "%d day ago"
msgid_plural "%d days ago"
msgstr[0] "%d Tag vergangen"
msgstr[1] "%d Tage vergangen"
# @ default
#: includes/utility-class.php:261
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d Monat"
msgstr[1] "%d Monate"
# @ default
#: includes/utility-class.php:262
msgid "%d month ago"
msgid_plural "%d months ago"
msgstr[0] "%d Monat vergangen"
msgstr[1] "%d Monate vergangen"
# @ broken-link-checker
#: modules/checkers/http.php:285
msgid "Server Not Found"
msgstr "Server nicht gefunden"
# @ broken-link-checker
#: modules/checkers/http.php:301
msgid "Connection Failed"
msgstr "Verbindung fehlgeschlagen"
# @ broken-link-checker
#: modules/checkers/http.php:344 modules/checkers/http.php:414
msgid "HTTP code : %d"
msgstr "HTTP Code: %d"
# @ broken-link-checker
#: modules/checkers/http.php:346 modules/checkers/http.php:416
msgid "(No response)"
msgstr "(Keine Antwort)"
# @ broken-link-checker
#: modules/checkers/http.php:352
msgid "Most likely the connection timed out or the domain doesn't exist."
msgstr ""
"Vermutlich hat die Verbindung ein Timeout oder die Domain existiert nicht."
# @ broken-link-checker
#: modules/checkers/http.php:423
msgid "Request timed out."
msgstr "Erfordert Zeitlimit."
# @ broken-link-checker
#: modules/checkers/http.php:441
msgid "Using Snoopy"
msgstr "Benutzt Snoopy"
# @ broken-link-checker
#: modules/containers/blogroll.php:21
msgid "Bookmark"
msgstr "Lesezeichen"
# @ broken-link-checker
#: modules/containers/blogroll.php:27 modules/containers/blogroll.php:46
msgid "Edit this bookmark"
msgstr "Lesezeichen bearbeiten"
# @ default
#: modules/containers/blogroll.php:47
msgid ""
"You are about to delete this link '%s'\n"
" 'Cancel' to stop, 'OK' to delete."
msgstr ""
"Möchten Sie diesen Link löschen '%s'\n"
" 'Abbrechen' um abzubrechen, 'OK' um zu löschen."
# @ broken-link-checker
#: modules/containers/blogroll.php:97
msgid "Updating bookmark %d failed"
msgstr "Lesezeichen Aktualisierung %d fehlgeschlagen"
# @ broken-link-checker
#: modules/containers/blogroll.php:128
msgid "Failed to delete blogroll link \"%s\" (%d)"
msgstr "Löschen des Blogroll Link \"%s\" (%d) schlug fehl"
# @ broken-link-checker
#: modules/containers/blogroll.php:298
msgid "%d blogroll link deleted."
msgid_plural "%d blogroll links deleted."
msgstr[0] "%d Blogroll Link gelöscht."
msgstr[1] "%d Blogroll Links gelöscht."
# @ broken-link-checker
#: modules/containers/comment.php:53
msgid "Updating comment %d failed"
msgstr "Kommentar Aktualisierung %d fehlgeschlagen"
# @ broken-link-checker
#: modules/containers/comment.php:74
msgid "Failed to delete comment %d"
msgstr "Fehler beim Kommentar löschen %d"
# @ broken-link-checker
#: modules/containers/comment.php:95
msgid "Can't move comment %d to the trash"
msgstr "Kommentar %d kann nicht in den Papierkorb verschoben werden"
# @ default
#: modules/containers/comment.php:159 modules/containers/comment.php:201
msgid "Edit comment"
msgstr "Kommentar bearbeiten"
# @ default
#: modules/containers/comment.php:166
msgid "Delete Permanently"
msgstr "Endgültig löschen"
# @ default
#: modules/containers/comment.php:168
msgid "Move this comment to the trash"
msgstr "%d Kommentar in den Papierkorb verschieben"
# @ default
#: modules/containers/comment.php:168
msgctxt "verb"
msgid "Trash"
msgstr "Papierkorb"
# @ broken-link-checker
#: modules/containers/comment.php:172
msgid "View comment"
msgstr "Kommentar ansehen"
# @ broken-link-checker
#: modules/containers/comment.php:189
msgid "Comment"
msgstr "Kommentar"
# @ broken-link-checker
#: modules/containers/comment.php:364
msgid "%d comment has been deleted."
msgid_plural "%d comments have been deleted."
msgstr[0] "%d Kommentar wurde gelöscht."
msgstr[1] "%d Kommentare wurde gelöscht."
# @ broken-link-checker
#: modules/containers/comment.php:383
msgid "%d comment moved to the Trash."
msgid_plural "%d comments moved to the Trash."
msgstr[0] "%d Kommentar in den Papierkorb verschoben."
msgstr[1] "%d Kommentare in den Papierkorb verschoben."
# @ broken-link-checker
#: modules/containers/custom_field.php:85
msgid "Failed to update the meta field '%s' on %s [%d]"
msgstr "Aktualisieren des Meta-Feldes '%s' in %s [%d] schlug fehl"
# @ broken-link-checker
#: modules/containers/custom_field.php:115
msgid "Failed to delete the meta field '%s' on %s [%d]"
msgstr "Löschen des Meta-Feldes '%s' in %s [%d] schlug fehl"
# @ default
#: modules/containers/custom_field.php:216
msgid "Edit this post"
msgstr "Bearbeiten Sie diesen Beitrag"
# @ broken-link-checker
#: modules/containers/custom_field.php:250
msgid "View \"%s\""
msgstr "\"%s\" ansehen"
# @ broken-link-checker
#: modules/containers/dummy.php:34 modules/containers/dummy.php:45
msgid "I don't know how to edit a '%s' [%d]."
msgstr "Das Bearbeiten von '%s' [%d] ist fehlgeschlagen."
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:23
msgid "DailyMotion Video"
msgstr "DailyMotion Video"
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:24
msgid "Embedded DailyMotion video"
msgstr "Eingebettete DailyMotion Videos"
#: modules/extras/embed-parser-base.php:197
msgid ""
"Embedded videos can't be edited using Broken Link Checker. Please edit or "
"replace the video in question manually."
msgstr ""
"Eingebettete Videos können mit Broken Link Checker nicht editiert werden. "
"Bitte ändern oder ersetzen Sie das betreffende Video manuell."
# @ broken-link-checker
#: modules/extras/googlevideo-embed.php:24
msgid "GoogleVideo Video"
msgstr "GoogleVideo Video"
# @ broken-link-checker
#: modules/extras/googlevideo-embed.php:25
msgid "Embedded GoogleVideo video"
msgstr "Eingebetteter GoogleVideo Video"
# @ broken-link-checker
#: modules/extras/mediafire.php:97 modules/extras/mediafire.php:103
#: modules/extras/rapidshare.php:139
msgid "Not Found"
msgstr "Nicht gefunden"
#: modules/extras/mediafire.php:109
msgid "Permission Denied"
msgstr "Zugriff verweigert"
# @ broken-link-checker
#: modules/extras/rapidshare.php:51
msgid "Using RapidShare API"
msgstr "Verwende RapidShare API"
# @ broken-link-checker
#: modules/extras/rapidshare.php:158
msgid "RS Server Down"
msgstr "RS Server nicht verfügbar"
# @ broken-link-checker
#: modules/extras/rapidshare.php:165
msgid "File Blocked"
msgstr "Datei blockiert"
#: modules/extras/rapidshare.php:172
msgid "File Locked"
msgstr "Datei gesperrt"
# @ broken-link-checker
#: modules/extras/rapidshare.php:183
msgid "RapidShare : %s"
msgstr "RapidShare: %s"
# @ broken-link-checker
#: modules/extras/rapidshare.php:189
msgid "RapidShare API error: %s"
msgstr "RapidShare API Fehler: %s"
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:24
msgid "Vimeo Video"
msgstr "Vimeo Video"
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:25
msgid "Embedded Vimeo video"
msgstr "Eingebettete Vimeo Videos"
# @ broken-link-checker
#: modules/extras/youtube-embed.php:24 modules/extras/youtube-iframe.php:25
msgid "YouTube Video"
msgstr "YouTube Video"
# @ broken-link-checker
#: modules/extras/youtube-embed.php:25 modules/extras/youtube-iframe.php:26
msgid "Embedded YouTube video"
msgstr "Eingebettete YouTube Videos"
# @ broken-link-checker
#: modules/extras/youtube-playlist-embed.php:24
msgid "YouTube Playlist"
msgstr "YouTube Wiedergabeliste"
# @ broken-link-checker
#: modules/extras/youtube-playlist-embed.php:25
msgid "Embedded YouTube playlist"
msgstr "Eingebettete YouTube Wiedergabeliste"
# @ broken-link-checker
#: modules/extras/youtube.php:124 modules/extras/youtube.php:127
msgid "Video Not Found"
msgstr "Video nicht gefunden"
#: modules/extras/youtube.php:135
msgid "Video Removed"
msgstr "Video entfernt"
#: modules/extras/youtube.php:143
msgid "Invalid Video ID"
msgstr "Ungültige Video ID"
#: modules/extras/youtube.php:155
msgid "Video OK"
msgstr "Video OK"
# @ broken-link-checker
#: modules/extras/youtube.php:156 modules/extras/youtube.php:177
#: modules/extras/youtube.php:249 modules/extras/youtube.php:289
msgid "OK"
msgstr "OK"
#: modules/extras/youtube.php:170 modules/extras/youtube.php:271
msgid "Video status : %s%s"
msgstr "Video Status : %s%s"
#: modules/extras/youtube.php:182 modules/extras/youtube.php:280
msgid "Video Restricted"
msgstr "Video mit Einschränkungen"
#: modules/extras/youtube.php:199 modules/extras/youtube.php:305
msgid "Unknown YouTube API response received."
msgstr "Unbekannte Antwort der YouTube API erhalten."
# @ broken-link-checker
#: modules/extras/youtube.php:217 modules/extras/youtube.php:220
msgid "Playlist Not Found"
msgstr "Wiedergabeliste nicht gefunden"
#: modules/extras/youtube.php:227
msgid "Playlist Restricted"
msgstr "Wiedergabeliste mit Einschränkungen"
#: modules/extras/youtube.php:234
msgid "Invalid Playlist"
msgstr "Ungültige Wiedergabeliste"
#: modules/extras/youtube.php:248
msgid "Playlist OK"
msgstr "Wiedergabeliste in Ordnung"
#: modules/extras/youtube.php:255
msgid "This playlist has no entries or all entries have been deleted."
msgstr ""
"Diese Wiedergabeliste hat keine Einträge oder alle Einträge wurden gelöscht."
#: modules/extras/youtube.php:256
msgid "Empty Playlist"
msgstr "Leere Wiedergabeliste"
# @ broken-link-checker
#: modules/parsers/image.php:164
msgid "Image"
msgstr "Bild"
# @ broken-link-checker
#: modules/parsers/metadata.php:119
msgid "Custom field"
msgstr "Benutzerdefiniertes Feld"
#. Plugin URI of the plugin/theme
msgid "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
msgstr "http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/"
#. Description of the plugin/theme
msgid ""
"Checks your blog for broken links and missing images and notifies you on the "
"dashboard if any are found."
msgstr ""
"Überprüft Ihr Blog auf fehlerhafte Links und nicht vorhandene Bilder und "
"benachrichtigt Sie im Dashboard, wenn nichts gefunden wird."
#. Author of the plugin/theme
msgid "Janis Elsts"
msgstr "Janis Elsts"
#. Author URI of the plugin/theme
msgid "http://w-shadow.com/"
msgstr "http://w-shadow.com/"