vhardy 01/10/25 06:31:35
Added: resources/org/apache/batik/apps/rasterizer/resources
Messages.properties
Log:
Properties file for the upcoming SVGConverter.
Revision Changes Path
1.1
xml-batik/resources/org/apache/batik/apps/rasterizer/resources/Messages.properties
Index: Messages.properties
===================================================================
#############################################################################
# Copyright (C) The Apache Software Foundation. All rights reserved. #
#############################################################################
# This software is published under the terms of the Apache Software License #
# version 1.1, a copy of which has been included with this distribution in #
# the LICENSE file. #
#############################################################################
SVGConverter.error.no.svg.files.in.src.dir = \
Error: there are no SVG files in the source directory ({0}).
SVGConverter.error.no.srcdir.or.srcfile.specified = \
Error: no source directory or source file specified.
SVGConverter.error.cannot.compute.destination = \
Error: no output directory specified and source is not \
a file (source causing failure is "{0}"
SVGConverter.error.cannot.access.transcoder = \
Error: cannot access transcoder for image of type {0}
SVGConverter.error.source.same.as.destination = \
Error: source is the same as destination.
SVGConverter.error.cannot.read.source = \
Error: cannot read source ({0})
SVGConverter.error.cannot.open.source = \
Error: cannot open source {0}
SVGConverterURLSource.error.invalid.url = \
Error: invalid url ({0})
SVGConverter.error.unable.to.create.output.dir = \
Error: unable to create output directory
SVGConverter.error.output.not.writeable = \
Error: output not writeable {0}
SVGConverter.error.cannot.open.output.file = \
Error: cannot open output file ({0})
SVGConverter.error.while.rasterizing.file = \
Error while rasterizing SVG file: {0} \
Got an exception with message : {1}
SVGConverter.error.invalid.area = \
Error. Invalid area of interest. There must be exactly four integers in the area
value. \
The value was: {0}
SVGConverter.error.invalid.area.x.problem = \
Error. Invalid area of interest. Start x is after end x. \
The value was: {0}
SVGConverter.error.invalid.area.y.problem = \
Error. Invalid area of interest. Start y is after end y. \
The value was: {0}
SVGConverter.config.xml.parser.class.name = \
org.apache.crimson.parser.XMLReaderImpl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]