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/authplain/lang/pt | |
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/authplain/lang/pt')
-rw-r--r-- | lib/plugins/authplain/lang/pt/lang.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/pt/lang.php b/lib/plugins/authplain/lang/pt/lang.php index c49649d4e..26d4180c5 100644 --- a/lib/plugins/authplain/lang/pt/lang.php +++ b/lib/plugins/authplain/lang/pt/lang.php @@ -1,6 +1,9 @@ <?php + /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * + * @author Paulo Carmino <contato@paulocarmino.com> */ -$lang['userexists'] = 'Este utilizador já está inscrito. Por favor escolha outro nome de utilizador.'; +$lang['userexists'] = 'Este utilizador já está inscrito. Por favor escolha outro nome de utilizador.'; +$lang['usernotexists'] = 'Desculpe, esse login não existe.'; |