Skip to content

Commit 5ca7948

Browse files
committed
Exercise: Translation: add partial translation in FR, ES, EN for exercise iframe export code -refs BT#20659
1 parent a40a334 commit 5ca7948

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

main/lang/english/trad4all.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9043,4 +9043,5 @@
90439043
$EmptyExpirationDate = "Expiration date cannot be empty.";
90449044
$MailingTestNotSent = "E-mail not sent. You might have introduced an incorrect address, the address might belong to an inactive user, or the mail server is not correctly configured (check the mail.conf.php file).";
90459045
$PasswordExpiredPleaseSetNewPassword = "Your password has expired. Please set a new password before you continue.";
9046+
$CopyIframeCodeToIncludeExercise = "Copy iframe code below to include the exercise :";
90469047
?>

main/lang/french/trad4all.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8977,4 +8977,5 @@
89778977
$EmptyExpirationDate = "La date d'expiration ne peut pas être vide.";
89788978
$MailingTestNotSent = "Le courriel n'a pas été envoyé. Il se peut que l'adresse de courriel soit incorrecte, qu'elle référence un utilisateur inactif, ou que la configuration du serveur de courriels soit incorrecte (voir le fichier mail.conf.php).";
89798979
$PasswordExpiredPleaseSetNewPassword = "Votre mot de passe a expiré. Merci de définir un nouveau mot de passe avant de continuer.";
8980+
$CopyIframeCodeToIncludeExercise = "Copiez le code de l'iframe ci-dessous pour inclure l'exercice :";
89808981
?>

main/lang/spanish/trad4all.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9068,4 +9068,5 @@
90689068
$EmptyExpirationDate = "La fecha de expiración no puede ser vacía.";
90699069
$MailingTestNotSent = "El correo de prueba no ha podido ser enviado. Puede que la dirección introducida sea incorrecta, que pertenezca a un usuario inactivo, o que su servidor de correos no esté bien configurado (ver archivo mail.conf.php).";
90709070
$PasswordExpiredPleaseSetNewPassword = "Su contraseña se ha vencido. Por favor, defina una nueva contraseña antes de seguir.";
9071+
$CopyIframeCodeToIncludeExercise = "Copie el código del iframe a continuación para incluir el ejercicio:";
90719072
?>

0 commit comments

Comments
 (0)