summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorPaulo Carmino <contato@paulocarmino.com>2015-07-30 14:51:33 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-07-30 14:51:33 +0200
commit8ab6e08b627efa216ca668750b34e45faf88cf25 (patch)
treea789dfddb9775efd0439b24706e81e3761bb6d54 /lib/plugins/authmysql/lang
parentb29fadcabc9ae3b1a1c246dfa6caefd0ad0bab9c (diff)
downloadrpg-8ab6e08b627efa216ca668750b34e45faf88cf25.tar.gz
rpg-8ab6e08b627efa216ca668750b34e45faf88cf25.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-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.';