summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/pt/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-30 16:26:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-30 16:26:29 +0200
commit42c73309b1de5b9342e3dd42da75d1bfcd7af3b9 (patch)
treeb87e3a8a1703c53d39854d03e3d68bc4fee3af95 /lib/plugins/authmysql/lang/pt/lang.php
parentf4569dda4a59b0897dd51b0518139247315d6f84 (diff)
parent8ab6e08b627efa216ca668750b34e45faf88cf25 (diff)
downloadrpg-42c73309b1de5b9342e3dd42da75d1bfcd7af3b9.tar.gz
rpg-42c73309b1de5b9342e3dd42da75d1bfcd7af3b9.tar.bz2
Merge pull request #1267 from dokuwiki-translate/lang_update_159
Translation update (pt)
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.';