diff options
Diffstat (limited to 'wiki/lib/plugins/authmysql/lang/pt/lang.php')
-rw-r--r-- | wiki/lib/plugins/authmysql/lang/pt/lang.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/wiki/lib/plugins/authmysql/lang/pt/lang.php b/wiki/lib/plugins/authmysql/lang/pt/lang.php deleted file mode 100644 index 9e8bd6c..0000000 --- a/wiki/lib/plugins/authmysql/lang/pt/lang.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Paulo Carmino <contato@paulocarmino.com> - * @author Guilherme Sá <guilherme.sa@hotmail.com> - */ -$lang['connectfail'] = 'Falha ao conectar com o banco de dados.'; -$lang['userexists'] = 'Desculpe, esse login já está sendo usado.'; -$lang['usernotexists'] = 'Desculpe, esse login não existe.'; -$lang['writefail'] = 'Incapaz de modificar dados do usuário. Favor informar ao Wiki-Admin.'; |