french.php 992 B

123456789101112131415161718
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = 'Authentification vocale avec Whispeak';
  4. $strings['EnrollmentSampleText'] = 'Le fameux chef-d\'oeuvre Mona Lisa a été peint par Léonardo da Vinci.';
  5. $strings['RepeatThisPhrase'] = 'Autorisez l\'enregistrement audio puis répétez cette phrase trois fois:';
  6. $strings['EnrollmentSignature0'] = 'Signature non viable, nécessite un nouvel enrôlement';
  7. $strings['EnrollmentSignature1'] = 'Signature passable, conseil de faire un nouvel enrôlement.';
  8. $strings['EnrollmentSignature2'] = 'Signature correcte.';
  9. $strings['EnrollmentSignature3'] = 'Signature bonne.';
  10. $strings['SpeechAuthentication'] = 'Authentification de voix';
  11. $strings['EnrollmentFailed'] = 'Échec à l\'inscription.';
  12. $strings['EnrollmentSuccess'] = 'Inscription réussie.';
  13. $strings['AuthentifyFailed'] = 'Échec de l\'authentification.';
  14. $strings['AuthentifySuccess'] = 'Authentification réussie!';
  15. $strings['TryAgain'] = 'Essayez encore';