diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 16:26:29 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-30 16:26:29 +0200 |
commit | 42c73309b1de5b9342e3dd42da75d1bfcd7af3b9 (patch) | |
tree | b87e3a8a1703c53d39854d03e3d68bc4fee3af95 /lib/plugins/authmysql | |
parent | f4569dda4a59b0897dd51b0518139247315d6f84 (diff) | |
parent | 8ab6e08b627efa216ca668750b34e45faf88cf25 (diff) | |
download | rpg-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')
-rw-r--r-- | lib/plugins/authmysql/lang/pt/lang.php | 10 |
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.'; |