branch develop updated (51ff2fd -> 5902810)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from 51ff2fd refs #9206 Review file mangement new 5902810 refs #9206 Add language column description The 1 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 5902810aec58a805ab166d9540be747b3cb4e2d4 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jun 9 13:57:14 2017 +0200 refs #9206 Add language column description Summary of changes: coselmar-ui/src/main/webapp/i18n/en.js | 1 + coselmar-ui/src/main/webapp/i18n/fr.js | 1 + 2 files changed, 2 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 5902810aec58a805ab166d9540be747b3cb4e2d4 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jun 9 13:57:14 2017 +0200 refs #9206 Add language column description --- coselmar-ui/src/main/webapp/i18n/en.js | 1 + coselmar-ui/src/main/webapp/i18n/fr.js | 1 + 2 files changed, 2 insertions(+) diff --git a/coselmar-ui/src/main/webapp/i18n/en.js b/coselmar-ui/src/main/webapp/i18n/en.js index 3b6b6f6..f383a80 100644 --- a/coselmar-ui/src/main/webapp/i18n/en.js +++ b/coselmar-ui/src/main/webapp/i18n/en.js @@ -350,6 +350,7 @@ var translateEN = { <li><strong>license</strong> : license type (field Licence)</li>\ <li><strong>copyright</strong> : copyright (field Copyright)</li>\ <li><strong>publicationDate</strong> : publication date (field Publication Date). Format YYYY/MM/DD</li>\ + <li><strong>language</strong> : document language</li>\ <li><strong>comment</strong> : comment (field Comment)</li>\ <li><strong>citation*</strong> : citation (field Citation)</li>\ <li><strong>fileName*</strong> : linked file name (must be exactly same as in the zip)</li>\ diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index 28f9b75..1b5d07d 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -352,6 +352,7 @@ var translateFR = { <li><strong>license</strong> : type de licence (champ Licence)</li>\ <li><strong>copyright</strong> : copyright( champ Copyright)</li>\ <li><strong>publicationDate</strong> : date de publication (champ Publication Date). Format YYYY/MM/DD</li>\ + <li><strong>language</strong> : langue du document (champ Langue)</li>\ <li><strong>comment</strong> : commentaire (champ Comment)</li>\ <li><strong>citation*</strong> : citation (champ Citation)</li>\ <li><strong>fileName*</strong> : nom du fichier lié (doit être exactement le même que dans le zip)</li>\ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm