Files
c-cms-legacy/resources/lang/fr/auth.php
TheGamecraft 51b5bc0500 ALPHA 3.0.1a
2018-07-13 12:41:23 -04:00

20 lines
598 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Mauvais mot de passe ou email.',
'throttle' => 'Veuillez attendre :seconds secondes avant de réessayer.',
];