aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/fr_FR/validate.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/account/locale/fr_FR/validate.php')
-rwxr-xr-xmain/app/sprinkles/account/locale/fr_FR/validate.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/main/app/sprinkles/account/locale/fr_FR/validate.php b/main/app/sprinkles/account/locale/fr_FR/validate.php
new file mode 100755
index 0000000..44b1bc1
--- /dev/null
+++ b/main/app/sprinkles/account/locale/fr_FR/validate.php
@@ -0,0 +1,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."
+ ]
+];