xref: /dokuwiki/lib/plugins/revert/lang/pt-br/lang.php (revision 1778b540b03c6912e0f3d3cc3cb4f01e4a96f3b9)
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>
7*1778b540SAndreas Gohr * @author Lucien Raven <lucienraven@yahoo.com.br>
8279c0a2eSFrederico Goncalves Guimaraes */
9279c0a2eSFrederico Goncalves Guimaraes$lang['menu']                  = 'Gerenciador de reversões';
10279c0a2eSFrederico Goncalves Guimaraes$lang['filter']                = 'Procura por páginas com spam';
11279c0a2eSFrederico Goncalves Guimaraes$lang['revert']                = 'Reverte as páginas selecionadas';
12279c0a2eSFrederico Goncalves Guimaraes$lang['reverted']              = '%s revertida para a revisão %s';
13279c0a2eSFrederico Goncalves Guimaraes$lang['removed']               = '% removida';
1429823b46SAndreas Gohr$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.';
15279c0a2eSFrederico Goncalves Guimaraes$lang['revstop']               = 'O processo de reversão terminou com sucesso.';
16279c0a2eSFrederico Goncalves Guimaraes$lang['note1']                 = 'Nota: a busca diferencia maiúsculas/minúsculas';
17279c0a2eSFrederico 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>.';
18