summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/pt-br/lang.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 22:36:29 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 22:36:29 +0200
commit11ff4021d82d9dd8fdcbdd91b2285360de97863a (patch)
tree7f4758f59f75d6e1beef1a2bf1b27fb4c2cf2028 /lib/plugins/authplain/lang/pt-br/lang.php
parent47eaf1b63ba9394b29419448d32a9ba5dad950e1 (diff)
parentdde14d5d482920ad26d3bb76876fd3842b85f687 (diff)
downloadrpg-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/authplain/lang/pt-br/lang.php')
-rw-r--r--lib/plugins/authplain/lang/pt-br/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/pt-br/lang.php b/lib/plugins/authplain/lang/pt-br/lang.php
index 3a9b67218..654ec2b80 100644
--- a/lib/plugins/authplain/lang/pt-br/lang.php
+++ b/lib/plugins/authplain/lang/pt-br/lang.php
@@ -1,6 +1,10 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
*/
-$lang['userexists'] = 'Desculpe, mas já existe um usuário com esse nome.';
+$lang['userexists'] = 'Desculpe, mas já existe um usuário com esse nome.';
+$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.';