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