mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 09:44:04 +01:00
23 lines
788 B
PHP
23 lines
788 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Notifications 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.
|
|
|
|
|
*/
|
|
|
|
'hello' => 'Bonjour',
|
|
'test_email_settings' => [
|
|
'subject' => 'Email de test 2FAuth',
|
|
'reason' => 'Vous recevez cet email car vous avez demandé à vérifier le bon fonctionnement de l\'envoi des emails sur votre instance 2FAuth.',
|
|
'success' => 'Bonne nouvelle, ça fonctionne :)'
|
|
],
|
|
|
|
]; |