This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 11cc94fe8991290ff7117accf131dee4fbe7c4f2 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Wed Jan 13 18:42:50 2016 +0100 Modification des termes du feminin au masculin car on avait remplacé question par projet --- coselmar-ui/src/main/webapp/i18n/fr.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index a878108..f405e2b 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -326,10 +326,10 @@ var translateFR = { "common.message.internalError" : "Erreur durant le traitement. Si le problème persiste, veuillez contacter l'administrateur de l'application.", "common.search.noResult" : "Aucun résultat.", -"OPEN" : "Ouverte", +"OPEN" : "Ouvert", "IN_PROGRESS" : "En cours", -"CLOSED" : "Fermée", -"ADJOURNED" : "Ajournée", +"CLOSED" : "Fermé", +"ADJOURNED" : "Ajourné", "home.presentation.title" : "<h1><small>Bienvenue sur la</small> plateforme de Coselmar</h1>", "home.presentation.body" : "<p>Cette plateforme de connaissance a pour but de centraliser la connaissance exploitée et produite dans le cadre du projet Coselmar.</p>\ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.