This is an automated email from the git hooks/post-receive script. New commit to branch feature/7463 in repository observe. See http://git.codelutin.com/observe.git commit a24fea5576246ea40048cfdc4036a39e8f997631 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Sep 6 22:18:29 2015 +0200 Ajout traductions --- .../src/main/resources/i18n/observe-services-topia_en_GB.properties | 4 ++++ .../src/main/resources/i18n/observe-services-topia_es_ES.properties | 4 ++++ .../src/main/resources/i18n/observe-services-topia_fr_FR.properties | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/observe-services-topia/src/main/resources/i18n/observe-services-topia_en_GB.properties b/observe-services-topia/src/main/resources/i18n/observe-services-topia_en_GB.properties index 9fff152..36ad692 100644 --- a/observe-services-topia/src/main/resources/i18n/observe-services-topia_en_GB.properties +++ b/observe-services-topia/src/main/resources/i18n/observe-services-topia_en_GB.properties @@ -1,2 +1,6 @@ observe.service.actions.consolidate.lengthWeightParameterNotFound=No length-weight relation found for tuple (species %s - ocean %s - sex %s - date %s) observe.service.actions.consolidate.noSex=no sex +observe.services.topia.error.h2.database.badAuthentication=Bad autnetication. +observe.services.topia.error.h2.database.locked=The H2 database is locked, may-be another user or application use it. +observe.services.topia.error.h2.database.notFound=The H2 database was not found. +observe.services.topia.error.pg.database.badAuthentication=Bad autnetication. diff --git a/observe-services-topia/src/main/resources/i18n/observe-services-topia_es_ES.properties b/observe-services-topia/src/main/resources/i18n/observe-services-topia_es_ES.properties index 4021160..ab245f9 100644 --- a/observe-services-topia/src/main/resources/i18n/observe-services-topia_es_ES.properties +++ b/observe-services-topia/src/main/resources/i18n/observe-services-topia_es_ES.properties @@ -1,2 +1,6 @@ observe.service.actions.consolidate.lengthWeightParameterNotFound= observe.service.actions.consolidate.noSex=no sexo +observe.services.topia.error.h2.database.badAuthentication= +observe.services.topia.error.h2.database.locked= +observe.services.topia.error.h2.database.notFound= +observe.services.topia.error.pg.database.badAuthentication= diff --git a/observe-services-topia/src/main/resources/i18n/observe-services-topia_fr_FR.properties b/observe-services-topia/src/main/resources/i18n/observe-services-topia_fr_FR.properties index 200cef6..f7d57b7 100644 --- a/observe-services-topia/src/main/resources/i18n/observe-services-topia_fr_FR.properties +++ b/observe-services-topia/src/main/resources/i18n/observe-services-topia_fr_FR.properties @@ -1,2 +1,6 @@ observe.service.actions.consolidate.lengthWeightParameterNotFound=Aucune relation taille-poids trouvé pour le tuple (espèce %s - océan %s - sexe %s - date %s) observe.service.actions.consolidate.noSex=pas de sexe +observe.services.topia.error.h2.database.badAuthentication=Authentification erronée. +observe.services.topia.error.h2.database.locked=La base H2 est déjà utilisé par un autre utilisateur. +observe.services.topia.error.h2.database.notFound=La base H2 n'a pas été trouvée. +observe.services.topia.error.pg.database.badAuthentication=Authentification erronée. -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.