-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd9ccb
commit fef9f92
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'ERROR_MISSING_INPUT' => 'Champs de réponse introuvable.', | ||
'ERROR_UNABLE_TO_VERIFY' => 'Vérification impossible.', | ||
'ERROR_HOSTNAME' => 'Le nom d\'hôte ne correspond pas.', | ||
'ERROR_ACTION' => 'L\'action ne correspond pas.', | ||
'ERROR_SCORE_THRESHOLD' => 'Le score n\'atteint pas le seuil.', | ||
'ERROR_TIMEOUT' => 'Délai dépassé', | ||
'SUCCESS' => 'Vérification réussie.', | ||
'TIMEOUT_OR_DUPLICATE'=> 'Délai de l\'action dépassé.', | ||
]; |