branch develop updated (d5c3f2d -> a0c8e88)
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 d5c3f2d refs #9206 MAnage new errors with externalURL new a0c8e88 refs #9206 some precision about language column 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 a0c8e8809280843e87d3b5765a996b389a20d8be Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jun 12 11:55:44 2017 +0200 refs #9206 some precision about language column Summary of changes: coselmar-ui/src/main/webapp/i18n/en.js | 2 +- coselmar-ui/src/main/webapp/i18n/fr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 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 a0c8e8809280843e87d3b5765a996b389a20d8be Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jun 12 11:55:44 2017 +0200 refs #9206 some precision about language column --- coselmar-ui/src/main/webapp/i18n/en.js | 2 +- coselmar-ui/src/main/webapp/i18n/fr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/i18n/en.js b/coselmar-ui/src/main/webapp/i18n/en.js index a81e34f..4345b6f 100644 --- a/coselmar-ui/src/main/webapp/i18n/en.js +++ b/coselmar-ui/src/main/webapp/i18n/en.js @@ -351,7 +351,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>language</strong> : document language, 'en' or 'fr' for example</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 ; could be empty if externalUrl given)</li>\ diff --git a/coselmar-ui/src/main/webapp/i18n/fr.js b/coselmar-ui/src/main/webapp/i18n/fr.js index e8841b2..3f13ab7 100644 --- a/coselmar-ui/src/main/webapp/i18n/fr.js +++ b/coselmar-ui/src/main/webapp/i18n/fr.js @@ -353,7 +353,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>language</strong> : langue du document, par exemple 'fr' ou 'en' (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 ; peut être vide si externalUrl fournie)</li>\ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm