Fix French translations (#1394)
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'failed' => 'Les informations identification ne correspondent pas.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans quelque minutes.',
|
||||
'failed' => 'Ces informations d\'identification ne correspondent pas.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
|
||||
'password' => 'Mot de Passe',
|
||||
'createaccount' => 'Créer un Compte',
|
||||
'forgotpassword' => 'Mot de Passe Oublié',
|
||||
'fullname' => 'Nom Complet',
|
||||
'emailaddress' => 'Adresse Email',
|
||||
'fillcaptcha' => 'Remplissez le captcha',
|
||||
'tocaccept' => 'Lors de votre inscription,vous acceptez les Termes et Conditions.',
|
||||
'register' => 'Inscription',
|
||||
'tocaccept' => 'En vous inscrivant, vous accezptez les Conditions Générales d\'Utilisations.',
|
||||
'register' => 'S\'inscrire',
|
||||
'registrationpending' => 'Inscription en attente',
|
||||
'pendingmessage' => 'Votre enregistrement et en attente. Veuillez vérifier vos emails!',
|
||||
'registrationsubmitted' => 'Votre Enregistrement à été transmis',
|
||||
'registrationconfirmation' => 'Confirmation inscription',
|
||||
'confirmationmessage' => 'Votre demande a été transmise. Elle nécessite une approbation par un administrateur. Apès examun de votre demande, vous recevrez un courriel de confirmation.',
|
||||
'registrationdenied' => 'Inscription rejetée',
|
||||
'deniedmessage' => 'votre inscription à été rejetée.Veuillez contacter un administrateur.',
|
||||
'accountsuspended' => 'Accompte Suspendu',
|
||||
'pendingmessage' => 'Votre inscription est en attente d\'approbation. Veuillez vérifier vos emails!',
|
||||
'registrationsubmitted' => 'Inscription Soumise',
|
||||
'registrationconfirmation' => 'Confirmation d\'inscription',
|
||||
'confirmationmessage' => 'Votre demande a été soumise. Elle nécessite l\'approbation d\'un administrateur. Une fois qu\'un administrateur aura examiné votre demande, vous recevrez un email de confirmation.',
|
||||
'registrationdenied' => 'Inscription Refusée',
|
||||
'deniedmessage' => 'Votre inscription a été refusée. Veuillez contacter un administrateur.',
|
||||
'accountsuspended' => 'Compte suspendu',
|
||||
'suspendedmessage' => 'Votre compte a été suspendu. Veuillez contacter un administrateur.',
|
||||
'transferhours' => 'Heures de Transfert',
|
||||
'transferhours' => 'Heures transférées',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user