From d77579d301e07e9072a4b506e454ecf727f11032 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 30 Oct 2014 01:13:24 -0500 Subject: [PATCH] Update translations --- main/lang/english/trad4all.inc.php | 1 + main/lang/french/trad4all.inc.php | 5 +++++ main/lang/spanish/trad4all.inc.php | 1 + 3 files changed, 7 insertions(+) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 936756980e..032403464e 100755 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -2,6 +2,7 @@ /* for more information: see languages.txt in the lang folder. */ +$SocialWallWhatAreYouThinkingAbout = "What are you thinking about?"; $SocialMessageDelete = "Delete comment"; $SocialWall = "Social wall"; $BuyCourses = "Buy courses"; diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index 74bd0a3dcc..160bb79aa4 100755 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -2,6 +2,11 @@ /* for more information: see languages.txt in the lang folder. */ +$SocialWallWhatAreYouThinkingAbout = "À quoi pensez-vous?"; +$SocialMessageDelete = "Supprimer le commentaire"; +$SocialWall = "Mur"; +$BuyCourses = "Achat de cours"; +$MySessions = "Mes sessions"; $ActivateAudioRecorder = "Activer l'enregistreur audio"; $StartSpeaking = "Parlez maintenant"; $InverseHyperbolicTangentAtanh = "Tangente hyperbolique inverse:\tatanh(x)"; diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index bacb17dbb9..eb6699c791 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -2,6 +2,7 @@ /* for more information: see languages.txt in the lang folder. */ +$SocialWallWhatAreYouThinkingAbout = "En que está pensando en este momento?"; $SocialMessageDelete = "Eliminar comentario"; $SocialWall = "Muro"; $BuyCourses = "Comprar cursos";