2020-02-14 10:22:23 +01:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'cancel' => 'Annuler',
|
|
|
|
'update' => 'Mettre à jour',
|
|
|
|
'copy_to_clipboard' => 'Copier',
|
|
|
|
'profile' => 'Profil',
|
|
|
|
'edit' => 'Modifier',
|
|
|
|
'delete' => 'Supprimer',
|
2020-02-27 17:05:36 +01:00
|
|
|
'save' => 'Enregistrer',
|
|
|
|
'close' => 'Fermer'
|
2020-02-14 10:22:23 +01:00
|
|
|
];
|