xref: /dokuwiki/lib/plugins/revert/lang/pt-br/lang.php (revision 711670b1227543dc421171b49e36079fe7d5b0f2)
1279c0a2eSFrederico Goncalves Guimaraes<?php
2279c0a2eSFrederico Goncalves Guimaraes/**
3279c0a2eSFrederico Goncalves Guimaraes * Portuguese language file
4279c0a2eSFrederico Goncalves Guimaraes *
5279c0a2eSFrederico Goncalves Guimaraes * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
629823b46SAndreas Gohr * @author Felipe Castro <fefcas@gmail.com>
71778b540SAndreas Gohr * @author Lucien Raven <lucienraven@yahoo.com.br>
84863b880SLiverig * @author Enrico Nicoletto <liverig@gmail.com>
902a002e9SFlavio Veras * @author Flávio Veras <flaviove@gmail.com>
107c6a1595SJeferson Propheta * @author Jeferson Propheta <jeferson.propheta@gmail.com>
11c76c3d8eSJair Henrique * @author jair.henrique@gmail.com
125dfff279SLuis Dantas * @author Luis Dantas <luis@dantas.com>
132abcaf99SFrederico Goncalves Guimaraes * @author Frederico Guimarães <frederico@teia.bio.br>
149d8066adSJair Henrique * @author Jair Henrique <jair.henrique@gmail.com>
15*711670b1SLuis Dantas * @author Luis Dantas <luisdantas@gmail.com>
16279c0a2eSFrederico Goncalves Guimaraes */
17279c0a2eSFrederico Goncalves Guimaraes$lang['menu']                  = 'Gerenciador de reversões';
18279c0a2eSFrederico Goncalves Guimaraes$lang['filter']                = 'Procura por páginas com spam';
19279c0a2eSFrederico Goncalves Guimaraes$lang['revert']                = 'Reverte as páginas selecionadas';
20279c0a2eSFrederico Goncalves Guimaraes$lang['reverted']              = '%s revertida para a revisão %s';
21279c0a2eSFrederico Goncalves Guimaraes$lang['removed']               = '% removida';
222abcaf99SFrederico Goncalves Guimaraes$lang['revstart']              = 'O processo de reversão foi iniciado. Isso pode levar muito tempo. Se o tempo de execução do script expirar antes dele encerrar, você deverá tentar novamente usando blocos menores.';
23279c0a2eSFrederico Goncalves Guimaraes$lang['revstop']               = 'O processo de reversão terminou com sucesso.';
249e29a170SFrederico Gonçalves Guimarães$lang['note1']                 = 'Nota: esta busca diferencia maiúsculas/minúsculas';
25279c0a2eSFrederico Goncalves Guimaraes$lang['note2']                 = 'Nota: a página será revertida para a última versão que não contém o termo de spam <i>%s</i>.';
26