Actualización
This commit is contained in:
48
plugin/whispeakauth/lang/english.php
Normal file
48
plugin/whispeakauth/lang/english.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = 'Speech authentication with Whispeak';
|
||||
$strings['plugin_comment'] = 'Allow speech authentication in Chamilo, which can integrate to the login or inside tests.';
|
||||
|
||||
$strings['enable'] = 'Enable';
|
||||
$strings['enable_help'] = 'Add <code>$_configuration[\'whispeak_auth_enabled\'] = true;</code> in the <code>configuration.php</code> file';
|
||||
$strings['api_url'] = 'API URL';
|
||||
$strings['api_url_help'] = 'http://api.whispeak.io:8080/v1/';
|
||||
$strings['token'] = 'API key';
|
||||
$strings['max_attempts'] = 'Max attempts';
|
||||
$strings['max_attempts_help'] = '(Optional) If the Whispeak authentication is failed x times, then ask and verify the password of the user';
|
||||
$strings['2fa'] = 'Two-Factor Authentication';
|
||||
$strings['2fa_help'] = 'Allows extend the login page with a Two-Factor Authentication process. After the classic login, the user must authenticate through Whispeak.';
|
||||
$strings['ActionRegistryPerUser'] = 'Action registry per user';
|
||||
|
||||
$strings['EnrollmentSampleText'] = 'The famous Mona Lisa painting was painted by Leonardo Da Vinci.';
|
||||
$strings['AuthentifySampleText1'] = 'Dropping Like Flies.';
|
||||
$strings['AuthentifySampleText2'] = 'Keep Your Eyes Peeled.';
|
||||
$strings['AuthentifySampleText3'] = 'The fox screams at midnight.';
|
||||
$strings['AuthentifySampleText4'] = 'Go Out On a Limb.';
|
||||
$strings['AuthentifySampleText5'] = 'Under the Water.';
|
||||
$strings['AuthentifySampleText6'] = 'Barking Up The Wrong Tree.';
|
||||
$strings['RepeatThisPhrase'] = 'Allow audio recording and then read this sentence out loud:';
|
||||
$strings['SpeechAuthAlreadyEnrolled'] = 'Speech authentication already enrolled previously.';
|
||||
$strings['SpeechAuthNotEnrolled'] = 'Speech authentication not enrolled previously.';
|
||||
$strings['SpeechAuthentication'] = 'Speech authentication';
|
||||
$strings['EnrollmentFailed'] = 'Enrollment failed.';
|
||||
$strings['EnrollmentSuccess'] = 'Enrollment success.';
|
||||
$strings['AuthentifyFailed'] = 'Login failed.';
|
||||
$strings['AuthentifySuccess'] = 'Authentication success!';
|
||||
$strings['TryAgain'] = 'Try again';
|
||||
$strings['MaxAttemptsReached'] = 'You reached the maximum number of attempts allowed.';
|
||||
$strings['LoginWithUsernameAndPassword'] = 'You should login using the username and password.';
|
||||
$strings['YouNeedToIdentifyYourselfToAnswerThisQuestion'] = 'You need to identify yourself to answer this question.';
|
||||
$strings['IdentifyMe'] = 'Identify me';
|
||||
$strings['PleaseWaitWhileLoading'] = "Please wait while loading...";
|
||||
$strings['Quality'] = 'Quality';
|
||||
$strings['Failed'] = "Failed";
|
||||
$strings['ActivityId'] = "Activity ID";
|
||||
$strings['Success'] = "Success";
|
||||
$strings['MarkForSpeechAuthentication'] = 'Mark it for speech authentication';
|
||||
$strings['EnrollmentTitle'] = "Enrollment to generate voice print with Whispeak";
|
||||
$strings['Revocation'] = "Revocation";
|
||||
$strings['DeleteEnrollments'] = "Delete enrollments";
|
||||
$strings['NoEnrollment'] = "No enrollment.";
|
||||
$strings['EnrollmentDeleted'] = "Enrollment deleted";
|
||||
48
plugin/whispeakauth/lang/french.php
Normal file
48
plugin/whispeakauth/lang/french.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = 'Authentification vocale avec Whispeak';
|
||||
$strings['plugin_comment'] = 'Autoriser l\'authentification de la voix dans Chamilo.';
|
||||
|
||||
$strings['enable'] = 'Activer';
|
||||
$strings['enable_help'] = '<p>Ajoutez <code>$_configuration[\'whispeak_auth_enabled\'] = true;</code> dans le fichier <code>configuration.php</code></p>';
|
||||
$strings['api_url'] = 'URL de l\'API';
|
||||
$strings['api_url_help'] = 'http://api.whispeak.io:8080/v1.1/';
|
||||
$strings['token'] = 'Clef API';
|
||||
$strings['max_attempts'] = 'Tentatives maximum';
|
||||
$strings['max_attempts_help'] = '(Optionnel) Si l\'authentification Whispeak échoue x fois, alors abandonner et demander le mot de passe de l\'utilisateur';
|
||||
$strings['2fa'] = 'Authentification à 2 facteurs (2FA)';
|
||||
$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.';
|
||||
$strings['ActionRegistryPerUser'] = 'Registre d\'actions par utilisateur';
|
||||
|
||||
$strings['EnrollmentSampleText'] = 'Le fameux chef-d\'oeuvre Mona Lisa a été peint par Léonardo da Vinci.';
|
||||
$strings['AuthentifySampleText1'] = 'Tomber comme des mouches.';
|
||||
$strings['AuthentifySampleText2'] = 'Restez vigilants.';
|
||||
$strings['AuthentifySampleText3'] = 'Le renard hurle à minuit.';
|
||||
$strings['AuthentifySampleText4'] = 'Errer dans la campagne.';
|
||||
$strings['AuthentifySampleText5'] = 'Sous l\'océan.';
|
||||
$strings['AuthentifySampleText6'] = 'Prendre la mouche.';
|
||||
$strings['RepeatThisPhrase'] = 'Autorisez l\'enregistrement audio puis lisez cette phrase à voix haute :';
|
||||
$strings['SpeechAuthAlreadyEnrolled'] = 'L\'authentification de voix a déjà réussi précédemment.';
|
||||
$strings['SpeechAuthNotEnrolled'] = 'L\'authentification de voix n\'a pas encore été enregistrée.';
|
||||
$strings['SpeechAuthentication'] = 'Authentification par la 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';
|
||||
$strings['MaxAttemptsReached'] = 'Vous avez atteint le nombre maximum de tentatives autorisées.';
|
||||
$strings['LoginWithUsernameAndPassword'] = 'Authentifiez-vous en utilisant votre mot de passe.';
|
||||
$strings['YouNeedToIdentifyYourselfToAnswerThisQuestion'] = 'Vous devez vous authentifier pour répondre à cette question.';
|
||||
$strings['IdentifyMe'] = 'M\'identifier';
|
||||
$strings['PleaseWaitWhileLoading'] = 'Connexion au serveur d\'authentification. Veuillez patienter...';
|
||||
$strings['Quality'] = 'Quality';
|
||||
$strings['Failed'] = "Failed";
|
||||
$strings['ActivityId'] = "Activity ID";
|
||||
$strings['Success'] = "Success";
|
||||
$strings['MarkForSpeechAuthentication'] = 'Cocher pour l\'authentification par la voix';
|
||||
$strings['EnrollmentTitle'] = "Enrôlement pour générer l'empreinte vocale avec Whispeak";
|
||||
$strings['Revocation'] = "Révocation";
|
||||
$strings['DeleteEnrollments'] = "Supprimer les inscriptions";
|
||||
$strings['NoEnrollment'] = "Aucune inscription";
|
||||
$strings['EnrollmentDeleted'] = "Inscription supprimée.";
|
||||
48
plugin/whispeakauth/lang/spanish.php
Normal file
48
plugin/whispeakauth/lang/spanish.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = 'Authenticación de voz con Whispeak';
|
||||
$strings['plugin_comment'] = 'Permitir autenticación de voz en Chamilo.';
|
||||
|
||||
$strings['enable'] = 'Habilitar';
|
||||
$strings['enable_help'] = '<p>Agrega <code>$_configuration[\'whispeak_auth_enabled\'] = true;</code> al archivo <code>configuration.php</code></p>';
|
||||
$strings['api_url'] = 'URL del API';
|
||||
$strings['api_url_help'] = 'http://api.whispeak.io:8080/v1/';
|
||||
$strings['token'] = 'Llave del API';
|
||||
$strings['max_attempts'] = 'Máximo de intentos';
|
||||
$strings['max_attempts_help'] = '(Opcional) Si la autenticación de Whispeak falla x intentos, preguntar y verificar la contraseña del usuario';
|
||||
$strings['2fa'] = 'Autenticación en dos factores';
|
||||
$strings['2fa_help'] = 'Permite extender la página de inicio de sesión con un proceso de dos factores. Después del inicio de sesión clásico, el usuario deberá autenticarse a través de Whispeak.';
|
||||
$strings['ActionRegistryPerUser'] = 'Registro de acciones por usuario';
|
||||
|
||||
$strings['EnrollmentSampleText'] = 'El famoso cuadro de Mona Lisa fue pintado por Leonardo Da Vinci.';
|
||||
$strings['AuthentifySampleText1'] = 'Cayendo como moscas.';
|
||||
$strings['AuthentifySampleText2'] = 'Mantén tus ojos abiertos.';
|
||||
$strings['AuthentifySampleText3'] = 'El zorro grita a medianoche.';
|
||||
$strings['AuthentifySampleText4'] = 'Ir por las ramas.';
|
||||
$strings['AuthentifySampleText5'] = 'Debajo del agua.';
|
||||
$strings['AuthentifySampleText6'] = 'Ladrando al árbol equivocado.';
|
||||
$strings['RepeatThisPhrase'] = 'Permita la grabación de audio y luego lea esta oración en voz alta:';
|
||||
$strings['SpeechAuthAlreadyEnrolled'] = 'Autenticación de voz registrada anteriormente.';
|
||||
$strings['SpeechAuthNotEnrolled'] = 'Autenticación de voz no registrada previamente.';
|
||||
$strings['SpeechAuthentication'] = 'Atenticación con voz';
|
||||
$strings['EnrollmentFailed'] = 'Inscripción fallida.';
|
||||
$strings['EnrollmentSuccess'] = 'Inscripción correcta.';
|
||||
$strings['AuthentifyFailed'] = 'Inicio de sesión fallido.';
|
||||
$strings['AuthentifySuccess'] = '¡Autenticación correcta!';
|
||||
$strings['TryAgain'] = 'Intente de nuevo.';
|
||||
$strings['MaxAttemptsReached'] = 'Ha alcanzado el número máximo de intentos permitidos.';
|
||||
$strings['LoginWithUsernameAndPassword'] = 'Debe iniciar sesión usando su nombre de usuario y contraseña.';
|
||||
$strings['YouNeedToIdentifyYourselfToAnswerThisQuestion'] = 'Necesita identificarse para responder esta pregunta.';
|
||||
$strings['IdentifyMe'] = 'Identificarme';
|
||||
$strings['PleaseWaitWhileLoading'] = "Por favor, espere mientras dure la carga...";
|
||||
$strings['Quality'] = 'Calidad';
|
||||
$strings['Failed'] = "Fallido";
|
||||
$strings['ActivityId'] = "Identificador de actividad";
|
||||
$strings['Success'] = "Satisfactotio";
|
||||
$strings['MarkForSpeechAuthentication'] = 'Marcarlo para autenticación con voz';
|
||||
$strings['EnrollmentTitle'] = "Inscripción para generar huella de voz con Whispeak";
|
||||
$strings['Revocation'] = "Revocación";
|
||||
$strings['DeleteEnrollments'] = "Eliminar inscripciones";
|
||||
$strings['NoEnrollment'] = "Sin inscripción.";
|
||||
$strings['EnrollmentDeleted'] = "Inscripción anulada.";
|
||||
Reference in New Issue
Block a user