Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 13294 invoked from network); 15 Apr 2008 13:24:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 13:24:20 -0000 Received: (qmail 56298 invoked by uid 500); 15 Apr 2008 13:24:19 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 56244 invoked by uid 500); 15 Apr 2008 13:24:19 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 56235 invoked by uid 99); 15 Apr 2008 13:24:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 06:24:19 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 13:23:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5F3571A9838; Tue, 15 Apr 2008 06:23:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r648242 - in /commons/sandbox/nabla/trunk/src/main/resources: ./ META-INF/ META-INF/localization/ META-INF/localization/ExceptionsMessages.properties META-INF/localization/ExceptionsMessages_fr.properties Date: Tue, 15 Apr 2008 13:23:56 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080415132358.5F3571A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: luc Date: Tue Apr 15 06:23:47 2008 New Revision: 648242 URL: http://svn.apache.org/viewvc?rev=648242&view=rev Log: support files for error messages Added: commons/sandbox/nabla/trunk/src/main/resources/ commons/sandbox/nabla/trunk/src/main/resources/META-INF/ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties (with props) commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties (with props) Added: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties?rev=648242&view=auto ============================================================================== --- commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties (added) +++ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties Tue Apr 15 06:23:47 2008 @@ -0,0 +1,48 @@ + +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# org.apache.commons.nabla.automatic.AnalyticalDifferentiator +class\ {0}\ cannot\ be\ read\ ({1}) = \ + class {0} cannot be read ({1}) + +abstract\ class\ {0}\ cannot\ be\ instantiated\ ({1}) = \ + abstract class {0} cannot be instantiated ({1}) + +illegal\ access\ to\ class\ {0}\ constructor\ ({1}) = \ + illegal access to class {0} constructor ({1}) + +class\ {0}\ cannot\ be\ built\ from\ an\ instance\ of\ class\ {1}\ ({2}) = \ + class {0} cannot be built from an instance of class {1} ({2}) + +class\ {0}\ instantiation\ from\ an\ instance\ of\ class\ {1}\ failed\ ({2}) = \ + class {0} instantiation from an instance of class {1} failed ({2}) + +# org.apache.commons.nabla.automatic.ClassDifferentiator +the\ {0}\ class\ does\ not\ implement\ the\ {1}\ interface = \ + the {0} class does not implement the {1} interface + +# org.apache.commons.nabla.automatic.MethodDifferentiator +unable\ to\ analyze\ the\ {0}.{1}\ method\ ({2}) = \ + unable to analyze the {0}.{1} method ({2}) + +number\ of\ temporary\ variable\ ({0})\ outside\ of\ \[{1},\ {2}]\ range = \ + number of temporary variable ({0}) outside of [{1}, {2}] range + +index\ of\ size\ {0}\ local\ variable\ ({1})\ outside\ of\ \[{2},\ {3}]\ range = \ + index of size {0} local variable ({1}) outside of [{2}, {3}] range + +unable\ to\ handle\ instruction\ with\ opcode\ {0} = \ + unable to handle instruction with opcode {0} Propchange: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties?rev=648242&view=auto ============================================================================== --- commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties (added) +++ commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties Tue Apr 15 06:23:47 2008 @@ -0,0 +1,48 @@ + +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# org.apache.commons.nabla.automatic.AnalyticalDifferentiator +class\ {0}\ cannot\ be\ read\ ({1}) = \ + la classe {0} ne peut pas \u00eatre lue ({1}) + +abstract\ class\ {0}\ cannot\ be\ instantiated\ ({1}) = \ + la classe abstraite {0} ne peut pas \u00eatre instanci\u00e9e ({1}) + +illegal\ access\ to\ class\ {0}\ constructor\ ({1}) = \ + acc\u00e8s ill\u00e9gal au constructeur de la classe {0} ({1}) + +class\ {0}\ cannot\ be\ built\ from\ an\ instance\ of\ class\ {1}\ ({2}) = \ + la classe {0} ne peut pas \u00eatre construite \u00e0 partir d''une instance de la classe {1} ({2}) + +class\ {0}\ instantiation\ from\ an\ instance\ of\ class\ {1}\ failed\ ({2}) = \ + class {0} instantiation from an instance of class {1} failed ({2}) + +# org.apache.commons.nabla.automatic.ClassDifferentiator +the\ {0}\ class\ does\ not\ implement\ the\ {1}\ interface = \ + la classe {0} n''implante pas l''interface {1} + +# org.apache.commons.nabla.automatic.MethodDifferentiator +unable\ to\ analyze\ the\ {0}.{1}\ method\ ({2}) = \ + impossible d''analyser la m\u00e9thode {0}.{1} ({2}) + +number\ of\ temporary\ variable\ ({0})\ outside\ of\ \[{1},\ {2}]\ range = \ + num\u00e9ro de la variable temporaire ({0}) hors du domaine [{1}, {2}] + +index\ of\ size\ {0}\ local\ variable\ ({1})\ outside\ of\ \[{2},\ {3}]\ range = \ + index ({1}) de la variable locale de taille {0} hors du domaine [{2}, {3}] + +unable\ to\ handle\ instruction\ with\ opcode\ {0} = \ + incapable de g\u00e9rer une instruction ayant l'opcode {0} Propchange: commons/sandbox/nabla/trunk/src/main/resources/META-INF/localization/ExceptionsMessages_fr.properties ------------------------------------------------------------------------------ svn:eol-style = native