diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php
index 84ffb2a1a8..5566b24e73 100644
--- a/main/lang/english/trad4all.inc.php
+++ b/main/lang/english/trad4all.inc.php
@@ -2,6 +2,8 @@
/*
for more information: see languages.txt in the lang folder.
*/
+$Listen = "Listen";
+$AudioFileForItemX = "Audio file for item %s";
$ThereIsANewWorkFeedbackInWorkXHere = "There's a new feedback in work: %s Click here to see it.";
$ThereIsANewWorkFeedback = "There's a new feedback in work: %s";
$LastUpload = "Last upload";
diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php
index 632df872d7..8c713ff654 100755
--- a/main/lang/french/trad4all.inc.php
+++ b/main/lang/french/trad4all.inc.php
@@ -2,6 +2,15 @@
/*
for more information: see languages.txt in the lang folder.
*/
+$Listen = "Écouter";
+$AudioFileForItemX = "Fichier audio pour l'élément %s";
+$ThereIsANewWorkFeedbackInWorkXHere = "Nouveau commentaire pour le travail: %s. Cliquez ici pour y accéder.";
+$ThereIsANewWorkFeedback = "Nouveau commentaire pour le travail: %s";
+$LastUpload = "Dernier envoi";
+$EditUserListCSV = "Éditer utilisateurs par CSV";
+$NumberOfCoursesHidden = "Nombre de cours cachés";
+$Post = "Poster";
+$Write = "Écrire";
$YouHaveNotYetAchievedSkills = "Vous n'avez pas encore acquis de compétence";
$Corn = "Maïs";
$Gray = "Gris";
diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php
index 118bb08a00..cdc65a35b0 100644
--- a/main/lang/spanish/trad4all.inc.php
+++ b/main/lang/spanish/trad4all.inc.php
@@ -2,6 +2,15 @@
/*
for more information: see languages.txt in the lang folder.
*/
+$Listen = "Escuchar";
+$AudioFileForItemX = "Audio para el item %s";
+$ThereIsANewWorkFeedbackInWorkXHere = "Hay un nuevo comentario en la tarea %s. Para verlo, haga clic aquí";
+$ThereIsANewWorkFeedback = "Hay un nuevo comentario en la tarea %s";
+$LastUpload = "Última subida";
+$EditUserListCSV = "Editar usuarios por CSV";
+$NumberOfCoursesHidden = "Número de cursos escondidos";
+$Post = "Publicar";
+$Write = "Escribir";
$YouHaveNotYetAchievedSkills = "Aún no ha logrado competencias";
$Corn = "Maíz";
$Gray = "Gris";