branch feature/en_I18N updated (afa6272 -> f684d24)
This is an automated email from the git hooks/post-receive script. New change to branch feature/en_I18N in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from afa6272 ui en translate + fix some french (2) new 072ac7e English is ok new f684d24 optimize i18n The 2 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 f684d24577ff1cd0de51c36d96129b444737c762 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 29 20:05:11 2016 +0200 optimize i18n commit 072ac7ef89c9021b5c1787273b6f30bf54f40018 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 29 20:04:43 2016 +0200 English is ok Summary of changes: .../src/main/resources/i18n/application-swing_en_GB.properties | 5 ++--- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 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 feature/en_I18N in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 072ac7ef89c9021b5c1787273b6f30bf54f40018 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 29 20:04:43 2016 +0200 English is ok --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24c0948..231ca32 100644 --- a/pom.xml +++ b/pom.xml @@ -147,9 +147,9 @@ <license.organizationName>IRD, Codelutin, Tony Chemit</license.organizationName> <!-- i18n configuration --> - <!--FIXME Traduire en es et en --> + <!--FIXME Traduire en es --> <!--<i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles>--> - <i18n.bundles>fr_FR</i18n.bundles> + <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> <i18n.failsIfWarning>true</i18n.failsIfWarning> <i18n.checkBundle>true</i18n.checkBundle> -- 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 feature/en_I18N in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit f684d24577ff1cd0de51c36d96129b444737c762 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 29 20:05:11 2016 +0200 optimize i18n --- .../src/main/resources/i18n/application-swing_en_GB.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application-swing/src/main/resources/i18n/application-swing_en_GB.properties b/application-swing/src/main/resources/i18n/application-swing_en_GB.properties index 47aa1dd..20a0af4 100644 --- a/application-swing/src/main/resources/i18n/application-swing_en_GB.properties +++ b/application-swing/src/main/resources/i18n/application-swing_en_GB.properties @@ -1879,10 +1879,10 @@ observe.message.h2.server.url=Url observe.message.help.usage=ObServe Help v %1$s observe.message.historical.data=Historical data (can be closed, even if not valid) observe.message.loaded.tip=%1$s is loading,\\You can change data source by clicking here - observe.message.need.fin.veille.activity=No end watch activity was found in route to close.\nyou can\:\n\n\t- Cancel and go back to route\n\t- Create and go the end watch activity\n\t- Create end watch activity and close route\n\t- Close route without creating the end watch activity. observe.message.no.activity.for.route=< No activity for current route > observe.message.no.activity.for.trip=< No activity for current trip > +observe.message.no.local.db.found=Local data source does not exist (location %1$s).\n\nYou can create it or connect to a remote data source. observe.message.no.report.selected=< No report selected > observe.message.no.route.for.maree=< No route fo current trip > observe.message.no.species.selected=No species selected @@ -1893,6 +1893,7 @@ observe.message.quit.valid.edit=Data are modified and valid\! observe.message.referentiel.editable=Referential is editable. observe.message.referentiel.home=< Referential > observe.message.referentiel.no.editable=You are not allowed to edit referential. +observe.message.save.configuration=Save configuration in file %1$s observe.message.select.report=Select a reportĀ observe.message.server.info=Local database %1$s is ready in server mode. observe.message.show.usage.for.delete=Referential %1$s "%2$s" can not be deleted. @@ -1903,8 +1904,6 @@ observe.message.show.usage.for.desactivated3=Those data need to use another enab observe.message.show.usages=List of usage of referential %1$s\: '%2$s' observe.message.table.editBean.modified=Current entry is modifed and valid. observe.message.table.editBean.modified.but.invalid=Current entry is modified but not valid. -observe.message.no.local.db.found=Local data source does not exist (location %1$s).\n\nYou can create it or connect to a remote data source. -observe.message.save.configuration=Save configuration in file %1$s observe.message.updating.floatingObject=Floating object is in edition mode observe.message.updating.referentiel=Referential is in edition mode observe.message.warning.will.be.delete=%1$s\n\nBe ware, export will replace existing data. -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm