diff options
author | Frederico Gonçalves Guimarães <frederico@teia.bio.br> | 2015-08-05 22:31:11 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-05 22:31:11 +0200 |
commit | dde14d5d482920ad26d3bb76876fd3842b85f687 (patch) | |
tree | 7f4758f59f75d6e1beef1a2bf1b27fb4c2cf2028 /lib/plugins/authmysql/lang/pt-br | |
parent | 47eaf1b63ba9394b29419448d32a9ba5dad950e1 (diff) | |
download | rpg-dde14d5d482920ad26d3bb76876fd3842b85f687.tar.gz rpg-dde14d5d482920ad26d3bb76876fd3842b85f687.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang/pt-br')
-rw-r--r-- | lib/plugins/authmysql/lang/pt-br/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/pt-br/lang.php b/lib/plugins/authmysql/lang/pt-br/lang.php new file mode 100644 index 000000000..6b1a4c3ad --- /dev/null +++ b/lib/plugins/authmysql/lang/pt-br/lang.php @@ -0,0 +1,11 @@ +<?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['usernotexists'] = 'Desculpe, mas esse usuário não existe.'; +$lang['writefail'] = 'Não foi possível modificar os dados do usuário. Por favor, informe ao administrador do Wiki.'; |