You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
992 B
18 lines
992 B
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'Authentification vocale avec Whispeak';
|
|
|
|
$strings['EnrollmentSampleText'] = 'Le fameux chef-d\'oeuvre Mona Lisa a été peint par Léonardo da Vinci.';
|
|
|
|
$strings['RepeatThisPhrase'] = 'Autorisez l\'enregistrement audio puis répétez cette phrase trois fois:';
|
|
$strings['EnrollmentSignature0'] = 'Signature non viable, nécessite un nouvel enrôlement';
|
|
$strings['EnrollmentSignature1'] = 'Signature passable, conseil de faire un nouvel enrôlement.';
|
|
$strings['EnrollmentSignature2'] = 'Signature correcte.';
|
|
$strings['EnrollmentSignature3'] = 'Signature bonne.';
|
|
$strings['SpeechAuthentication'] = 'Authentification de voix';
|
|
$strings['EnrollmentFailed'] = 'Échec à l\'inscription.';
|
|
$strings['EnrollmentSuccess'] = 'Inscription réussie.';
|
|
$strings['AuthentifyFailed'] = 'Échec de l\'authentification.';
|
|
$strings['AuthentifySuccess'] = 'Authentification réussie!';
|
|
$strings['TryAgain'] = 'Essayez encore';
|
|
|