-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbroken-link-checker-pt_BR.po
2132 lines (1771 loc) · 54.4 KB
/
broken-link-checker-pt_BR.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: Broken Link Checker 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."