This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from cf4f833 better filter for document edit and delete new 949faa6 i18n menu and document part new c7383c1 i18n question part new 0429979 i18n question part new 987afe4 i18n users part new 6220fb4 i18n french translation new bec58be fixes #6202 Merge branch 'feature/6202-add-multiliguage' into develop The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bec58be049f0839efe9f231ffcc1b5e927c25c7c Merge: cf4f833 6220fb4 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 15:20:40 2015 +0100 fixes #6202 Merge branch 'feature/6202-add-multiliguage' into develop commit 6220fb4517925d89d3eb5c5fe3dfb1d9b9b7e2fb Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 15:14:27 2015 +0100 i18n french translation commit 987afe439f3e425bceafd8250e90d87dba11d395 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 10:45:19 2015 +0100 i18n users part commit 0429979fb6bd8929572fe7348098e7ef0d52dae1 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 22 17:56:39 2015 +0100 i18n question part commit c7383c1e45910545c25c213e9c8417de613852a3 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 22 17:52:22 2015 +0100 i18n question part commit 949faa6a7668b239cc0bc61144022812614175ca Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 22 16:37:59 2015 +0100 i18n menu and document part Summary of changes: coselmar-ui/pom.xml | 6 + coselmar-ui/src/main/webapp/i18n/en.js | 210 +++++++++++++++++++++ coselmar-ui/src/main/webapp/i18n/fr.js | 210 +++++++++++++++++++++ coselmar-ui/src/main/webapp/img/en.png | Bin 0 -> 599 bytes coselmar-ui/src/main/webapp/img/fr.png | Bin 0 -> 545 bytes coselmar-ui/src/main/webapp/index.html | 58 +++--- .../src/main/webapp/js/coselmar-constants.js | 3 +- .../src/main/webapp/js/coselmar-controllers.js | 37 +++- coselmar-ui/src/main/webapp/js/coselmar.js | 13 +- .../src/main/webapp/views/admin/admintools.html | 12 +- .../src/main/webapp/views/documents/documents.html | 22 +-- .../main/webapp/views/documents/editDocument.html | 44 ++--- .../webapp/views/documents/modalDocumentEdit.html | 55 +++--- .../views/documents/modalDocumentSearch.html | 17 +- .../main/webapp/views/documents/newdocument.html | 64 +++---- .../main/webapp/views/documents/viewDocument.html | 44 ++--- .../main/webapp/views/questions/closeQuestion.html | 14 +- .../main/webapp/views/questions/editquestion.html | 56 +++--- .../views/questions/modalQuestionSearch.html | 12 +- .../webapp/views/questions/newDocumentsPart.html | 12 +- .../main/webapp/views/questions/newquestion.html | 4 +- .../src/main/webapp/views/questions/question.html | 16 +- .../src/main/webapp/views/questions/questions.html | 24 +-- .../views/questions/viewRestrictedQuestion.html | 6 +- .../main/webapp/views/questions/viewquestion.html | 52 ++--- .../main/webapp/views/referential/referential.html | 33 ++-- .../src/main/webapp/views/users/adminUsers.html | 49 +++-- .../src/main/webapp/views/users/edituser.html | 49 +++-- .../src/main/webapp/views/users/newuser.html | 12 +- .../main/webapp/views/users/supervisorUsers.html | 48 ++--- coselmar-ui/src/main/webapp/views/users/user.html | 26 +-- coselmar-ui/src/main/webapp/views/users/users.html | 2 +- pom.xml | 8 + 33 files changed, 847 insertions(+), 371 deletions(-) create mode 100644 coselmar-ui/src/main/webapp/i18n/en.js create mode 100644 coselmar-ui/src/main/webapp/i18n/fr.js create mode 100644 coselmar-ui/src/main/webapp/img/en.png create mode 100644 coselmar-ui/src/main/webapp/img/fr.png -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.