french.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = 'Authentification vocale avec Whispeak';
  4. $strings['plugin_comment'] = 'Autoriser l\'authentification de la voix dans Chamilo.';
  5. $strings['enable'] = 'Activer';
  6. $strings['enable_help'] = '<p>Ajoutez <code>$_configuration[\'whispeak_auth_enabled\'] = true;</code> dans le fichier <code>configuration.php</code></p>';
  7. $strings['api_url'] = 'URL de l\'API';
  8. $strings['api_url_help'] = 'http://api.whispeak.io:8080/v1.1/';
  9. $strings['token'] = 'Clef API';
  10. $strings['max_attempts'] = 'Tentatives maximum';
  11. $strings['max_attempts_help'] = '(Optionnel) Si l\'authentification Whispeak échoue x fois, alors abandonner et demander le mot de passe de l\'utilisateur';
  12. $strings['2fa'] = 'Authentification à 2 facteurs (2FA)';
  13. $strings['2fa_help'] = 'Autoriser l\'extension du formulaire de login par une page d\'authentification forte. Après le login classique, l\'utilisateur/trice devra aussi s\'authentifier au travers de Whispeak.';
  14. $strings['EnrollmentSampleText'] = 'Le fameux chef-d\'oeuvre Mona Lisa a été peint par Léonardo da Vinci.';
  15. $strings['AuthentifySampleText1'] = 'Tomber comme des mouches.';
  16. $strings['AuthentifySampleText2'] = 'Restez vigilants.';
  17. $strings['AuthentifySampleText3'] = 'Le renard hurle à minuit.';
  18. $strings['AuthentifySampleText4'] = 'Errer dans la campagne.';
  19. $strings['AuthentifySampleText5'] = 'Sous l\'océan.';
  20. $strings['AuthentifySampleText6'] = 'Prendre la mouche.';
  21. $strings['RepeatThisPhrase'] = 'Autorisez l\'enregistrement audio puis lisez cette phrase à voix haute :';
  22. $strings['EnrollmentSignature0'] = 'Signature non utilisable, nécessite un nouvel enregistrement';
  23. $strings['EnrollmentSignature1'] = 'Signature passable, il est conseillé de faire un nouvel enregistrement.';
  24. $strings['EnrollmentSignature2'] = 'Signature correcte.';
  25. $strings['EnrollmentSignature3'] = 'Signature satisfaisante.';
  26. $strings['SpeechAuthAlreadyEnrolled'] = 'L\'authentification de voix a déjà réussi précédemment.';
  27. $strings['SpeechAuthNotEnrolled'] = 'L\'authentification de voix n\'a pas encore été enregistrée.';
  28. $strings['SpeechAuthentication'] = 'Authentification par la voix';
  29. $strings['EnrollmentFailed'] = 'Échec à l\'inscription.';
  30. $strings['EnrollmentSuccess'] = 'Inscription réussie.';
  31. $strings['AuthentifyFailed'] = 'Échec de l\'authentification.';
  32. $strings['AuthentifySuccess'] = 'Authentification réussie!';
  33. $strings['TryAgain'] = 'Essayez encore';
  34. $strings['MaxAttemptsReached'] = 'Vous avez atteint le nombre maximum de tentatives autorisées.';
  35. $strings['LoginWithUsernameAndPassword'] = 'Authentifiez-vous en utilisant votre mot de passe.';
  36. $strings['YouNeedToIdentifyYourselfToAnswerThisQuestion'] = 'Vous devez vous authentifier pour répondre à cette question.';
  37. $strings['IdentifyMe'] = 'M\'identifier';
  38. $strings['PleaseWaitWhileLoading'] = 'Connexion au serveur d\'authentification. Veuillez patienter...';
  39. $strings['Quality'] = 'Quality';
  40. $strings['Failed'] = "Failed";
  41. $strings['ActivityId'] = "Activity ID";
  42. $strings['Success'] = "Success";
  43. $strings['AudioQualityShort'] = 'Audio trop court';
  44. $strings['AudioQualityQuiet'] = 'Audio trop peu audible';
  45. $strings['AudioQualityLoud'] = 'Audio trop fort';
  46. $strings['AudioQualityNoisy'] = 'Audio trop bruyant';
  47. $strings['AudioQualityFrequency'] = 'Certaines fréquences audio sont manquantes';
  48. $strings['AudioQualityPoorness'] = 'Qualité générale de l\'enregistrement trop faible';
  49. $strings['AgreeAllowResearch'] = 'J\'accepte l\'utilisation de mes données à des fins de recherche (non commerciales).';
  50. $strings['MarkForSpeechAuthentication'] = 'Cocher pour l\'authentification par la voix';