aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/pt_PT/validate.php
blob: c05f14c6db3dea77246bec893a5de807c9c2f20e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * UserFrosting (http://www.userfrosting.com)
 *
 * @link      https://github.com/userfrosting/UserFrosting
 * @license   https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
 *
 * Portuguese message token translations for the 'account' sprinkle.
 *
 * @package userfrosting\i18n\pt
 * @author Bruno Silva (brunomnsilva@gmail.com)
 */

return [
	"VALIDATE" => [
        "PASSWORD_MISMATCH" => "A password e respetiva confirmação têm de coincidir."
    ]
];