diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/revert/lang/pt-br/lang.php | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
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, 0 insertions, 27 deletions
diff --git a/wiki/lib/plugins/revert/lang/pt-br/lang.php b/wiki/lib/plugins/revert/lang/pt-br/lang.php deleted file mode 100644 index 93337b6..0000000 --- a/wiki/lib/plugins/revert/lang/pt-br/lang.php +++ /dev/null @@ -1,27 +0,0 @@ -<?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>.'; |