mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Rename resources/lang/en/auth.php to resources/lang/fr/auth.php
This commit is contained in:
parent
1e3a432087
commit
00006b8867
1 changed files with 16 additions and 0 deletions
16
resources/lang/fr/auth.php
Normal file
16
resources/lang/fr/auth.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?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' => 'Ces informations ne correspondent pas à nos dossiers.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans: secondes secondes.',
|
||||
];
|
||||
© 2018 GitHub, Inc.
|
Loading…
Reference in a new issue