about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authpdo/lang/pt-br/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authpdo/lang/pt-br/lang.php')
-rw-r--r--wiki/lib/plugins/authpdo/lang/pt-br/lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authpdo/lang/pt-br/lang.php b/wiki/lib/plugins/authpdo/lang/pt-br/lang.php
new file mode 100644
index 0000000..2008ae6
--- /dev/null
+++ b/wiki/lib/plugins/authpdo/lang/pt-br/lang.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * 
+ * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
+ */
+$lang['connectfail']           = 'Não foi possível conectar ao banco de dados.';
+$lang['userexists']            = 'Desculpe, mas já existe esse nome de usuário.';
+$lang['writefail']             = 'Não foi possível modificar os dados do usuário. Por favor, informe ao administrador do Wiki.';