mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* First part of french traduction * bugfix: false inattention * merge with @murrant json and WIP * Work in progress on a time-loss period * Work in progress on a time-loss period * Change with comment @Bounzz
20 lines
587 B
PHP
20 lines
587 B
PHP
<?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' => "Échec d'authentification",
|
|
'throttle' => 'Trop de tentatives. Essaie dans quelques secondes.',
|
|
|
|
];
|