config.i18n.org-j3d-core-resources.properties Maven / Gradle / Ivy
#
# J3D.org Copyright (c) 2000 - 2011
# Java Source
#
# This source is licensed under the GNU LGPL v2.1
# Please read http://www.gnu.org/copyleft/lgpl.html for more information
#
#
org.j3d.util.IntHashMap.noCompareValueMsg = No value was provided to compare against
org.j3d.util.ColorUtils.invalidHMsg = Invalid h (it has a value) value when s is zero
org.j3d.util.ImageLoader.urlFormatErrorMsg = Provided fully qualified image file URL is not properly formatted {0}
org.j3d.util.DynamicClassLoader.nullClassNameMsg = Name supplied is null or zero length
org.j3d.util.DynamicClassLoader.nullBaseClassNameMsg = Base class name supplied is null or zero length
org.j3d.util.DynamicClassLoader.missingBaseClassMsg = The base class {0} cannot be found in the classpath
org.j3d.util.DynamicClassLoader.missingClassMsg = The class {0} cannot be found in the classpath
org.j3d.util.DynamicClassLoader.invalidBaseClassMsg = The class {0} does not implement the correct base class {1}
org.j3d.util.DynamicClassLoader.badClassInitMsg = The class {0} failed to load correctly
org.j3d.util.DynamicClassLoader.badBaseClassInitMsg = The base class {0} failed to load correctly
org.j3d.util.DynamicClassLoader.classDependencyInitMsg = Unable to load the class {0} due to missing or changed dependencies
org.j3d.util.DynamicClassLoader.baseClassDependencyInitMsg = Unable to load the base class {0} due to missing or changed dependencies
org.j3d.util.interpolator.TriangleUtils.nullTexCoordMsg = texCoord paramater reference cannot be null
org.j3d.util.interpolator.TriangleUtils.nullNormalsMsg = normals paramater reference cannot be null
org.j3d.util.interpolator.TriangleUtils.nullCoordsMsg = coords paramater reference cannot be null
org.j3d.util.interpolator.TriangleUtils.nullIndexMsg = index paramater reference cannot be null
org.j3d.util.interpolator.TriangleUtils.nullTangentMsg = tangent paramater reference cannot be null
org.j3d.util.interpolator.ColorInterpolator.invalidHMsg = Invalid h (it has a value) value when s is zero
© 2015 - 2024 Weber Informatics LLC | Privacy Policy