From 14bfafca72652eb4eed2bff70479779ac40218a1 Mon Sep 17 00:00:00 2001 From: zhouping Date: Mon, 24 Feb 2020 14:25:48 +0800 Subject: [PATCH] =?UTF-8?q?CHART-12731=20=E8=B5=84=E6=BA=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../util/io/resources/Messages.properties | 27 ++++++++++++ .../batik/util/resources/Messages.properties | 42 +++++++++++++++++++ .../XMLResourceDescriptor.properties | 24 +++++++++++ 3 files changed, 93 insertions(+) create mode 100644 fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/io/resources/Messages.properties create mode 100644 fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/Messages.properties create mode 100644 fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties diff --git a/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/io/resources/Messages.properties b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/io/resources/Messages.properties new file mode 100644 index 000000000..fffa47def --- /dev/null +++ b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/io/resources/Messages.properties @@ -0,0 +1,27 @@ +# ----------------------------------------------------------------------------- +# +# 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. +# +# The error messages for the IO utilities. +# +# $Id$ +# ----------------------------------------------------------------------------- + +invalid.char = \ +The input stream represents an invalid {0} stream. + +end.of.stream = \ +Unexpected end of stream while decoding a {0} stream. diff --git a/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/Messages.properties b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/Messages.properties new file mode 100644 index 000000000..a2d5493b2 --- /dev/null +++ b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/Messages.properties @@ -0,0 +1,42 @@ +# ----------------------------------------------------------------------------- +# +# 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. +# +# The error messages for the utility package +# +# Author: Thierry Kormann +# $Id$ +# ----------------------------------------------------------------------------- + +# +# UnitProcessor +# + +invalid.svg.unit=The given unit is invalid : {0} +invalid.css.unit=The given CSS unit is invalid : {0} + + +# +# Security Enforcer +# + +ApplicationSecurityEnforcer.message.security.exception.alien.security.manager=\ +The application cannot install or remove a security manager when there is \ +already one it place that it did not install. + +ApplicationSecurityEnforcer.message.null.pointer.exception.no.policy.file=\ +The application could not load the specificed security policy ({0}) + diff --git a/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties new file mode 100644 index 000000000..68368ce0a --- /dev/null +++ b/fine-xmlgraphics/xmlgraphics-batik/src/main/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties @@ -0,0 +1,24 @@ +# ----------------------------------------------------------------------------- +# +# 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. +# +# Author: Thierry Kormann +# +# $Id$ +# ----------------------------------------------------------------------------- + +#org.xml.sax.driver = org.apache.xerces.parsers.SAXParser +org.w3c.css.sac.driver = org.apache.batik.css.parser.Parser