summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/pt/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authmysql/lang/pt/lang.php')
-rw-r--r--lib/plugins/authmysql/lang/pt/lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/pt/lang.php b/lib/plugins/authmysql/lang/pt/lang.php
new file mode 100644
index 000000000..754a552f8
--- /dev/null
+++ b/lib/plugins/authmysql/lang/pt/lang.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Paulo Carmino <contato@paulocarmino.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.';