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',
|
2020-09-25 23:39:31 +02:00
|
|
|
'copied_to_clipboard' => 'Copié dans le presse-papier',
|
2020-02-14 10:22:23 +01:00
|
|
|
'profile' => 'Profil',
|
|
|
|
'edit' => 'Modifier',
|
|
|
|
'delete' => 'Supprimer',
|
2020-02-27 17:05:36 +01:00
|
|
|
'save' => 'Enregistrer',
|
2020-03-18 15:04:34 +01:00
|
|
|
'close' => 'Fermer',
|
|
|
|
'demo_do_not_post_sensitive_data' => 'Site de démonstration, ne postez aucune donnée sensible',
|
2020-09-28 00:04:17 +02:00
|
|
|
'selected' => 'selectionné(s)',
|
2020-02-14 10:22:23 +01:00
|
|
|
];
|