diff options
Diffstat (limited to 'wiki/lib/plugins/revert/lang/pt-br/lang.php')
-rw-r--r-- | wiki/lib/plugins/revert/lang/pt-br/lang.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/wiki/lib/plugins/revert/lang/pt-br/lang.php b/wiki/lib/plugins/revert/lang/pt-br/lang.php new file mode 100644 index 0000000..93337b6 --- /dev/null +++ b/wiki/lib/plugins/revert/lang/pt-br/lang.php @@ -0,0 +1,27 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br> + * @author Felipe Castro <fefcas@gmail.com> + * @author Lucien Raven <lucienraven@yahoo.com.br> + * @author Enrico Nicoletto <liverig@gmail.com> + * @author Flávio Veras <flaviove@gmail.com> + * @author Jeferson Propheta <jeferson.propheta@gmail.com> + * @author jair.henrique <jair.henrique@gmail.com> + * @author Luis Dantas <luis@dantas.com> + * @author Sergio Motta <sergio@cisne.com.br> + * @author Isaias Masiero Filho <masiero@masiero.org> + * @author Balaco Baco <balacobaco@imap.cc> + * @author Victor Westmann <victor.westmann@gmail.com> + */ +$lang['menu'] = 'Gerenciador de reversões'; +$lang['filter'] = 'Procura por páginas com spam'; +$lang['revert'] = 'Reverte as páginas selecionadas'; +$lang['reverted'] = '%s revertida para a revisão %s'; +$lang['removed'] = '%s removida'; +$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.'; +$lang['revstop'] = 'O processo de reversão terminou com sucesso.'; +$lang['note1'] = 'Nota: esta busca diferencia maiúsculas/minúsculas'; +$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>.'; |