broken-link-checker-pt_BR.po
54.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
msgid ""
msgstr ""
"Project-Id-Version: Broken Link Checker v1.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-12-11 10:00-0000\n"
"PO-Revision-Date: 2013-02-13 12:49-0300\n"
"Last-Translator: Paulino Michelazzo <paulino@michelazzo.com.br>\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-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-Textdomain-Support: yes\n"
"Language: pt_BR\n"
"X-Generator: Poedit 1.5.4\n"
"X-Poedit-SearchPath-0: .\n"
# @ broken-link-checker
#: core/core.php:151 includes/admin/links-page-js.php:37
msgid "Loading..."
msgstr "Carregando…"
# @ broken-link-checker
#: core/core.php:175 includes/admin/options-page-js.php:18
msgid "[ Network error ]"
msgstr "[ Erro na rede ]"
# @ broken-link-checker
#: core/core.php:202
msgid "Automatically expand the widget if broken links have been detected"
msgstr "Automaticamente expande o widget se existirem links quebrados"
# @ broken-link-checker
#: core/core.php:292
msgid "Link Checker Settings"
msgstr "Configurações do Link Checker"
# @ broken-link-checker
#: core/core.php:293
msgid "Link Checker"
msgstr "Link Checker"
# @ broken-link-checker
#: core/core.php:298 includes/link-query.php:27
msgid "Broken Links"
msgstr "Links Quebrados"
# @ broken-link-checker
#: core/core.php:314
msgid "View Broken Links"
msgstr "Ver Links Quebrados"
# @ broken-link-checker
#: core/core.php:329
msgid "Feedback"
msgstr "Feedback"
# @ broken-link-checker
#: core/core.php:337
msgid "Go to Broken Links"
msgstr "Ir para o Link Checker"
# @ default
#: core/core.php:366
msgid "Settings"
msgstr "Configurações"
# @ broken-link-checker
#: core/core.php:523
msgid "Settings saved."
msgstr "Configurações salvas."
# @ broken-link-checker
#: core/core.php:529
msgid "Thank you for your donation!"
msgstr "Obrigado pela sua doação!"
# @ broken-link-checker
#: core/core.php:537
msgid "Complete site recheck started."
msgstr "Verificação completa do site iniciada."
# @ broken-link-checker
#: core/core.php:546
msgid "Details"
msgstr "Detalhes"
# @ broken-link-checker
#: core/core.php:560
msgid "General"
msgstr "Geral"
# @ broken-link-checker
#: core/core.php:561
msgid "Look For Links In"
msgstr "Procurar por links em"
# @ broken-link-checker
#: core/core.php:562
msgid "Which Links To Check"
msgstr "Quais Links Verificar"
# @ broken-link-checker
#: core/core.php:563
msgid "Protocols & APIs"
msgstr "Protocolos & APIs"
# @ broken-link-checker
#: core/core.php:564
msgid "Advanced"
msgstr "Avançado"
# @ broken-link-checker
#: core/core.php:579
msgid "Broken Link Checker Options"
msgstr "Opções do Link Checker"
# @ broken-link-checker
#: core/core.php:621 includes/admin/table-printer.php:197
msgid "Status"
msgstr "Status"
# @ broken-link-checker
#: core/core.php:623 includes/admin/options-page-js.php:56
msgid "Show debug info"
msgstr "Mostrar informações de debug"
# @ broken-link-checker
#: core/core.php:651
msgid "Check each link"
msgstr "Verificar cada link"
# @ broken-link-checker
#: core/core.php:656
#, php-format
msgid "Every %s hours"
msgstr "A cada %s horas"
# @ broken-link-checker
#: core/core.php:665
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."
# @ broken-link-checker
#: core/core.php:672
msgid "E-mail notifications"
msgstr "Notificações por e-mail"
# @ broken-link-checker
#: core/core.php:678
msgid "Send me e-mail notifications about newly detected broken links"
msgstr "Envie-me um e-mail notificando sobre novos links quebrados"
# @ broken-link-checker
#: core/core.php:693
msgid "Link tweaks"
msgstr "Melhoria de Links"
# @ broken-link-checker
#: core/core.php:699
msgid "Apply custom formatting to broken links"
msgstr "Aplicar formatação personalizada para os links quebrados"
# @ broken-link-checker
#: core/core.php:703 core/core.php:734
msgid "Edit CSS"
msgstr "Editar CSS"
# @ broken-link-checker
#: core/core.php:730
msgid "Apply custom formatting to removed links"
msgstr "Aplicar formatação personalizada para os links removidos"
# @ broken-link-checker
#: core/core.php:763
msgid "Stop search engines from following broken links"
msgstr "Não permitir que motores de busca sigam links quebrados"
# @ broken-link-checker
#: core/core.php:780
msgid "Look for links in"
msgstr "Procurar links em"
# @ broken-link-checker
#: core/core.php:791
msgid "Post statuses"
msgstr "Estado do post"
# @ broken-link-checker
#: core/core.php:824
msgid "Link types"
msgstr "Tipos de link"
# @ broken-link-checker
#: core/core.php:830
msgid "Error : All link parsers missing!"
msgstr "Erro : Análises dos links não encontradas!"
# @ broken-link-checker
#: core/core.php:837
msgid "Exclusion list"
msgstr "Lista de exclusão"
# @ broken-link-checker
#: core/core.php:838
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) :"
# @ broken-link-checker
#: core/core.php:856
msgid "Check links using"
msgstr "Verificar links utilizando"
# @ broken-link-checker
#: core/core.php:875 includes/links.php:856
msgid "Timeout"
msgstr "Intervalo"
# @ broken-link-checker
# @ default
#: core/core.php:881 core/core.php:927 core/core.php:2770
#, php-format
msgid "%s seconds"
msgstr "%s segundos"
# @ broken-link-checker
#: core/core.php:890
msgid "Links that take longer than this to load will be marked as broken."
msgstr ""
"Os links que demoram mais que este tempo para abrir serão marcados como "
"quebrados."
# @ broken-link-checker
#: core/core.php:897
msgid "Link monitor"
msgstr "Monitor de links"
# @ broken-link-checker
#: core/core.php:905
msgid "Run continuously while the Dashboard is open"
msgstr "Executar continuamente enquanto o Painel do WordPress está aberto"
# @ broken-link-checker
#: core/core.php:913
msgid "Run hourly in the background"
msgstr "Executar a cada hora em segundo plano"
# @ broken-link-checker
#: core/core.php:921
msgid "Max. execution time"
msgstr "Tempo máximo de execução"
# @ broken-link-checker
#: core/core.php:938
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 as URL encontradas e realiza outras tarefas que "
"consomem tempo. Aqui pode-se estabelecer a duração máxima que o monitor de "
"links é executado antes de parar."
# @ broken-link-checker
#: core/core.php:947
msgid "Server load limit"
msgstr "Limite de carga do servidor"
# @ broken-link-checker
#: core/core.php:962
#, php-format
msgid "Current load : %s"
msgstr "Carga atual : %s"
# @ broken-link-checker
#: core/core.php:968
#, php-format
msgid ""
"Link checking will be suspended if the average <a href=\"%s\">server load</"
"a> rises above this number. Leave this field blank to disable load limiting."
msgstr ""
"A verificação dos links poderá ser suspensa se a média da <a href=\"%s"
"\">carga do servidor</a> passa deste valor. Deixar o campo em branco para "
"desabilitar este limite."
# @ broken-link-checker
#: core/core.php:976
msgid "Not available"
msgstr "Não disponível"
# @ broken-link-checker
#: core/core.php:978
msgid ""
"Load limiting only works on Linux-like systems where <code>/proc/loadavg</"
"code> is present and accessible."
msgstr ""
"O limite de carga somente funciona em sistemas Linux onde <code>/proc/"
"loadavg</code> está presente e acessível."
# @ broken-link-checker
#: core/core.php:986
msgid "Forced recheck"
msgstr "Forçar verificação"
# @ broken-link-checker
#: core/core.php:989
msgid "Re-check all pages"
msgstr "Verificar novamente todas as páginas"
# @ broken-link-checker
#: core/core.php:993
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 neste botão para limpar todos os dados do plugin "
"na base de dados e verificar novamente todo o site desde o início."
# @ default
#: core/core.php:1004
msgid "Save Changes"
msgstr "Salvar alterações"
# @ broken-link-checker
#: core/core.php:1055
msgid "Configure"
msgstr "Configurar"
# @ broken-link-checker
#: core/core.php:1137
msgid "Check URLs entered in these custom fields (one per line) :"
msgstr "Verificar URLs nos campos personalizados (um por linha) :"
# @ broken-link-checker
#: core/core.php:1265 core/core.php:1347 core/core.php:1379
#, php-format
msgid "Database error : %s"
msgstr "Erro no banco de dados : %s"
# @ broken-link-checker
#: core/core.php:1329
msgid "You must enter a filter name!"
msgstr "Você deve informar um nome para o filtro!"
# @ broken-link-checker
#: core/core.php:1333
msgid "Invalid search query."
msgstr "Procura inválida."
# @ broken-link-checker
#: core/core.php:1342
#, php-format
msgid "Filter \"%s\" created"
msgstr "Filtro \"%s\" criado"
# @ broken-link-checker
#: core/core.php:1369
msgid "Filter ID not specified."
msgstr "ID do filtro não especificado."
# @ broken-link-checker
#: core/core.php:1376
msgid "Filter deleted"
msgstr "Filtro removido"
# @ broken-link-checker
#: core/core.php:1424
#, php-format
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"
# @ broken-link-checker
#: core/core.php:1435
#, php-format
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"
# @ broken-link-checker
#: core/core.php:1445
msgid "None of the selected links are redirects!"
msgstr "Nenhum dos links selecionados são redirects!"
# @ broken-link-checker
#: core/core.php:1524
#, php-format
msgid "%d link updated."
msgid_plural "%d links updated."
msgstr[0] "%d link atualizado."
msgstr[1] "%d links atualizados."
# @ broken-link-checker
#: core/core.php:1535
#, php-format
msgid "Failed to update %d link."
msgid_plural "Failed to update %d links."
msgstr[0] "Erro ao atualizar %d link."
msgstr[1] "Erro ao atualizar %d links."
# @ broken-link-checker
#: core/core.php:1589
#, php-format
msgid "%d link removed"
msgid_plural "%d links removed"
msgstr[0] "%d link removido"
msgstr[1] "%d links removidos"
# @ broken-link-checker
#: core/core.php:1600
#, php-format
msgid "Failed to remove %d link"
msgid_plural "Failed to remove %d links"
msgstr[0] "Erro ao remover %d link"
msgstr[1] "Erro ao remover %d links"
# @ default
#: core/core.php:1709
#, php-format
msgid ""
"%d item was skipped because it can't be moved to the Trash. You need to "
"delete it manually."
msgid_plural ""
"%d items were skipped because they can't be moved to the Trash. You need to "
"delete them manually."
msgstr[0] ""
"%d item foi pulado porque não pode ser movido para o lixo. Você precisa "
"removê-lo manualmente."
msgstr[1] ""
"%d itens foram pulados porque não podem ser movidos para o lixo. Você "
"precisa removê-los manualmente."
# @ broken-link-checker
#: core/core.php:1730
msgid "Didn't find anything to delete!"
msgstr "Não foi encontrado nada para remover!"
# @ broken-link-checker
#: core/core.php:1759
#, php-format
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"
# @ broken-link-checker
#: core/core.php:1804 core/core.php:2413
msgid "This link was manually marked as working by the user."
msgstr "Este link foi assinalado manualmente como válido pelo usuário."
# @ broken-link-checker
#: core/core.php:1811
#, php-format
msgid "Couldn't modify link %d"
msgstr "Não é possível modificar o link %d"
# @ broken-link-checker
#: core/core.php:1822
#, php-format
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"
# @ broken-link-checker
#: core/core.php:1861
msgid "Table columns"
msgstr "Colunas da tabela"
# @ default
#: core/core.php:1880
msgid "Show on screen"
msgstr "Mostrar na tela"
# @ broken-link-checker
#: core/core.php:1887
msgid "links"
msgstr "links"
# @ default
# @ broken-link-checker
#: core/core.php:1888 includes/admin/table-printer.php:165
msgid "Apply"
msgstr "Aplicar"
# @ broken-link-checker
#: core/core.php:1892
msgid "Misc"
msgstr "Miscelânea"
# @ broken-link-checker
#: core/core.php:1907
#, php-format
msgid "Highlight links broken for at least %s days"
msgstr "Realçar links quebrados pelo menos durante %s dias"
# @ broken-link-checker
#: core/core.php:1916
msgid "Color-code status codes"
msgstr "Códigos de cores de status"
# @ broken-link-checker
#: core/core.php:1933 core/core.php:2398 core/core.php:2438 core/core.php:2471
#: core/core.php:2534
msgid "You're not allowed to do that!"
msgstr "Você não tem permissão para fazer isso!"
# @ broken-link-checker
#: core/core.php:2268
msgid "View broken links"
msgstr "Ver links quebrados"
# @ broken-link-checker
#: core/core.php:2269
#, php-format
msgid "Found %d broken link"
msgid_plural "Found %d broken links"
msgstr[0] "Encontrado %d link quebrado"
msgstr[1] "Encontrados %d links quebrados"
# @ broken-link-checker
#: core/core.php:2275
msgid "No broken links found."
msgstr "Não existem links quebrados."
# @ broken-link-checker
#: core/core.php:2282
#, php-format
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"
# @ broken-link-checker
#: core/core.php:2285
msgid "No URLs in the work queue."
msgstr "Não existem URLs em espera para verificação."
# @ broken-link-checker
#: core/core.php:2314
msgid "Searching your blog for links..."
msgstr "Pesquisando por links em seu blog..."
# @ broken-link-checker
#: core/core.php:2316
msgid "No links detected."
msgstr "Não foram encontrados links."
# @ broken-link-checker
#: core/core.php:2406 core/core.php:2446 core/core.php:2481 core/core.php:2544
#, php-format
msgid "Oops, I can't find the link %d"
msgstr "Oops, não é possível encontrar o link %d"
# @ broken-link-checker
#: core/core.php:2419 core/core.php:2456
msgid "Oops, couldn't modify the link!"
msgstr "Oops, não é possível modificar o link!"
# @ broken-link-checker
#: core/core.php:2422 core/core.php:2459 core/core.php:2570
msgid "Error : link_id not specified"
msgstr "Erro : link_id não especificado"
# @ broken-link-checker
#: core/core.php:2491
msgid "Oops, the new URL is invalid!"
msgstr "Oops, a nova URL não é válida!"
# @ broken-link-checker
#: core/core.php:2502 core/core.php:2553
msgid "An unexpected error occured!"
msgstr "Ocorreu um erro inesperado!"
# @ broken-link-checker
#: core/core.php:2520
msgid "Error : link_id or new_url not specified"
msgstr "Erro : link_id ou new_url não especificado"
# @ broken-link-checker
#: core/core.php:2579
msgid "You don't have sufficient privileges to access this information!"
msgstr "Você não tem privilégios suficientes para acessar esta informação!"
# @ broken-link-checker
#: core/core.php:2592
msgid "Error : link ID not specified"
msgstr "Erro : link ID não especificado"
# @ broken-link-checker
#: core/core.php:2606
#, php-format
msgid "Failed to load link details (%s)"
msgstr "Erro ao carregar os detalhes do link (%s)"
# @ broken-link-checker
#: core/core.php:2659
msgid "Broken Link Checker"
msgstr "Broken Link Checker"
# @ broken-link-checker
#: core/core.php:2679
msgid "PHP version"
msgstr "Versão do PHP"
# @ broken-link-checker
#: core/core.php:2685
msgid "MySQL version"
msgstr "Versão do MySQL"
# @ broken-link-checker
#: core/core.php:2698
msgid ""
"You have an old version of CURL. Redirect detection may not work properly."
msgstr ""
"Versão de CURL obsoleta. A detecção de redirects pode não funcionar "
"corretamente."
# @ broken-link-checker
#: core/core.php:2710 core/core.php:2726 core/core.php:2731
msgid "Not installed"
msgstr "Não instalado"
# @ broken-link-checker
#: core/core.php:2713
msgid "CURL version"
msgstr "Versão do CURL"
# @ broken-link-checker
#: core/core.php:2719
msgid "Installed"
msgstr "Instalado"
# @ broken-link-checker
#: core/core.php:2732
msgid "You must have either CURL or Snoopy installed for the plugin to work!"
msgstr "Você deve ter o CURL ou Snoopy instalados para que o plugin funcione!"
# @ broken-link-checker
#: core/core.php:2743
msgid "On"
msgstr "Ativado"
# @ broken-link-checker
#: core/core.php:2744
msgid "Redirects may be detected as broken links when safe_mode is on."
msgstr ""
"Os redirects podem ser detectados como links quebrados quando o safe_mode "
"está habilitado."
# @ broken-link-checker
#: core/core.php:2749 core/core.php:2763
msgid "Off"
msgstr "Desativado"
# @ broken-link-checker
#: core/core.php:2757
#, php-format
msgid "On ( %s )"
msgstr "Ativado ( %s )"
# @ broken-link-checker
#: core/core.php:2758
msgid "Redirects may be detected as broken links when open_basedir is on."
msgstr ""
"Os redirects podem ser considerados links quebrados quando o open_basedir "
"está ativo."
# @ broken-link-checker
#: core/core.php:2787
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 páginas, provavelmente você "
"encontrou um bug."
# @ broken-link-checker
#: core/core.php:2878 core/core.php:2976
#, php-format
msgid "[%s] Broken links detected"
msgstr "[%s] Links quebrados encontrados"
# @ broken-link-checker
#: core/core.php:2884
#, php-format
msgid "Broken Link Checker has detected %d new broken link on your site."
msgid_plural ""
"Broken Link Checker has detected %d new broken links on your site."
msgstr[0] "O Broken Link Checker encontrou %d novo link quebrado em seu site."
msgstr[1] ""
"O Broken Link Checker encontrou %d novos links quebrados em seu site."
# @ broken-link-checker
#: core/core.php:2907
#, php-format
msgid "Here's a list of the first %d broken links:"
msgid_plural "Here's a list of the first %d broken links:"
msgstr[0] "Lista do primeiro %d link quebrado:"
msgstr[1] "Lista dos primeiros %d links quebrados:"
# @ broken-link-checker
#: core/core.php:2915
msgid "Here's a list of the new broken links: "
msgstr "Novos links quebrados:"
# @ broken-link-checker
#: core/core.php:2924
#, php-format
msgid "Link text : %s"
msgstr "Texto do link : %s"
# @ broken-link-checker
#: core/core.php:2925
#, php-format
msgid "Link URL : <a href=\"%s\">%s</a>"
msgstr "URL do link : <a href=\"%s\">%s</a>"
# @ broken-link-checker
#: core/core.php:2926
#, php-format
msgid "Source : %s"
msgstr "Fonte : %s"
# @ broken-link-checker
#: core/core.php:2939
msgid "You can see all broken links here:"
msgstr "Você pode ver todos os links quebrados aqui:"
# @ default
#: core/init.php:235
msgid "Once Weekly"
msgstr "Uma vez por semana"
# @ default
#: core/init.php:241
msgid "Twice a Month"
msgstr "Duas vezes por mês"
# @ broken-link-checker
#: core/init.php:317
msgid ""
"Broken Link Checker installation failed. Try deactivating and then "
"reactivating the plugin."
msgstr ""
"A instalação do Broken Link Checker falhou. Tente desativar e ativar "
"novamente o plugin."
# @ default
#: includes/any-post.php:397 modules/containers/blogroll.php:46
#: modules/containers/comment.php:153 modules/containers/custom_field.php:197
msgid "Edit"
msgstr "Editar"
# @ default
#: includes/any-post.php:405 modules/containers/custom_field.php:203
msgid "Move this item to the Trash"
msgstr "Mover este item para a lixeira"
# @ default
#: includes/any-post.php:407 modules/containers/custom_field.php:205
msgid "Trash"
msgstr "Lixeira"
# @ default
#: includes/any-post.php:412 modules/containers/custom_field.php:210
msgid "Delete this item permanently"
msgstr "Apagar este item permanentemente"
# @ default
#: includes/any-post.php:414 modules/containers/blogroll.php:47
#: modules/containers/custom_field.php:212
msgid "Delete"
msgstr "Apagar"
# @ default
#: includes/any-post.php:427
#, php-format
msgid "Preview “%s”"
msgstr "Pré-vizualizar “%s”"
# @ default
#: includes/any-post.php:428
msgid "Preview"
msgstr "Pré-visualizar"
# @ default
#: includes/any-post.php:435
#, php-format
msgid "View “%s”"
msgstr "Ver “%s”"
# @ default
#: includes/any-post.php:436 modules/containers/comment.php:166
#: modules/containers/custom_field.php:217
msgid "View"
msgstr "Ver"
# @ default
#: includes/any-post.php:455 modules/containers/custom_field.php:197
msgid "Edit this item"
msgstr "Editar este item"
# @ broken-link-checker
#: includes/any-post.php:519 modules/containers/blogroll.php:83
#: modules/containers/comment.php:43
msgid "Nothing to update"
msgstr "Nada para atualizar"
# @ broken-link-checker
#: includes/any-post.php:529
#, php-format
msgid "Updating post %d failed"
msgstr "A atualização do artigo %d falhou"
# @ broken-link-checker
#: includes/any-post.php:564 modules/containers/custom_field.php:284
#, php-format
msgid "Failed to delete post \"%s\" (%d)"
msgstr "Erro ao remover o post \"%s\" (%d)"
# @ broken-link-checker
#: includes/any-post.php:583 modules/containers/custom_field.php:303
#, php-format
msgid ""
"Can't move post \"%s\" (%d) to the trash because the trash feature is "
"disabled"
msgstr ""
"Não é possível mover o post \"%s\" (%d) para o lixo porque a função de "
"lixeira está desabilitada"
# @ broken-link-checker
#: includes/any-post.php:603 modules/containers/custom_field.php:322
#, php-format
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "Erro ao remover o post \"%s\" (%d) para a lixeira"
# @ broken-link-checker
#: includes/any-post.php:711
#, php-format
msgid "%d post deleted."
msgid_plural "%d posts deleted."
msgstr[0] "%d post removido."
msgstr[1] "%d posts removidos."
# @ broken-link-checker
#: includes/any-post.php:713
#, php-format
msgid "%d page deleted."
msgid_plural "%d pages deleted."
msgstr[0] "%d página removida."
msgstr[1] "%d páginas removidas."
# @ broken-link-checker
#: includes/any-post.php:715
#, php-format
msgid "%d \"%s\" deleted."
msgid_plural "%d \"%s\" deleted."
msgstr[0] "%d \"%s\" removido."
msgstr[1] "%d \"%s\" removidos."
# @ broken-link-checker
#: includes/any-post.php:734
#, php-format
msgid "%d post moved to the Trash."
msgid_plural "%d posts moved to the Trash."
msgstr[0] "%d post movido para a lixeira."
msgstr[1] "%d posts movidos para a lixeira."
# @ broken-link-checker
#: includes/any-post.php:736
#, php-format
msgid "%d page moved to the Trash."
msgid_plural "%d pages moved to the Trash."
msgstr[0] "%d página movida para a lixeira."
msgstr[1] "%d páginas movidas para a lixeira."
# @ broken-link-checker
#: includes/any-post.php:738
#, php-format
msgid "%d \"%s\" moved to the Trash."
msgid_plural "%d \"%s\" moved to the Trash."
msgstr[0] "%d \"%s\" movido para a lixeira."
msgstr[1] "%d \"%s\" movidos para a lixeira."
# @ broken-link-checker
#: includes/containers.php:123
#, php-format
msgid "%d '%s' has been deleted"
msgid_plural "%d '%s' have been deleted"
msgstr[0] "%d '%s' foi removido"
msgstr[1] "%d '%s' foram removidos"
# @ broken-link-checker
#: includes/containers.php:873 includes/containers.php:891
#, php-format
msgid "Container type '%s' not recognized"
msgstr "Recipiente tipo '%s' não foi reconhecido"
# @ broken-link-checker
#: includes/instances.php:104 includes/instances.php:160
#, php-format
msgid "Container %s[%d] not found"
msgstr "Recipiente %s[%d] não encontrado"
# @ broken-link-checker
#: includes/instances.php:113 includes/instances.php:169
#, php-format
msgid "Parser '%s' not found."
msgstr "Analisador sintático '%s' não encontrado."
# @ broken-link-checker
#: includes/link-query.php:26
msgid "Broken"
msgstr "Quebrado"
# @ broken-link-checker
#: includes/link-query.php:28
msgid "No broken links found"
msgstr "Não foram encontrados links quebrados"
# @ broken-link-checker
#: includes/link-query.php:36
msgid "Redirects"
msgstr "Redirecionadores"
# @ broken-link-checker
#: includes/link-query.php:37
msgid "Redirected Links"
msgstr "Links Redirecionados"
# @ broken-link-checker
#: includes/link-query.php:38
msgid "No redirects found"
msgstr "Nenhum redirecionador encontrado"
# @ broken-link-checker
#: includes/link-query.php:56
msgid "All"
msgstr "Todos"
# @ broken-link-checker
#: includes/link-query.php:57
msgid "Detected Links"
msgstr "Links encontrados"
# @ broken-link-checker
#: includes/link-query.php:58
msgid "No links found (yet)"
msgstr "Não foram encontrados links (até agora)"
# @ broken-link-checker
#: includes/admin/search-form.php:32 includes/link-query.php:65
msgid "Search"
msgstr "Pesquisar"
# @ broken-link-checker
#: includes/link-query.php:66
msgid "Search Results"
msgstr "Resultados da pesquisa"
# @ broken-link-checker
#: includes/link-query.php:67 includes/link-query.php:114
msgid "No links found for your query"
msgstr "Não foram encontrados links para sua pesquisa"
# @ broken-link-checker
#: includes/links.php:218
msgid "The plugin script was terminated while trying to check the link."
msgstr "O script do plugin terminou enquanto tentava verificar o link."
# @ broken-link-checker
#: includes/links.php:264
msgid "The plugin doesn't know how to check this type of link."
msgstr "O plugin não consegue verificar este tipo de link."
# @ broken-link-checker
#: includes/links.php:357
msgid "Link is valid."
msgstr "O link é válido."
# @ broken-link-checker
#: includes/links.php:359
msgid "Link is broken."
msgstr "O link está quebrado."
# @ broken-link-checker
#: includes/links.php:571 includes/links.php:673 includes/links.php:700
msgid "Link is not valid"
msgstr "O link é inválido"
# @ broken-link-checker
#: includes/links.php:588
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 neste site."
# @ broken-link-checker
#: includes/links.php:614
msgid "Failed to create a DB entry for the new URL."
msgstr "Falha ao criar uma entrada no banco de dados para a nova URL."
# @ broken-link-checker
#: includes/links.php:680
msgid "This link is not a redirect"
msgstr "Este link não é um redirecionador"
# @ broken-link-checker
#: includes/links.php:727 includes/links.php:764
msgid "Couldn't delete the link's database record"
msgstr "Não é possível remover o registo deste link no banco de dados"
# @ link status
# @ broken-link-checker
#: includes/links.php:852 modules/checkers/http.php:264
#: modules/extras/mediafire.php:101
msgid "Unknown Error"
msgstr "Erro Desconhecido"
# @ broken-link-checker
#: includes/links.php:876
msgid "Not checked"
msgstr "Não verificado"
# @ broken-link-checker
#: includes/links.php:879
msgid "False positive"
msgstr "Falso positivo"
# @ link status
#: modules/extras/youtube.php:109 modules/extras/youtube.php:136
msgid "OK"
msgstr "OK"
# @ broken-link-checker
#: includes/parsers.php:109
#, php-format
msgid "Editing is not implemented in the '%s' parser"
msgstr "Edição não implementada no '%s' analisador sintático"
# @ broken-link-checker
#: includes/parsers.php:124
#, php-format
msgid "Unlinking is not implemented in the '%s' parser"
msgstr "Remover links não foi implementado no '%s' analisador sintático"
# @ broken-link-checker
#: includes/admin/db-upgrade.php:95
#, php-format
msgid "Failed to delete old DB tables. Database error : %s"
msgstr ""
"Não foi possível remover as tabelas antigas do banco de dados. Erro do banco "
"de dados : %s"
# @ broken-link-checker
#: includes/admin/links-page-js.php:55 includes/admin/links-page-js.php:403
msgid "Wait..."
msgstr "Aguarde …"
# @ broken-link-checker
#: includes/admin/links-page-js.php:100 includes/admin/table-printer.php:630
msgid "Not broken"
msgstr "Não está quebrado"
# @ broken-link-checker
#: includes/admin/links-page-js.php:315
#, php-format
msgid "%d instances of the link were successfully modified."
msgstr "%d instâncias do link foram modificadas com sucesso."
# @ broken-link-checker
#: includes/admin/links-page-js.php:321
#, php-format
msgid ""
"However, %d instances couldn't be edited and still point to the old URL."
msgstr ""
"Entretanto, %d instâncias não puderam ser editados e ainda apontam para a "
"antiga URL."
# @ broken-link-checker
#: includes/admin/links-page-js.php:327
msgid "The link could not be modified."
msgstr "O link não pode ser modificado."
# @ broken-link-checker
#: includes/admin/links-page-js.php:330 includes/admin/links-page-js.php:455
msgid "The following error(s) occured :"
msgstr "Ocorreram os seguintes erros :"
# @ broken-link-checker
#: includes/admin/links-page-js.php:441
#, php-format
msgid "%d instances of the link were successfully unlinked."
msgstr "%d instâncias de links foram removidos com sucesso."
# @ broken-link-checker
#: includes/admin/links-page-js.php:447
#, php-format
msgid "However, %d instances couldn't be removed."
msgstr "Entretanto, %d instâncias não foram removidas."
# @ broken-link-checker
#: includes/admin/links-page-js.php:452
msgid "The plugin failed to remove the link."
msgstr "O plugin falhou ao remover o link."
# @ broken-link-checker
#: includes/admin/links-page-js.php:463 includes/admin/table-printer.php:273
#: includes/admin/table-printer.php:624
msgid "Unlink"
msgstr "Remover link"
# @ broken-link-checker
#: includes/admin/links-page-js.php:507
msgid "Enter a name for the new custom filter"
msgstr "Digite um nome para o novo filtro personalizado"
# @ broken-link-checker
#: includes/admin/links-page-js.php:518
msgid ""
"You are about to delete the current filter.\n"
"'Cancel' to stop, 'OK' to delete"
msgstr ""
"Você está prestes a remover o filtro atual.\n"
" 'Cancelar' para sair, 'OK' para remover"
# @ broken-link-checker
#: includes/admin/links-page-js.php:538
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 ""
"Você tem certeza que deseja apagar todos os posts, favoritos ou outros itens "
"que contenham quaisquer dos links selecionados? Esta ação não poderá ser "
"anulada.\n"
"'Cancelar' para anular a operação, 'OK' para remover"
# @ broken-link-checker
#: includes/admin/links-page-js.php:548
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 ""
"Você tem certeza que deseja remover todos os links selecionados? Esta ação "
"não pode ser anulada.\n"
"'Cancelar' para anular a operação, 'OK' para apagar"
# @ broken-link-checker
#: includes/admin/links-page-js.php:657
msgid "Enter a search string first."
msgstr "Digite antes uma string de procura."
# @ broken-link-checker
#: includes/admin/links-page-js.php:664
msgid "Select one or more links to edit."
msgstr "Selecione um ou mais links para editar."
# @ broken-link-checker
#: includes/admin/options-page-js.php:54
msgid "Hide debug info"
msgstr "Ocultar informações de debug"
# @ broken-link-checker
#: includes/admin/search-form.php:16
msgid "Save This Search As a Filter"
msgstr "Salvar esta pesquisa como um filtro"
# @ broken-link-checker
#: includes/admin/search-form.php:26
msgid "Delete This Filter"
msgstr "Remover este filtro"
# @ broken-link-checker
#: includes/admin/search-form.php:42
msgid "Link text"
msgstr "Texto do link"
# @ broken-link-checker
#: includes/admin/search-form.php:45 includes/admin/table-printer.php:202
msgid "URL"
msgstr "URL"
# @ broken-link-checker
#: includes/admin/search-form.php:48 includes/admin/table-printer.php:491
msgid "HTTP code"
msgstr "Código HTTP"
# @ broken-link-checker
#: includes/admin/search-form.php:51
msgid "Link status"
msgstr "Status do link"
# @ broken-link-checker
#: includes/admin/search-form.php:68 includes/admin/search-form.php:85
msgid "Link type"
msgstr "Tipo do link"
# @ broken-link-checker
#: includes/admin/search-form.php:70
msgid "Any"
msgstr "Qualquer"
# @ broken-link-checker
#: includes/admin/search-form.php:74
msgid "Links used in"
msgstr "Links utilizados em"
# @ broken-link-checker
#: includes/admin/search-form.php:112
msgid "Search Links"
msgstr "Pesquisar links"
# @ broken-link-checker
#: includes/admin/search-form.php:113 includes/admin/table-printer.php:349
#: includes/admin/table-printer.php:652 includes/admin/table-printer.php:658
msgid "Cancel"
msgstr "Cancelar"
# @ broken-link-checker
#: includes/admin/sidebar.php:47
msgid "Donate $10, $20 or $50!"
msgstr "Doar $10, $20 ou $50!"
# @ broken-link-checker
#: includes/admin/sidebar.php:50
msgid ""
"If you like this plugin, please donate to support development and "
"maintenance!"
msgstr ""
"Se você gosta deste plugin, por favor faça uma doação para financiar seu "
"desenvolvimento e manutenção!"
# @ broken-link-checker
#: includes/admin/sidebar.php:68
msgid "Return to WordPress Dashboard"
msgstr "Retornar ao painel do WordPress"
# @ broken-link-checker
#: includes/admin/sidebar.php:24
msgid "More plugins by Janis Elsts"
msgstr "Mais plugins de Janis Elsts"
# @ broken-link-checker
#: includes/admin/table-printer.php:179
msgid "Compact View"
msgstr "Visão Compacta"
# @ broken-link-checker
#: includes/admin/table-printer.php:180
msgid "Detailed View"
msgstr "Visão Detalhada"
# @ broken-link-checker
#: includes/admin/table-printer.php:209
msgid "Source"
msgstr "Fonte"
# @ broken-link-checker
#: includes/admin/table-printer.php:215
msgid "Link Text"
msgstr "Texto do Link"
# @ broken-link-checker
#: includes/admin/table-printer.php:268
msgid "Bulk Actions"
msgstr "Ações em Massa"
# @ broken-link-checker
#: includes/admin/table-printer.php:269 includes/admin/table-printer.php:621
msgid "Edit URL"
msgstr "Editar URL"
# @ broken-link-checker
#: includes/admin/table-printer.php:270
msgid "Recheck"
msgstr "Verificar Novamente"
# @ broken-link-checker
#: includes/admin/table-printer.php:271
msgid "Fix redirects"
msgstr "Reparar redirecionamentos"
# @ broken-link-checker
#: includes/admin/table-printer.php:272
msgid "Mark as not broken"
msgstr "Marcar como não quebrado"
# @ broken-link-checker
#: includes/admin/table-printer.php:276
msgid "Move sources to Trash"
msgstr "Mover fontes para a lixeira"
# @ broken-link-checker
#: includes/admin/table-printer.php:278
msgid "Delete sources"
msgstr "Remover fontes"
# @ default
#: includes/admin/table-printer.php:293
msgid "«"
msgstr "«"
# @ default
#: includes/admin/table-printer.php:294
msgid "»"
msgstr "»"
# @ broken-link-checker
#: includes/admin/table-printer.php:302
#, php-format
msgid "Displaying %s–%s of <span class=\"current-link-count\">%s</span>"
msgstr "Mostrando %s–%s de <span class=\"current-link-count\">%s</span>"
# @ default
#: includes/admin/table-printer.php:325
msgid "Bulk Edit URLs"
msgstr "Editar URLs em massa"
# @ broken-link-checker
#: includes/admin/table-printer.php:327
msgid "Find"
msgstr "Procura"
# @ broken-link-checker
#: includes/admin/table-printer.php:331
msgid "Replace with"
msgstr "Substituir com"
# @ broken-link-checker
#: includes/admin/table-printer.php:339
msgid "Case sensitive"
msgstr "Coincidir maiúsculas/minúsculas"
# @ broken-link-checker
#: includes/admin/table-printer.php:343
msgid "Regular expression"
msgstr "Expressão regular"
# @ broken-link-checker
#: includes/admin/table-printer.php:351
msgid "Update"
msgstr "Atualizar"
# @ broken-link-checker
#: includes/admin/table-printer.php:476
msgid "Post published on"
msgstr "Post publicado em"
# @ broken-link-checker
#: includes/admin/table-printer.php:481
msgid "Link last checked"
msgstr "Última verificação"
# @ broken-link-checker
#: includes/admin/table-printer.php:485
msgid "Never"
msgstr "Nunca"
# @ broken-link-checker
#: includes/admin/table-printer.php:496
msgid "Response time"
msgstr "Tempo de resposta"
# @ broken-link-checker
#: includes/admin/table-printer.php:498
#, php-format
msgid "%2.3f seconds"
msgstr "%2.3f segundos"
# @ broken-link-checker
#: includes/admin/table-printer.php:501
msgid "Final URL"
msgstr "URL final"
# @ broken-link-checker
#: includes/admin/table-printer.php:506
msgid "Redirect count"
msgstr "Contagem de redirecionamentos"
# @ broken-link-checker
#: includes/admin/table-printer.php:511
msgid "Instance count"
msgstr "Contagem de instâncias"
# @ broken-link-checker
#: includes/admin/table-printer.php:520
#, php-format
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."
# @ broken-link-checker
#: includes/admin/table-printer.php:528
#, php-format
msgid "This link has been broken for %s."
msgstr "Link quebrado durante %s."
# @ broken-link-checker
#: includes/admin/table-printer.php:539
msgid "Log"
msgstr "Registo"
# @ broken-link-checker
#: includes/admin/table-printer.php:564
msgid "Show more info about this link"
msgstr "Mostrar mais informações sobre este link"
# @ broken-link-checker
#: includes/admin/table-printer.php:598
msgid "Broken for"
msgstr "Quebrado para"
# @ broken-link-checker
#: includes/admin/table-printer.php:621
msgid "Edit link URL"
msgstr "Editar URL do link"
# @ broken-link-checker
#: includes/admin/table-printer.php:623
msgid "Remove this link from all posts"
msgstr "Remover este link de todos os posts"
# @ broken-link-checker
#: includes/admin/table-printer.php:629
msgid "Remove this link from the list of broken links and mark it as valid"
msgstr "Remover este link da lista des links quebrados e marcá-lo como válido"
# @ broken-link-checker
#: includes/admin/table-printer.php:652
msgid "Cancel URL editing"
msgstr "Cancelar a edição da URL"
# @ broken-link-checker
#: includes/admin/table-printer.php:659
msgid "Update URL"
msgstr "Atualizar URL"
# @ broken-link-checker
#: includes/admin/table-printer.php:686
msgid "[An orphaned link! This is a bug.]"
msgstr "[Um link órfão! Isto é um bug.]"
# @ broken-link-checker
#: modules/checkers/http.php:243
msgid "Server Not Found"
msgstr "Servidor não Encontrado"
# @ broken-link-checker
#: modules/checkers/http.php:258
msgid "Connection Failed"
msgstr "Falha na Conexão"
# @ broken-link-checker
#: modules/checkers/http.php:293 modules/checkers/http.php:363
#, php-format
msgid "HTTP code : %d"
msgstr "Código HTTP : %d"
# @ broken-link-checker
#: modules/checkers/http.php:295 modules/checkers/http.php:365
msgid "(No response)"
msgstr "(Sem resposta)"
# @ broken-link-checker
#: modules/checkers/http.php:301
msgid "Most likely the connection timed out or the domain doesn't exist."
msgstr ""
"É provável que o tempo de conexão se tenha esgotado ou que o domínio não "
"exista."
# @ broken-link-checker
#: modules/checkers/http.php:372
msgid "Request timed out."
msgstr "Tempo de requsição esgotado."
# @ broken-link-checker
#: modules/checkers/http.php:390
msgid "Using Snoopy"
msgstr "Usando Snoopy"
# @ broken-link-checker
#: modules/containers/blogroll.php:21
msgid "Bookmark"
msgstr "Favorito"
# @ broken-link-checker
#: modules/containers/blogroll.php:27 modules/containers/blogroll.php:46
msgid "Edit this bookmark"
msgstr "Editar este favorito"
# @ default
#: modules/containers/blogroll.php:47
#, php-format
msgid ""
"You are about to delete this link '%s'\n"
" 'Cancel' to stop, 'OK' to delete."
msgstr ""
"Você está prestes a remover este link '%s'\n"
" 'Cancelar' para sair, 'OK' para apagar."
# @ broken-link-checker
#: modules/containers/blogroll.php:97
#, php-format
msgid "Updating bookmark %d failed"
msgstr "Atualização do favorito %d falhou"
# @ broken-link-checker
#: modules/containers/blogroll.php:128
#, php-format
msgid "Failed to delete blogroll link \"%s\" (%d)"
msgstr "Não foi possível remover o link blogroll \"%s\" (%d)"
# @ broken-link-checker
#: modules/containers/blogroll.php:299
#, php-format
msgid "%d blogroll link deleted."
msgid_plural "%d blogroll links deleted."
msgstr[0] "%d link blogroll removido."
msgstr[1] "%d links blogroll removidos."
# @ broken-link-checker
#: modules/containers/comment.php:53
#, php-format
msgid "Updating comment %d failed"
msgstr "Não foi possível atualizar o comentário %d"
# @ broken-link-checker
#: modules/containers/comment.php:74
#, php-format
msgid "Failed to delete comment %d"
msgstr "Erro ao remover o comentário %d"
# @ broken-link-checker
#: modules/containers/comment.php:95
#, php-format
msgid "Can't move comment %d to the trash"
msgstr "Não é possível mover o comentário %d para o lixo"
# @ default
#: modules/containers/comment.php:160
msgid "Delete Permanently"
msgstr "Removido definitivamente"
# @ broken-link-checker
#: modules/containers/comment.php:166
msgid "View comment"
msgstr "Ver comentário"
# @ broken-link-checker
#: modules/containers/comment.php:183
msgid "Comment"
msgstr "Comentário"
# @ broken-link-checker
#: modules/containers/comment.php:356
#, php-format
msgid "%d comment has been deleted."
msgid_plural "%d comments have been deleted."
msgstr[0] "%d comentário foi removido."
msgstr[1] "%d comentários foram removidos."
# @ broken-link-checker
#: modules/containers/comment.php:375
#, php-format
msgid "%d comment moved to the Trash."
msgid_plural "%d comments moved to the Trash."
msgstr[0] "%d comentário removido."
msgstr[1] "%d comentários removidos."
# @ broken-link-checker
#: modules/containers/custom_field.php:84
#, php-format
msgid "Failed to update the meta field '%s' on %s [%d]"
msgstr "Falha na atualização do campo meta '%s' em %s [%d]"
# @ broken-link-checker
#: modules/containers/custom_field.php:110
#, php-format
msgid "Failed to delete the meta field '%s' on %s [%d]"
msgstr "Falha na remoção do campo meta '%s' em %s [%d]"
# @ default
#: modules/containers/custom_field.php:187
msgid "Edit this post"
msgstr "Editar este post"
# @ broken-link-checker
#: modules/containers/custom_field.php:217
#, php-format
msgid "View \"%s\""
msgstr "Ver \"%s\""
# @ broken-link-checker
#: modules/containers/dummy.php:34 modules/containers/dummy.php:45
#, php-format
msgid "I don't know how to edit a '%s' [%d]."
msgstr "Não é possível editar '%s' [%d]."
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:23
msgid "DailyMotion Video"
msgstr "Vídeo DailyMotion"
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:24
msgid "Embedded DailyMotion video"
msgstr "Vídeo DailyMotion embutido"
# @ broken-link-checker
#: modules/extras/embed-parser-base.php:196
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 Broken Link. Por favor, "
"edite ou substitua manualmente o vídeo em questão."
# @ broken-link-checker
#: modules/extras/fileserve.php:112 modules/extras/mediafire.php:91
#: modules/extras/mediafire.php:96 modules/extras/megaupload.php:81
#: modules/extras/megaupload.php:123 modules/extras/rapidshare.php:139
msgid "Not Found"
msgstr "Não Encontrado"
# @ broken-link-checker
#: modules/extras/megaupload.php:130
msgid "File Temporarily Unavailable"
msgstr "Arquivo Temporariamente Indisponível"
# @ broken-link-checker
#: modules/extras/megaupload.php:136
msgid "API Error"
msgstr "Erro API"
# @ broken-link-checker
#: modules/extras/rapidshare.php:158
msgid "RS Server Down"
msgstr "Servidor RS Desligado"
# @ broken-link-checker
#: modules/extras/rapidshare.php:165
msgid "File Blocked"
msgstr "Arquivo Bloqueado"
# @ broken-link-checker
#: modules/extras/rapidshare.php:172
msgid "File Locked"
msgstr "Arquivo Travado"
# @ broken-link-checker
#: modules/extras/rapidshare.php:183
#, php-format
msgid "RapidShare : %s"
msgstr "Rapidshare : %s"
# @ broken-link-checker
#: modules/extras/rapidshare.php:189
#, php-format
msgid "RapidShare API error: %s"
msgstr "Rapidshare erro API: %s"
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:24
msgid "Vimeo Video"
msgstr "Vídeo Vimeo"
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:25
msgid "Embedded Vimeo video"
msgstr "Vídeos Vimeo embutido"
# @ broken-link-checker
#: modules/extras/youtube-embed.php:24 modules/extras/youtube-iframe.php:25
msgid "YouTube Video"
msgstr "Vídeo YouTube"
# @ broken-link-checker
#: modules/extras/youtube-embed.php:25 modules/extras/youtube-iframe.php:26
msgid "Embedded YouTube video"
msgstr "Vídeo YouTube embutido"
# @ broken-link-checker
#: modules/extras/youtube.php:77 modules/extras/youtube.php:80
msgid "Video Not Found"
msgstr "Vídeo Não Encontrado"
# @ broken-link-checker
#: modules/extras/youtube.php:88
msgid "Video Removed"
msgstr "Vídeo Removido"
# @ broken-link-checker
#: modules/extras/youtube.php:96
msgid "Invalid Video ID"
msgstr "ID de Vídeo Inválido"
# @ broken-link-checker
#: modules/extras/youtube.php:108
msgid "Video OK"
msgstr "Vídeo OK"
# @ broken-link-checker
#: modules/extras/youtube.php:122
#, php-format
msgid "Video status : %s%s"
msgstr "Status do Vídeo : %s%s"
# @ broken-link-checker
#: modules/extras/youtube.php:141
msgid "Video Restricted"
msgstr "Vídeo Restrito"
# @ default
#: modules/extras/youtube.php:158
msgid "Unknown YouTube API response received."
msgstr "Resposta API YouTube desconhecida."
# @ broken-link-checker
#: modules/parsers/image.php:164
msgid "Image"
msgstr "Imagem"
# @ broken-link-checker
#: modules/parsers/metadata.php:118
msgid "Custom field"
msgstr "Campo personalizado"
# @ broken-link-checker
#: core/core.php:686
msgid "Send authors e-mail notifications about broken links in their posts"
msgstr ""
"Enviar aos autores notificações por e-mail sobre links quebrados encontrados "
"em seus artigos"
# @ broken-link-checker
#: core/core.php:2342
msgctxt "current load"
msgid "Unknown"
msgstr "Desconhecido"
# @ broken-link-checker
#: core/core.php:2982
#, php-format
msgid "Broken Link Checker has detected %d new broken link in your posts."
msgid_plural ""
"Broken Link Checker has detected %d new broken links in your posts."
msgstr[0] "O Broken Link Checker detectou %d novo link quebrado em seus posts."
msgstr[1] ""
"O Broken Link Checker detectou %d novos links quebrados em seus posts."
# @ broken-link-checker
#: includes/admin/table-printer.php:582
msgctxt "checked how long ago"
msgid "Checked"
msgstr "Verificado"
# @ broken-link-checker
#: includes/extra-strings.php:2
msgctxt "module name"
msgid "Basic HTTP"
msgstr "HTTP Básico"
# @ broken-link-checker
#: includes/extra-strings.php:3
msgctxt "module name"
msgid "Blogroll items"
msgstr "Itens blogroll"
# @ broken-link-checker
#: includes/extra-strings.php:4
msgctxt "module name"
msgid "Comments"
msgstr "Comentários"
# @ broken-link-checker
#: includes/extra-strings.php:5
msgctxt "module name"
msgid "Custom fields"
msgstr "Campos personalizados"
# @ broken-link-checker
#: includes/extra-strings.php:6
msgctxt "module name"
msgid "Embedded DailyMotion videos"
msgstr "Vídeos DailyMotion embutidos"
# @ broken-link-checker
#: includes/extra-strings.php:9
msgctxt "module name"
msgid "Embedded Vimeo videos"
msgstr "Vídeo Vimeo embutidos"
# @ broken-link-checker
#: includes/extra-strings.php:10
msgctxt "module name"
msgid "Embedded YouTube videos"
msgstr "Vídeos YouTube embutidos"
# @ broken-link-checker
#: includes/extra-strings.php:11
msgctxt "module name"
msgid "Embedded YouTube videos (old embed code)"
msgstr "Vídeos YouTube embutidos (código antigo)"
# @ broken-link-checker
#: includes/extra-strings.php:13
msgctxt "module name"
msgid "HTML images"
msgstr "Imagens HTML"
# @ broken-link-checker
#: includes/extra-strings.php:14
msgctxt "module name"
msgid "HTML links"
msgstr "Links HTML"
# @ broken-link-checker
#: includes/extra-strings.php:15
msgctxt "module name"
msgid "MediaFire API"
msgstr "API MediaFire"
# @ broken-link-checker
#: includes/extra-strings.php:16
msgctxt "module name"
msgid "MegaUpload API"
msgstr "API MegaUpload"
# @ broken-link-checker
#: includes/extra-strings.php:17
msgctxt "module name"
msgid "Plaintext URLs"
msgstr "URL's texto puro"
# @ broken-link-checker
#: includes/extra-strings.php:18
msgctxt "module name"
msgid "RapidShare API"
msgstr "API RapidShare"
# @ broken-link-checker
#: includes/extra-strings.php:19
msgctxt "module name"
msgid "YouTube API"
msgstr "API YouTube"
# @ broken-link-checker
#: includes/extra-strings.php:20
msgctxt "module name"
msgid "Posts"
msgstr "Posts"
# @ broken-link-checker
#: includes/extra-strings.php:21
msgctxt "module name"
msgid "Pages"
msgstr "Páginas"
# @ broken-link-checker
#: includes/links.php:838
msgctxt "link status"
msgid "Unknown"
msgstr "Desconhecido"
# @ broken-link-checker
#: includes/links.php:882 modules/extras/fileserve.php:121
#: modules/extras/megaupload.php:115 modules/extras/rapidshare.php:145
#: modules/extras/rapidshare.php:151 modules/extras/rapidshare.php:178
msgctxt "link status"
msgid "OK"
msgstr "OK"
# @ broken-link-checker
#: includes/module-manager.php:123 includes/module-manager.php:140
msgctxt "module name"
msgid "Name"
msgstr "Nome"
# @ broken-link-checker
#: includes/utility-class.php:245
#, php-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d segundo"
msgstr[1] "%d segundos"
# @ broken-link-checker
#: includes/utility-class.php:246
#, php-format
msgid "%d second ago"
msgid_plural "%d seconds ago"
msgstr[0] "%d segundo atrás"
msgstr[1] "%d segundos atrás"
# @ broken-link-checker
#: includes/utility-class.php:249
#, php-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minuto"
msgstr[1] "%d minutos"
# @ broken-link-checker
#: includes/utility-class.php:250
#, php-format
msgid "%d minute ago"
msgid_plural "%d minutes ago"
msgstr[0] "%d minuto atrás"
msgstr[1] "%d minutos atrás"
# @ broken-link-checker
#: includes/utility-class.php:253
#, php-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d hora"
msgstr[1] "%d horas"
# @ broken-link-checker
#: includes/utility-class.php:254
#, php-format
msgid "%d hour ago"
msgid_plural "%d hours ago"
msgstr[0] "%d hora atrás"
msgstr[1] "%d horas atrás"
# @ broken-link-checker
#: includes/utility-class.php:257
#, php-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dia"
msgstr[1] "%d dias"
# @ broken-link-checker
#: includes/utility-class.php:258
#, php-format
msgid "%d day ago"
msgid_plural "%d days ago"
msgstr[0] "%d dia atrás"
msgstr[1] "%d dias atrás"
# @ broken-link-checker
#: includes/utility-class.php:261
#, php-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mês"
msgstr[1] "%d meses"
# @ broken-link-checker
#: includes/utility-class.php:262
#, php-format
msgid "%d month ago"
msgid_plural "%d months ago"
msgstr[0] "%d mês atrás"
msgstr[1] "%d meses atrás"
# @ default
#: modules/containers/comment.php:153 modules/containers/comment.php:195
msgid "Edit comment"
msgstr "Editar comentário"
# @ default
#: modules/containers/comment.php:162
msgid "Move this comment to the trash"
msgstr "Mover este comentário para a lixeira"
# @ default
#: modules/containers/comment.php:162
msgctxt "verb"
msgid "Trash"
msgstr "Lixeira"
# @ broken-link-checker
#: core/core.php:719
#, php-format
msgid "Example : Lorem ipsum <a %s>broken link</a>, dolor sit amet."
msgstr "Exemplo : Lorem ipsum <a %s>link quebrado</a>, dolor sit amet."
# @ broken-link-checker
#: core/core.php:722 core/core.php:753
msgid "Click \"Save Changes\" to update example output."
msgstr "Clicar \"Salvar Alterações\" para atualizar a visualização do exemplo."
# @ broken-link-checker
#: core/core.php:750
#, php-format
msgid "Example : Lorem ipsum <span %s>removed link</span>, dolor sit amet."
msgstr "Exemplo : Lorem ipsum <span %s> link removido</span>, dolor sit amet."
# @ broken-link-checker
#: includes/extra-strings.php:7
msgctxt "module name"
msgid "Embedded GoogleVideo videos"
msgstr "Vídeos GoogleVideos embutidos"
# @ broken-link-checker
#: includes/extra-strings.php:8
msgctxt "module name"
msgid "Embedded Megavideo videos"
msgstr "Vídeos Megavideo embutidos"
# @ broken-link-checker
#: includes/extra-strings.php:12
msgctxt "module name"
msgid "FileServe API"
msgstr "API FileServe"
# @ broken-link-checker
#: modules/extras/fileserve.php:55
msgid "Using FileServe API"
msgstr "Usando API FileServe"
# @ broken-link-checker
#: modules/extras/fileserve.php:115
#, php-format
msgid "FileServe : %d %s"
msgstr "FileServe : %d %s"
# @ broken-link-checker
#: modules/extras/googlevideo-embed.php:24
msgid "GoogleVideo Video"
msgstr "Vídeo GoogleVideo"
# @ broken-link-checker
#: modules/extras/googlevideo-embed.php:25
msgid "Embedded GoogleVideo video"
msgstr "Vídeo GoogleVideo embutido"
# @ broken-link-checker
#: modules/extras/megavideo-embed.php:24
msgid "Megavideo Video"
msgstr "Vídeo Megavideo"
# @ broken-link-checker
#: modules/extras/megavideo-embed.php:25
msgid "Embedded Megavideo video"
msgstr "Vídeo Megavideo embutido"
# @ broken-link-checker
#: modules/extras/rapidshare.php:51
msgid "Using RapidShare API"
msgstr "Usando API RapidShare"
# @ broken-link-checker
#: includes/admin/table-printer.php:220
msgid "Redirect URL"
msgstr "URL redirecionada"
# @ broken-link-checker
#: includes/admin/table-printer.php:637
msgid "Hide this link and do not report it again unless its status changes"
msgstr ""
"Ocultar este link e não reportá-lo novamente até que seu status seja alterado"
# @ broken-link-checker
#: includes/admin/table-printer.php:638
msgid "Dismiss"
msgstr "Descartar"
# @ broken-link-checker
#: includes/admin/table-printer.php:643
msgid "Undismiss this link"
msgstr "Restabelecer este link"
# @ broken-link-checker
#: includes/admin/table-printer.php:644
msgid "Undismiss"
msgstr "Restabelecer"
# @ broken-link-checker
#: includes/link-query.php:46
msgid "Dismissed"
msgstr "Descartados"
# @ broken-link-checker
#: includes/link-query.php:47
msgid "Dismissed Links"
msgstr "Links descartados"
# @ broken-link-checker
#: includes/link-query.php:48
msgid "No dismissed links found"
msgstr "Não foram encontrados links descartados"
# @ broken-link-checker
#: core/core.php:2291
#, php-format
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"
# @ broken-link-checker
#: core/core.php:2295
#, php-format
msgctxt "for the \"Detected X unique URLs in Y links\" message"
msgid "%d link"
msgid_plural "%d links"
msgstr[0] "%d link"
msgstr[1] "%d links"
# @ broken-link-checker
#: core/core.php:2301
#, php-format
msgid "Detected %1$s in %2$s and still searching..."
msgstr "Encontrados %1$s em %2$s e ainda procurando…"
# @ broken-link-checker
#: core/core.php:2307
#, php-format
msgid "Detected %1$s in %2$s."
msgstr "Encontrados %1$s em %2$s."