blob: 44b1bc19f1787f3e1c9b5bc8b874b3ad4343a53a (
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)
*
* French message token translations for the 'account' sprinkle.
*
* @package userfrosting\i18n\fr
* @author Louis Charette
*/
return [
"VALIDATE" => [
"PASSWORD_MISMATCH" => "Votre mot de passe et votre mot de passe de confirmation doivent correspondre."
]
];
|