diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-05 22:36:29 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-05 22:36:29 +0200 |
commit | 11ff4021d82d9dd8fdcbdd91b2285360de97863a (patch) | |
tree | 7f4758f59f75d6e1beef1a2bf1b27fb4c2cf2028 /lib/plugins/authmysql | |
parent | 47eaf1b63ba9394b29419448d32a9ba5dad950e1 (diff) | |
parent | dde14d5d482920ad26d3bb76876fd3842b85f687 (diff) | |
download | rpg-11ff4021d82d9dd8fdcbdd91b2285360de97863a.tar.gz rpg-11ff4021d82d9dd8fdcbdd91b2285360de97863a.tar.bz2 |
Merge pull request #1291 from dokuwiki-translate/lang_update_810
Translation update (pt-br)
Diffstat (limited to 'lib/plugins/authmysql')
-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.'; |