xref: /dokuwiki/lib/plugins/authpdo/lang/pt-br/lang.php (revision 3c7aca0598789a9839df635d427dfc08c1614e95)
1*f18db579SAndreas Gohr<?php
2*f18db579SAndreas Gohr
3*f18db579SAndreas Gohr/**
4*f18db579SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*f18db579SAndreas Gohr *
6*f18db579SAndreas Gohr * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
7*f18db579SAndreas Gohr */
8*f18db579SAndreas Gohr$lang['connectfail']           = 'Não foi possível conectar ao banco de dados.';
9*f18db579SAndreas Gohr$lang['userexists']            = 'Desculpe, mas já existe esse nome de usuário.';
10*f18db579SAndreas Gohr$lang['writefail']             = 'Não foi possível modificar os dados do usuário. Por favor, informe ao administrador do Wiki.';
11