r2635 - in branches/topia-2.6.x/topia-persistence/src: license main/resources/i18n
Author: tchemit Date: 2012-08-19 16:34:44 +0200 (Sun, 19 Aug 2012) New Revision: 2635 Url: http://nuiton.org/repositories/revision/topia/2635 Log: fix i18n + optimize third-parties Modified: branches/topia-2.6.x/topia-persistence/src/license/THIRD-PARTY.properties branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties Modified: branches/topia-2.6.x/topia-persistence/src/license/THIRD-PARTY.properties =================================================================== --- branches/topia-2.6.x/topia-persistence/src/license/THIRD-PARTY.properties 2012-08-19 11:11:48 UTC (rev 2634) +++ branches/topia-2.6.x/topia-persistence/src/license/THIRD-PARTY.properties 2012-08-19 14:34:44 UTC (rev 2635) @@ -5,6 +5,7 @@ # - BSD style # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Public License Version 1.0 +# - GNU Library or Lesser General Public License # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) @@ -14,16 +15,17 @@ # - Mozilla Public License Version 1.0 # - The Apache Software License, Version 2.0 # - The H2 License, Version 1.0 -# - http://jaxen.codehaus.org/license.html +# - The SAX License +# - The W3C License +# - The Werken Company License # - license.txt #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Thu Jan 12 16:55:28 CET 2012 +#Sun Aug 19 16:33:57 CEST 2012 antlr--antlr--2.7.6=BSD License commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License javax.transaction--jta--1.1=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -jaxen--jaxen--1.1.1=http\://jaxen.codehaus.org/license.html jdom--jdom--1.0=The Apache Software License, Version 2.0 Modified: branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties =================================================================== --- branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties 2012-08-19 11:11:48 UTC (rev 2634) +++ branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_en_GB.properties 2012-08-19 14:34:44 UTC (rev 2635) @@ -5,7 +5,7 @@ topia.persistence.error.empty.doc=Empty document topia.persistence.error.no.hibernate.session=No hinernate session found, you must at first, open a new transaction via 'beaginTransaction' method. topia.persistence.error.null.param=The method '%1$s' requires a non null parameter '%2$s'. -topia.persistence.error.on.clear= +topia.persistence.error.on.clear=Error %s on clear operation topia.persistence.error.on.commit=An error occurs while commit operation \: %1$s topia.persistence.error.on.export=An error occurs while export operation \: %1$s topia.persistence.error.on.loding.xml.doc=Could not read xml document for following reason \: %1$s @@ -21,7 +21,7 @@ topia.persistence.error.service.unknown=The service %1$s of type %2$s was not found. topia.persistence.error.unsupported.class=The following entity type %1$s is not managed by this context, you probably forgot to declare it. topia.persistence.error.unsupported.operation.on.closed.context=This context is closed, it is not possible to release the operation '%1$s' -topia.persistence.error.unsupported.operation.on.root.context= +topia.persistence.error.unsupported.operation.on.root.context=Unsupported operation %s on root context topia.persistence.error.update.schema=Schema could not be updated for following reason \: %1$s topia.persistence.service.loaded=Service '%1$s' loaded (implementation %2$s) topia.persistence.supported.classes.for.context=List of supported persistence classes \: %1$s Modified: branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties =================================================================== --- branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties 2012-08-19 11:11:48 UTC (rev 2634) +++ branches/topia-2.6.x/topia-persistence/src/main/resources/i18n/topia-persistence_fr_FR.properties 2012-08-19 14:34:44 UTC (rev 2635) @@ -5,7 +5,7 @@ topia.persistence.error.empty.doc=Document vide topia.persistence.error.no.hibernate.session=Aucune session hibernate trouvée, vous devez démarré une transaction avec la méthode 'beginTransaction' topia.persistence.error.null.param=La méthode '%1$s' requière un paramètre '%2$s' non null. -topia.persistence.error.on.clear= +topia.persistence.error.on.clear=Une erreur est apparue pendant le clear \: %s topia.persistence.error.on.commit=Une erreur est apparue pendant le commit \: %1$s topia.persistence.error.on.export=Une erreur est apparue pendant l'export \: %1$s topia.persistence.error.on.loding.xml.doc=Lecture du document impossible pour la raison suivante \: %1$s @@ -21,7 +21,7 @@ topia.persistence.error.service.unknown=Le service '%1$s' ayant pour classe '%2$s' n'est pas connu topia.persistence.error.unsupported.class=La classe %1$s n'est pas supportée par ce TopiaContext, vous avez sans doute oublié d'ajouter son mapping topia.persistence.error.unsupported.operation.on.closed.context=Ce contexte a été fermé, impossible de réaliser l'opération %1$s -topia.persistence.error.unsupported.operation.on.root.context= +topia.persistence.error.unsupported.operation.on.root.context=Opération interdite %s sur le rootContext topia.persistence.error.update.schema=Le schéma n'a pas pu être mis à jour pour la raison suivante \: %2$s topia.persistence.service.loaded=Service '%1$s' chargé par '%2$s' topia.persistence.supported.classes.for.context=Classes supportées par ce TopiaContext \: %1$s
participants (1)
-
tchemit@users.nuiton.org