broken-link-checker-he_IL.po
110 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
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# This file was generated by WPML
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
# https://wpml.org
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: broken-link-checker\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Ahrale <contact@atar4u.com>\n"
"Language-Team: Ahrale | Atar4U.com <contact@atar4u.com>\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"X-Generator: Poedit 1.7.4\n"
"X-Poedit-SourceCharset: UTF-8\n"
# wpml-name: a68161ef21983e22f167f20eea174f5f
#: 'not_implemented', sprintf(__("Unlinking is not implemented in the '%s'
#: parser", 'broken-link-checker'), $this->parser_type) );
msgctxt "4ddd94f026305b6feaceb07fcab5b948"
msgid "Unlinking is not implemented in the '%s' parser"
msgstr "הסרת קישור אינה מוטמעת במפענח '%s'"
# wpml-name: 1b57e25dbd2e30ca868f3d2a12107507
#: 'not_implemented', sprintf(__("Editing is not implemented in the '%s'
#: parser", 'broken-link-checker'), $this->parser_type) );
msgctxt "67a6a76c8aa475dbc7f8b3840fdae436"
msgid "Editing is not implemented in the '%s' parser"
msgstr "במנתח (Parser) '%s' לא מוטמעת יכולת עריכה"
# wpml-name: c70ee8b8a06772f685c4554355826caf
#: 'update_failed', sprintf(__('Updating post %d failed',
#: 'broken-link-checker'), $this->container_id) );
msgctxt "665556eeed92c333b4bb737a3dccea5c"
msgid "Updating post %d failed"
msgstr "עדכון הפוסט %d נכשל"
# wpml-name: module name: Pages
#: _x("Posts", "module name", "broken-link-checker"); _x("Pages",
msgctxt "a6700ad3c40a5ffd407eced9ca773f9e"
msgid "Pages"
msgstr "עמודים"
# wpml-name: module name: Posts
#: _x("YouTube API", "module name", "broken-link-checker"); _x("Posts",
#: _x("Pages",
msgctxt "6590167e5f3e16d1a259622767bc18d5"
msgid "Posts"
msgstr "פוסטים"
# wpml-name: module name: YouTube API
#: _x("Smart YouTube httpv:// URLs", "module name", "broken-link-checker");
#: _x("YouTube API", _x("Posts",
msgctxt "430017dc48ea29389ec519c18f38a015"
msgid "YouTube API"
msgstr " API של YouTube"
# wpml-name: module name: Smart YouTube httpv:// URLs
#: _x("RapidShare API", "module name", "broken-link-checker"); _x("Smart
#: YouTube httpv:// URLs", _x("YouTube
msgctxt "3494ec8690c75fe3ece42a43d96d5ead"
msgid "Smart YouTube httpv:// URLs"
msgstr "כתובת URL חכמות של YouTube"
# wpml-name: module name: RapidShare API
#: _x("Plaintext URLs", "module name", "broken-link-checker"); _x("RapidShare
#: API", _x("Smart YouTube httpv://
msgctxt "4607b3d610379e1c93cc9f38cabf873f"
msgid "RapidShare API"
msgstr "API של RapidShare"
# wpml-name: module name: Plaintext URLs
#: _x("MediaFire API", "module name", "broken-link-checker"); _x("Plaintext
#: URLs", _x("RapidShare
msgctxt "21c8f0c2842fc7eae0ca2fdebebb5848"
msgid "Plaintext URLs"
msgstr "כתובות URL בטקסט פשוט"
# wpml-name: module name: MediaFire API
#: _x("HTML links", "module name", "broken-link-checker"); _x("MediaFire API",
#: _x("Plaintext URLs",
msgctxt "d64d42805d2eedcd4901f317a78a8ea6"
msgid "MediaFire API"
msgstr "API של MediaFire"
# wpml-name: module name: HTML links
#: _x("HTML images", "module name", "broken-link-checker"); links",
#: _x("MediaFire API",
msgctxt "4a51e4d801cb74aeb3eb2766e7fd0696"
msgid "HTML links"
msgstr "קישורי HTML"
# wpml-name: module name: HTML images
#: _x("Embedded YouTube videos (old embed code)", "module name",
#: "broken-link-checker"); _x("HTML images", links",
msgctxt "c0b675b6f618426a1580b6d8c0fa7525"
msgid "HTML images"
msgstr "תמונות HTML"
# wpml-name: module name: Embedded YouTube videos (old embed code)
#: _x("Embedded YouTube videos", "module name", "broken-link-checker"); videos
#: (old embed code)", _x("HTML images",
msgctxt "690b7c742b295b95c9d7edd7f0ce27b7"
msgid "Embedded YouTube videos (old embed code)"
msgstr "סרטונים מוטמעים של YouTube (קוד הטמעה ישן)"
# wpml-name: module name: Embedded YouTube videos
#: _x("Embedded YouTube playlists (old embed code)", "module name",
#: "broken-link-checker"); videos", videos
msgctxt "b8b661a915e9ab42f801facc7abbc47f"
msgid "Embedded YouTube videos"
msgstr "סרטונים מוטמעים של YouTube"
# wpml-name: module name: Embedded YouTube playlists (old embed code)
#: _x("Embedded Vimeo videos", "module name", "broken-link-checker"); YouTube
#: playlists (old embed code)",
msgctxt "866ef096a69d0ef480fea64e679f2ac1"
msgid "Embedded YouTube playlists (old embed code)"
msgstr "רשימות השמעה מוטמעות מ YouTube"
# wpml-name: module name: Embedded Vimeo videos
#: _x("Embedded GoogleVideo videos", "module name", "broken-link-checker");
#: Vimeo YouTube playlists (old embed code)",
msgctxt "0a16d4445ad94ce3dfc9ed40d20b050c"
msgid "Embedded Vimeo videos"
msgstr "סרטונים מוטמעים מ Vimeo"
# wpml-name: module name: Embedded GoogleVideo videos
#: _x("Embedded DailyMotion videos", "module name", "broken-link-checker");
#: GoogleVideo Vimeo
msgctxt "a1f5f23a564970d60b09804fa6d4aa62"
msgid "Embedded GoogleVideo videos"
msgstr "סרטונים מוטמעים מ GoogleVideo"
# wpml-name: module name: Embedded DailyMotion videos
#: _x("Custom fields", "module name", "broken-link-checker"); _x("Embedded
#: DailyMotion videos", GoogleVideo
msgctxt "95889181a59f12ce8d918758f32604c7"
msgid "Embedded DailyMotion videos"
msgstr "סרטונים מוטמעים מ DailyMotion"
# wpml-name: module name: Custom fields
#: _x("Comments", "module name", "broken-link-checker"); _x("Custom fields",
#: _x("Embedded DailyMotion videos",
msgctxt "bab2ee0471e797f9114215c9bb35c215"
msgid "Custom fields"
msgstr "שדות"
# wpml-name: module name: Comments
#: _x("Blogroll items", "module name", "broken-link-checker"); _x("Comments",
#: _x("Custom fields",
msgctxt "f632a84b5bd7a04cb8ec88c9dab2c1e8"
msgid "Comments"
msgstr "תגובות "
# wpml-name: module name: Blogroll items
#: _x("Basic HTTP", "module name", "broken-link-checker"); _x("Blogroll
#: items", _x("Comments",
msgctxt "77dcd27d726dc2da2693cf8544753bbb"
msgid "Blogroll items"
msgstr "פריטי בלוגרול"
# wpml-name: module name: Basic HTTP
#: <?php _x("Basic HTTP", "module name", "broken-link-checker"); _x("Blogroll
#: items",
msgctxt "ec8331ed7fc29a09d37074270750cd80"
msgid "Basic HTTP"
msgstr "HTTP בסיסי"
# wpml-name: 6f54db3980b8a5ca094e8d9e5c548dca
#: 'parser_not_found', sprintf(__("Parser '%s' not found.",
#: 'broken-link-checker'), $this->parser_type) );
msgctxt "521e5e13f86da7f50fb62dec7bcb4c48"
msgid "Parser '%s' not found."
msgstr "מנתח (Parser) '%s' לא נמצא."
# wpml-name: 1c70e5fa74a99c1e0e7476093d7a8ea4
#: 'container_not_found', sprintf(__("Container %s[%d] not found",
#: 'broken-link-checker'), $this->container_type, $this->container_id) );
msgctxt "b1378f58d000c3d17bce122baa0c2bdf"
msgid "Container %s[%d] not found"
msgstr "מיכל (Container) %s[%d] לא נמצא"
# wpml-name: 834fab4d2f4eb202294de9498a2f5aac
#: if ( is_null($manager) ){ return sprintf(__("Container type '%s' not
#: recognized", 'broken-link-checker'), $container_type); } else {
msgctxt "921d5b6f327204cdc1ee6a900910509e"
msgid "Container type '%s' not recognized"
msgstr "מיכל (Container) מסוג '%s' אינו מזוהה"
# wpml-name: 2ee62a347c0592e65c25192e3be0e503
#: } elseif ( $this->false_positive ) { $text = __('False positive',
#: 'broken-link-checker'); $code BLC_LINK_STATUS_UNKNOWN;
msgctxt "cbad8eb3eca341b76c2873c3a6cdb494"
msgid "False positive"
msgstr "זיהוי שגוי כשבור (False Positive)"
# wpml-name: 170635e560a679be3d1a532e2979d08c
#: if ( !$this->last_check ) { $text = __('Not checked',
#: 'broken-link-checker'); $code BLC_LINK_STATUS_UNKNOWN;
msgctxt "548b063e14e0edf16f2cfc9a2f2e5a1e"
msgid "Not checked"
msgstr "טרם נבדק"
# wpml-name: c4b6eb84d2e8b2180118c89ab217350d
#: "deletion_failed", __("Couldn't delete the link's database record",
#: 'broken-link-checker') )
msgctxt "2ceb3d66afee16b835f3d492e406c42f"
msgid "Couldn't delete the link's database record"
msgstr "לא ניתן למחוק את רשומת מסד הנתונים של הקישור"
# wpml-name: d9db92ab73fdfe3e8e9f590e51e512b7
#: 'not_redirect', __("This link is not a redirect", 'broken-link-checker') );
msgctxt "f2c39270f442b5687ebb93d3effd4dcf"
msgid "This link is not a redirect"
msgstr "הקישור אינו הפניה"
# wpml-name: fdda5c7af599771fdeb6d4d732281f3a
#: 'link_creation_failed', __('Failed to create a DB entry for the new URL.',
#: 'broken-link-checker') )
msgctxt "1531b03192f9680fcd9e1cc4039c014c"
msgid "Failed to create a DB entry for the new URL."
msgstr "נכשל הניסיון ליצור רשומת מסד נתונים עבור כתובת האינטרנט החדשה."
# wpml-name: 60f8077d843d5254f8b8f7b8b173ca12
#: 'no_instances_found', __('This link can not be edited because it is used
#: anywhere on this site.', 'broken-link-checker') )
msgctxt "4063fb7cfd86b95aed647bd05a005a52"
msgid "This link can not be edited because it is not used anywhere on this site."
msgstr "לא ניתן לערוך את הקישור בגלל שלא נעשה בו שימוש במקום כלשהו באתר זה."
# wpml-name: 66cfa2a7fc4855a618359ea8b36aa815
#: 'link_invalid', __("Link is not valid", 'broken-link-checker') );
msgctxt "6e049ce9377857e283a6b59537eadb1a"
msgid "Link is not valid"
msgstr "הקישור אינו תקין"
# wpml-name: 9fd74a107e4ecb9b0d92d6e33f651706
#: } else { $this->log .= "\n" . __("Link is valid.", 'broken-link-checker');
msgctxt "da61f652b787542e25582dea23eea3fb"
msgid "Link is valid."
msgstr "הקישור תקין."
# wpml-name: eac10e45a78c5b79d262dd25a8bcea04
#: if ( $this->broken || $this->warning ) { $this->log .= "\n" . __("Link is
#: broken.", 'broken-link-checker'); } else
msgctxt "429fa77c1087a780a63344bd72083de3"
msgid "Link is broken."
msgstr "הקישור שבור."
# wpml-name: ed74899431be6eb5aff9b2c78e673407
#: $this->being_checked = false; $this->log __("The plugin doesn't know how to
#: check this type of link.", 'broken-link-checker');
msgctxt "8cf55d2fc780103c4e6f887bf91cdfc9"
msgid "The plugin doesn't know how to check this type of link."
msgstr "התוסף אינו יודע כיצד לבדוק סוג זה של קישור."
# wpml-name: 00648eb3e7abaed6a5d9017d2554b581
#: //Add an explanatory notice to the link's log $error_notice = "[" . __("The
#: plugin script was terminated while trying check link.",
#: 'broken-link-checker') "]"; if ( strpos($this->log, $error_notice) ===
#: false ){
msgctxt "5e587430f5335e94e68db087ade2f9db"
msgid "The plugin script was terminated while trying to check the link."
msgstr "תסריט התוסף הסתיים בזמן בדיקת הקישור."
# wpml-name: e6388c9eaf45b6f4f931eaa538bcf1b4
#: 'heading' => ucwords($data['name']), 'heading_zero' __('No links found for
#: your query', 'broken-link-checker'), 'custom' true,
msgctxt "5ca33e4ab322f5856abdbd43c1bf0465"
msgid "No links found for your query"
msgstr "לא נמצאו קישורים על פי השאילתא שלכם"
# wpml-name: 32df01b9cf0491a879250b58ba2744ba
#: 'name' => __('Search', 'broken-link-checker'), 'heading' __('Search
#: Results', 'heading_zero' __('No links found for your query',
msgctxt "2dcb9af46d5dc705159564c98823a2b6"
msgid "Search Results"
msgstr "תוצאות החיפוש"
# wpml-name: 77440c1e775665a8352b954009e2fa51
#: 'heading' => __('Dismissed Links', 'broken-link-checker'), 'heading_zero'
#: __('No dismissed links found', 'native' true,
msgctxt "63313904cce406ee0979546d51f65d3e"
msgid "No dismissed links found"
msgstr "לא נמצאו קישורים שמתעלמים מהם"
# wpml-name: 94572ef326ae75e1d6a96e8f10cd9840
#: 'name' => __('Dismissed', 'broken-link-checker'), 'heading' __('Dismissed
#: Links', 'heading_zero' __('No dismissed links found',
msgctxt "8ef58b7850ab390da8c0d5e787298e24"
msgid "Dismissed Links"
msgstr "קישורים בהמתנה"
# wpml-name: e2ccdd369c3ae64bfd036d550bee4d1d
#: ), 'name' => __('Dismissed', 'broken-link-checker'), 'heading'
#: __('Dismissed Links',
msgctxt "d0bc8b363de0ff6ae6e377bfd3d0cfc8"
msgid "Dismissed"
msgstr "בהמתנה"
# wpml-name: 0d1466e798c884c50ab72bb010505254
#: 'heading' => __('Redirected Links', 'broken-link-checker'), 'heading_zero'
#: __('No redirects found', 'native' true,
msgctxt "db9849c85491da1a2b7cea04adb1b8c7"
msgid "No redirects found"
msgstr "לא נמצאו הפניות"
# wpml-name: f240b61f0ae885e07268e846be6e33b0
#: 'name' => __('Redirects', 'broken-link-checker'), 'heading' __('Redirected
#: Links', 'heading_zero' __('No redirects found',
msgctxt "0ba0ddc248ea3d740aa1f2d37c9c9484"
msgid "Redirected Links"
msgstr "קישורים מופנים"
# wpml-name: 08635c4f0bf6edbca5d2a8bd0da24a6c
#: ), 'name' => __('Redirects', 'broken-link-checker'), 'heading'
#: __('Redirected Links',
msgctxt "3f168bc06807ddd75451c012b9e045de"
msgid "Redirects"
msgstr "הפניה"
# wpml-name: 28b20f68ff4dee92f86f1caadaab0ade
#: 'heading' => __('Warnings', 'filter heading', 'broken-link-checker'),
#: 'heading_zero' __('No warnings found', 'native' true,
msgctxt "297fd299ea9adfe5b8c216834e1162da"
msgid "No warnings found"
msgstr "לא נמצאו אזהרות"
# wpml-name: 56c10d18e0367f88a8f4f8cc35b60376
#: 'heading' => __('Broken Links', 'broken-link-checker'), 'heading_zero'
#: __('No broken links found', 'native' true,
msgctxt "65186713752171b3a4d70541fc123073"
msgid "No broken links found"
msgstr "לא נמצאו קישורים שבורים"
# wpml-name: c98dbc22f49f1b4a644307551924f8da
#: ), 'name' => __('Broken', 'broken-link-checker'), 'heading' __('Broken
#: Links',
msgctxt "b4546a309b0ad8e0332b0ba5a183ff71"
msgid "Broken"
msgstr "שבור"
# wpml-name: 8f68159d6140a8a305d6aebb8422694d
#: 'heading' => __('Detected Links', 'broken-link-checker'), 'heading_zero'
#: __('No links found (yet)', 'native' true,
msgctxt "bb456fc50cc3590ed49158936d59296e"
msgid "No links found (yet)"
msgstr "לא נמצאו קישורים (עדיין)"
# wpml-name: 2e1bbdf556cfef47f9d802591df7ff35
#: 'name' => __('All', 'broken-link-checker'), 'heading' __('Detected Links',
#: 'heading_zero' __('No links found (yet)',
msgctxt "37e05144432f18ea685e9c562c76796d"
msgid "Detected Links"
msgstr "קישורים שנמצאו"
# wpml-name: b1c94ca2fbc3e78fc30069c8d0f01680
#: ), 'name' => __('All', 'broken-link-checker'), 'heading' __('Detected
#: Links',
msgctxt "345c97890d9de9ed3f01395678ecf352"
msgid "All"
msgstr "כל הסטטוסים"
# wpml-name: 6c8e8be13a1447d60841c3fc0494b983
#: <div id="blc-search-button-row"> <input type="submit" value="<?php
#: esc_attr_e( 'Search Links', 'broken-link-checker' ); ?>"
#: id="blc-search-button" name="search_button" class="button-primary" />
#: type="button" 'Cancel', id="blc-cancel-search" class="button"
msgctxt "27d016c5a18d40ec670a83aad9f58f00"
msgid "Search Links"
msgstr "חיפוש קישורים"
# wpml-name: 13348442cc6a27032d2b4aa28b75a5d3
#: $this->search_filter = array( 'name' => __('Search',
#: 'broken-link-checker'), 'heading' __('Search Results',
msgctxt "65b1a9078c4e75a68a1d249afd3167b1"
msgid "Search"
msgstr "חיפוש"
# wpml-name: f1b5e74524eecd38a32f5a526f735f75
#: <input type="hidden" name="action" value="delete-custom-filter" />
#: type="submit" value="<?php esc_attr_e( 'Delete This Filter',
#: 'broken-link-checker' ); ?>" id="blc-delete-filter" class="button" </form>
msgctxt "03e247ff97aa181c66541d2451122f29"
msgid "Delete This Filter"
msgstr "מחיקת המסנן הפעיל"
# wpml-name: 209c95d34e0e73ecd20b670de6f050c4
#: <input type="hidden" name="action" value="create-custom-filter" />
#: type="button" value="<?php esc_attr_e( 'Save This Search As a Filter',
#: 'broken-link-checker' ); ?>" id="blc-create-filter" class="button" </form>
msgctxt "e6f2dcffe3abb3971e6a4da2fd96fdb1"
msgid "Save This Search As a Filter"
msgstr "שמירת חיפוש זה כמסנן"
# wpml-name: ed36a1ef76a59ee3f15180e0441188ad
#: <select name="s_link_type" id="s_link_type"> <option value=""><?php
#: _e('Any', 'broken-link-checker'); ?></option> <?php
msgctxt "81c3c49935a8890887b5726640e6f60e"
msgid "Any"
msgstr "כלשהו"
# wpml-name: 2e7529e9c905d1f2a0479d39924dd0ec
#: <label for="s_filter"><?php _e('Link status', 'broken-link-checker');
#: ?></label> <select name="s_filter" id="s_filter">
msgctxt "0c74e18ff51d2d8856b822edd93d368d"
msgid "Link status"
msgstr "מצב הקישור"
# wpml-name: 63a11faa3a692d4e00fa8e03bbe8a0d6
#: <label for="s_link_text"><?php _e('Link text', 'broken-link-checker');
#: ?></label> <input type="text" name="s_link_text" value="<?php
#: if(!empty($search_params['s_link_text'])) echo
#: esc_attr($search_params['s_link_text']); ?>" id="s_link_text" class="text
#: ui-widget-content" />
msgctxt "001ceaa5bd1188ec1aa37430925628bf"
msgid "Link text"
msgstr "טקסט הקישור"
# wpml-name: e40e5cf7707c8efd70e8c220cb692b5e
#: <label for="s_link_type"><?php _e('Link type', 'broken-link-checker');
#: ?></label> <select name="s_link_type" id="s_link_type">
msgctxt "6ed26dca903c8344585eede48378343c"
msgid "Link type"
msgstr "סוג הקישור"
# wpml-name: 7f0ed61fe02ab2610d021ff41ab0c7f9
#: printf('<optgroup label="%s">', esc_attr(__('Links used in',
#: 'broken-link-checker'))); $containers =
#: $moduleManager->get_modules_by_category('container', false, true);
msgctxt "735219b6b66199483d6d9cd48e8aa030"
msgid "Links used in"
msgstr "מקורות הקישורים:"
# wpml-name: c20ef29b2c2c0fe6e1804a23da60f384
#: if( box.is(':visible') ){ toggleButton.text('<?php _e('Hide debug info',
#: 'broken-link-checker'); ?>'); } else {
msgctxt "7fb00699a1a2366ad5465771611fe55a"
msgid "Hide debug info"
msgstr "הסתרת מידע מערכת"
# wpml-name: 120c2fa28526b345952e8b2e5ce567db
#: $error = sprintf( __("Failed to delete old DB tables. Database error : %s",
#: 'broken-link-checker'), $wpdb->last_error
msgctxt "a1b608e11ef88437ec0b611151ab4d35"
msgid "Failed to delete old DB tables. Database error : %s"
msgstr "נכשל הניסיון למחוק טבלאות מסד נתונים ישנות. שגיאת מסד נתונים: %s"
# wpml-name: link suggestions: Archived page from %s (via the Wayback Machine)
#: var noSuggestionsText = '<?php echo esc_js(_x('No suggestions available.',
#: 'link suggestions', 'broken-link-checker')) ?>'; iaSuggestionName
#: esc_js(_x('Archived page from %s (via the Wayback Machine)',
#: 'broken-link-checker'));
msgctxt "42f3e0d37e3776e88343b1a59b258e3d"
msgid "Archived page from %s (via the Wayback Machine)"
msgstr "עמוד ארכיון מ %s"
# wpml-name: link suggestions: No suggestions available.
#: var searchingText = '<?php echo esc_js(_x('Searching...', 'link
#: suggestions', 'broken-link-checker')) ?>'; noSuggestionsText esc_js(_x('No
#: suggestions available.', iaSuggestionName esc_js(_x('Archived page from %s
#: (via the Wayback Machine)', 'broken-link-checker'));
msgctxt "4030b9844ef8b5b1a41915e076af63da"
msgid "No suggestions available."
msgstr "אין הצעות זמינות."
# wpml-name: link suggestions: Searching...
#: function findReplacementSuggestions(url, suggestionList) { var
#: searchingText = '<?php echo esc_js(_x('Searching...', 'link suggestions',
#: 'broken-link-checker')) ?>'; noSuggestionsText esc_js(_x('No suggestions
#: available.',
msgctxt "b69a5bbbb7ef363641010f962b0b5b62"
msgid "Searching..."
msgstr "חיפוש..."
# wpml-name: link text: (Multiple links)
#: noneText = '<?php echo esc_js(_x('(None)', 'link text',
#: 'broken-link-checker')); ?>', multipleLinksText esc_js(_x('(Multiple
#: links)', ?>';
msgctxt "c370dd5c4e6519c093132a04f3f2c796"
msgid "(Multiple links)"
msgstr "(קישורים מרובים)"
# wpml-name: link text: (None)
#: canEditUrl = master.data('can-edit-url') == 1, noneText '<?php echo
#: esc_js(_x('(None)', 'link text', 'broken-link-checker')); ?>',
#: multipleLinksText esc_js(_x('(Multiple links)', ?>';
msgctxt "a5ef8f8c2dc7dce9b43c6b9207d201fc"
msgid "(None)"
msgstr "(ללא)"
# wpml-name: 06af2e87fdf44c1260fce36a0c728876
#: if ($('tbody th.check-column input:checked').length == 0){ alert('<?php
#: echo esc_js(__('Select one or more links to edit.',
#: 'broken-link-checker')); ?>'); e.preventDefault();
msgctxt "3c6245c20388e7f88c1267f83e21c511"
msgid "Select one or more links to edit."
msgstr "בחרו קישור אחד או יותר לעריכה."
# wpml-name: cd8c69c322275a3bbfc6d2a97ac10e5c
#: if( $('#bulk-edit input[name="search"]').val() == '' ){ alert('<?php echo
#: esc_js(__('Enter a search string first.', 'broken-link-checker')); ?>');
#: input[name="search"]').focus();
msgctxt "e77f9453d5778d23169c333dbdfaf4cc"
msgid "Enter a search string first."
msgstr "ראשית הזינו טקסט חיפוש."
# wpml-name: 3d778707ceb3b17642c80b0c52cbd52f
#: html_entity_decode( __("Are you sure want to remove the selected links?
#: This action can't be undone.\n'Cancel' stop, 'OK' remove",
#: 'broken-link-checker'), ENT_QUOTES,
msgctxt "24787684550e2db4489b25c74a84353f"
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 "האם אתם בטוחים שאתם רוצים להסיר את הקישורים שנבחרו? לא ניתן לבטל את המחיקה לאחר ביצועה. הקליק"
# wpml-name: 91b6eeaf4ea1dedc2daf0f303948c747
#: html_entity_decode( __("Are you sure want to delete all posts, bookmarks or
#: other items that contain any of the selected links? This action can't be
#: undone.\n'Cancel' stop, 'OK' delete", 'broken-link-checker'), ENT_QUOTES,
msgctxt "0c12d38c004b77846b062917a40aacee"
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 "האם אתם בטוחים שאתם רוצים למחוק את כל הפוסטים, סימניות או פריטים אחרים שכוללים בתוכם את הקישורים שבחרתם? לא ניתן לבטל את המחיקה לאחר ביצועה. הקליק"
# wpml-name: e19e0c14310b102a9585a6b370a81f32
#: html_entity_decode( __("You are about to delete the current
#: filter.\n'Cancel' stop, 'OK' delete", 'broken-link-checker'), ENT_QUOTES,
msgctxt "caf6292331208e721583a0a1469d1ec3"
msgid ""
"You are about to delete the current filter.\n"
"'Cancel' to stop, 'OK' to delete"
msgstr "אתם עומדים למחוק את המסנן הפעיל. הקליקו 'Cancel' למניעת המחיקה או 'OK' לביצוע המחיקה."
# wpml-name: 04527cf3d8509b15d1a205aa88a2fc98
#: $('#blc-create-filter').click(function(){ var filter_name = prompt("<?php
#: echo esc_js(__("Enter a name for the new custom filter",
#: 'broken-link-checker')); ?>", ""); if ( ){
msgctxt "d36f4e751ff96e277ca944998aff8d6c"
msgid "Enter a name for the new custom filter"
msgstr "הזינו שם למסנן המותאם החדש"
# wpml-name: b3790257269071a1aaabac4ea8c7e289
#: msg = + '\n<?php echo esc_js(__("The following error(s) occured :",
#: 'broken-link-checker')); ?>\n* '; data.errors.join('\n* ');
msgctxt "323f9874015a2dae1db38e2b23e7690a"
msgid "The following error(s) occured :"
msgstr "השגיאה או השגיאות הבאות התרחשו:"
# wpml-name: 57f8a0a9e3d46ac9ceb8cb2b2c5fd680
#: } else { msg = + '<?php echo esc_js(__("The plugin failed to remove the
#: link.", 'broken-link-checker')); ?>\n';
msgctxt "71157fe40de937cc6371af3bc4d51bc9"
msgid "The plugin failed to remove the link."
msgstr "התוסף לא הצליח להסיר את הקישור."
# wpml-name: ede88450c97abdf9a32bf4f562f700b4
#: msg = + sprintf( '<?php echo esc_js(__("However, %d instances couldn't be
#: removed.", 'broken-link-checker')); ?>\n', data.cnt_error
msgctxt "09581553377717b2ed12d6d3fb47de47"
msgid "However, %d instances couldn't be removed."
msgstr "אולם, לא היה ניתן להסיר %d מופעים."
# wpml-name: 7a6fdb6dc2f48cacca18738042dde145
#: msg = + sprintf( '<?php echo esc_js(__("%d instances of the link were
#: successfully unlinked.", 'broken-link-checker')); ?>\n', data.cnt_okay
msgctxt "2fc9c0b96846f0cb3533397aca8f8a98"
msgid "%d instances of the link were successfully unlinked."
msgstr "%d פעמים שהקישור נמצא עבור הסרת קישור"
# wpml-name: d8e6bbb17be7c4c71d1a302523562fd4
#: if ($.trim(newUrl) == '') { alert('<?php echo esc_js(__('Error: Link URL
#: must not be empty.', 'broken-link-checker')); ?>'); urlField.focus();
msgctxt "7992bd84277ed97fcb487d2a6d61c499"
msgid "Error: Link URL must not be empty."
msgstr "שגיאה: קישור כתובת האינטרנט לא יכול להיות ריק."
# wpml-name: 0aac8c769fb228abf194c9f33eac2c1a
#: msg = + '\n<?php echo esc_js(__("The following error(s) occurred :",
#: 'broken-link-checker')); ?>\n* '; response.errors.join('\n* ');
msgctxt "5df4cd81ed0247260a262b6f528578c2"
msgid "The following error(s) occurred :"
msgstr "השגיאה(ות) הבאה(ות) התרחשה(ו): "
# wpml-name: 736e65f443dfc785d57e16b32684d4c5
#: } else { msg = + '<?php echo esc_js(__('The link could not be modified.',
#: 'broken-link-checker')); ?>\n';
msgctxt "65ab88c563ae43d64e62bfa159ec6be7"
msgid "The link could not be modified."
msgstr "לא היה ניתן לשנות את הקישור."
# wpml-name: a2558ef71c372474f5b5155850c8cd36
#: fragment = sprintf( '<?php echo esc_js(__("However, %d instances couldn't
#: be edited and still point to the old URL.", 'broken-link-checker')); ?>',
#: response.cnt_error
msgctxt "3355426f612511f3ce48eb7427dfe082"
msgid "However, %d instances couldn't be edited and still point to the old URL."
msgstr "אולם, לא היה ניתן לערוך %d מופעים ולכן הם עדיין מצביעים לכתובת האינטרנט הישנה."
# wpml-name: 441c7b1e0001d03694f373758058421a
#: var fragment = sprintf( '<?php echo esc_js(__('%d instances of the link
#: were successfully modified.', 'broken-link-checker')); ?>',
#: response.cnt_okay
msgctxt "72ccc7aaa3d148e2cdb1b945cfc36303"
msgid "%d instances of the link were successfully modified."
msgstr "%d מופעים של הקישור שונו בהצלחה."
# wpml-name: ac7320d2e0ac5ce256bd02ec04fc85a0
#: var master = $(me).parents('.blc-row'); $(me).html('<?php echo
#: esc_js(__('Wait...' , 'broken-link-checker')); ?>');
msgctxt "ed2a5b154dc6fd2b95f8f8f54b8dcba8"
msgid "Wait..."
msgstr "המתינו..."
# wpml-name: 639f6aa6d7bb909290916efbcbeb6920
#: <p><?php _e('If you like this plugin, please donate to support development
#: and maintenance!', 'broken-link-checker'); ?></p>
msgctxt "44efbdea2ecc89d4890538729fb32fed"
msgid "If you like this plugin, please donate to support development and maintenance!"
msgstr "אם אתם אוהבים תוסף זה, בבקשה תרמו בכדי לתמוך במאמצי הפיתוח והתחזוקה של תוסף זה!"
# wpml-name: f6d61253264411c461fd8c519bdb94f8
#: <div id="donate" class="postbox"> <h3 class="hndle"><?php _e('Donate $10,
#: $20 or $50!', 'broken-link-checker'); ?></h3> class="inside">
msgctxt "e8e62f86fe616d74b5b50772e18bedda"
msgid "Donate $10, $20 or $50!"
msgstr "תרמו 10$, 20$ או 50$!"
# wpml-name: ddf492f44876d16bb26b518552a37b26
#: <div id="advertising" class="postbox"> <h3 class="hndle"><?php _e('More
#: plugins by Janis Elsts', 'broken-link-checker'); ?></h3> class="inside">
msgctxt "27116aaae2eb0a59dc5e2daea1a6d3ec"
msgid "More plugins by Janis Elsts"
msgstr "תוספים נוספים מאת Janis Elsts"
# wpml-name: f6c586dc08439d8f0a30bdbbad5857f1
#: <input type="hidden" name="cbt" value="<?php echo esc_attr(__('Return to
#: WordPress Dashboard', 'broken-link-checker')); ?>" />
msgctxt "ff0524b3733b36da62f0962a2c002dd0"
msgid "Return to WordPress Dashboard"
msgstr "חזרה ללוח המחוונים של Wordpress"
# wpml-name: 9d6ff103d4a973471726bedac494e531
#: printf( _n('This link has failed %d time.', 'This times.',
#: $link->check_count, 'broken-link-checker'), $link->check_count
msgctxt "abfaef2f1ca1636b9c8a8ad8218a7719"
msgid "This link has failed %d times."
msgstr "קישור זה נכשל %d פעמים."
# wpml-name: 3605e4ec2bba1d3a41687c711ea7682c
#: printf( _n('This link has failed %d time.', 'This times.',
#: $link->check_count, 'broken-link-checker'), $link->check_count
msgctxt "1b48b892e892c43e6cb4e740e8bcf83c"
msgid "This link has failed %d time."
msgstr "הקישור נכשל ב-%d בדיקה."
# wpml-name: inline link editor: Text
#: <label> <span class="title"><?php echo _x('Text', 'inline link editor',
#: 'broken-link-checker'); ?></span> class="blc-input-text-wrap"><input
#: type="text" name="link_text" value="" class="blc-link-text-field" /></span>
msgctxt "a56509fc10aa29d0059875628fd799f6"
msgid "Text"
msgstr "טקסט"
# wpml-name: inline editor title: Edit Link
#: <div class="blc-inline-editor-content"> <h4><?php echo _x('Edit Link',
#: 'inline editor title', 'broken-link-checker'); ?></h4>
msgctxt "509d2178efb53b8b1d2a6f3bbc10fab4"
msgid "Edit Link"
msgstr "עריכת הקישור"
# wpml-name: link in the "Status" column: Details
#: esc_attr(__('Show more info about this link', 'broken-link-checker')),
#: _x('Details', 'link in the "Status" column', 'broken-link-checker') );
msgctxt "995fefdea4c02c6a380170723012f4c8"
msgid "Details"
msgstr "פרטים"
# wpml-name: checked how long ago: Checked
#: if ( $link->last_check != 0 ){ $last_check = _x('Checked', 'checked how
#: long ago', 'broken-link-checker') . ' '; .= blcUtility::fuzzy_delta(time()
#: - $link->last_check, 'ago');
msgctxt "f5c7e3deac79961b5357d325d95f3507"
msgid "Checked"
msgstr "נבדק"
# wpml-name: 1d61d2627fbb79c243891a05bcebbbad
#: } else { _e("[An orphaned link! This is a bug.]", 'broken-link-checker');
msgctxt "1f5494eb28da307739d2df6f2f42ec07"
msgid "[An orphaned link! This is a bug.]"
msgstr "[קישור יתום! זה באג.]"
# wpml-name: ce0be71e33226e4c1db2bcea5959f16b
#: <ol style='list-style-type: none;'> <li><strong><?php _e('Log',
#: 'broken-link-checker'); ?>:</strong> <span class='blc_log'><?php
msgctxt "a3d6aee5cf3d9acef2c943792a85aa71"
msgid "Log"
msgstr "פרטי הבדיקה:<br>"
# wpml-name: 28d1e8d36e7bc8cad6707786078be789
#: <li><strong><?php _e('Instance count', 'broken-link-checker'); ?>:</strong>
#: <span class='instance_count'><?php
msgctxt "1740698725a03dda5007d1f087ebb639"
msgid "Instance count"
msgstr "כמות מופעים"
# wpml-name: d113310ef646b48b2289b14fd7b3ea47
#: <li><strong><?php _e('Redirect count', 'broken-link-checker'); ?>:</strong>
#: <span class='redirect_count'><?php
msgctxt "2409044132714eb93adc9d8aa200ff35"
msgid "Redirect count"
msgstr "כמות הפניות"
# wpml-name: 1dcec4396291e2fbdc02c03526fe2b88
#: <li><strong><?php _e('Final URL', 'broken-link-checker'); ?>:</strong>
#: <span class='final_url'><?php
msgctxt "9a649d3dcc0e4851000a8b2c10052846"
msgid "Final URL"
msgstr "כתובת אינטרנט סופית"
# wpml-name: e681e6a42b053db41f074d3ad74ef7f9
#: <li><strong><?php _e('Response time', 'broken-link-checker'); ?>:</strong>
#: <span class='request_duration'><?php
msgctxt "80a397549cc7076c1772976f58df691d"
msgid "Response time"
msgstr "זמן תגובה"
# wpml-name: 7754a2b3c29f94884ec9f3d70e8f2bf5
#: <label for="s_http_code"><?php _e('HTTP code', 'broken-link-checker');
#: ?></label> <input type="text" name="s_http_code" id="s_http_code"
#: value="<?php if(!empty($search_params['s_http_code'])) echo
#: esc_attr($search_params['s_http_code']); ?>" class="text ui-widget-content"
#: />
msgctxt "41d618582b4fc31a59d8f7fe3f5e71a8"
msgid "HTTP code"
msgstr "קוד HTTP"
# wpml-name: 6e7b34fa59e1bd229b207892956dc41c
#: if ( $last_check < strtotime('-10 years') ){ _e('Never',
#: 'broken-link-checker'); } else {
msgctxt "17fd71d4d6206cc26ad77d9a53017667"
msgid "Never"
msgstr "מעולם לא"
# wpml-name: d4a2af3c260ca24b9b5c57716ee5fe74
#: <?php } ?> <li><strong><?php _e('Link last checked',
#: 'broken-link-checker'); ?>:</strong> <span class='check_date'><?php
msgctxt "a0f8d1a690d5e7590ef84bb40537f9ec"
msgid "Link last checked"
msgstr "הקישור נבדק לאחרונה בתאריך"
# wpml-name: 7aaf2ca9a15a8961fd0daa358240326e
#: <?php if ( !empty($link->post_date) ) { ?> <li><strong><?php _e('Post
#: published on', 'broken-link-checker'); ?>:</strong> <span
#: class='post_date'><?php
msgctxt "eb3ec0760da3a22aa2914cfa7f86a41a"
msgid "Post published on"
msgstr "פוסטים שפורסמו ב:"
# wpml-name: 0c49a7a7a3887766b5de7ee60fdb6b7b
#: <input type="checkbox" name="regex"> <?php _e('Regular expression',
#: 'broken-link-checker'); ?> </label>
msgctxt "f8a18286c34d04def3847fb36a0dcbea"
msgid "Regular expression"
msgstr "Regular Expression"
# wpml-name: 6b8e300743e7f6d8548cbcc4ab6407a1
#: <input type="checkbox" name="case_sensitive"> <?php _e('Case sensitive',
#: 'broken-link-checker'); ?> </label>
msgctxt "cf046cea0ea0351c13b1a84ec5dcfb34"
msgid "Case sensitive"
msgstr "עם רגישות לגודל אותיות אנגליות (Case Sensitive)"
# wpml-name: 9a810a2dd2600e4fd2583a15292a3899
#: <label> <span class="title"><?php _e('Replace with',
#: 'broken-link-checker'); ?></span> <input type="text" name="replace"
#: class="text">
msgctxt "3063063a13929f1db3f5c9bcf8eb10aa"
msgid "Replace with"
msgstr "החלפה ב-"
# wpml-name: 4cfa6c981549e990fe2344e4c805405e
#: <label> <span class="title"><?php _e('Find', 'broken-link-checker');
#: ?></span> <input type="text" name="search" class="text">
msgctxt "0b48a6a7836900cec71b2dcdd82f590d"
msgid "Find"
msgstr "מצא"
# wpml-name: 68d41f1aa570bd4488063dad182bc78d
#: <fieldset> <h4><?php _e('Bulk Edit URLs', 'broken-link-checker'); ?></h4>
#: <label>
msgctxt "b3a5654adad3961f69d661e2203d548d"
msgid "Bulk Edit URLs"
msgstr "עריכה של קישורים מרובים במקביל"
# wpml-name: 0f91634a5903c58f3960a155b3e5533d
#: <li> <input type="button" class="button-secondary blc-use-url-button"
#: value="<?php echo esc_attr(__('Use this URL', 'broken-link-checker')); ?>"
#: />
msgctxt "27364aa72570ae228cacddb4d0282d45"
msgid "Use this URL"
msgstr "החלפה לכתובת הזו"
# wpml-name: 06933067aafd48425d67bcb01bba5cb6
#: <input type="submit" name="bulk_edit" class="button-primary alignright"
#: value="<?php _e('Update', 'broken-link-checker'); ?>" accesskey="s">
msgctxt "31e1678822de1be9ee8a0aa37bece62d"
msgid "Update"
msgstr "עדכון"
# wpml-name: 4a15f35e8d386dd1d96faa83c1e44a22
#: <input type="button" class="button-secondary cancel alignleft
#: blc-cancel-button" value="<?php echo esc_attr(__('Cancel',
#: 'broken-link-checker')); ?>" /> class="button-primary save alignright
#: blc-update-url-button" esc_attr(__('Update URL', <img class="waiting"
#: style="display:none;" src="<?php esc_url( admin_url(
#: 'images/wpspin_light.gif' ) ); alt=""
msgctxt "62cc10f8484ec65e0cace2a6613ee346"
msgid "Update URL"
msgstr "עדכון כתובת אינטרנט"
# wpml-name: 4f6f19666ccdbcc646c85a34df7ab720
#: '<a href="#" class="blc-deredirect-button" title="%s">%s</a>', __('Replace
#: this redirect with a direct link', 'broken-link-checker'), _x('Fix
#: redirect', 'link action; replace one 'broken-link-checker')
msgctxt "a7c4df669f297f5da42e0ae15ff6a23c"
msgid "Replace this redirect with a direct link"
msgstr "החלף הפניה מחדש זו בקישור ישיר"
# wpml-name: 308e824bff4bd8debaf085b5fe2955c4
#: esc_attr(__('Undismiss this link', 'broken-link-checker')), __('Undismiss',
#: 'broken-link-checker') );
msgctxt "db1fc39af961e327ba6a438f99b9833e"
msgid "Undismiss"
msgstr "ביטול מצב המתנה"
# wpml-name: 9589c5fcbf5e63eaa3f1a450807bf7d8
#: '<a href="#" title="%s" class="blc-undismiss-button">%s</a>',
#: esc_attr(__('Undismiss this link', 'broken-link-checker')), __('Undismiss',
#: 'broken-link-checker')
msgctxt "32ba6586a74b8ff9261410702033536e"
msgid "Undismiss this link"
msgstr "הוצאת קישור זה ממצב המתנה והחזרתו לרשימת הקישורים השבורים"
# wpml-name: c9cab4b3f197e301d598c0c2964391ae
#: '<a href="#" title="%s" class="blc-dismiss-button">%s</a>',
#: esc_attr(__('Hide this link and do not report it again unless its status
#: changes' , 'broken-link-checker')), __('Dismiss', 'broken-link-checker')
msgctxt "9eb1b17f7d789f84dd9278a2afe39add"
msgid "Hide this link and do not report it again unless its status changes"
msgstr "הקישור יועבר אל רשימת \"בהמתנה\" ולא ידווח שוב כשבור אלא אם הסטטוס שלו ישתנה"
# wpml-name: 18c62c40c1a73130621c53daec730560
#: '<a href="#" title="%s" class="blc-discard-button">%s</a>',
#: esc_attr(__('Remove this link from the list of broken links and mark it as
#: valid', 'broken-link-checker')), __('Not broken', 'broken-link-checker')
msgctxt "c741b1b77d061c6179bcaedcdd292361"
msgid "Remove this link from the list of broken links and mark it as valid"
msgstr "הסרת קישור זה מהרשימה הנוכחית וסימונו כתקין"
# wpml-name: dae588b4e085ace5c8520a1b75f37901
#: $actions['delete'] = "<a class='submitdelete blc-unlink-button' title='" .
#: esc_attr( __('Remove this link from all posts', 'broken-link-checker') ).
#: "' ". "href='javascript:void(0);'>" __('Unlink', "</a>";
msgctxt "7162d490d8cfe324e8c5b8cca7fb897e"
msgid "Remove this link from all posts"
msgstr "הסרת קישור זה מכל הפוסטים בהם הוא מופיע. טקסט הקישור לא יוסר ולא ישתנה."
# wpml-name: 27a5ff9957ea16466ef085b53381e26a
#: $actions['edit'] = "<a href='javascript:void(0)' class='blc-edit-button'
#: title='" . esc_attr( __('Edit this link' , 'broken-link-checker') ) "'>".
#: URL' ."</a>";
msgctxt "4e18b6f10b88c493bdc9f066d45a4353"
msgid "Edit this link"
msgstr "עריכת הקישור הזה"
# wpml-name: 511c066ac77dc50ebbf86a7b6375306f
#: '<tr class="link-broken-for"><td>%s %s</td></tr>', __('Broken for',
#: 'broken-link-checker'), $broken_for
msgctxt "eb1e2f8e8c85544ffb5642fcb6a1e625"
msgid "Broken for"
msgstr "שבור כבר לפחות"
# wpml-name: e5c27a60fd947063baba376fd756693e
#: '<span><a href="#" class="blc-details-button" title="%s">%s</a></span>',
#: esc_attr(__('Show more info about this link', 'broken-link-checker')),
#: _x('Details', 'link in the "Status" column', 'broken-link-checker')
msgctxt "9b08da45e253c1eceedf8beeeba04d1d"
msgid "Show more info about this link"
msgstr "הצג מידע נוסף אודות קישור זה"
# wpml-name: 6a1905662864a93c2221090204cac185
#: printf( __('This link has been broken for %s.', 'broken-link-checker'),
#: blcUtility::fuzzy_delta($delta)
msgctxt "00061157ae0c0ab35dc7f02473ebcd0a"
msgid "This link has been broken for %s."
msgstr "הקישור שבור במשך לפחות %s."
# wpml-name: da2b01741657596866072a187d6f4172
#: <span class='request_duration'><?php printf( __('%2.3f seconds',
#: 'broken-link-checker'), $link->request_duration); ?></span></li>
msgctxt "e77f09e9440f1df88f5e0c4d8fe61e9d"
msgid "%2.3f seconds"
msgstr "%2.3f שניות"
# wpml-name: ea4788705e6873b424c65e91c2846b19
#: <input type="submit" value="<?php esc_attr_e( 'Search Links',
#: 'broken-link-checker' ); ?>" id="blc-search-button" name="search_button"
#: class="button-primary" /> type="button" 'Cancel', id="blc-cancel-search"
#: class="button" </div>
msgctxt "f6a78e0ac501a29d85ec26c391710c02"
msgid "Cancel"
msgstr "ביטול"
# wpml-name: 758c5698b602da1742774df2965f4453
#: $this->pagination_html .= sprintf( '<span class="displaying-num">' . __(
#: 'Displaying %s–%s of <span class="current-link-count">%s</span>',
#: 'broken-link-checker' ) '</span>%s', number_format_i18n( ( $this->page - 1
#: * $this->per_page + ),
msgctxt "979e257cf75837724485e425d1a5d8ce"
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
msgstr "הצגת %s–%s מתוך <span class=\"current-link-count\">%s</span>"
# wpml-name: 682d689e498eb17267765a95bd982fc4
#: } else { $bulk_actions["bulk-delete-sources"] = __('Delete sources',
#: 'broken-link-checker');
msgctxt "f3756e4ef7718f1b9a5ade4b4d28738d"
msgid "Delete sources"
msgstr "מחיקת מקורות הקישור"
# wpml-name: da25933f8aeb8643372e2644c7b35de2
#: if ( EMPTY_TRASH_DAYS ){ $bulk_actions["bulk-trash-sources"] = __('Move
#: sources to Trash', 'broken-link-checker'); } else {
msgctxt "a9dadd69b4ceeb57d89ee5a40d7d4c8a"
msgid "Move sources to Trash"
msgstr "העברה לפח (=מחיקה) של מקור הקישור (פוסט, עמוד וכדומה)"
# wpml-name: f374fa9c8b7131e5efa149ecefc27e41
#: "bulk-deredirect" => __('Fix redirects', 'broken-link-checker'),
#: "bulk-not-broken" __('Mark as not broken', "bulk-dismiss" __('Dismiss',
msgctxt "77530737deb0f193568a8ca6e0a33657"
msgid "Mark as not broken"
msgstr "סימון כ'לא שבור'"
# wpml-name: 2a9c29ad4b1cb997b672dbfef14a5970
#: "bulk-recheck" => __('Recheck', 'broken-link-checker'), "bulk-deredirect"
#: __('Fix redirects', "bulk-not-broken" __('Mark as not broken',
msgctxt "67faadbb7bdda3ab00c3f7d806763832"
msgid "Fix redirects"
msgstr "החלפת הקישור המקורי בקישור ההפניה"
# wpml-name: bfab8bcc21a91d9a7e346bbe1143c3ea
#: $bulk_actions = array( '-1' => __('Bulk Actions', 'broken-link-checker'),
#: "bulk-edit" __('Edit URL',
msgctxt "bbdad15ca3d562b01ffbeea9349f313e"
msgid "Bulk Actions"
msgstr "פעולות על מספר קישורים במקביל"
# wpml-name: 3ca7ca93df600ffff03ee0e7eac6950f
#: 'redirect-url' => array( 'heading' __('Redirect URL',
#: 'broken-link-checker'), 'content' array($this, 'column_redirect_url'),
msgctxt "f9dc67a4493013078ac98999a728fd79"
msgid "Redirect URL"
msgstr "כתובת ההפניה"
# wpml-name: bb2e52704310b28d8df62319181ae9c7
#: 'new-link-text' => array( 'heading' __('Link Text', 'broken-link-checker'),
#: 'content' array($this, 'column_new_link_text'),
msgctxt "a8f114f303211c1576ef5b1066874d54"
msgid "Link Text"
msgstr "טקסט הקישור"
# wpml-name: f31bbdd1b3e85bccd652680e16935819
#: 'used-in' => array( 'heading' __('Source', 'broken-link-checker'), 'class'
#: 'column-title',
msgctxt "c93e82b0ccf4b0b46e8bbea4f4b79915"
msgid "Source"
msgstr "מקור הקישור"
# wpml-name: e6b391a8d2c4d45902a23a8b6585703d
#: <label for="s_link_url"><?php _e('URL', 'broken-link-checker'); ?></label>
#: <input type="text" name="s_link_url" id="s_link_url" value="<?php
#: if(!empty($search_params['s_link_url'])) echo
#: esc_attr($search_params['s_link_url']); ?>" class="text ui-widget-content"
#: />
msgctxt "0afc8781a605fe6e83d8424ac657888c"
msgid "URL"
msgstr "כתובת האינטרנט"
# wpml-name: d3b4f342c85312195b04104eab760cf7
#: class="view-excerpt <?php if ( !$table_compact ) echo 'current'; ?>"
#: title="<?php esc_attr(__('Detailed View', 'broken-link-checker')); ?>">
#: </a>
msgctxt "7d61ccdef1073c3a383cf7f79236b248"
msgid "Detailed View"
msgstr "תצוגה מפורטת"
# wpml-name: e1dcdc33bf85d498df1483dd6595692a
#: class="view-list <?php if ( $table_compact ) echo 'current'; ?>"
#: title="<?php esc_attr(__('Compact View', 'broken-link-checker')); ?>"> </a>
msgctxt "5aaaba76df3a49941582ddba72c32cf2"
msgid "Compact View"
msgstr "תצוגה מצומצמת"
# wpml-name: 665bddd7325276a6296ca8e78bc72406
#: if ( is_multisite() &&
#: is_plugin_active_for_network(plugin_basename(BLC_PLUGIN_FILE)) ) {
#: $messages[] = __('Please activate the plugin separately on each site.
#: Network activation is not supported.', 'broken-link-checker'); '';
msgctxt "122eb7d13a7395f010252a9c289708d6"
msgid "Please activate the plugin separately on each site. Network activation is not supported."
msgstr "בבקשה הפעל את התוסף בנפרד עבור כל אתר. הפעלת רשת אינה נתמכת."
# wpml-name: 998803f05f854e3dec361aace3c50031
#: $messages = array( '<strong>' . __('Broken Link Checker installation
#: failed. Try deactivating and then reactivating the plugin.',
#: 'broken-link-checker') '</strong>', );
msgctxt "16debf2e90086042c4e6f19fe5abab32"
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
msgstr "התקנת התוסף בודק קישורים שבורים נכשלה. נסו לכבות ואז להפעיל מחדש את התוסף."
# wpml-name: current load: Unknown
#: $code = BLC_LINK_STATUS_UNKNOWN; $text _x('Unknown', 'link status',
#: 'broken-link-checker');
msgctxt "48b3083dffd6fd4a3cca1e7fc9dceb4a"
msgid "Unknown"
msgstr "לא ידוע"
# wpml-name: a link from the admin notice under Tools - Broken links - Warnings: Change warning settings
#: admin_url('options-general.php?page=link-checker-settings#blc_warning_settings'),
#: _x( 'Change warning settings',
msgctxt "f2a84ebb738bd38a615715104c96c0d7"
msgid "Change warning settings"
msgstr "שינוי הגדרות אזהרה"
# wpml-name: admin notice under Tools - Broken links - Warnings: Hide notice
#: add_query_arg($notice_name, '0'), _x( 'Hide notice',
msgctxt "6de265ac8e21aceabfa3ea3f6e34edad"
msgid "Hide notice"
msgstr "הסתר את ההודעה"
# wpml-name: log file location: Custom
#: <?php checked($this->conf->options['custom_log_file_enabled']); ?>> echo
#: _x('Custom', 'log file location', 'broken-link-checker'); ?> </label>
msgctxt "ddb69869a59c4587771b71cfdcf286af"
msgid "Custom"
msgstr "התאמה"
# wpml-name: log file location: Default
#: <?php checked(!$this->conf->options['custom_log_file_enabled']); ?>> echo
#: _x('Default', 'log file location', 'broken-link-checker'); ?> </label>
msgctxt "00df07dfa650623f01f869c2acb6658a"
msgid "Default"
msgstr "ברירת המחדל"
# wpml-name: settings page: Show link actions
#: <tr valign="top"> <th scope="row"><?php echo _x('Show link actions',
#: 'settings page', 'broken-link-checker'); ?></th> <td>
msgctxt "a3d2d74337e3d836018bae0d662a8ea8"
msgid "Show link actions"
msgstr "הצג פעולות קישור"
# wpml-name: dashboard widget visibility: Nobody (disables the widget)
#: _x('Editor and above', 'dashboard widget visibility',
#: 'broken-link-checker') => 'edit_others_posts', _x('Nobody (disables the
#: widget)', 'do_not_allow', );
msgctxt "240c362aafaaa93c832c21294dc84c81"
msgid "Nobody (disables the widget)"
msgstr "אף אחד (מבטל את הוידג'ט)"
# wpml-name: dashboard widget visibility: Editor and above
#: _x('Administrator', 'dashboard widget visibility', 'broken-link-checker')
#: => 'manage_options', _x('Editor and above', 'edit_others_posts', _x('Nobody
#: (disables the widget)', 'do_not_allow',
msgctxt "2781a7880ffae0b1ae328ab183ce3603"
msgid "Editor and above"
msgstr "עורך ומעלה"
# wpml-name: dashboard widget visibility: Administrator
#: $widget_caps = array( _x('Administrator', 'dashboard widget visibility',
#: 'broken-link-checker') => 'manage_options', _x('Editor and above',
#: 'edit_others_posts',
msgctxt "9fc8fd95cbdf5148dc08bff23de1f277"
msgid "Administrator"
msgstr "מנהל"
# wpml-name: settings page: Warnings
#: ), 'name' => _x('Warnings', 'filter name', 'broken-link-checker'),
#: 'heading' __('Warnings', heading',
msgctxt "521f1afdb2e04b8b3d70f719a9208060"
msgid "Warnings"
msgstr "אזהרות"
# wpml-name: settings page: Suggestions
#: <div class="blc-url-replacement-suggestions" style="display: none;">
#: <h4><?php echo _x('Suggestions', 'inline link editor',
#: 'broken-link-checker'); ?></h4> <ul class="blc-suggestion-list">
msgctxt "5ab19e27c9226e49f11f623db72a3993"
msgid "Suggestions"
msgstr "הצעות"
# wpml-name: Link tweaks" settings: These settings only apply to the content of posts, not comments or custom fields.
#: <?php echo _x( 'These settings only apply to the content of posts, not
#: comments or custom fields.',
msgctxt "d2924dc0ab17d23ebe2a474b6e084007"
msgid "These settings only apply to the content of posts, not comments or custom fields."
msgstr "הגדרות אלו חלות רק על תוכן הפוסטים, לא על תגובות ושדות."
# wpml-name: link action; replace one redirect with a direct link: Fix redirect
#: __('Replace this redirect with a direct link', 'broken-link-checker'),
#: _x('Fix redirect', 'link action; replace one 'broken-link-checker') );
msgctxt "a10e4073ec1228819e86641809224bd4"
msgid "Fix redirect"
msgstr "תיקון הפניה מחדש"
# wpml-name: d669f2498524cdb86c7106b5a6b2427d
#: <span class="description"><?php _e('The "Nuclear Option". Click this button
#: to make the plugin empty its link database and recheck entire site from
#: scratch.', 'broken-link-checker');
msgctxt "cd6ec58bacbfa9fc1f256bb00e74fce5"
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
msgstr "***זהירות***: הקלקה על כפתור זה תמחק לחלוטין את התוכן הנוכחי של מסד הנתונים של התוסף (רק מידע שנאסף אודות הקישורים, לא ההגדרות של התוסף) ולאחר מכן תחל בדיקה מחדש של כל הקישורים באתר זה."
# wpml-name: 4ccd7ac3687b36d9b9bc746e51f5eaad
#: <input class="button" type="button" name="start-recheck" id="start-recheck"
#: value="<?php _e('Re-check all pages', 'broken-link-checker'); ?>" />
#: type="hidden" name="recheck" value="" id="recheck"
msgctxt "1b284d100e9217ce815cda4caae729a8"
msgid "Re-check all pages"
msgstr "איפוס ממצאי התוסף"
# wpml-name: c8fcb9d09cdd8ce7055ead663043bcc6
#: <tr valign="top"> <th scope="row"><?php _e('Forced recheck',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "2904ab584fd5cccd247a5e55a4dbd0ee"
msgid "Forced recheck"
msgstr "איפוס ממצאי התוסף"
# wpml-name: d13e01ef2af0326f4f5a6e15fee2c4bc
#: <tr valign="top"> <th scope="row"><?php _e('Log file location',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "dc6e98c2191831634d1e44e9eb4b9494"
msgid "Log file location"
msgstr "מיקום קובץ רישום אירועי התוסף"
# wpml-name: c218ee1f0300a1c69a0f97d6d2872fde
#: <?php checked($this->conf->options['logging_enabled']); ?>/> _e('Enable
#: logging', 'broken-link-checker'); ?> </label>
msgctxt "f5150a7ad3c596bd2525753b97cd50b6"
msgid "Enable logging"
msgstr "הפעל רישום אירועי התוסף"
# wpml-name: 8db7df66ab1d7ab5f1dc947acdb5fae4
#: <tr valign="top"> <th scope="row"><?php _e('Logging',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "3e7413ad44191f0ef9996a32fedb04b5"
msgid "Logging"
msgstr "רישום אירועי התוסף (Logging)"
# wpml-name: 609a74f6216d00a196a4c7df7fc1e474
#: <tr valign="top"> <th scope="row"><?php _e('Target resource usage',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "33d70e4a057f52a80325ec88602f069f"
msgid "Target resource usage"
msgstr "שימוש במשאבים של היעד"
# wpml-name: 9864f6992dceb3aa38096372ab2af4f3
#: echo '<span class="description">'; _e('Load limiting only works on
#: Linux-like systems where <code>/proc/loadavg</code> is present and
#: accessible.', 'broken-link-checker'); '</span>';
msgctxt "34a3d9ab0847a569b881ca3b40764d2c"
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
msgstr "הגבלת עומס על השרת פועלת רק על מערכות דמויות Linux כאשר <code>/proc/loadavg</code> קיים ונגיש."
# wpml-name: 00155a2862cf808fd605037062246122
#: <tr valign="top"> <th scope="row"><?php _e('Server load limit',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "945890a4537be858beef539105d07416"
msgid "Server load limit"
msgstr "הגבלת עומס על השרת"
# wpml-name: 82685accf97155b72308a81bfefe3d1d
#: _e('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 how long, at most, link monitor may
#: run each time before stopping.', 'broken-link-checker');
msgctxt "4ed0cab02d02b8db6c2c1b83317300d6"
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 "התוסף פועל על ידי משימה של בדיקת קישורים אשר בוחנת את סוגי התכנים השונים באתר ומנסה למצוא בהם קישורים. אם נמצאו קישורים המשימה בודקת את תקינותם ומבצעת פעילויות אחרות שגוזלות זמן ומשאבי מערכת. בשדה זה אתם יכולים להגדיר את כמות זמן הניטור המקסימלית המותרת. לאחר משך זמן זה תופסק פעילות הניטור באופן יזום על ידי התוסף.<br>(ערך ברירת מחדל: 300. ערך מינימום: 1. ערך מקסימום: 99999. אפס (0) אינו ערך מותר)"
# wpml-name: 3303a814f07829d38f57a486bb43c481
#: <tr valign="top"> <th scope="row"><?php _e('Max. execution time',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "21bfdd8bf1c5691d228c640659fd8755"
msgid "Max. execution time"
msgstr "משך זמן מקסימלי לבדיקת כל הקישורים באתר"
# wpml-name: e14cf4caa7b6f1238f8f072172c8b4d9
#: <tr valign="top"> <th scope="row"><?php _e('Show the dashboard widget for',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "881c7438c8c4f8245970ad2b2155c8e4"
msgid "Show the dashboard widget for"
msgstr "הצגת וידג'ט התוסף בעמוד \"לוח בקרה\" רק למשתמשים מסוג"
# wpml-name: dbc1fad85abff42c924bb65a69357e6c
#: <?php if ($this->conf->options['run_via_cron']) echo ' checked="checked"';
#: ?>/> _e('Run hourly in the background', 'broken-link-checker'); ?> </label>
msgctxt "98f78d13151354ef00280079f23a8d7a"
msgid "Run hourly in the background"
msgstr "ניטור פעם בשעה ברקע, ללא קשר למצב ממשק הניהול"
# wpml-name: c1be9fa944afc7c1ec735d4c5a3b38d6
#: <?php if ($this->conf->options['run_in_dashboard']) echo '
#: checked="checked"'; ?>/> _e('Run continuously while the Dashboard is open',
#: 'broken-link-checker'); ?> </label>
msgctxt "f835d87f1fec478ee83ea7baab75a6d1"
msgid "Run continuously while the Dashboard is open"
msgstr "ניטור מתמשך כל עוד ממשק הניהול של וורדפרס פתוח על ידי משתמש אחד לפחות (ללא הגבלת ה-\"תפקיד\" (Role) אליו משויך המשתמש - משתמש כלשהו)"
# wpml-name: 576700fb860633bccb59ce9fb2f781ad
#: <tr valign="top"> <th scope="row"><?php _e('Link monitor',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "7475a5aabeb6a51a457d5fb8fc532085"
msgid "Link monitor"
msgstr "תכיפות ניטור הקישורים<br>(שימו לב - אם שתי תיבות הסימון של הגדרה זו יהיו ריקות - התוסף למעשה יפסיק לחלוטין לבדוק קישורים! (אז תשאירו לפחות אחד מסומן))"
# wpml-name: 95133c3024b6a30100f53bbae752eda1
#: <br/><span class="description"> <?php _e('Links that take longer than this
#: to load will be marked as broken.','broken-link-checker'); ?> </span>
msgctxt "93ca095e25a6933fecf3d479ad437682"
msgid "Links that take longer than this to load will be marked as broken."
msgstr "קישורים שלא שולחים חזרה קוד שגיאה או הפניה אך זמן הטעינה של עמוד היעד שלהם ארוך מערך זה - כנראה בעייתים מסיבה כלשהי ולכן יסומנו כשבורים.<br>(ערך ברירת מחדל: 30. ערך מינימום: 1. ערך מקסימום: 999. אפס (0) אינו ערך מותר)"
# wpml-name: c85a251cc457840f1e032f1b733e9398
#: $text = __('Timeout', 'broken-link-checker'); $code
#: BLC_LINK_STATUS_WARNING;
msgctxt "96c25d7f456104063985847b6b9ea2d5"
msgid "Timeout"
msgstr "משך הבדיקה המקסימלי לכל קישור (Timeout)"
# wpml-name: 380b0462e86cb2f62a7990d2243ef1c2
#: <tr valign="top"> <th scope="row"><?php _e('Check links using',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "10bb100292791b8f1e6f7e7da904915b"
msgid "Check links using"
msgstr "בדיקת קישורים בעזרת"
# wpml-name: 0a0ff0b04dd4cb0a38d3afaa81c137b4
#: <th scope="row"><?php _e('Exclusion list', 'broken-link-checker'); ?></th>
#: <td><?php _e("Don't check links where the URL contains any of these words
#: (one per line) :", ?><br/> <textarea name="exclusion_list"
#: id="exclusion_list" cols='45' rows='4'><?php
msgctxt "fb4641ee1ab06b573deb3414a4148295"
msgid "Don't check links where the URL contains any of these words (one per line) :"
msgstr "לא ייבדקו קישורים שכתובת האינטרנט שלהם מכילה לפחות את אחת מהמילים הבאות (יש לרשום בכל שורה רק מילה אחת):"
# wpml-name: 75dbaa0d90272abdab3939b6232a3568
#: <tr valign="top"> <th scope="row"><?php _e('Exclusion list',
#: 'broken-link-checker'); ?></th> <td><?php _e("Don't check links where the
#: URL contains any of these words (one per line) :", ?><br/>
msgctxt "73c54df791a00379b1aad75e492fb23f"
msgid "Exclusion list"
msgstr "רשימת התעלמות (Exclusion)"
# wpml-name: a407440cd9b274d759e49793e70701da
#: <tr valign="top"> <th scope="row"><?php _e('Link types',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "31346d0c06270b9430d73d72cebf350d"
msgid "Link types"
msgstr "סוגי קישורים"
# wpml-name: fc1ea81cd9f8afd0c6e1c07668b29520
#: <tr valign="top"> <th scope="row"><?php _e('Post statuses',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "b73caabc874a1727223126c15a14fbae"
msgid "Post statuses"
msgstr "סטטוס של פוסטים"
# wpml-name: 89b80599eabf2345102bd71688eba5c0
#: <tr valign="top"> <th scope="row"><?php _e('Look for links in',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "a17c6fa5392ee8fe852e1a07823fbde6"
msgid "Look for links in"
msgstr "חיפוש קישורים על פי:"
# wpml-name: 9ce97ed797d113983bc6805f230966be
#: <p class="description"><?php _e('Turning off this option will make the
#: plugin report all problems as broken links.', 'broken-link-checker');
#: ?></p>
msgctxt "70c75ef519614849bf461dc6e6bf2f95"
msgid "Turning off this option will make the plugin report all problems as broken links."
msgstr "כיבוי אפשרות זו יגרום לתוסף לדווח על כל הבעיות כקישורים שבורים."
# wpml-name: 39976ecd99206afcd14fbd7cca1bf989
#: <?php checked($this->conf->options['warnings_enabled']); ?>/> _e('Show
#: uncertain or minor problems as "warnings" instead of "broken"',
#: 'broken-link-checker'); ?> </label>
msgctxt "9b1a46595f143d1a77dbd0eb55850a82"
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
msgstr "הצג בעיות לא ברורות או מינוריות כ \"אזהרות\" במקום כ \"קישורים שבורים\""
# wpml-name: 04069f72752c52de7cf76ece26da5228
#: <?php checked($this->conf->options['suggestions_enabled']); ?>/>
#: _e('Suggest alternatives to broken links', 'broken-link-checker'); ?>
#: </label>
msgctxt "2cb7486daf8bb4599d12c14ae4d58dca"
msgid "Suggest alternatives to broken links"
msgstr "הצע חלופות לקישורים שבורים"
# wpml-name: ed1b207a7a01ce1286df25f3c9f80608
#: <?php if ($this->conf->options['nofollow_broken_links']) echo '
#: checked="checked"'; ?>/> _e('Stop search engines from following broken
#: links', 'broken-link-checker'); ?> </label>
msgctxt "cb9576476c5aeb93ef9923e96a2778d1"
msgid "Stop search engines from following broken links"
msgstr "חסימת מנועי חיפוש מלהמשיך אל עמוד היעד של קישור שבור"
# wpml-name: ee8692354a69a0d2e498714dd04ae8ca
#: <?php if ($this->conf->options['mark_removed_links']) echo '
#: checked="checked"'; ?>/> _e('Apply custom formatting to removed links',
#: 'broken-link-checker'); ?> </label>
msgctxt "4ee2c3fe6dc478e797484ef6c372c850"
msgid "Apply custom formatting to removed links"
msgstr "החלת עיצוב מותאם לטקסט שהקישור שלו הוסר"
# wpml-name: 1f75320580610afe43a4a6694f59db26
#: <a id="toggle-removed-link-css-editor" href="#"
#: class="blc-toggle-link"><?php _e('Edit CSS', 'broken-link-checker'); ?></a>
msgctxt "cdc9dd0fa8cb43116288e411b78b5d42"
msgid "Edit CSS"
msgstr "עריכת CSS"
# wpml-name: a1bdd9016750ac60fe4548f477390f8d
#: <?php if ($this->conf->options['mark_broken_links']) echo '
#: checked="checked"'; ?>/> _e('Apply custom formatting to broken links',
#: 'broken-link-checker'); ?> </label>
msgctxt "43bc9755e5fb47dfcbd90d4894806770"
msgid "Apply custom formatting to broken links"
msgstr "החלת עיצוב מותאם לטקסט שהקישור שלו שבור"
# wpml-name: 6d25159642a573e619a547d143133a39
#: <tr valign="top"> <th scope="row"><?php _e('Link
#: tweaks','broken-link-checker'); ?></th> <td>
msgctxt "57edfbf9adb9ce75ec21229e76bbd646"
msgid "Link tweaks"
msgstr "עיצוב טקסט הקישור<br>(כאן ניתן לציין עיצוב מבוסס CSS לטקסט של קישורים על פי הסטטוס שלהם. למשל קו חוצה/מוחק על טקסט של קישור שבור, כך שהקוראים יבינו שהקישור שבור מבלי שיצטרכו להקליק על הקישור)"
# wpml-name: 35ac87a361436e1b67202b9c8fde3ff3
#: <?php if ($this->conf->options['send_authors_email_notifications']) echo '
#: checked="checked"'; ?>/> _e('Send authors e-mail notifications about broken
#: links in their posts', 'broken-link-checker'); ?> </label><br />
msgctxt "1a17920177cf7107dedc6f87b95fc8db"
msgid "Send authors e-mail notifications about broken links in their posts"
msgstr "מחברי פוסטים יקבלו התראות בדואר אלקטרוני אודות קישורים שבורים בפוסטים שלהם"
# wpml-name: 39ac7e35db29f41ea783d7c4f73eed4e
#: <?php if ($this->conf->options['send_email_notifications']) echo '
#: checked="checked"'; ?>/> _e('Send me e-mail notifications about newly
#: detected broken links', 'broken-link-checker'); ?> </label><br />
msgctxt "7b71f982d182fc661a319ba5fcc54de2"
msgid "Send me e-mail notifications about newly detected broken links"
msgstr "משלוח התראות בדואר אלקטרוני אודות קישורים שבורים חדשים שנמצאו"
# wpml-name: aa60a5c8ef23afb1778defd86f5f486d
#: <tr valign="top"> <th scope="row"><?php _e('E-mail notifications',
#: 'broken-link-checker'); ?></th> <td>
msgctxt "edac182ad71676b1fbf35b048a8761c0"
msgid "E-mail notifications"
msgstr "התראות בדואר אלקטרוני"
# wpml-name: 6114995f2df68d11af5cc3e9ea1a92b8
#: <span class="description"> <?php _e('Existing links will be checked this
#: often. New usually ASAP.', 'broken-link-checker'); ?> </span>
msgctxt "8b1e5eb17dbb9e20329a73cb2a92b076"
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
msgstr "קישורים קיימים יבדקו בתכיפות הזו. קישורים חדשים בדרך כלל יבדקו בהקדם האפשרי.<br>(ערך ברירת מחדל: 72. ערך מינימום: 1. ערך מקסימום: 99999. אפס (0) אינו ערך מותר)"
# wpml-name: 07dc99ae3f7444f448c7eee0b6d1efea
#: <tr valign="top"> <th scope="row"><?php _e('Check each
#: link','broken-link-checker'); ?></th> <td>
msgctxt "16d76db645e16ec6dca79b6cb622eac7"
msgid "Check each link"
msgstr "בדיקה חוזרת של כל הקישורים"
# wpml-name: 9795882a2424ffdf79b1b931b4895177
#: } else { toggleButton.text('<?php _e('Show debug info',
#: 'broken-link-checker'); ?>');
msgctxt "4b6a0e78f076920c70ff764cbd73f39b"
msgid "Show debug info"
msgstr "הצגת מידע מערכת"
# wpml-name: ec53a8c4f07baed5d8825072c89799be
#: 'status' => array( 'heading' __('Status', 'broken-link-checker'), 'content'
#: array($this, 'column_status'),
msgctxt "4714bbaae8bb4abc1821db374fbd11dc"
msgid "Status"
msgstr "סטטוס"
# wpml-name: a5ed63c32631f4744339cd0e20b7c7a8
#: <div class="wrap" id="blc-settings-wrap"> <h2><?php _e('Broken Link Checker
#: Options', 'broken-link-checker'); ?></h2>
msgctxt "ceb437e687eb8c19fb2ceebb08ab5648"
msgid "Broken Link Checker Options"
msgstr "הגדרות בודק קישורים שבורים"
# wpml-name: 5465ce77e4f03d3cc8938113e3846842
#: <input id="blc-autoexpand" name="blc-autoexpand" type="checkbox" value="1"
#: <?php if ( $this->conf->options['autoexpand_widget'] ) echo
#: 'checked="checked"'; ?> /> _e('Automatically expand the widget broken links
#: have been detected', 'broken-link-checker'); </label></p>
msgctxt "ebe4259d6b7a3ddfdd75b4c2e7d66bdb"
msgid "Automatically expand the widget if broken links have been detected"
msgstr "הרחב אוטומטית את הוידג'ט אם נמצאו קישורים שבורים"
# wpml-name: eaaeb578df66bda95ef93f9c532fcb95
#: } else { $('#wsblc_full_status').html('<?php _e('[ Network error ]',
#: 'broken-link-checker'); ?>');
msgctxt "7be473db94041ce6add7e8321f4bceb5"
msgid "[ Network error ]"
msgstr "[ שגיאת רשת ]"
# wpml-name: 8524de963f07201e5c086830d370797f
#: //Load up the new link info (so sue me)
#: details_row.find('td').html('<center><?php echo esc_js(__('Loading...' ,
#: 'broken-link-checker')); ?></center>').load( "<?php
#: admin_url('admin-ajax.php'); ?>",
msgctxt "0ba37ee9cc0b65fef2d5fb272bf6d5dd"
msgid "Loading..."
msgstr "טוען..."
# wpml-name: 0898db1216c3d1e59ae47fa3276a220d
#: if ( $add_admin_link ) { $result .= __("You can see all broken links
#: here:", 'broken-link-checker') . "<br>"; sprintf('<a href="%1$s">%1$s</a>',
#: admin_url('tools.php?page=view-broken-links'));
msgctxt "861711c304a57965016deeb9ad383947"
msgid "You can see all broken links here:"
msgstr "ניתן לצפות בכל הקישורים השבורים כאן:"
# wpml-name: a622cd128642b01c08622f400d901212
#: sprintf( __('Link URL : <a href="%s">%s</a>', 'broken-link-checker'),
#: htmlentities($instance->get_url()),
#: blcUtility::truncate($instance->get_url(), 70, '') ), __('Source %s',
#: $instance->ui_get_source('email') );
msgctxt "1ec3660792b0d2fb717eb4ab60971fcf"
msgid "Source : %s"
msgstr "מקור הקישור: %s"
# wpml-name: 977a04e1dc68046362c8dc5c1247cfa9
#: sprintf( __('Link text : %s', 'broken-link-checker'),
#: $instance->ui_get_link_text('email') ), URL <a href="%s">%s</a>',
#: htmlentities($instance->get_url()),
#: blcUtility::truncate($instance->get_url(), 70, '') __('Source
#: $instance->ui_get_source('email')
msgctxt "838b465e62dbc95b47e1b2f389ced77f"
msgid "Link URL : <a href=\"%s\">%s</a>"
msgstr "קישור כתובת אינטרנט: <a href=\"%s\">%s</a>"
# wpml-name: a5132356c5735ce69f870238b695bd77
#: $pieces = array( sprintf( __('Link text : %s', 'broken-link-checker'),
#: $instance->ui_get_link_text('email') ), URL <a href="%s">%s</a>',
#: htmlentities($instance->get_url()),
#: blcUtility::truncate($instance->get_url(), 70, '')
msgctxt "1dca8c9536347d8643c870f681fd8dbb"
msgid "Link text : %s"
msgstr "טקסט קישור: %s"
# wpml-name: 4fbb1cf7840816cc86f658815ff89e84
#: } else { $line = __("Here's a list of the new broken links: ",
#: 'broken-link-checker');
msgctxt "1eb40e0d364efa71d1883a25e9897f2d"
msgid "Here's a list of the new broken links: "
msgstr "הנה רשימה של קישורים שבורים חדשים: "
# wpml-name: 1ac527125deb662b279820d2049b6fdf
#: $subject = sprintf( __("[%s] Broken links detected",
#: 'broken-link-checker'), html_entity_decode(get_option('blogname'),
#: ENT_QUOTES)
msgctxt "1d61a5166de69c7d7cdf6693674c9482"
msgid "[%s] Broken links detected"
msgstr "נמצאו [%s] קישורים שבורים"
# wpml-name: f9348db14dee55e0495e22c1f296b119
#: $data['state'] = 'warning'; $data['message'] __('If this value is zero even
#: after several page reloads you have probably encountered a bug.',
#: 'broken-link-checker'); }
msgctxt "af317ad6a68127a6edd889c37f80cd43"
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
msgstr "אם ערך זה הוא 0 (אפס) אפילו לאחר מספר טעינות עמוד חוזרות - כנראה שנתקלתם בבאג."
# wpml-name: 72f6d67cf7020e43932dd17e8d6e966f
#: 'value' => sprintf( __('On ( %s )', 'broken-link-checker'),
#: ini_get('open_basedir') ), 'message' __('Redirects may be detected as
#: broken links when open_basedir is on.', );
msgctxt "70e09db7053b206e7fd7aaf41001f357"
msgid "Redirects may be detected as broken links when open_basedir is on."
msgstr "ייתכן והפניות יסווגו כקישורים שבורים כאשר open_basedir פעיל."
# wpml-name: b9c63dd8fde6d384ae37fac91677883f
#: 'state' => 'warning', 'value' sprintf( __('On ( %s )',
#: 'broken-link-checker'), ini_get('open_basedir') ), 'message' __('Redirects
#: may be detected as broken links when open_basedir is on.',
msgctxt "3131e55f7d76be5ef6a3630dc8b4e5ea"
msgid "On ( %s )"
msgstr "פעיל ( %s )"
# wpml-name: d15305d7a4e34e02489c74a5ef542f36
#: 'state' => 'ok', 'value' __('Off', 'broken-link-checker'), );
msgctxt "4424550b239e2606e4e1c0430587d1ce"
msgid "Off"
msgstr "כבוי"
# wpml-name: 6e1a1c275976b9add3ce001fcc016037
#: 'value' => __('On', 'broken-link-checker'), 'message' __('Redirects may be
#: detected as broken links when safe_mode is on.', );
msgctxt "e54e8b9a76eac9c54fdaa05023a6bc29"
msgid "Redirects may be detected as broken links when safe_mode is on."
msgstr "ייתכן והפניות יסווגו כקישורים שבורים כאשר safe_mode פעיל."
# wpml-name: 521c36a31c2762741cf0f8890cbe05e3
#: 'state' => 'warning', 'value' __('On', 'broken-link-checker'), 'message'
#: __('Redirects may be detected as broken links when safe_mode is on.',
msgctxt "af6f30ef64b0be8fe75c1a6a7489284a"
msgid "On"
msgstr "פעיל"
# wpml-name: 455a3ffb2f7c7a61dd5dc0955b3b8fa5
#: 'value' => __('Not installed', 'broken-link-checker'), 'message' __('You
#: must have either CURL or Snoopy installed for the plugin to work!', );
msgctxt "222d4159bbfdb239462449a095054415"
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
msgstr "תוכנת CURL או Snoopy חייבת להיות מותקנת בכדי שתוסף זה יעבוד באופן תקין! אנא פנו למנהלי האתר או חברת אירוח האתרים בה מתארח אתר זה ובקשו מהם להתקין את אחת מהתוכנות האלו, בגרסה עדכנית."
# wpml-name: 98dd43dfae05b11befe1f140e0ec787a
#: 'state' => 'ok', 'value' __('Installed', 'broken-link-checker'), );
msgctxt "a436610c22ccdeba8d7a8cf0bd4f193d"
msgid "Installed"
msgstr "מותקן"
# wpml-name: 9ebbdd42206a8cd566543db4624de928
#: } $debug[ __('CURL version', 'broken-link-checker') ] = $data;
msgctxt "c884068e58281ffe6be67694155006e2"
msgid "CURL version"
msgstr "גרסת CURL"
# wpml-name: d12fb360f73c34226d1e50228875d8cf
#: 'state' => 'error', 'value' __('Not installed', 'broken-link-checker'),
#: 'message' __('You must have either CURL or Snoopy installed for the plugin
#: to work!',
msgctxt "76af88fb50aefe4e2e1d2ef3a4020ccf"
msgid "Not installed"
msgstr "לא מותקן"
# wpml-name: b83115e55f158472c929578c7d329ea3
#: 'value' => $version['version'], 'message' __('You have an old version of
#: CURL. Redirect detection may not work properly.', 'broken-link-checker'),
#: );
msgctxt "eb09f243cc535416ab7106238ca3d832"
msgid "You have an old version of CURL. Redirect detection may not work properly."
msgstr "גרסת ה-CURL באתר שלכם ישנה. בשל כך קיים סיכוי שתהליך איתור ההפניות לא יעבוד באופן תקין. כדאי לבקש ממנהלי האתר שלכם לעדכן את גרסת ה-CURL לגרסה עדכנית."
# wpml-name: f52e50f86515ab9ff75a5950025692d1
#: //MySQL version $debug[ __('MySQL version', 'broken-link-checker') ] =
#: array( 'state' => 'ok',
msgctxt "098bc20e114df7cd7f7b5778e3e2459c"
msgid "MySQL version"
msgstr "גרסת MySQL"
# wpml-name: fa374422dcbc5f017b5ecbc93355e02e
#: //PHP version. Any one is fine as long WP supports it. $debug[ __('PHP
#: version', 'broken-link-checker') ] = array( 'state' => 'ok',
msgctxt "1ff0c47ade8bbd433d2f142366e69e83"
msgid "PHP version"
msgstr "גרסת PHP"
# wpml-name: ea0098cdfb89d219e52b1671278d971d
#: 'blc_dashboard_widget', __('Broken Link Checker', 'broken-link-checker'),
#: array( $this, 'dashboard_widget' ),
msgctxt "ab3ca90ad37068411e6f04e7887081ca"
msgid "Broken Link Checker"
msgstr "בודק קישורים שבורים"
# wpml-name: 3f59263a70f90940ff976a25937bf95a
#: } else { printf( __('Failed to load link details (%s)',
#: 'broken-link-checker'), $wpdb->last_error ); die();
msgctxt "9378a748447b6ea161324423f25fccf3"
msgid "Failed to load link details (%s)"
msgstr "נכשל הניסיון לטעון את פרטי הקישור (%s)"
# wpml-name: 565978f08d53b7d662b93c422b823574
#: //FB::error('Link ID not specified, you hacking bastard.'); die( __('Error
#: : link specified', 'broken-link-checker') ); }
msgctxt "d5dd214b0b3bf315cacdeb8096e78bd4"
msgid "Error : link ID not specified"
msgstr "שגיאה: לא מוגדר קוד זיהוי קישור"
# wpml-name: 9c85b0bc5d732e92d0907caf1f7b47dd
#: if (!current_user_can('edit_others_posts')){ die( __("You don't have
#: sufficient privileges to access this information!", 'broken-link-checker')
#: ); }
msgctxt "bc0cfc9b5567d5bf306b48aa016d65df"
msgid "You don't have sufficient privileges to access this information!"
msgstr "אין לכם את ההרשאות המתאימות בכדי לגשת למידע זה!"
# wpml-name: 2952eb9646ad0681f444ee211cb134ef
#: die( json_encode( array( 'error' => __("An unexpected error occured!",
#: 'broken-link-checker') )));
msgctxt "ff772e697dfa8d06db807f26b0ee47ad"
msgid "An unexpected error occured!"
msgstr "אירעה שגיאה לא צפויה!"
# wpml-name: 343c34a1396e0309db5fa0599551b34c
#: die( json_encode( array( 'error' => __("An unexpected error occurred!",
#: 'broken-link-checker') )));
msgctxt "52ccd13353cbb4177dc049d72aaf04bb"
msgid "An unexpected error occurred!"
msgstr "התרחשה שגיאה לא צפויה!"
# wpml-name: a777f56e5fe176c61a63027598a400b8
#: die( json_encode( array( 'error' => __("Oops, the new URL is invalid!",
#: 'broken-link-checker') )));
msgctxt "8a0af9ca329163198b4f7fb3b2884525"
msgid "Oops, the new URL is invalid!"
msgstr "אופס, כתובת האינטרנט החדשה אינה תקינה!"
# wpml-name: 5d64f9870f315d29d83b43a9f818fe11
#: die( json_encode( array( 'error' => __("Error : link_id or new_url not
#: specified", 'broken-link-checker') )));
msgctxt "ab24f73e0b6e04bed843f158656efae9"
msgid "Error : link_id or new_url not specified"
msgstr "שגיאה: link_id או new_url אינם מוגדרים"
# wpml-name: c00354fc794b80de58fa0bb4135a347c
#: die( json_encode( array( 'error' => __("Error : link_id not specified",
#: 'broken-link-checker') )));
msgctxt "c2d34e97613de17dc9325265419e6d2d"
msgid "Error : link_id not specified"
msgstr "שגיאה: link_id אינו מוגדר"
# wpml-name: 4494727036b475d1ecda3f12d303dea0
#: } else { die( __("Oops, couldn't modify the link!", 'broken-link-checker')
#: ) ;
msgctxt "0b515fa0f27f295e71b89b38326648c5"
msgid "Oops, couldn't modify the link!"
msgstr "אופס, לא ניתן לשנות את הקישור!"
# wpml-name: cbb16c39ee5e6191640d91f6b8dee4be
#: die( json_encode( array( 'error' => sprintf(__("Oops, I can't find the link
#: %d", 'broken-link-checker'), $id) )));
msgctxt "2b6dde188af11e2a1199ad7a06027b50"
msgid "Oops, I can't find the link %d"
msgstr "אופס, לא נמצא הקישור %d"
# wpml-name: eb6d8ded0c155aacf214fdee54667185
#: } else { $text .= __('No links detected.', 'broken-link-checker');
msgctxt "06a96199e402a175599071f21a3c6b7f"
msgid "No links detected."
msgstr "לא נמצאו קישורים."
# wpml-name: 0f422d129739b981133431b5abaa7364
#: if ($this->conf->options['need_resynch']){ $text .= __('Searching your blog
#: for links...', 'broken-link-checker'); } else {
msgctxt "6c224edb31f3e5e3e40e9065c7e79cdc"
msgid "Searching your blog for links..."
msgstr "מתבצע חיפוש קישורים באתר..."
# wpml-name: 44c4596e2e4f62635c5175a36c4041bd
#: $text .= sprintf( __('Detected %1$s in %2$s.', 'broken-link-checker'),
#: $url_count,
msgctxt "614dfe3eb9d3dad84e12ebf114afeaf0"
msgid "Detected %1$s in %2$s."
msgstr "נמצאו %1$s בתוך %2$s."
# wpml-name: c329f58f372a356dd08cd5fc2aeec1eb
#: $text .= sprintf( __('Detected %1$s in %2$s and still searching...',
#: 'broken-link-checker'), $url_count,
msgctxt "026b2aabf27fb7d2036296bd227afab1"
msgid "Detected %1$s in %2$s and still searching..."
msgstr "נמצאו %1$s בתוך %2$s והחיפוש ממשיך..."
# wpml-name: bd526d6b0868ea3a4bc94f4e4a54ae29
#: } else { $text .= __("No URLs in the work queue.", 'broken-link-checker');
msgctxt "6d71d25103679472a8b42b1c4d256541"
msgid "No URLs in the work queue."
msgstr "אין בתור המשימות כתובות אינטרנט לבדיקה"
# wpml-name: eb19827003294848020180bfffb543d5
#: } else { $text .= __("No broken links found.", 'broken-link-checker');
msgctxt "c676579cf09e0fc1059b3b13fce39e1c"
msgid "No broken links found."
msgstr "לא נמצאו קישורים שבורים."
# wpml-name: 023f80c32161ca63d678a64f04d13f5f
#: $text .= sprintf( "<a href='%s' title='" . __('View broken links',
#: 'broken-link-checker') "'><strong>". _n('Found %d link', 'Found
#: $status['broken_links'],
msgctxt "f19322e827b4b92b1afc966630debc2c"
msgid "View broken links"
msgstr "צפיה בקישורים שבורים"
# wpml-name: 17d52e2ecc98c334e22872b835af1b50
#: die( json_encode( array( 'error' => __("You're not allowed to do that!",
#: 'broken-link-checker') )));
msgctxt "8be79abcae568f697508b1aacc5c101f"
msgid "You're not allowed to do that!"
msgstr "אינכם מורשים לבצע פעולה זו!"
# wpml-name: c321c858a221b5564ce32ca36f0e5872
#: $this->conf->options['table_color_code_status'] ? ' checked="checked"' :
#: '', __('Color-code status codes', 'broken-link-checker') );
msgctxt "4baede10117f30e6ac5d51aee1b7e400"
msgid "Color-code status codes"
msgstr "קודי סטטוס צבעוניים"
# wpml-name: d3db523f78e49567158ffb075ed776a7
#: $html .= sprintf( __('Highlight links broken for at least %s days',
#: 'broken-link-checker'), $input_box
msgctxt "d1f1c4e7438a8599f5cfecdc66564171"
msgid "Highlight links broken for at least %s days"
msgstr "הדגשת הרקע של קישורים אשר שבורים כבר במשך לפחות %s ימים"
# wpml-name: 74248c725e00bf9fe04df4e35b249a19
#: $html .= '<h5>' . __('Misc', 'broken-link-checker') '</h5>'; '<div
#: class="screen-options">';
msgctxt "ac49f0a1d6f618c309b1e89689738167"
msgid "Misc"
msgstr "שונות"
# wpml-name: 807765384d9d5527da8848df14a4f02f
#: $this->conf->options['table_links_per_page'], __('links',
#: 'broken-link-checker'), __('Apply')
msgctxt "10f1b8ce050e1a84d70e4aa3ff6f5186"
msgid "links"
msgstr "קישורים"
# wpml-name: 0f4c96cf70000579866509bac40faedb
#: //Let the user show/hide individual table columns $html = '<h5>' .
#: __('Table columns', 'broken-link-checker') '</h5>';
msgctxt "afc1074d2cfbad057920cf73f502b258"
msgid "Table columns"
msgstr "טורי טבלה"
# wpml-name: f2f6ebb0a768ff56ceb64543271baf22
#: </div>', __( 'The "Warnings" page lists problems that are probably
#: temporary or suspected to be false positives.<br> Warnings persist for a
#: long time will usually reclassified as broken links.',
msgctxt "c918d152a74555196b6a6729f12d4313"
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 "עמוד ה \"אזהרות\" מציג רשימת בעיות שהן ככל הנראה זמניות או חשודות כדיווח שגוי.<br>אזהרות הנמשכות לאורך זמן בדרך-כלל יוגדרו מחדש כקישורים שבורים."
# wpml-name: 9a3f71da862c21450bdf34bb8cff48ef
#: $messages[] = sprintf( __("Couldn't modify link %d",
#: 'broken-link-checker'), $link_id
msgctxt "f1fff2a705c3f4f2ff5f9ef8b5fdae1e"
msgid "Couldn't modify link %d"
msgstr "לא ניתן היה לשנות את הקישור %d"
# wpml-name: 72987dbd9aacf5bbcd8d8d2f7530d165
#: $link->last_check_attempt = time(); $link->log __("This link was manually
#: marked as working by the user.", 'broken-link-checker');
msgctxt "ed354b1c0dfff7403cdd7a83d1267c87"
msgid "This link was manually marked as working by the user."
msgstr "הקישור סומן ידנית כ'לא שבור' על ידי משתמש."
# wpml-name: 60ee69ccb0ee4845bcc53cc107983127
#: } else { $message = __("Didn't find anything to delete!",
#: 'broken-link-checker'); $msg_class 'error';
msgctxt "5d7f200c111dc340065b220170e46490"
msgid "Didn't find anything to delete!"
msgstr "לא נמצאו פריטים למחיקה!"
# wpml-name: 214310fe5d651c7651618515f20527bf
#: } else { $message = __('None of the selected links are redirects!',
#: 'broken-link-checker');
msgctxt "65e60acb2e91846d889c891f10346a18"
msgid "None of the selected links are redirects!"
msgstr "אף אחד מהקישורים שנבחרו אינו הפניה!"
# wpml-name: ff36083dfe5a3b7373da9a42a6722220
#: //Success $message = __('Filter deleted', 'broken-link-checker'); } else {
msgctxt "612bec31fc46c45dfee19f2ae96116c4"
msgid "Filter deleted"
msgstr "המסנן נמחק"
# wpml-name: 9a848a2af9ba08a6cb8172648fc3c0fb
#: if ( empty($_POST['filter_id']) ){ $message = __("Filter ID not
#: specified.", 'broken-link-checker'); $msg_class 'error';
msgctxt "98c36f897014815f418eb376362cdf5f"
msgid "Filter ID not specified."
msgstr "לא מצוין קוד זיהוי מסנן."
# wpml-name: 3d206f4e6554bf84d8f211250337fb6b
#: //Saved $message = sprintf( __('Filter "%s" created',
#: 'broken-link-checker'), $_POST['name']); //A little hack to make the filter
#: active immediately
msgctxt "e2b05b6ad462c7fb1953c1e0f39d3789"
msgid "Filter \"%s\" created"
msgstr "הסינון \"%s\" נוצר"
# wpml-name: 5faffcf08e4c0aa27dfa11b83c158da1
#: } elseif ( empty($_POST['params']) ){ $message = __("Invalid search
#: query.", 'broken-link-checker'); $msg_class 'error';
msgctxt "2a2ea6eed0687dea057e4cb131df8c41"
msgid "Invalid search query."
msgstr "שאילתת חיפוש לא תקינה."
# wpml-name: 09ed9d14796ccee8969ec6191f99814a
#: if ( empty($_POST['name']) ){ $message = __("You must enter a filter
#: name!", 'broken-link-checker'); $msg_class 'error';
msgctxt "9e6741950b7be0c036effb4b2f144d71"
msgid "You must enter a filter name!"
msgstr "חובה להזין שם מסנן!"
# wpml-name: ce7471723325289bc2d5a351467edc86
#: //Either the ID is wrong or there was some other error $message =
#: __('Database : %s', 'broken-link-checker'); $msg_class 'error';
msgctxt "ccb13d39370782a8f77b9d49c64cbca9"
msgid "Database error : %s"
msgstr "שגיאת מסד נתונים: %s"
# wpml-name: ae7593a16b20840ace7873c852ab3c21
#: $html .= '<span class="description">' . __( '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>.',
msgctxt "24933237ae7ece1f08e2900b663e9d85"
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 "הזינו את שמות השדות המותאמים שברצונכם לבדוק (שם אחד בכל שורה). אם השדה מכיל קוד HTML, הוסיפו לשם השדה קידומת של <code>html:</code>. למשל <code>html:field_name</code>"
# wpml-name: f1206f9fadc5ce41694f69129aecac26
#: $module_id, __('Configure', 'broken-link-checker') );
msgctxt "9b741e0e85cd1d266b508199ec76319e"
msgid "Configure"
msgstr "פירוט"
# wpml-name: 2d25c72c1b18e562f6654fff8e11711e
#: } else { echo '<input type="text" disabled="disabled" value="',
#: esc_attr(__('Not available', 'broken-link-checker')), '" size="13"/><br>';
#: '<span class="description">';
msgctxt "c0568c3786e3560e82274303d188d586"
msgid "Not available"
msgstr "לא זמין"
# wpml-name: 49d58899c5b6b86042fea832b2ebcbde
#: printf( __( 'Link checking will be suspended if the average <a
#: href="%s">server load</a> rises above this number. Leave field blank to
#: disable load limiting.',
msgctxt "3a21bad652d7e57e21eb07fde5cb33d0"
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 "בדיקת הקישורים תושעה אם ממוצע <a href=\"%s\">עומס השרת</a> עולה מעל מספר זה. השאר שדה זה ריק כדי לבטל את ההגבלה."
# wpml-name: 8f4d6e09ffaf2f5e61ff21f7e244bef1
#: printf( __('Current load : %s', 'broken-link-checker'), '<span
#: id="wsblc_current_load">...</span>'
msgctxt "c8b2305ae489e585a30b0bddef1689c2"
msgid "Current load : %s"
msgstr "העומס הנוכחי על השרת: %s"
# wpml-name: 8641eaacafab9d58e7e93a92ff318714
#: 'state' => 'ok', 'value' sprintf(__('%s seconds'),
#: ini_get('max_execution_time')), );
msgctxt "296fce0a3933e0311c497be104376535"
msgid "%s seconds"
msgstr "%s שניות"
# wpml-name: 24a40006e7c5a00e0b3d2b0b82471f22
#: } else { echo __('Error : All link parsers missing!',
#: 'broken-link-checker');
msgctxt "c0d994b489687a42dfdb72f43c978bbb"
msgid "Error : All link parsers missing!"
msgstr "שגיאה: כל רכיבי הניתוח (Parsers) של הקישורים לא נמצאו!"
# wpml-name: efd18eb1383da67770298ab5b9624b4f
#: printf( __('Example : Lorem ipsum <span %s>removed link</span>, dolor sit
#: amet.', 'broken-link-checker'), ' class="removed_link"'
msgctxt "3863f963a9e13905bc1dbf6b83161b38"
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
msgstr "דוגמה: \"גנן גידל דגן בגן, <span %s>קישור להסרה</span> דגן גדול גדל בגן\"."
# wpml-name: 9fdecf6c5cee4a63d096a8ad8102b558
#: ); echo ' ', __('Click "Save Changes" to update example output.',
#: 'broken-link-checker'); ?>
msgctxt "b5de044873478803ec674e80a9cde00f"
msgid "Click \"Save Changes\" to update example output."
msgstr "במידה ושיניתם את קוד ה-CSS הקליקו \"שמור שינויים\" בכדי לעדכן את הדוגמה."
# wpml-name: a9ec4576e4281a0475e1ddca3e6791ba
#: printf( __('Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet.',
#: 'broken-link-checker'), ' href="#" class="broken_link" onclick="return
#: false;"'
msgctxt "3054e3e0093d3e471ae4809320c1ec65"
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
msgstr "דוגמה: \"גנן גידל דגן בגן, <a %s>קישור שבור</a> דגן גדול גדל בגן\"."
# wpml-name: fd7bfd8e4c3b7f0f0c018330a2787d68
#: <span class="description"> <?php echo __('Leave empty to use the e-mail
#: address specified in Settings → General.', 'broken-link-checker'); ?>
#: </span>
msgctxt "ddb0a610f9a0ee9bb551f2aea2747d1a"
msgid "Leave empty to use the e-mail address specified in Settings → General."
msgstr "השאירו שדה זה ריק אם ברצונכם שההתראות ישלחו לכתובת הדואר האלקטרוני הראשית של האתר, זו הרשומה בהגדרות הכלליות של וורדפרס (הגדרות -> כללי)"
# wpml-name: 8c43de933158c87d5693cfd620561be5
#: <tr valign="top"> <th scope="row"><?php echo __('Notification e-mail
#: address', 'broken-link-checker'); ?></th> <td>
msgctxt "06f226d4fcd9159226add7e98dcf73a0"
msgid "Notification e-mail address"
msgstr "כתובת הדואר האלקטרוני למשלוח התראות"
# wpml-name: 328310001266fb48df9ecb2de2a16b95
#: printf( __('Every %s hours','broken-link-checker'), sprintf(
msgctxt "b0ca6f88f0af1a09d7995a6087fa7e1c"
msgid "Every %s hours"
msgstr "תבוצע בדיקה כל %s שעות"
# wpml-name: 9b6545e4cea9b4ad4979d41bb9170e2b
#: 'how' => __('Protocols & APIs', 'broken-link-checker'), 'advanced'
#: __('Advanced', );
msgctxt "d3198b8d2f49fa4c6811f6216e4ccbcc"
msgid "Advanced"
msgstr "הגדרות מתקדמות"
# wpml-name: 0247973fd13fb1a95a484d5a52d73817
#: 'which' => __('Which Links To Check', 'broken-link-checker'), 'how'
#: __('Protocols & APIs', 'advanced' __('Advanced',
msgctxt "b07c4b6dd0d6db8d6bd7d5573e92cee0"
msgid "Protocols & APIs"
msgstr "פרוטוקולים ו-APIs"
# wpml-name: 8ae28d5cb1092c2598a97b25c07dc132
#: 'where' => __('Look For Links In', 'broken-link-checker'), 'which'
#: __('Which To Check', 'how' __('Protocols & APIs',
msgctxt "21be4950c20d47f8e9b1a1e1f4576ae8"
msgid "Which Links To Check"
msgstr "סוגי קישורים שיבדקו"
# wpml-name: cc3ac03efe8ae52f7e4241be16c437e8
#: 'general' => __('General', 'broken-link-checker'), 'where' __('Look For
#: Links In', 'which' __('Which To Check',
msgctxt "9e5f085e615d2bb66d47b8525491fe1e"
msgid "Look For Links In"
msgstr "חפש קישורים ב"
# wpml-name: 0db377921f4ce762c62526131097968f
#: $section_names = array( 'general' => __('General', 'broken-link-checker'),
#: 'where' __('Look For Links In',
msgctxt "08349efa8b5faf8fcf9449752cfbbca8"
msgid "General"
msgstr "כללי"
# wpml-name: 42a2937a759c17d87aad1c4c83f0b991
#: echo '<div id="message" class="updated fade"><p><strong>', __('Complete
#: site recheck started.', 'broken-link-checker'), // -- Yoda
#: '</strong></p></div>';
msgctxt "e7f110b3bd3c868030d94390034f518a"
msgid "Complete site recheck started."
msgstr "החלה בדיקה חוזרת של האתר."
# wpml-name: 63c3dece28f7e7d1fb4658e34b313a58
#: if ( !empty($_GET['donated']) ){ echo '<div id="message" class="updated
#: fade"><p><strong>',__('Thank you for your donation!',
#: 'broken-link-checker'), '</strong></p></div>';
#: $this->conf->set('user_has_donated', true);
msgctxt "c67880697383744a99d95c999043363e"
msgid "Thank you for your donation!"
msgstr "תודה לך על תרומתך!"
# wpml-name: 9a7e58ee13cb727cb7c4acc68f4cafe5
#: if ( !empty($_GET['settings-updated']) ){ echo '<div id="message"
#: class="updated fade"><p><strong>',__('Settings saved.',
#: 'broken-link-checker'), '</strong></p></div>';
msgctxt "03357aa9e0055c116213a4385d1928a9"
msgid "Settings saved."
msgstr "ההגדרות נשמרו"
# wpml-name: 59cadbc710db236efb83b0395c4d105b
#: '<a href="#" class="blc-recheck-button">%s</a>', __('Recheck',
#: 'broken-link-checker') );
msgctxt "afbe6b4a608f521acc70250ed937996f"
msgid "Recheck"
msgstr "בדיקה חוזרת"
# wpml-name: c8a59e7135a20b362f9c768b09454fdb
#: esc_attr(__('Hide this link and do not report it again unless its status
#: changes' , 'broken-link-checker')), __('Dismiss', 'broken-link-checker') );
msgctxt "05e94ebaf6683d8fd659ecde0d639158"
msgid "Dismiss"
msgstr "העברה למצב המתנה"
# wpml-name: 66369de9f49799c8d4fbfb0cb60f119a
#: } else { me.html('<?php echo esc_js(__('Not broken' ,
#: 'broken-link-checker')); ?>'); alert(data);
msgctxt "6385d994285cb26908cfaf6704564651"
msgid "Not broken"
msgstr "לא שבור"
# wpml-name: c1a39b6a60f8b2f87e23d60ab649d994
#: $(me).html('<?php echo esc_js(__('Unlink' , 'broken-link-checker')); ?>');
#: }
msgctxt "0e9ffba0452e138c21490901439ddaff"
msgid "Unlink"
msgstr "הסרת הקישור (טקסט הקישור לא יוסר)"
# wpml-name: e5aee9a1436eeb9e9dc66c695a92aea5
#: $actions['edit'] = "<a href='javascript:void(0)' class='blc-edit-button'
#: title='" . esc_attr( __('Edit this link' , 'broken-link-checker') ) "'>".
#: URL' ."</a>";
msgctxt "0fbf861ab5dffe31d66ef572a5e5418c"
msgid "Edit URL"
msgstr "עריכת הקישור"
# wpml-name: 982c7730bec616b09550db44b04420d1
#: 'blc-links-page-link', __('Go to Broken Links', 'broken-link-checker'),
#: admin_url('tools.php?page=view-broken-links'),
msgctxt "1d0fa5cf3c23ae6bfdaa0e418b0a96d9"
msgid "Go to Broken Links"
msgstr "אל הקישורים השבורים"
# wpml-name: bea4c2c8eb82d05891ddd71584881b56
#: 'blc-feedback-widget', __('Feedback', 'broken-link-checker'),
#: 'http://whiteshadow.uservoice.com/forums/58400-broken-link-checker',
msgctxt "f02704fcba955bc287a82924d35df271"
msgid "Feedback"
msgstr "משוב"
# wpml-name: 5e02a13421fb0515c4edee8b6ddda42d
#: $links_page_hook = add_management_page( __('View Broken Links',
#: 'broken-link-checker'), $menu_title,
msgctxt "abd5e26857e1e1466ac492e37c3c3b72"
msgid "View Broken Links"
msgstr "הצג קישורים שבורים"
# wpml-name: eb5b960f0536863b5dfffa3eef355201
#: 'name' => __('Broken', 'broken-link-checker'), 'heading' __('Broken Links',
#: 'heading_zero' __('No broken links found',
msgctxt "133254aa11354681729abac66cd3cbc2"
msgid "Broken Links"
msgstr "קישורים שבורים"
# wpml-name: 3c05551a9d12b1bdbabae84887ecb0a5
#: __('Link Checker Settings', 'broken-link-checker'), Checker',
#: 'manage_options',
msgctxt "6a67973cc0bdd5fbfaa0a9aa94aa2b4a"
msgid "Link Checker"
msgstr "בודק הקישורים"
# wpml-name: 395315d3c5b6540282d4e997904fa188
#: $options_page_hook = add_options_page( __('Link Checker Settings',
#: 'broken-link-checker'), Checker',
msgctxt "6b8e305e5b2e3b801400f44f342c30ef"
msgid "Link Checker Settings"
msgstr "הגדרות בודק הקישורים"
# wpml-name: b19438b437075d68db1462fb4d7c61c5
#: $this->short_title = __('Vimeo Video', 'broken-link-checker');
#: $this->long_title __('Embedded Vimeo video', }
msgctxt "420aff9c1f0939a096bc751cbcff2ce0"
msgid "Embedded Vimeo video"
msgstr "וידיאו מוטמע של Vimeo"
# wpml-name: 0a8fa1d86f71faede16c5d9c88505858
#: $this->url_search_string = 'vimeo.com/moogaloop.swf?'; $this->short_title
#: __('Vimeo Video', 'broken-link-checker'); $this->long_title __('Embedded
#: Vimeo video',
msgctxt "64473688f27ad4e5215603162bad7909"
msgid "Vimeo Video"
msgstr "וידיאו של Vimeo"
# wpml-name: b28c089841826a35de4c1bff91c7d7dd
#: $this->short_title = __('YouTube Video', 'broken-link-checker');
#: $this->long_title __('Embedded YouTube video', $this->url_search_string
#: 'youtube.com/embed/';
msgctxt "2053d8e69aa1aaf8d925c94a3c507e6a"
msgid "Embedded YouTube video"
msgstr "וידיאו מוטמע של YouTube"
# wpml-name: 0c4158cf22098751d31785fe58af5488
#: parent::init(); $this->short_title = __('YouTube Video',
#: 'broken-link-checker'); $this->long_title __('Embedded YouTube video',
msgctxt "bed20b3faa598ce5790b2131bfbf92ce"
msgid "YouTube Video"
msgstr "וידיאו של YouTube"
# wpml-name: d3cfdd86df89de821f080ac04a62193b
#: $this->short_title = __('YouTube Playlist', 'broken-link-checker');
#: $this->long_title __('Embedded YouTube playlist', $this->url_search_string
#: 'youtube.com/p/';
msgctxt "0fe3d65cdf939b4e3825a61d31fb3093"
msgid "Embedded YouTube playlist"
msgstr "רשימת הקרנה מוטמעת של YouTube"
# wpml-name: aaac7f94a822f2cc9b937704630bd90d
#: parent::init(); $this->short_title = __('YouTube Playlist',
#: 'broken-link-checker'); $this->long_title __('Embedded YouTube playlist',
msgctxt "19c120c48849b403ed0fe94416a30a0d"
msgid "YouTube Playlist"
msgstr "רשימת הקרנה של YouTube"
# wpml-name: c4a195c14e7e5b76a6c25cf8991042a3
#: $result['status_code'] = BLC_LINK_STATUS_WARNING; $result['status_text']
#: __('Permission Denied', 'broken-link-checker'); $result['http_code'] 0;
msgctxt "0ac1ff723a71986da8514eb47ca47eff"
msgid "Permission Denied"
msgstr "ההרשאה נדחתה"
# wpml-name: 0137011a3ad93b7f5cac78fc0150bd91
#: $this->short_title = __('DailyMotion Video','broken-link-checker');
#: $this->long_title __('Embedded DailyMotion video', 'broken-link-checker');
#: }
msgctxt "ea49b465a658a067d77c28bb29be2346"
msgid "Embedded DailyMotion video"
msgstr "וידיאו מוטמע של DailyMotion"
# wpml-name: aa330819f65337774698dffcb6ecb642
#: $this->url_search_string = 'dailymotion.com/swf/video/'; $this->short_title
#: __('DailyMotion Video','broken-link-checker'); $this->long_title
#: __('Embedded DailyMotion video', 'broken-link-checker');
msgctxt "2c03c7b9d5982594d6985e9a1ea52b50"
msgid "DailyMotion Video"
msgstr "וידיאו של DailyMotion"
# wpml-name: d99d7b850c4fd521288212a0e867c877
#: 'not_implemented', sprintf(__("Embedded videos can't be edited using Broken
#: Link Checker. Please edit or replace the video in question manually.",
#: 'broken-link-checker'), $this->parser_type) );
msgctxt "29dd5fe84217eec76a95b9b544fb8ad8"
msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
msgstr "סרטוני וידיאו מוטמעים אינם ניתנים לעריכה בעזרת תוסף זה. בבקשה בצעו עריכה או החלפה של הוידיאו המדובר באופן ידני."
# wpml-name: 5fd3c558f0a72e01202beeb488829c39
#: $this->short_title = __('GoogleVideo Video', 'broken-link-checker');
#: $this->long_title __('Embedded GoogleVideo video', $this->url_search_string
#: 'video.google.com/';
msgctxt "f1a6e6787b88fb1331d2d398bfe1f869"
msgid "Embedded GoogleVideo video"
msgstr "ודיאו מוטמע של GoogleVideo"
# wpml-name: 89a2fb9a967d021801cef2559ef5b337
#: parent::init(); $this->short_title = __('GoogleVideo Video',
#: 'broken-link-checker'); $this->long_title __('Embedded GoogleVideo video',
msgctxt "68eddada96e3e43d4a25c35b7f154c74"
msgid "GoogleVideo Video"
msgstr "וידיאו של GoogleVideo"
# wpml-name: 9a95ffd98068b432ce1ccadeccb615b0
#: $result['log'] .= __("This playlist has no entries or all have been
#: deleted.", 'broken-link-checker'); $result['status_text'] = __('Empty
#: Playlist', 'link status', $result['status_code'] BLC_LINK_STATUS_WARNING;
msgctxt "b026b69502f84caa73769540f4f86541"
msgid "Empty Playlist"
msgstr "רשימת השמעה ריקה"
# wpml-name: 40233dc915bd4bd0ee45cbc859ad465a
#: //have been deleted. Treat it as a warning. $result['log'] .= __("This
#: playlist has no entries or all have deleted.", 'broken-link-checker');
#: $result['status_text'] = __('Empty Playlist', 'link status',
msgctxt "d0ba3b2777822012dd48c1b15a78bc77"
msgid "This playlist has no entries or all entries have been deleted."
msgstr "אין ברשימת ההתקנה רשומות בכלל או שכל הרשומות נמחקו."
# wpml-name: a957a46225a6dff59f8a653fb314a71b
#: //All is well. $result['log'] .= __("Playlist OK", 'broken-link-checker');
#: $result['status_text'] = __('OK', 'link status',
msgctxt "a819ee374cd0f6d9ef2246f8119e312b"
msgid "Playlist OK"
msgstr "רשימת ההקרנה תקינה"
# wpml-name: dac3d8299add226649c5cbe314fab20b
#: $result['broken'] = true; $result['status_text'] __('Invalid Playlist',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_WARNING;
msgctxt "fb73d0661509efb0bb0325dd3ed4277b"
msgid "Invalid Playlist"
msgstr "רשימת הקרנה לא תקינה"
# wpml-name: eeb9260512be2d3e36651b4d12790d38
#: $result['broken'] = true; $result['status_text'] __('Playlist Restricted',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_ERROR;
msgctxt "16950ea51e7ff72f830a6cbcabf19d2d"
msgid "Playlist Restricted"
msgstr "רשימת ההקרנה מוגבלת"
# wpml-name: 07b8b56c40a0b89126f966adbcff2baa
#: $result['http_code'] = 0; $result['status_text'] __('Playlist Not Found',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_ERROR;
msgctxt "7e0aa01834557dbcb4fa705b3dea22af"
msgid "Playlist Not Found"
msgstr "לא נמצאה רשימת הקרנה"
# wpml-name: d4cb729efa2af51adc3a3d828e1d291b
#: $result['broken'] = true; $result['status_text'] __('Video Restricted',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_WARNING;
msgctxt "3238b92c349ea5dc8335b93b64ff7850"
msgid "Video Restricted"
msgstr "הגישה לוידיאו מוגבלת"
# wpml-name: cf3b15f25a9fb916028c12351f39abf5
#: $result['log'] .= sprintf( __('Video status : %s%s',
#: 'broken-link-checker'), $state_name,
msgctxt "734248402feda1e9de81cd88527adec4"
msgid "Video status : %s%s"
msgstr "מצב הוידיאו: %s%s"
# wpml-name: b6fac62b879b1f4573d6b3348bbc0967
#: //Phew, no restrictions. $result['log'] .= __("Video OK",
#: 'broken-link-checker'); $result['status_text'] = __('OK', 'link status',
msgctxt "2deba586d80592eb8ce1482aae80c7fb"
msgid "Video OK"
msgstr "הוידיאו תקין"
# wpml-name: df66bc3633ccbce552a0cd7d71e44daa
#: $result['http_code'] = 0; $result['status_text'] __('Invalid Video ID',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_WARNING;
msgctxt "4d64f3095d1b1e991651b21c957b0423"
msgid "Invalid Video ID"
msgstr "קוד זיהוי וידיאו לא תקין"
# wpml-name: 4b3b8820256db1c8e31804d6f7493252
#: $result['http_code'] = 0; $result['status_text'] __('Video Removed',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_ERROR;
msgctxt "61b1346bda2511d37e4a5324ca5c7784"
msgid "Video Removed"
msgstr "הוידיאו הוסר"
# wpml-name: defbc9456f7d8e14d5e9a8d79966c22a
#: $result['http_code'] = 0; $result['status_text'] __('Video Not Found',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_ERROR;
msgctxt "6694c640e16708e41b9ca453c98b56f9"
msgid "Video Not Found"
msgstr "הוידיאו לא נמצא"
# wpml-name: link status: OK
#: $result['broken'] = false; $result['status_text'] __('OK', 'link status',
#: 'broken-link-checker'); $result['status_code'] BLC_LINK_STATUS_OK;
msgctxt "5e51746d56cbe29bd9e17cbd54366155"
msgid "OK"
msgstr "אישור"
# wpml-name: db297311d862df3476371d45abcdf074
#: $result['log'] .= sprintf( __('RapidShare API error: %s',
#: 'broken-link-checker'), $response['body']
msgctxt "f6a0d3e16c0d63fd26adde5cb2f15691"
msgid "RapidShare API error: %s"
msgstr "שגיאת API של RapidShare: %s"
# wpml-name: 3f745dbbd1660f718d099d361bb3e859
#: $result['log'] .= sprintf( __('RapidShare : %s', 'broken-link-checker'),
#: $file_status_text
msgctxt "9a4482963c4712c515c8bc169e37a140"
msgid "RapidShare : %s"
msgstr "RapidShare : %s"
# wpml-name: 33b6f3960a564750a6dc673d7e959caa
#: $result['status_code'] = BLC_LINK_STATUS_WARNING; $result['status_text']
#: __('File Locked', 'broken-link-checker'); break;
msgctxt "e552667500a1a4286bde53a05ab877b7"
msgid "File Locked"
msgstr "הקובץ נעול"
# wpml-name: 56ce012997fa22a7c3947f9402fb5987
#: $result['status_code'] = BLC_LINK_STATUS_ERROR; $result['status_text']
#: __('File Blocked', 'broken-link-checker'); break;
msgctxt "ee6b35a18147f2691945716ac4b825b9"
msgid "File Blocked"
msgstr "הקובץ נחסם"
# wpml-name: e01745019a34958198bdc31b7759f245
#: $result['status_code'] = BLC_LINK_STATUS_WARNING; $result['status_text']
#: __('RS Server Down', 'broken-link-checker'); break;
msgctxt "809a9f76f078c1d192f1a474efaaa1c4"
msgid "RS Server Down"
msgstr "שרת RS לא עונה"
# wpml-name: 9d1ead73e678fa2f51a70a933b0bf017
#: $result['status_code'] = BLC_LINK_STATUS_ERROR; $result['status_text']
#: __('Not Found', 'broken-link-checker'); $result['http_code'] 0;
msgctxt "3ad8790d835b190d1703f41cdccfad79"
msgid "Not Found"
msgstr "לא נמצא"
# wpml-name: 5e7a86f8ec367c0c321a22f515af78df
#: 'broken' => false, 'log' sprintf("<em>(%s)</em>\n\n", __('Using RapidShare
#: API', 'broken-link-checker')), 'result_hash' '',
msgctxt "63918fb4dcd89bc410547b31675945f3"
msgid "Using RapidShare API"
msgstr "משתמש ב-API של RapidShare"
# wpml-name: cc303948c804dc123abdf0afe82ba3ef
#: sprintf( __('Failed to move post "%s" (%d) the trash',
#: 'broken-link-checker'), get_the_title($this->container_id),
msgctxt "65973a0a5d15b2d3a0d03d232741fcec"
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "נכשל הניסיון להעביר את הפוסט \"%s\" (%d) אל הפח"
# wpml-name: 5bcf8d1bc815c872f5bb32c76476f701
#: sprintf( __('Can\'t move post "%s" (%d) to the trash because feature is
#: disabled', 'broken-link-checker'), get_the_title($this->container_id),
msgctxt "35b3ef6d8e0c1eb691f16f6324b545d4"
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
msgstr "לא ניתן להעביר את הפוסט \"%s\" (%d) אל הפח מפני שרכיב הפח לא פעיל"
# wpml-name: 01ae729a01ea6815aaaa770bf37d85fe
#: sprintf( __('Failed to delete post "%s" (%d)', 'broken-link-checker'),
#: get_the_title($this->container_id),
msgctxt "cfd02049a4a3f4fb26be450e18031a95"
msgid "Failed to delete post \"%s\" (%d)"
msgstr "נכשל הניסיון למחוק את הפוסט \"%s\" (%d)"
# wpml-name: bdcdd599f602f24324eda4e9d76fcf9a
#: } $actions['view'] = '<span class="view"><a href="' .
#: esc_url(get_permalink($this->container_id)) '" title="'
#: esc_attr(sprintf(__('View "%s"', 'broken-link-checker'),
#: get_the_title($this->container_id))) rel="permalink">' __('View') '</a>';
msgctxt "8e5f8c64985434dcaf9ad22bb31315e4"
msgid "View \"%s\""
msgstr "צפיה ב-\"%s\""
# wpml-name: 112430dfe21d44289d8a89f571117771
#: sprintf( __("Failed to delete the meta field '%s' on %s [%d]",
#: 'broken-link-checker'), $field_name,
msgctxt "f214cd5055d618a0ccc8d714732b07a4"
msgid "Failed to delete the meta field '%s' on %s [%d]"
msgstr "נכשל הניסיון למחוק את שדה ה-meta '%s' ב-%s [%d]"
# wpml-name: fc1b2cd9fed189e565cb63519a08543c
#: sprintf( __("Failed to update the meta field '%s' on %s [%d]",
#: 'broken-link-checker'), $field,
msgctxt "9f89e4c862a228fd57b65449b59b28a8"
msgid "Failed to update the meta field '%s' on %s [%d]"
msgstr "נכשל הניסיון לעדכן את שדה ה-meta '%s' ב-%s [%d]"
# wpml-name: 0be8406951cdfda82f00f79328cf4efc
#: $image, __('Comment', 'broken-link-checker') );
msgctxt "7beae16edcd0081dd0ee240819f64e00"
msgid "Comment"
msgstr "תגובה"
# wpml-name: 11bc58159b9c8ce4129c7718149e25b7
#: $actions['view'] = '<span class="view"><a href="' .
#: get_comment_link($this->container_id) '" title="' esc_attr(__('View
#: comment', 'broken-link-checker')) rel="permalink">' __('View') '</a>';
msgctxt "aef5184aeb08445f8fb55d3467110a66"
msgid "View comment"
msgstr "צפיה בתגובה"
# wpml-name: 07d7ff0fc11aab4f5e8ebbbe88762b73
#: sprintf( __('Can\'t move comment %d to the trash', 'broken-link-checker'),
#: $this->container_id
msgctxt "d6f8342ec7bf397ce43581042373abbd"
msgid "Can't move comment %d to the trash"
msgstr "לא ניתן להעביר את התגובה %d לפח"
# wpml-name: 40e6c5ab327d294b33f51286398c441f
#: sprintf( __('Failed to delete comment %d', 'broken-link-checker'),
#: $this->container_id
msgctxt "c9e4fc25b69db04fe7c1363e3136024c"
msgid "Failed to delete comment %d"
msgstr "נכשל הניסיון למחוק את התגובה %d"
# wpml-name: 2befb2afcd952e22b0a2d1039d1a237e
#: 'update_failed', sprintf(__('Updating comment %d failed',
#: 'broken-link-checker'), $this->container_id) );
msgctxt "a161c8aa4fb963810f4b529d80c32bca"
msgid "Updating comment %d failed"
msgstr "עדכון התגובה %d נכשל"
# wpml-name: d68e6f3c6bf5484796094b1a5b641bfc
#: sprintf( __("I don't know how to edit a '%s' [%d].",
#: 'broken-link-checker'), $this->container_type,
msgctxt "9e0606bf49351331b65013db64a3f002"
msgid "I don't know how to edit a '%s' [%d]."
msgstr "התוסף אינו מסוגל לערוך את '%s' [%d]."
# wpml-name: d2734267fa4d708eda61f250deb199b1
#: $msg = sprintf( __('Failed to delete blogroll link "%s" (%d)',
#: 'broken-link-checker'), $link_name,
msgctxt "fb830623f8c0c2195f16dcad4bfcc5a2"
msgid "Failed to delete blogroll link \"%s\" (%d)"
msgstr "נכשל הניסיון למחוק את קישור הבלוגרול \"%s\" (%d)"
# wpml-name: ba1ed0ffb8400d6fb5e2c1a68412877d
#: 'update_failed', sprintf(__('Updating bookmark %d failed',
#: 'broken-link-checker'), $this->container_id) );
msgctxt "25590f72c6a017a40657494549c46649"
msgid "Updating bookmark %d failed"
msgstr "עדכון הסימניה %d נכשל"
# wpml-name: 458cee9621d7dad578efe570f91c5714
#: 'no_wrapped_object', __('Nothing to update', 'broken-link-checker') );
msgctxt "4a48a25f9bfd790c0e59c6a33e3c42e0"
msgid "Nothing to update"
msgstr "אין מה לעדכן"
# wpml-name: 91e7fd8ecca75152d8c0a55eeab02c2e
#: if ( current_user_can('manage_links') ) { $actions['edit'] = '<span
#: class="edit"><a href="' . $this->get_edit_url() '" title="'
#: esc_attr(__('Edit this bookmark', 'broken-link-checker')) '">' __('Edit')
#: '</a>'; $actions['delete'] "<span class='delete'><a class='submitdelete'
#: href='" esc_url($delete_url) "' onclick=\"if confirm('" esc_js(sprintf(
#: __("You are about to delete link '%s'\n 'Cancel' stop, 'OK' delete."),
#: $bookmark->link_name)) "') return true;}return false;\">" __('Delete')
#: "</a>";
msgctxt "9a276b6632c1abaf8a638f76d884231d"
msgid "Edit this bookmark"
msgstr "עריכת סימניה זו"
# wpml-name: 38afb4cd458f868284f38c901da91dae
#: esc_attr( plugins_url('/images/font-awesome/font-awesome-link.png',
#: BLC_PLUGIN_FILE) ), __('Bookmark', 'broken-link-checker') );
msgctxt "bf001e51b00d251afde7e187f0a73994"
msgid "Bookmark"
msgstr "סימניה"
# wpml-name: 1f9ffbe870b3eba54720772e3c70af5d
#: $log .= "<em>(" . __('Using Snoopy', 'broken-link-checker') ")</em>";
#: $result['log'] = $log;
msgctxt "aee1047408099ce7528cd5547d928d3f"
msgid "Using Snoopy"
msgstr "עושה שימוש ב-Snoopy"
# wpml-name: fd587fc46b7ccd4d2f262deb1b2cad78
#: if ($snoopy->timed_out) { $log .= __("Request timed out.",
#: 'broken-link-checker') . "\n"; $result['timeout'] = true;
msgctxt "b4ba568379b7f96644ce8e10d36ca667"
msgid "Request timed out."
msgstr "זמן המתנה מקסימלי (Timeout) לבקשה."
# wpml-name: cb714a1edc85be88defe88e5dccd858a
#: if ( !empty($result['broken']) && !empty($result['timeout']) ) { $log .=
#: "\n(" . __("Most likely the connection timed out or domain doesn't exist.",
#: 'broken-link-checker') ')'; }
msgctxt "a4a7bc1f606199068e7bc35fbd62ee82"
msgid "Most likely the connection timed out or the domain doesn't exist."
msgstr "קיימת סבירות גבוהה שההתקשרות הסתיימה בגלל היעדר תגובה מהשרת המארח את עמוד היעד של הקישור"
# wpml-name: ac90a1a5754d8681ddd789e59eddc8bd
#: } else { $log .= __('(No response)', 'broken-link-checker');
msgctxt "b64b8aa315c61d50e4fd7c1d456899a2"
msgid "(No response)"
msgstr "(אין תגובה)"
# wpml-name: e2f675690a5dd6a04ba7e5abac6cdfbb
#: if ( $result['http_code'] ){ $log .= sprintf( __('HTTP code : %d',
#: 'broken-link-checker'), $result['http_code']); } else {
msgctxt "0b6508191a5d5731d62519855c90d6dc"
msgid "HTTP code : %d"
msgstr "קוד HTTP: %d"
# wpml-name: b3ea5d4962bbcb423b6e3693d7a1ea9f
#: $code = BLC_LINK_STATUS_WARNING; $text __('Unknown Error', 'link status',
#: 'broken-link-checker');
msgctxt "377679c5bd62845b8eeede9da321f451"
msgid "Unknown Error"
msgstr "שגיאה לא ידועה"
# wpml-name: 2044c23dfefda6c637db5b72f785a777
#: $result['status_code'] = BLC_LINK_STATUS_WARNING; $result['status_text']
#: __('Connection Failed', 'broken-link-checker'); $result['error_code']
#: 'connection_failed';
msgctxt "78d500770a74a6d0f4761c69d9fd8d1a"
msgid "Connection Failed"
msgstr "ההתקשרות נכשלה"
# wpml-name: 63160e5766369dcefc5ecce093f16bc9
#: $result['status_code'] = BLC_LINK_STATUS_WARNING; $result['status_text']
#: __('Server Not Found', 'broken-link-checker'); $result['error_code']
#: 'couldnt_resolve_host';
msgctxt "c91607b9d5e12822d81774797aaa1342"
msgid "Server Not Found"
msgstr "שרת לא נמצא"
# wpml-name: be53a0541a6d36f6ecb879fa2c584b08
#: function ui_get_link_text($instance, $context = 'display'){ $text
#: __('Image', 'broken-link-checker');
msgctxt "07ed12e10ccd579608d04fd156afb2bb"
msgid "Image"
msgstr "תמונה"
# wpml-name: d5255642a07f3ac10f6962c53fe55aca
#: esc_attr( plugins_url('/images/font-awesome/font-awesome-code.png',
#: BLC_PLUGIN_FILE) ), __('Custom field', 'broken-link-checker') );
msgctxt "970323acd2be2ff792f316edcfb0820d"
msgid "Custom field"
msgstr "שדה מותאם"