broken-link-checker-pt_PT.po
60.3 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
msgid ""
msgstr ""
"Project-Id-Version: Broken Link Checker v1.10.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
"PO-Revision-Date: 2015-05-07 21:51:17+0000\n"
"Last-Translator: \n"
"Language-Team: wordpress.mowster.net <wordpress@mowster.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: CSL v1.x\n"
"X-Poedit-Language: Portuguese\n"
"X-Poedit-Country: PORTUGAL\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes"
#: core/core.php:158
#: includes/admin/links-page-js.php:45
#@ broken-link-checker
msgid "Loading..."
msgstr "Carregando..."
#: core/core.php:182
#: includes/admin/options-page-js.php:18
#@ broken-link-checker
msgid "[ Network error ]"
msgstr "[ Problema na rede ]"
#: core/core.php:209
#@ broken-link-checker
msgid "Automatically expand the widget if broken links have been detected"
msgstr "Expandir automaticamente a caixa se existirem links offline"
#: core/core.php:300
#@ broken-link-checker
msgid "Link Checker Settings"
msgstr "Definições do Links offline"
#: core/core.php:301
#@ broken-link-checker
msgid "Link Checker"
msgstr "Links offline"
#: core/core.php:306
#: includes/link-query.php:37
#@ broken-link-checker
msgid "Broken Links"
msgstr "Links offline"
#: core/core.php:322
#@ broken-link-checker
msgid "View Broken Links"
msgstr "Ver Links offline"
#: core/core.php:337
#@ broken-link-checker
msgid "Feedback"
msgstr "Feedback"
#: core/core.php:345
#@ broken-link-checker
msgid "Go to Broken Links"
msgstr "Ir a Links offline"
#: core/core.php:374
#@ default
msgid "Settings"
msgstr "Definições"
#: core/core.php:628
#@ broken-link-checker
msgid "Settings saved."
msgstr "Definições guardadas."
#: core/core.php:634
#@ broken-link-checker
msgid "Thank you for your donation!"
msgstr "Obrigado pela sua colaboração!"
#: core/core.php:642
#@ broken-link-checker
msgid "Complete site recheck started."
msgstr "Reverificação completa do sítio iniciada."
#: core/core.php:664
#@ broken-link-checker
msgid "General"
msgstr "Geral"
#: core/core.php:665
#@ broken-link-checker
msgid "Look For Links In"
msgstr "Procurar links"
#: core/core.php:666
#@ broken-link-checker
msgid "Which Links To Check"
msgstr "Links para verificar"
#: core/core.php:667
#@ broken-link-checker
msgid "Protocols & APIs"
msgstr "Protocolos & APIs"
#: core/core.php:668
#@ broken-link-checker
msgid "Advanced"
msgstr "Avançado"
#: core/core.php:683
#@ broken-link-checker
msgid "Broken Link Checker Options"
msgstr "Opções : Links offline"
#: core/core.php:725
#: includes/admin/table-printer.php:211
#@ broken-link-checker
msgid "Status"
msgstr "Estado"
#: core/core.php:727
#: includes/admin/options-page-js.php:56
#@ broken-link-checker
msgid "Show debug info"
msgstr "Mostrar sistema"
#: core/core.php:755
#@ broken-link-checker
msgid "Check each link"
msgstr "Verificar cada link"
#: core/core.php:760
#, php-format
#@ broken-link-checker
msgid "Every %s hours"
msgstr "Cada %s horas"
#: core/core.php:769
#@ broken-link-checker
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
msgstr "Os links existentes serão verificados com esta frequência. Os novos links serão verificados logo que possível."
#: core/core.php:776
#@ broken-link-checker
msgid "E-mail notifications"
msgstr "Notificações por e-mail"
#: core/core.php:782
#@ broken-link-checker
msgid "Send me e-mail notifications about newly detected broken links"
msgstr "Enviar um e-mail notificando sobre os novos links offline encontrados"
#: core/core.php:816
#@ broken-link-checker
msgid "Link tweaks"
msgstr "Melhoria de Links"
#: core/core.php:822
#@ broken-link-checker
msgid "Apply custom formatting to broken links"
msgstr "Aplicar formatação personalizada para os links offline"
#: core/core.php:826
#: core/core.php:857
#@ broken-link-checker
msgid "Edit CSS"
msgstr "Editar CSS"
#: core/core.php:853
#@ broken-link-checker
msgid "Apply custom formatting to removed links"
msgstr "Aplicar formatação personalizada para os links removidos"
#: core/core.php:886
#@ broken-link-checker
msgid "Stop search engines from following broken links"
msgstr "Não permitir aos motores de busca seguir os links offline"
#: core/core.php:937
#@ broken-link-checker
msgid "Look for links in"
msgstr "Procurar links em"
#: core/core.php:948
#@ broken-link-checker
msgid "Post statuses"
msgstr "Estado do Artigo"
#: core/core.php:981
#@ broken-link-checker
msgid "Link types"
msgstr "Tipos de link"
#: core/core.php:987
#@ broken-link-checker
msgid "Error : All link parsers missing!"
msgstr "Erro : Análises aos links não encontradas!"
#: core/core.php:994
#@ broken-link-checker
msgid "Exclusion list"
msgstr "Lista de exclusão"
#: core/core.php:995
#@ broken-link-checker
msgid "Don't check links where the URL contains any of these words (one per line) :"
msgstr "Não verificar links que a URL tenha alguma destas palavras (uma por linha) :"
#: core/core.php:1013
#@ broken-link-checker
msgid "Check links using"
msgstr "Verificar links utilizando"
#: core/core.php:1032
#: includes/links.php:1019
#@ broken-link-checker
msgid "Timeout"
msgstr "Intervalo"
#: core/core.php:1038
#: core/core.php:1125
#: core/core.php:3429
#, php-format
#@ broken-link-checker
#@ default
msgid "%s seconds"
msgstr "%s segundos"
#: core/core.php:1047
#@ broken-link-checker
msgid "Links that take longer than this to load will be marked as broken."
msgstr "Os links que demoram mais que este tempo a abrir serão marcados como offline."
#: core/core.php:1054
#@ broken-link-checker
msgid "Link monitor"
msgstr "Monitor de links"
#: core/core.php:1062
#@ broken-link-checker
msgid "Run continuously while the Dashboard is open"
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
#: core/core.php:1070
#@ broken-link-checker
msgid "Run hourly in the background"
msgstr "Executar a cada hora em segundo plano"
#: core/core.php:1119
#@ broken-link-checker
msgid "Max. execution time"
msgstr "Tempo máximo de execução"
#: core/core.php:1136
#@ broken-link-checker
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 "O plugin funciona executando periodicamente uma tarefa em segundo plano que analisa os links, verifica os URL encontrados e realiza outras tarefas que consomem tempo. Aqui pode-se estabelecer a duração máxima cada vez que o monitor de links é executado antes de parar."
#: core/core.php:1145
#@ broken-link-checker
msgid "Server load limit"
msgstr "Limite de carregamento do servidor"
#: core/core.php:1160
#, php-format
#@ broken-link-checker
msgid "Current load : %s"
msgstr "Carga atual : %s"
#: core/core.php:1166
#, php-format
#@ broken-link-checker
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 verificação dos links será suspensa se a média do <a href=\"%s\">carregamento do servidor</a> passa este valor. Deixar o campo em branco para não existir limite."
#: core/core.php:1174
#@ broken-link-checker
msgid "Not available"
msgstr "Não disponível"
#: core/core.php:1176
#@ broken-link-checker
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
msgstr "O limite de carregamento somente funciona em sistemas Linux onde <code>/proc/loadavg</code> está presente e acessível."
#: core/core.php:1250
#@ broken-link-checker
msgid "Forced recheck"
msgstr "Reverificação forçada"
#: core/core.php:1253
#@ broken-link-checker
msgid "Re-check all pages"
msgstr "Verificar de novo todas as páginas"
#: core/core.php:1257
#@ broken-link-checker
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
msgstr "\"Opção Nuclear\". Clique para limpar todos os dados do plugin na base de dados e reverificar todo o sítio desde o início."
#: core/core.php:1268
#@ default
msgid "Save Changes"
msgstr "Guardar alterações"
#: core/core.php:1319
#@ broken-link-checker
msgid "Configure"
msgstr "Configurar"
#: core/core.php:1536
#: core/core.php:1620
#: core/core.php:1652
#, php-format
#@ broken-link-checker
msgid "Database error : %s"
msgstr "Erro na Base de dados: %s"
#: core/core.php:1601
#@ broken-link-checker
msgid "You must enter a filter name!"
msgstr "Deve introduzir um nome para o filtro!"
#: core/core.php:1605
#@ broken-link-checker
msgid "Invalid search query."
msgstr "Procura inválida."
#: core/core.php:1615
#, php-format
#@ broken-link-checker
msgid "Filter \"%s\" created"
msgstr "Filtro \"%s\" criado"
#: core/core.php:1642
#@ broken-link-checker
msgid "Filter ID not specified."
msgstr "ID do Filtro não especificado."
#: core/core.php:1649
#@ broken-link-checker
msgid "Filter deleted"
msgstr "Filtro eliminado"
#: core/core.php:1697
#, php-format
#@ broken-link-checker
msgid "Replaced %d redirect with a direct link"
msgid_plural "Replaced %d redirects with direct links"
msgstr[0] "Substituído %d redirect com link direto"
msgstr[1] "Substituídos %d redirects com links diretos"
#: core/core.php:1708
#, php-format
#@ broken-link-checker
msgid "Failed to fix %d redirect"
msgid_plural "Failed to fix %d redirects"
msgstr[0] "Não foi possível reparar %d redirect"
msgstr[1] "Não foi possível reparar %d redirects"
#: core/core.php:1718
#@ broken-link-checker
msgid "None of the selected links are redirects!"
msgstr "Nenhum dos links selecionados são redirects!"
#: core/core.php:1797
#, php-format
#@ broken-link-checker
msgid "%d link updated."
msgid_plural "%d links updated."
msgstr[0] "%d link atualizado."
msgstr[1] "%d links atualizados."
#: core/core.php:1808
#, php-format
#@ broken-link-checker
msgid "Failed to update %d link."
msgid_plural "Failed to update %d links."
msgstr[0] "Erro a atualizar %d link."
msgstr[1] "Erro a atualizar %d links."
#: core/core.php:1897
#, php-format
#@ broken-link-checker
msgid "%d link removed"
msgid_plural "%d links removed"
msgstr[0] "%d link eliminado"
msgstr[1] "%d links eliminados"
#: core/core.php:1908
#, php-format
#@ broken-link-checker
msgid "Failed to remove %d link"
msgid_plural "Failed to remove %d links"
msgstr[0] "Erro a remover %d link"
msgstr[1] "Erro a remover %d links"
#: core/core.php:2017
#, php-format
#@ default
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
msgstr[0] "%d item foi evitado porque não pode ser movido para o Lixo. Necessita de o efetuar manualmente."
msgstr[1] "%d itens foram evitados porque não podem ser movidos para o Lixo. Necessita de o efetuar manualmente."
#: core/core.php:2038
#@ broken-link-checker
msgid "Didn't find anything to delete!"
msgstr "Não foi encontrado nada para apagar!"
#: core/core.php:2069
#, php-format
#@ broken-link-checker
msgid "%d link scheduled for rechecking"
msgid_plural "%d links scheduled for rechecking"
msgstr[0] "%d link agendado para verificação"
msgstr[1] "%d links agendados para verificação"
#: core/core.php:2115
#: core/core.php:2930
#@ broken-link-checker
msgid "This link was manually marked as working by the user."
msgstr "Este link foi assinalado manualmente como válido pelo utilizador."
#: core/core.php:2122
#: core/core.php:2180
#, php-format
#@ broken-link-checker
msgid "Couldn't modify link %d"
msgstr "Impossível modificar o link %d"
#: core/core.php:2133
#, php-format
#@ broken-link-checker
msgid "%d link marked as not broken"
msgid_plural "%d links marked as not broken"
msgstr[0] "%d link marcado como funcional"
msgstr[1] "%d links marcados como funcionais"
#: core/core.php:2283
#@ broken-link-checker
msgid "Table columns"
msgstr "Colunas da Tabela"
#: core/core.php:2302
#@ default
msgid "Show on screen"
msgstr "Mostrar no ecrán"
#: core/core.php:2309
#@ broken-link-checker
msgid "links"
msgstr "links"
#: core/core.php:2310
#: includes/admin/table-printer.php:171
#@ default
#@ broken-link-checker
msgid "Apply"
msgstr "Aplicar"
#: core/core.php:2314
#@ broken-link-checker
msgid "Misc"
msgstr "Vários"
#: core/core.php:2329
#, php-format
#@ broken-link-checker
msgid "Highlight links broken for at least %s days"
msgstr "Realçar links offline pelo menos durante %s dias"
#: core/core.php:2338
#@ broken-link-checker
msgid "Color-code status codes"
msgstr "Cor-código status códigos"
#: core/core.php:2355
#: core/core.php:2914
#: core/core.php:2955
#: core/core.php:2988
#: core/core.php:3089
#: core/core.php:3133
#: core/core.php:3195
#@ broken-link-checker
msgid "You're not allowed to do that!"
msgstr "Não permitido!"
#: core/core.php:2783
#@ broken-link-checker
msgid "View broken links"
msgstr "Ver links offline"
#: core/core.php:2784
#, php-format
#@ broken-link-checker
msgid "Found %d broken link"
msgid_plural "Found %d broken links"
msgstr[0] "Encontrado %d Link offline"
msgstr[1] "Encontrados %d Links offline"
#: core/core.php:2790
#@ broken-link-checker
msgid "No broken links found."
msgstr "Não existem links offline."
#: core/core.php:2797
#, php-format
#@ broken-link-checker
msgid "%d URL in the work queue"
msgid_plural "%d URLs in the work queue"
msgstr[0] "%d URL em espera"
msgstr[1] "%d URLs em espera"
#: core/core.php:2800
#@ broken-link-checker
msgid "No URLs in the work queue."
msgstr "Não existem URL em espera para verificação."
#: core/core.php:2829
#@ broken-link-checker
msgid "Searching your blog for links..."
msgstr "Procurando links..."
#: core/core.php:2831
#@ broken-link-checker
msgid "No links detected."
msgstr "Nenhuns links encontrados."
#: core/core.php:2922
#: core/core.php:2963
#: core/core.php:3003
#: core/core.php:3099
#: core/core.php:3148
#: core/core.php:3210
#, php-format
#@ broken-link-checker
msgid "Oops, I can't find the link %d"
msgstr "Oops, não é possível encontrar o link %d"
#: core/core.php:2936
#: core/core.php:2973
#@ broken-link-checker
msgid "Oops, couldn't modify the link!"
msgstr "Oops, não é possível modificar o link!"
#: core/core.php:2939
#: core/core.php:2976
#: core/core.php:3125
#: core/core.php:3139
#: core/core.php:3201
#@ broken-link-checker
msgid "Error : link_id not specified"
msgstr "Erro : link_id não especificado"
#: core/core.php:3012
#: core/core.php:3022
#@ broken-link-checker
msgid "Oops, the new URL is invalid!"
msgstr "Oops, a nova URL não é válida!"
#: core/core.php:3108
#@ broken-link-checker
msgid "An unexpected error occured!"
msgstr "Ocorreu um erro inesperado!"
#: core/core.php:2994
#@ broken-link-checker
msgid "Error : link_id or new_url not specified"
msgstr "Erro : link_id ou new_url não especificado"
#: core/core.php:3237
#@ broken-link-checker
msgid "You don't have sufficient privileges to access this information!"
msgstr "Não tem privilégios suficientes para aceder a esta informação!"
#: core/core.php:3250
#@ broken-link-checker
msgid "Error : link ID not specified"
msgstr "Erro : link ID não especificado"
#: core/core.php:3264
#, php-format
#@ broken-link-checker
msgid "Failed to load link details (%s)"
msgstr "Erro a carregar os detalhes do link (%s)"
#: core/core.php:3318
#@ broken-link-checker
msgid "Broken Link Checker"
msgstr "Links offline"
#: core/core.php:3338
#@ broken-link-checker
msgid "PHP version"
msgstr "Versão PHP"
#: core/core.php:3344
#@ broken-link-checker
msgid "MySQL version"
msgstr "Versão MySQL"
#: core/core.php:3357
#@ broken-link-checker
msgid "You have an old version of CURL. Redirect detection may not work properly."
msgstr "Versão de CURL obsoleta. A deteção de redirects pode não funcionar corretamente."
#: core/core.php:3369
#: core/core.php:3385
#: core/core.php:3390
#@ broken-link-checker
msgid "Not installed"
msgstr "Não instalado"
#: core/core.php:3372
#@ broken-link-checker
msgid "CURL version"
msgstr "Versão CURL"
#: core/core.php:3378
#@ broken-link-checker
msgid "Installed"
msgstr "Instalado"
#: core/core.php:3391
#@ broken-link-checker
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
msgstr "Instalação de CURL ou Snoopy necessário para que funcione o plugin!"
#: core/core.php:3402
#@ broken-link-checker
msgid "On"
msgstr "Ativado"
#: core/core.php:3403
#@ broken-link-checker
msgid "Redirects may be detected as broken links when safe_mode is on."
msgstr "Os redirects podem ser detetados como links offline quando o safe_mode está habilitado."
#: core/core.php:3408
#: core/core.php:3422
#@ broken-link-checker
msgid "Off"
msgstr "Desativado"
#: core/core.php:3416
#, php-format
#@ broken-link-checker
msgid "On ( %s )"
msgstr "Ativado ( %s )"
#: core/core.php:3417
#@ broken-link-checker
msgid "Redirects may be detected as broken links when open_basedir is on."
msgstr "Os redirects podem ser considerados links offline quando o open_basedir está ativo."
#: core/core.php:3454
#@ broken-link-checker
msgid "If this value is zero even after several page reloads you have probably encountered a bug."
msgstr "Se este valor é zero depois de recarregar várias provavelmente encontrou um bug."
#: core/core.php:3577
#: core/core.php:3696
#, php-format
#@ broken-link-checker
msgid "[%s] Broken links detected"
msgstr "[%s] Links offline encontrados"
#: core/core.php:3583
#, php-format
#@ broken-link-checker
msgid "Broken Link Checker has detected %d new broken link on your site."
msgid_plural "Broken Link Checker has detected %d new broken links on your site."
msgstr[0] "Links offline detetou %d novo link sem ligação."
msgstr[1] "Links offline detetou %d novos links sem ligação."
#: core/core.php:3614
#, php-format
#@ broken-link-checker
msgid "Here's a list of the first %d broken links:"
msgid_plural "Here's a list of the first %d broken links:"
msgstr[0] "Lista do primeiro %d link sem ligação:"
msgstr[1] "Lista dos primeiros %d links sem ligação:"
#: core/core.php:3622
#@ broken-link-checker
msgid "Here's a list of the new broken links: "
msgstr "Novos links offline: "
#: core/core.php:3631
#, php-format
#@ broken-link-checker
msgid "Link text : %s"
msgstr "Texto do Link : %s"
#: core/core.php:3632
#, php-format
#@ broken-link-checker
msgid "Link URL : <a href=\"%s\">%s</a>"
msgstr "Link URL : <a href=\"%s\">%s</a>"
#: core/core.php:3633
#, php-format
#@ broken-link-checker
msgid "Source : %s"
msgstr "Fonte : %s"
#: core/core.php:3647
#@ broken-link-checker
msgid "You can see all broken links here:"
msgstr "Links offline:"
#: core/init.php:255
#@ default
msgid "Once Weekly"
msgstr "Uma vez por semana"
#: core/init.php:261
#@ default
msgid "Twice a Month"
msgstr "Bi-Mensal"
#: core/init.php:337
#@ broken-link-checker
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
msgstr "A instalação do plugin Links offline falhou. Desative e ative o plugin."
#: includes/any-post.php:426
#: modules/containers/blogroll.php:46
#: modules/containers/comment.php:159
#: modules/containers/custom_field.php:230
#@ default
msgid "Edit"
msgstr "Editar"
#: includes/any-post.php:434
#: modules/containers/custom_field.php:236
#@ default
msgid "Move this item to the Trash"
msgstr "Apagar este item"
#: includes/any-post.php:436
#: modules/containers/custom_field.php:238
#@ default
msgid "Trash"
msgstr "Lixo"
#: includes/any-post.php:441
#: modules/containers/custom_field.php:243
#@ default
msgid "Delete this item permanently"
msgstr "Apagar este item definitivamente"
#: includes/any-post.php:443
#: modules/containers/blogroll.php:47
#: modules/containers/custom_field.php:245
#@ default
msgid "Delete"
msgstr "Apagar"
#: includes/any-post.php:456
#, php-format
#@ default
msgid "Preview “%s”"
msgstr "Pré-vizualizar “%s”"
#: includes/any-post.php:457
#@ default
msgid "Preview"
msgstr "Pré-visualizar"
#: includes/any-post.php:464
#, php-format
#@ default
msgid "View “%s”"
msgstr "Visualizar “%s”"
#: includes/any-post.php:465
#: modules/containers/comment.php:172
#: modules/containers/custom_field.php:250
#@ default
msgid "View"
msgstr "Ver"
#: includes/any-post.php:484
#: modules/containers/custom_field.php:230
#@ default
msgid "Edit this item"
msgstr "Editar este item"
#: includes/any-post.php:548
#: modules/containers/blogroll.php:83
#: modules/containers/comment.php:43
#@ broken-link-checker
msgid "Nothing to update"
msgstr "Sem atualização"
#: includes/any-post.php:558
#, php-format
#@ broken-link-checker
msgid "Updating post %d failed"
msgstr "Atualização do artigo %d falhou"
#: includes/any-post.php:595
#: modules/containers/custom_field.php:317
#, php-format
#@ broken-link-checker
msgid "Failed to delete post \"%s\" (%d)"
msgstr "Erro ao apagar o artigo \"%s\" (%d)"
#: includes/any-post.php:614
#: modules/containers/custom_field.php:336
#, php-format
#@ broken-link-checker
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
msgstr "Não é possível mover o artigo \"%s\" (%d) para o lixo porque a função está desabilitada"
#: includes/any-post.php:634
#: modules/containers/custom_field.php:355
#, php-format
#@ broken-link-checker
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "Erro ao apagar o artigo \"%s\" (%d)"
#: includes/any-post.php:742
#, php-format
#@ broken-link-checker
msgid "%d post deleted."
msgid_plural "%d posts deleted."
msgstr[0] "%d artigo apagado."
msgstr[1] "%d artigos apagados."
#: includes/any-post.php:744
#, php-format
#@ broken-link-checker
msgid "%d page deleted."
msgid_plural "%d pages deleted."
msgstr[0] "%d página apagada."
msgstr[1] "%d páginas apagadas."
#: includes/any-post.php:746
#, php-format
#@ broken-link-checker
msgid "%d \"%s\" deleted."
msgid_plural "%d \"%s\" deleted."
msgstr[0] "%d \"%s\" apagado."
msgstr[1] "%d \"%s\" apagados."
#: includes/any-post.php:765
#, php-format
#@ broken-link-checker
msgid "%d post moved to the Trash."
msgid_plural "%d posts moved to the Trash."
msgstr[0] "%d artigo transferido para o Lixo."
msgstr[1] "%d artigos transferidos para o Lixo."
#: includes/any-post.php:767
#, php-format
#@ broken-link-checker
msgid "%d page moved to the Trash."
msgid_plural "%d pages moved to the Trash."
msgstr[0] "%d página transferida para o Lixo."
msgstr[1] "%d páginas transferidas para o Lixo."
#: includes/any-post.php:769
#, php-format
#@ broken-link-checker
msgid "%d \"%s\" moved to the Trash."
msgid_plural "%d \"%s\" moved to the Trash."
msgstr[0] "%d \"%s\" transferido para o Lixo."
msgstr[1] "%d \"%s\" transferidos para o Lixo."
#: includes/containers.php:123
#, php-format
#@ broken-link-checker
msgid "%d '%s' has been deleted"
msgid_plural "%d '%s' have been deleted"
msgstr[0] "%d '%s' foi apagado"
msgstr[1] "%d '%s' foram apagados"
#: includes/containers.php:882
#: includes/containers.php:900
#, php-format
#@ broken-link-checker
msgid "Container type '%s' not recognized"
msgstr "Recipiente tipo '%s' não foi reconhecido"
#: includes/instances.php:105
#: includes/instances.php:161
#, php-format
#@ broken-link-checker
msgid "Container %s[%d] not found"
msgstr "Recipiente %s[%d] não encontrado"
#: includes/instances.php:114
#: includes/instances.php:170
#, php-format
#@ broken-link-checker
msgid "Parser '%s' not found."
msgstr "Analisador sintático '%s' não encontrado."
#: includes/link-query.php:36
#@ broken-link-checker
msgid "Broken"
msgstr "Offline"
#: includes/link-query.php:38
#@ broken-link-checker
msgid "No broken links found"
msgstr "Links offline (0)"
#: includes/link-query.php:56
#@ broken-link-checker
msgid "Redirects"
msgstr "Redirects"
#: includes/link-query.php:57
#@ broken-link-checker
msgid "Redirected Links"
msgstr "Links Redirects"
#: includes/link-query.php:58
#@ broken-link-checker
msgid "No redirects found"
msgstr "Redirects (0)"
#: includes/link-query.php:25
#@ broken-link-checker
msgid "All"
msgstr "Todos"
#: includes/link-query.php:26
#@ broken-link-checker
msgid "Detected Links"
msgstr "Links encontrados"
#: includes/link-query.php:27
#@ broken-link-checker
msgid "No links found (yet)"
msgstr "Links (0)"
#: includes/admin/search-form.php:32
#: includes/link-query.php:81
#@ broken-link-checker
msgid "Search"
msgstr "Procurar"
#: includes/link-query.php:82
#@ broken-link-checker
msgid "Search Results"
msgstr "Resultados da procura"
#: includes/link-query.php:83
#: includes/link-query.php:130
#@ broken-link-checker
msgid "No links found for your query"
msgstr "Sem resultados"
#: includes/links.php:224
#@ broken-link-checker
msgid "The plugin script was terminated while trying to check the link."
msgstr "O script do plugin terminou enquanto tentava verificar o link."
#: includes/links.php:271
#@ broken-link-checker
msgid "The plugin doesn't know how to check this type of link."
msgstr "O plugin não consegue verificar este tipo de link."
#: includes/links.php:504
#@ broken-link-checker
msgid "Link is valid."
msgstr "Link operacional."
#: includes/links.php:502
#@ broken-link-checker
msgid "Link is broken."
msgstr "Link sem ligação."
#: includes/links.php:728
#: includes/links.php:830
#: includes/links.php:864
#@ broken-link-checker
msgid "Link is not valid"
msgstr "Link inválido"
#: includes/links.php:745
#@ broken-link-checker
msgid "This link can not be edited because it is not used anywhere on this site."
msgstr "Este link não pode ser editado porque não é utilizado no sítio."
#: includes/links.php:771
#@ broken-link-checker
msgid "Failed to create a DB entry for the new URL."
msgstr "Falhou a criação de um registo na Base de dados para um novo URL."
#: includes/links.php:837
#@ broken-link-checker
msgid "This link is not a redirect"
msgstr "O link não é um redirect"
#: includes/links.php:891
#: includes/links.php:928
#@ broken-link-checker
msgid "Couldn't delete the link's database record"
msgstr "Não é possível apagar o registo do link na Base de dados"
#: includes/links.php:1015
#: modules/checkers/http.php:313
#: modules/extras/mediafire.php:115
#: modules/extras/youtube.php:132
#: modules/extras/youtube.php:229
#@ broken-link-checker
msgid "Unknown Error"
msgstr "Erro Desconhecido"
#: includes/links.php:1039
#@ broken-link-checker
msgid "Not checked"
msgstr "Não verificado"
#: includes/links.php:1042
#@ broken-link-checker
msgid "False positive"
msgstr "Falso positivo"
#: includes/parsers.php:117
#, php-format
#@ broken-link-checker
msgid "Editing is not implemented in the '%s' parser"
msgstr "Edição não implementada no '%s' analisador sintático"
#: includes/parsers.php:132
#, php-format
#@ broken-link-checker
msgid "Unlinking is not implemented in the '%s' parser"
msgstr "Remover links não foi implementado no '%s' analisador sintático"
#: includes/admin/db-upgrade.php:97
#, php-format
#@ broken-link-checker
msgid "Failed to delete old DB tables. Database error : %s"
msgstr "Não foi possível apagar as tabelas antigas da Base de dados. Erro de Base de dados : %s"
#: includes/admin/links-page-js.php:64
#: includes/admin/links-page-js.php:650
#@ broken-link-checker
msgid "Wait..."
msgstr "Espere ..."
#: core/core.php:405
#: includes/admin/links-page-js.php:111
#: includes/admin/table-printer.php:691
#@ broken-link-checker
msgid "Not broken"
msgstr "Funcional"
#: includes/admin/links-page-js.php:525
#, php-format
#@ broken-link-checker
msgid "%d instances of the link were successfully modified."
msgstr "%d casos de links que se modificaram com sucesso."
#: includes/admin/links-page-js.php:531
#, php-format
#@ broken-link-checker
msgid "However, %d instances couldn't be edited and still point to the old URL."
msgstr "No entanto, %d casos não puderam ser editados e ainda apontam para a antiga URL."
#: includes/admin/links-page-js.php:537
#@ broken-link-checker
msgid "The link could not be modified."
msgstr "O link não pode ser modificado."
#: includes/admin/links-page-js.php:702
#@ broken-link-checker
msgid "The following error(s) occured :"
msgstr "Erro(s) :"
#: includes/admin/links-page-js.php:688
#, php-format
#@ broken-link-checker
msgid "%d instances of the link were successfully unlinked."
msgstr "%d casos de links foram removidos com sucesso."
#: includes/admin/links-page-js.php:694
#, php-format
#@ broken-link-checker
msgid "However, %d instances couldn't be removed."
msgstr "No entanto, %d casos não foram removidos."
#: includes/admin/links-page-js.php:699
#@ broken-link-checker
msgid "The plugin failed to remove the link."
msgstr "O plugin não apagou o link."
#: core/core.php:404
#: includes/admin/links-page-js.php:710
#: includes/admin/table-printer.php:292
#: includes/admin/table-printer.php:685
#@ broken-link-checker
msgid "Unlink"
msgstr "Remover link"
#: includes/admin/links-page-js.php:748
#@ broken-link-checker
msgid "Enter a name for the new custom filter"
msgstr "Introduza o nome para o novo filtro personalizado"
#: includes/admin/links-page-js.php:760
#@ broken-link-checker
msgid ""
"You are about to delete the current filter.\n"
"'Cancel' to stop, 'OK' to delete"
msgstr ""
"Está a ponto de apagar o filtro atual.\n"
" 'Cancelar' para sair, 'Aceitar' para apagar"
#: includes/admin/links-page-js.php:784
#@ broken-link-checker
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 ""
"Tem a certeza que deseja eliminar todos os artigos, favoritos ou outros itens que contenham quaisquer dos links selecionados? Esta ação não pode ser anulada.\n"
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
#: includes/admin/links-page-js.php:798
#@ broken-link-checker
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 ""
"Tem a certeza que deseja eliminar todos os links selecionados? Esta ação não pode ser anulada.\n"
"'Cancelar' para anular a operação, 'Aceitar' para apagar"
#: includes/admin/links-page-js.php:928
#@ broken-link-checker
msgid "Enter a search string first."
msgstr "Introduza primeiro uma string de procura."
#: includes/admin/links-page-js.php:935
#@ broken-link-checker
msgid "Select one or more links to edit."
msgstr "Selecione um ou mais links para editar."
#: includes/admin/options-page-js.php:54
#@ broken-link-checker
msgid "Hide debug info"
msgstr "Ocultar informação"
#: includes/admin/search-form.php:16
#@ broken-link-checker
msgid "Save This Search As a Filter"
msgstr "Gravar esta Procura como um Filtro"
#: includes/admin/search-form.php:26
#@ broken-link-checker
msgid "Delete This Filter"
msgstr "Apagar Filtro"
#: includes/admin/search-form.php:42
#@ broken-link-checker
msgid "Link text"
msgstr "Texto do link"
#: includes/admin/search-form.php:45
#: includes/admin/table-printer.php:216
#@ broken-link-checker
msgid "URL"
msgstr "URL"
#: includes/admin/search-form.php:48
#: includes/admin/table-printer.php:542
#@ broken-link-checker
msgid "HTTP code"
msgstr "Código HTTP"
#: includes/admin/search-form.php:51
#@ broken-link-checker
msgid "Link status"
msgstr "Estado do link"
#: includes/admin/search-form.php:68
#: includes/admin/search-form.php:85
#@ broken-link-checker
msgid "Link type"
msgstr "Tipo de link"
#: includes/admin/search-form.php:70
#@ broken-link-checker
msgid "Any"
msgstr "Qualquer"
#: includes/admin/search-form.php:74
#@ broken-link-checker
msgid "Links used in"
msgstr "Links utilizados em"
#: includes/admin/search-form.php:112
#@ broken-link-checker
msgid "Search Links"
msgstr "Procurar"
#: includes/admin/search-form.php:113
#: includes/admin/table-printer.php:368
#: includes/admin/table-printer.php:751
#: includes/admin/table-printer.php:876
#@ broken-link-checker
msgid "Cancel"
msgstr "Cancelar"
#: includes/admin/sidebar.php:48
#@ broken-link-checker
msgid "Donate $10, $20 or $50!"
msgstr "Doar $10, $20 ou $50!"
#: includes/admin/sidebar.php:51
#@ broken-link-checker
msgid "If you like this plugin, please donate to support development and maintenance!"
msgstr "Se gosta deste plugin, por favor faça um donativo para financiar o seu desenvolvimento e manutenção!"
#: includes/admin/sidebar.php:69
#@ broken-link-checker
msgid "Return to WordPress Dashboard"
msgstr "Regressar ao Painel"
#: includes/admin/sidebar.php:25
#@ broken-link-checker
msgid "More plugins by Janis Elsts"
msgstr "Mais plugins de Janis Elsts"
#: includes/admin/table-printer.php:188
#@ broken-link-checker
msgid "Compact View"
msgstr "Visão compacta"
#: includes/admin/table-printer.php:193
#@ broken-link-checker
msgid "Detailed View"
msgstr "Detalhes"
#: includes/admin/table-printer.php:223
#@ broken-link-checker
msgid "Source"
msgstr "Fonte"
#: includes/admin/table-printer.php:229
#@ broken-link-checker
msgid "Link Text"
msgstr "Texto do Link"
#: includes/admin/table-printer.php:286
#@ broken-link-checker
msgid "Bulk Actions"
msgstr "Edição em Massa"
#: core/core.php:403
#: includes/admin/table-printer.php:287
#: includes/admin/table-printer.php:682
#@ broken-link-checker
msgid "Edit URL"
msgstr "Editar URL"
#: core/core.php:407
#: includes/admin/table-printer.php:288
#: includes/admin/table-printer.php:711
#@ broken-link-checker
msgid "Recheck"
msgstr "Voltar a verificar"
#: includes/admin/table-printer.php:289
#@ broken-link-checker
msgid "Fix redirects"
msgstr "Reparar redirects"
#: includes/admin/table-printer.php:290
#@ broken-link-checker
msgid "Mark as not broken"
msgstr "Funcional"
#: includes/admin/table-printer.php:295
#@ broken-link-checker
msgid "Move sources to Trash"
msgstr "Apagar fontes"
#: includes/admin/table-printer.php:297
#@ broken-link-checker
msgid "Delete sources"
msgstr "Apagar fontes"
#: includes/admin/table-printer.php:312
#@ default
msgid "«"
msgstr "«"
#: includes/admin/table-printer.php:313
#@ default
msgid "»"
msgstr "»"
#: includes/admin/table-printer.php:321
#, php-format
#@ broken-link-checker
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
msgstr "Mostrando %s–%s de <span class=\"current-link-count\">%s</span>"
#: includes/admin/table-printer.php:344
#@ broken-link-checker
msgid "Bulk Edit URLs"
msgstr "Editar URLs em massa"
#: includes/admin/table-printer.php:346
#@ broken-link-checker
msgid "Find"
msgstr "Procura"
#: includes/admin/table-printer.php:350
#@ broken-link-checker
msgid "Replace with"
msgstr "Substituir com"
#: includes/admin/table-printer.php:358
#@ broken-link-checker
msgid "Case sensitive"
msgstr "Coincidir maiúsculas/minúsculas"
#: includes/admin/table-printer.php:362
#@ broken-link-checker
msgid "Regular expression"
msgstr "Expressão regular"
#: includes/admin/table-printer.php:370
#: includes/admin/table-printer.php:877
#@ broken-link-checker
msgid "Update"
msgstr "Atualizar"
#: includes/admin/table-printer.php:523
#@ broken-link-checker
msgid "Post published on"
msgstr "Artigo publicado em"
#: includes/admin/table-printer.php:528
#@ broken-link-checker
msgid "Link last checked"
msgstr "Última verificação"
#: includes/admin/table-printer.php:532
#@ broken-link-checker
msgid "Never"
msgstr "Nunca"
#: includes/admin/table-printer.php:547
#@ broken-link-checker
msgid "Response time"
msgstr "Tempo de resposta"
#: includes/admin/table-printer.php:549
#, php-format
#@ broken-link-checker
msgid "%2.3f seconds"
msgstr "%2.3f segundos"
#: includes/admin/table-printer.php:552
#@ broken-link-checker
msgid "Final URL"
msgstr "URL final"
#: includes/admin/table-printer.php:557
#@ broken-link-checker
msgid "Redirect count"
msgstr "Contagem de redirects"
#: includes/admin/table-printer.php:562
#@ broken-link-checker
msgid "Instance count"
msgstr "Contagem de casos"
#: includes/admin/table-printer.php:571
#, php-format
#@ broken-link-checker
msgid "This link has failed %d time."
msgid_plural "This link has failed %d times."
msgstr[0] "Este link falhou %d vez."
msgstr[1] "Este link falhou %d vezes."
#: includes/admin/table-printer.php:579
#, php-format
#@ broken-link-checker
msgid "This link has been broken for %s."
msgstr "Link offline durante %s."
#: includes/admin/table-printer.php:590
#@ broken-link-checker
msgid "Log"
msgstr "Registo"
#: includes/admin/table-printer.php:615
#: includes/admin/table-printer.php:660
#@ broken-link-checker
msgid "Show more info about this link"
msgstr "Mostrar mais informação sobre este link"
#: includes/admin/table-printer.php:649
#@ broken-link-checker
msgid "Broken for"
msgstr "Offline"
#: includes/admin/table-printer.php:684
#@ broken-link-checker
msgid "Remove this link from all posts"
msgstr "Eliminar este link"
#: includes/admin/table-printer.php:690
#@ broken-link-checker
msgid "Remove this link from the list of broken links and mark it as valid"
msgstr "Eliminar este link da lista dos links offline e marcá-lo como válido"
#: includes/admin/table-printer.php:752
#@ broken-link-checker
msgid "Update URL"
msgstr "Atualizar URL"
#: includes/admin/table-printer.php:779
#@ broken-link-checker
msgid "[An orphaned link! This is a bug.]"
msgstr "[Um link órfão! Bug.]"
#: modules/checkers/http.php:290
#@ broken-link-checker
msgid "Server Not Found"
msgstr "Servidor Não Encontrado"
#: modules/checkers/http.php:306
#@ broken-link-checker
msgid "Connection Failed"
msgstr "Sem Ligação"
#: modules/checkers/http.php:349
#: modules/checkers/http.php:431
#, php-format
#@ broken-link-checker
msgid "HTTP code : %d"
msgstr "Código HTTP : %d"
#: modules/checkers/http.php:351
#: modules/checkers/http.php:433
#@ broken-link-checker
msgid "(No response)"
msgstr "(Sem resposta)"
#: modules/checkers/http.php:369
#@ broken-link-checker
msgid "Most likely the connection timed out or the domain doesn't exist."
msgstr "Provável que o tempo da ligação se tenha esgotado ou que o domínio não exista."
#: modules/checkers/http.php:440
#@ broken-link-checker
msgid "Request timed out."
msgstr "Tempo de espera esgotado."
#: modules/checkers/http.php:458
#@ broken-link-checker
msgid "Using Snoopy"
msgstr "Utilizando Snoopy"
#: modules/containers/blogroll.php:21
#@ broken-link-checker
msgid "Bookmark"
msgstr "Favorito"
#: modules/containers/blogroll.php:27
#: modules/containers/blogroll.php:46
#@ broken-link-checker
msgid "Edit this bookmark"
msgstr "Editar este favorito"
#: modules/containers/blogroll.php:47
#, php-format
#@ default
msgid ""
"You are about to delete this link '%s'\n"
" 'Cancel' to stop, 'OK' to delete."
msgstr ""
"Está a ponto de apagar este link '%s'\n"
" 'Cancelar' para sair, 'Aceitar' para apagar."
#: modules/containers/blogroll.php:97
#, php-format
#@ broken-link-checker
msgid "Updating bookmark %d failed"
msgstr "Atualização do favorito %d falhou"
#: modules/containers/blogroll.php:128
#, php-format
#@ broken-link-checker
msgid "Failed to delete blogroll link \"%s\" (%d)"
msgstr "Não foi possível eliminar o link blogroll \"%s\" (%d)"
#: modules/containers/blogroll.php:299
#, php-format
#@ broken-link-checker
msgid "%d blogroll link deleted."
msgid_plural "%d blogroll links deleted."
msgstr[0] "%d link blogroll apagado."
msgstr[1] "%d links blogroll apagados."
#: modules/containers/comment.php:53
#, php-format
#@ broken-link-checker
msgid "Updating comment %d failed"
msgstr "Não foi possível atualizar o comentário %d"
#: modules/containers/comment.php:74
#, php-format
#@ broken-link-checker
msgid "Failed to delete comment %d"
msgstr "Erro ao apagar o comentário %d"
#: modules/containers/comment.php:95
#, php-format
#@ broken-link-checker
msgid "Can't move comment %d to the trash"
msgstr "Não pode mover o comentário %d para o lixo"
#: modules/containers/comment.php:166
#@ default
msgid "Delete Permanently"
msgstr "Apagado definitivamente"
#: modules/containers/comment.php:172
#@ broken-link-checker
msgid "View comment"
msgstr "Ver comentário"
#: modules/containers/comment.php:189
#@ broken-link-checker
msgid "Comment"
msgstr "Comentário"
#: modules/containers/comment.php:365
#, php-format
#@ broken-link-checker
msgid "%d comment has been deleted."
msgid_plural "%d comments have been deleted."
msgstr[0] "%d comentário foi apagado."
msgstr[1] "%d comentários foram apagados."
#: modules/containers/comment.php:384
#, php-format
#@ broken-link-checker
msgid "%d comment moved to the Trash."
msgid_plural "%d comments moved to the Trash."
msgstr[0] "%d comentário apagado."
msgstr[1] "%d comentários apagados."
#: modules/containers/custom_field.php:85
#, php-format
#@ broken-link-checker
msgid "Failed to update the meta field '%s' on %s [%d]"
msgstr "Falhou a atualização do campo meta '%s' em %s [%d]"
#: modules/containers/custom_field.php:115
#, php-format
#@ broken-link-checker
msgid "Failed to delete the meta field '%s' on %s [%d]"
msgstr "Erro ao apagar o campo meta '%s' em %s [%d]"
#: modules/containers/custom_field.php:216
#@ default
msgid "Edit this post"
msgstr "Editar post"
#: modules/containers/custom_field.php:250
#, php-format
#@ broken-link-checker
msgid "View \"%s\""
msgstr "Ver \"%s\""
#: modules/containers/dummy.php:34
#: modules/containers/dummy.php:45
#, php-format
#@ broken-link-checker
msgid "I don't know how to edit a '%s' [%d]."
msgstr "Não é possível editar '%s' [%d]."
#: modules/extras/dailymotion-embed.php:23
#@ broken-link-checker
msgid "DailyMotion Video"
msgstr "Vídeo DailyMotion"
#: modules/extras/dailymotion-embed.php:24
#@ broken-link-checker
msgid "Embedded DailyMotion video"
msgstr "Vídeo DailyMotion embutido"
#: modules/extras/embed-parser-base.php:197
#@ broken-link-checker
msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
msgstr "Vídeos embutidos não podem ser editados utilizando o Links offline. Por favor, editar ou substituir manualmente o vídeo em questão."
#: modules/extras/mediafire.php:97
#: modules/extras/mediafire.php:103
#: modules/extras/rapidshare.php:139
#@ broken-link-checker
msgid "Not Found"
msgstr "Não Encontrado"
#: modules/extras/rapidshare.php:158
#@ broken-link-checker
msgid "RS Server Down"
msgstr "Servidor RS Desligado"
#: modules/extras/rapidshare.php:165
#@ broken-link-checker
msgid "File Blocked"
msgstr "Ficheiro Bloqueado"
#: modules/extras/rapidshare.php:172
#@ broken-link-checker
msgid "File Locked"
msgstr "Ficheiro Bloqueado"
#: modules/extras/rapidshare.php:183
#, php-format
#@ broken-link-checker
msgid "RapidShare : %s"
msgstr "Rapidshare : %s"
#: modules/extras/rapidshare.php:189
#, php-format
#@ broken-link-checker
msgid "RapidShare API error: %s"
msgstr "Rapidshare erro API: %s"
#: modules/extras/vimeo-embed.php:24
#@ broken-link-checker
msgid "Vimeo Video"
msgstr "Vídeo Vimeo"
#: modules/extras/vimeo-embed.php:25
#@ broken-link-checker
msgid "Embedded Vimeo video"
msgstr "Vídeo Vimeo embutido"
#: modules/extras/youtube-embed.php:24
#: modules/extras/youtube-iframe.php:25
#@ broken-link-checker
msgid "YouTube Video"
msgstr "Vídeo YouTube"
#: modules/extras/youtube-embed.php:25
#: modules/extras/youtube-iframe.php:26
#@ broken-link-checker
msgid "Embedded YouTube video"
msgstr "Vídeo YouTube embutido"
#: modules/extras/youtube.php:149
#: modules/extras/youtube.php:152
#@ broken-link-checker
msgid "Video Not Found"
msgstr "Vídeo Não Encontrado"
#: modules/extras/youtube.php:137
#@ broken-link-checker
msgid "Video OK"
msgstr "Vídeo OK"
#: modules/extras/youtube.php:199
#, php-format
#@ broken-link-checker
msgid "Video status : %s%s"
msgstr "Vídeo status : %s%s"
#: modules/extras/youtube.php:205
#@ broken-link-checker
msgid "Video Restricted"
msgstr "Vídeo Restrito"
#: modules/extras/youtube.php:263
#@ default
msgid "Unknown YouTube API response received."
msgstr "Resposta API YouTube desconhecida."
#: modules/parsers/image.php:186
#@ broken-link-checker
msgid "Image"
msgstr "Imagem"
#: modules/parsers/metadata.php:119
#@ broken-link-checker
msgid "Custom field"
msgstr "Campo personalizado"
#: core/core.php:790
#@ broken-link-checker
msgid "Send authors e-mail notifications about broken links in their posts"
msgstr "Enviar aos autores notificações por e-mail sobre links offline encontrados nos seus artigos"
#: core/core.php:2857
#@ broken-link-checker
msgctxt "current load"
msgid "Unknown"
msgstr "Desconhecido"
#: core/core.php:3702
#, php-format
#@ broken-link-checker
msgid "Broken Link Checker has detected %d new broken link in your posts."
msgid_plural "Broken Link Checker has detected %d new broken links in your posts."
msgstr[0] "%d novo link offline encontrado nos seus artigos."
msgstr[1] "%d novos links offline encontrados nos seus artigos."
#: includes/admin/table-printer.php:633
#@ broken-link-checker
msgctxt "checked how long ago"
msgid "Checked"
msgstr "Verificado"
#: includes/extra-strings.php:2
#@ broken-link-checker
msgctxt "module name"
msgid "Basic HTTP"
msgstr "HTTP Básico"
#: includes/extra-strings.php:3
#@ broken-link-checker
msgctxt "module name"
msgid "Blogroll items"
msgstr "Itens blogroll"
#: includes/extra-strings.php:4
#@ broken-link-checker
msgctxt "module name"
msgid "Comments"
msgstr "Comentários"
#: includes/extra-strings.php:5
#@ broken-link-checker
msgctxt "module name"
msgid "Custom fields"
msgstr "Campos personalizados"
#: includes/extra-strings.php:6
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded DailyMotion videos"
msgstr "Vídeos DailyMotion embutido"
#: includes/extra-strings.php:8
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded Vimeo videos"
msgstr "Vídeo Vimeo embutido"
#: includes/extra-strings.php:10
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded YouTube videos"
msgstr "Vídeos YouTube embutido"
#: includes/extra-strings.php:11
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded YouTube videos (old embed code)"
msgstr "Vídeos YouTube embutido (código antigo)"
#: includes/extra-strings.php:12
#@ broken-link-checker
msgctxt "module name"
msgid "HTML images"
msgstr "Imagens HTML"
#: includes/extra-strings.php:13
#@ broken-link-checker
msgctxt "module name"
msgid "HTML links"
msgstr "HTML links"
#: includes/extra-strings.php:14
#@ broken-link-checker
msgctxt "module name"
msgid "MediaFire API"
msgstr "MediaFire API"
#: includes/extra-strings.php:15
#@ broken-link-checker
msgctxt "module name"
msgid "Plaintext URLs"
msgstr "Texto URLs"
#: includes/extra-strings.php:16
#@ broken-link-checker
msgctxt "module name"
msgid "RapidShare API"
msgstr "RapidShare API"
#: includes/extra-strings.php:18
#@ broken-link-checker
msgctxt "module name"
msgid "YouTube API"
msgstr "YouTube API"
#: includes/extra-strings.php:19
#@ broken-link-checker
msgctxt "module name"
msgid "Posts"
msgstr "Artigos"
#: includes/extra-strings.php:20
#@ broken-link-checker
msgctxt "module name"
msgid "Pages"
msgstr "Páginas"
#: includes/links.php:1002
#@ broken-link-checker
msgctxt "link status"
msgid "Unknown"
msgstr "Desconhecido"
#: includes/links.php:1045
#: modules/extras/rapidshare.php:145
#: modules/extras/rapidshare.php:151
#: modules/extras/rapidshare.php:178
#: modules/extras/youtube.php:138
#: modules/extras/youtube.php:215
#@ broken-link-checker
msgctxt "link status"
msgid "OK"
msgstr "OK"
#: includes/module-manager.php:123
#: includes/module-manager.php:140
#@ broken-link-checker
msgctxt "module name"
msgid "Name"
msgstr "Nome"
#: includes/utility-class.php:245
#, php-format
#@ broken-link-checker
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d segundo"
msgstr[1] "%d segundos"
#: includes/utility-class.php:246
#, php-format
#@ broken-link-checker
msgid "%d second ago"
msgid_plural "%d seconds ago"
msgstr[0] "%d segundo atrás"
msgstr[1] "%d segundos atrás"
#: includes/utility-class.php:249
#, php-format
#@ broken-link-checker
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minuto"
msgstr[1] "%d minutos"
#: includes/utility-class.php:250
#, php-format
#@ broken-link-checker
msgid "%d minute ago"
msgid_plural "%d minutes ago"
msgstr[0] "%d minuto atrás"
msgstr[1] "%d minutos atrás"
#: includes/utility-class.php:253
#, php-format
#@ broken-link-checker
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d hora"
msgstr[1] "%d horas"
#: includes/utility-class.php:254
#, php-format
#@ broken-link-checker
msgid "%d hour ago"
msgid_plural "%d hours ago"
msgstr[0] "%d hora atrás"
msgstr[1] "%d horas atrás"
#: includes/utility-class.php:257
#, php-format
#@ broken-link-checker
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dia"
msgstr[1] "%d dias"
#: includes/utility-class.php:258
#, php-format
#@ broken-link-checker
msgid "%d day ago"
msgid_plural "%d days ago"
msgstr[0] "%d dia atrás"
msgstr[1] "%d dias atrás"
#: includes/utility-class.php:261
#, php-format
#@ broken-link-checker
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mês"
msgstr[1] "%d meses"
#: includes/utility-class.php:262
#, php-format
#@ broken-link-checker
msgid "%d month ago"
msgid_plural "%d months ago"
msgstr[0] "%d mês atrás"
msgstr[1] "%d meses atrás"
#: modules/containers/comment.php:159
#: modules/containers/comment.php:201
#@ default
msgid "Edit comment"
msgstr "Editar comentário"
#: modules/containers/comment.php:168
#@ default
msgid "Move this comment to the trash"
msgstr "Apagar comentário"
#: modules/containers/comment.php:168
#@ default
msgctxt "verb"
msgid "Trash"
msgstr "Lixo"
#: core/core.php:842
#, php-format
#@ broken-link-checker
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
msgstr "Exemplo : Lorem ipsum <a %s>link offline</a>, dolor sit amet."
#: core/core.php:845
#: core/core.php:876
#@ broken-link-checker
msgid "Click \"Save Changes\" to update example output."
msgstr "Clicar \"Guardar Alterações\" para atualizar a visualização do exemplo."
#: core/core.php:873
#, php-format
#@ broken-link-checker
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
msgstr "Exemplo : Lorem ipsum <span %s> link removido</span>, dolor sit amet."
#: includes/extra-strings.php:7
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded GoogleVideo videos"
msgstr "Vídeos GoogleVideos embutido"
#: modules/extras/googlevideo-embed.php:24
#@ broken-link-checker
msgid "GoogleVideo Video"
msgstr "Vídeo GoogleVideo"
#: modules/extras/googlevideo-embed.php:25
#@ broken-link-checker
msgid "Embedded GoogleVideo video"
msgstr "Vídeo GoogleVideo embutido"
#: modules/extras/rapidshare.php:51
#@ broken-link-checker
msgid "Using RapidShare API"
msgstr "Utilizar RapidShare API"
#: includes/admin/table-printer.php:236
#@ broken-link-checker
msgid "Redirect URL"
msgstr "Redirect URL"
#: includes/admin/table-printer.php:698
#@ broken-link-checker
msgid "Hide this link and do not report it again unless its status changes"
msgstr "Ocultar este link e não reportá-lo de novo expecto se houver mudança de estado "
#: core/core.php:406
#: includes/admin/table-printer.php:291
#: includes/admin/table-printer.php:699
#@ broken-link-checker
msgid "Dismiss"
msgstr "Descartar"
#: includes/admin/table-printer.php:704
#@ broken-link-checker
msgid "Undismiss this link"
msgstr "Restabelecer este link"
#: includes/admin/table-printer.php:705
#@ broken-link-checker
msgid "Undismiss"
msgstr "Restabelecer"
#: includes/link-query.php:66
#@ broken-link-checker
msgid "Dismissed"
msgstr "Descartados"
#: includes/link-query.php:67
#@ broken-link-checker
msgid "Dismissed Links"
msgstr "Links descartados"
#: includes/link-query.php:68
#@ broken-link-checker
msgid "No dismissed links found"
msgstr "Nenhuns links descartados encontrados"
#: core/core.php:2806
#, php-format
#@ broken-link-checker
msgctxt "for the \"Detected X unique URLs in Y links\" message"
msgid "%d unique URL"
msgid_plural "%d unique URLs"
msgstr[0] "%d URL única"
msgstr[1] "%d URLs únicas"
#: core/core.php:2810
#, php-format
#@ broken-link-checker
msgctxt "for the \"Detected X unique URLs in Y links\" message"
msgid "%d link"
msgid_plural "%d links"
msgstr[0] "%d link"
msgstr[1] "%d links"
#: core/core.php:2816
#, php-format
#@ broken-link-checker
msgid "Detected %1$s in %2$s and still searching..."
msgstr "Encontrados %1$s em %2$s e procurando..."
#: core/core.php:2822
#, php-format
#@ broken-link-checker
msgid "Detected %1$s in %2$s."
msgstr "Encontrados %1$s em %2$s."
#: core/core.php:797
#@ broken-link-checker
msgid "Notification e-mail address"
msgstr "Endereço de e-mail para Notificação"
#: core/core.php:809
#@ broken-link-checker
msgid "Leave empty to use the e-mail address specified in Settings → General."
msgstr "Deixar em branco para usar o endereço de e-mail especificado em Configurações → Geral."
#: core/core.php:1078
#@ broken-link-checker
msgid "Show the dashboard widget for"
msgstr "Mostrar o widget do Painel para"
#: core/core.php:1083
#@ broken-link-checker
msgctxt "dashboard widget visibility"
msgid "Administrator"
msgstr "Administrador"
#: core/core.php:1084
#@ broken-link-checker
msgctxt "dashboard widget visibility"
msgid "Editor and above"
msgstr "Editor e superior"
#: core/core.php:1085
#@ broken-link-checker
msgctxt "dashboard widget visibility"
msgid "Nobody (disables the widget)"
msgstr "Ninguém (desativa o widget)"
#: modules/extras/youtube-playlist-embed.php:24
#@ broken-link-checker
msgid "YouTube Playlist"
msgstr "Playlist do YouTube"
#: modules/extras/youtube-playlist-embed.php:25
#@ broken-link-checker
msgid "Embedded YouTube playlist"
msgstr "Playlist do YouTube embutida"
#: modules/extras/youtube.php:171
#: modules/extras/youtube.php:174
#@ broken-link-checker
msgid "Playlist Not Found"
msgstr "Playlist Não Encontrada"
#: modules/extras/youtube.php:181
#@ broken-link-checker
msgid "Playlist Restricted"
msgstr "Playlist Restrita"
#: modules/extras/youtube.php:214
#@ broken-link-checker
msgid "Playlist OK"
msgstr "Playlist OK"
#: modules/extras/youtube.php:188
#@ broken-link-checker
msgid "This playlist has no entries or all entries have been deleted."
msgstr "Esta playlist não tem registos ou foram todos excluídos."
#: includes/extra-strings.php:9
#@ broken-link-checker
msgctxt "module name"
msgid "Embedded YouTube playlists (old embed code)"
msgstr "Playlists YouTube embutidas (código de embutimento antigo)"
#: includes/extra-strings.php:17
#@ broken-link-checker
msgctxt "module name"
msgid "Smart YouTube httpv:// URLs"
msgstr "Smart YouTube httpv:// URLs"
#: core/core.php:903
#@ broken-link-checker
msgctxt "settings page"
msgid "Suggestions"
msgstr "Sugestões"
#: core/core.php:908
#@ broken-link-checker
msgid "Suggest alternatives to broken links"
msgstr "Sugerir links offline alternativos"
#: core/core.php:1402
#@ broken-link-checker
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 "Introduzir os nomes dos campos personalizados que pretende verificar (um por linha).<br />Se um campo tiver código HTML, utilizar o prefixo <code>html:</code>. Por exemplo, <code>html:nome_campo</code>."
#: core/core.php:3038
#@ broken-link-checker
msgid "An unexpected error occurred!"
msgstr "Ocorreu um erro inesperado!"
#: includes/admin/links-page-js.php:370
#@ broken-link-checker
msgctxt "link text"
msgid "(None)"
msgstr "(Nenhum)"
#: includes/admin/links-page-js.php:371
#@ broken-link-checker
msgctxt "link text"
msgid "(Multiple links)"
msgstr "(Múltiplos links)"
#: includes/admin/links-page-js.php:429
#@ broken-link-checker
msgctxt "link suggestions"
msgid "Searching..."
msgstr "Procurando..."
#: includes/admin/links-page-js.php:430
#@ broken-link-checker
msgctxt "link suggestions"
msgid "No suggestions available."
msgstr "Nenhumas sugestões disponíveis."
#: includes/admin/links-page-js.php:431
#, php-format
#@ broken-link-checker
msgctxt "link suggestions"
msgid "Archived page from %s (via the Wayback Machine)"
msgstr "Página arquivada de %s (via Wayback Machine)"
#: includes/admin/links-page-js.php:540
#@ broken-link-checker
msgid "The following error(s) occurred :"
msgstr "Ocorreu o seguinte erro(s): "
#: includes/admin/links-page-js.php:612
#@ broken-link-checker
msgid "Error: Link URL must not be empty."
msgstr "Erro: URL do link não pode ser nulo."
#: includes/admin/table-printer.php:682
#@ broken-link-checker
msgid "Edit this link"
msgstr "Editar este link"
#: includes/admin/table-printer.php:856
#@ broken-link-checker
msgctxt "inline editor title"
msgid "Edit Link"
msgstr "Editar Link"
#: includes/admin/table-printer.php:859
#@ broken-link-checker
msgctxt "inline link editor"
msgid "Text"
msgstr "Texto"
#: includes/admin/table-printer.php:864
#@ broken-link-checker
msgctxt "inline link editor"
msgid "URL"
msgstr "URL"
#: includes/admin/table-printer.php:869
#@ broken-link-checker
msgctxt "inline link editor"
msgid "Suggestions"
msgstr "Sugestões"
#: includes/admin/table-printer.php:889
#@ broken-link-checker
msgid "Use this URL"
msgstr "Utilizar URL"
#: core/core.php:1202
#@ broken-link-checker
msgid "Logging"
msgstr "Processar Log"
#: core/core.php:1208
#@ broken-link-checker
msgid "Enable logging"
msgstr "Ativar Log"
#: core/core.php:1215
#@ broken-link-checker
msgid "Log file location"
msgstr "Localização do ficheiro Log"
#: core/core.php:1224
#@ broken-link-checker
msgctxt "log file location"
msgid "Default"
msgstr "Padrão"
#: core/core.php:1238
#@ broken-link-checker
msgctxt "log file location"
msgid "Custom"
msgstr "Personalizado"
#: core/init.php:341
#@ broken-link-checker
msgid "Please activate the plugin separately on each site. Network activation is not supported."
msgstr "Por favor, ativar o plugin separadamente em cada site. Não é suportada ativação em rede."
#: core/core.php:1184
#@ broken-link-checker
msgid "Target resource usage"
msgstr "Utilização de recursos alvo"
#: core/core.php:408
#: includes/admin/table-printer.php:719
#@ broken-link-checker
msgctxt "link action; replace one redirect with a direct link"
msgid "Fix redirect"
msgstr "Reparar redirect"
#: core/core.php:893
#@ broken-link-checker
msgctxt "\"Link tweaks\" settings"
msgid "These settings only apply to the content of posts, not comments or custom fields."
msgstr "Estas configurações apenas se aplicam ao conteúdo dos artigos, não em comentários ou campos personalizados."
#: core/core.php:914
#@ broken-link-checker
msgctxt "settings page"
msgid "Warnings"
msgstr "Avisos"
#: core/core.php:919
#@ broken-link-checker
msgid "Show uncertain or minor problems as \"warnings\" instead of \"broken\""
msgstr "Mostrar problemas irresolutos ou menores com \"avisos\" em vez de \"offline\""
#: core/core.php:922
#@ broken-link-checker
msgid "Turning off this option will make the plugin report all problems as broken links."
msgstr "Desativando esta opção, todos os problemas serão reportados como links offline. "
#: core/core.php:1101
#@ broken-link-checker
msgctxt "settings page"
msgid "Show link actions"
msgstr "Mostrar ações do link"
#: core/core.php:2191
#, php-format
#@ broken-link-checker
msgid "%d link dismissed"
msgid_plural "%d links dismissed"
msgstr[0] "%d link descartado"
msgstr[1] "%d links descartados"
#: core/core.php:2248
#@ broken-link-checker
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 "Os \"Avisos\" exibem os problemas que são, provavelmente, temporários ou possíveis de serem falsos positivos.<br> Avisos que persistem por muito tempo serão, de uma forma geral, reclassificados como links offline."
#: core/core.php:2253
#@ broken-link-checker
msgctxt "admin notice under Tools - Broken links - Warnings"
msgid "Hide notice"
msgstr "Ocultar aviso"
#: core/core.php:2259
#@ broken-link-checker
msgctxt "a link from the admin notice under Tools - Broken links - Warnings"
msgid "Change warning settings"
msgstr "Alterar configurações de avisos"
#: includes/admin/table-printer.php:661
#@ broken-link-checker
msgctxt "link in the \"Status\" column"
msgid "Details"
msgstr "Detalhes"
#: includes/admin/table-printer.php:718
#@ broken-link-checker
msgid "Replace this redirect with a direct link"
msgstr "Substituir este redirect com um link direto"
#: includes/link-query.php:46
#@ broken-link-checker
msgctxt "filter name"
msgid "Warnings"
msgstr "Alertas"
#: includes/link-query.php:47
#@ filter heading
msgid "Warnings"
msgstr "Avisos"
#: includes/link-query.php:48
#@ broken-link-checker
msgid "No warnings found"
msgstr "Alertas não encontrados"
#: modules/extras/mediafire.php:109
#@ broken-link-checker
msgid "Permission Denied"
msgstr "Permissão Negada"
#: core/core.php:3435
#@ broken-link-checker
msgid "Database character set"
msgstr "Conjunto de caracteres da Base de dados"
#: modules/extras/youtube.php:189
#@ broken-link-checker
msgctxt "link status"
msgid "Empty Playlist"
msgstr "Playlist vazia"