2020-02-14 10:22:23 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Settings 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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'settings' => 'Réglages',
|
|
|
|
'account' => 'Compte',
|
|
|
|
'password' => 'Mot de passe',
|
2020-02-26 22:26:26 +01:00
|
|
|
'language' => 'Langue',
|
2020-02-14 10:22:23 +01:00
|
|
|
'confirm' => [
|
|
|
|
|
|
|
|
],
|
|
|
|
'forms' => [
|
|
|
|
'edit_settings' => 'Modifier les réglages',
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
];
|